From b5e50fa62edd3de2f25777b9a7f5cc3a63b52002 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 19 Jan 2019 18:22:18 +0000 Subject: [PATCH] Update translations --- CliClient/locales/ca.po | 22 +++++++++++++++ CliClient/locales/cs_CZ.po | 22 +++++++++++++++ CliClient/locales/da_DK.po | 22 +++++++++++++++ CliClient/locales/de_DE.po | 31 ++++++++++++++++++--- CliClient/locales/en_GB.po | 22 +++++++++++++++ CliClient/locales/es_ES.po | 22 +++++++++++++++ CliClient/locales/eu.po | 22 +++++++++++++++ CliClient/locales/fr_FR.po | 24 ++++++++++++++++ CliClient/locales/gl_ES.po | 22 +++++++++++++++ CliClient/locales/hr_HR.po | 22 +++++++++++++++ CliClient/locales/it_IT.po | 24 ++++++++++++++-- CliClient/locales/ja_JP.po | 22 +++++++++++++++ CliClient/locales/joplin.pot | 22 +++++++++++++++ CliClient/locales/ko.po | 22 +++++++++++++++ CliClient/locales/nb_NO.po | 22 +++++++++++++++ CliClient/locales/nl_BE.po | 22 +++++++++++++++ CliClient/locales/nl_NL.po | 22 +++++++++++++++ CliClient/locales/pt_BR.po | 22 +++++++++++++++ CliClient/locales/ro.po | 22 +++++++++++++++ CliClient/locales/ru_RU.po | 22 +++++++++++++++ CliClient/locales/sl_SI.po | 22 +++++++++++++++ CliClient/locales/sv.po | 22 +++++++++++++++ CliClient/locales/zh_CN.po | 22 +++++++++++++++ CliClient/locales/zh_TW.po | 22 +++++++++++++++ ElectronClient/app/locales/ca.json | 2 +- ElectronClient/app/locales/cs_CZ.json | 2 +- ElectronClient/app/locales/da_DK.json | 2 +- ElectronClient/app/locales/de_DE.json | 2 +- ElectronClient/app/locales/en_GB.json | 2 +- ElectronClient/app/locales/es_ES.json | 2 +- ElectronClient/app/locales/eu.json | 2 +- ElectronClient/app/locales/fr_FR.json | 2 +- ElectronClient/app/locales/gl_ES.json | 2 +- ElectronClient/app/locales/hr_HR.json | 2 +- ElectronClient/app/locales/it_IT.json | 2 +- ElectronClient/app/locales/ja_JP.json | 2 +- ElectronClient/app/locales/ko.json | 2 +- ElectronClient/app/locales/nb_NO.json | 2 +- ElectronClient/app/locales/nl_BE.json | 2 +- ElectronClient/app/locales/nl_NL.json | 2 +- ElectronClient/app/locales/pt_BR.json | 2 +- ElectronClient/app/locales/ro.json | 2 +- ElectronClient/app/locales/ru_RU.json | 2 +- ElectronClient/app/locales/sl_SI.json | 2 +- ElectronClient/app/locales/sv.json | 2 +- ElectronClient/app/locales/zh_CN.json | 2 +- ElectronClient/app/locales/zh_TW.json | 2 +- README.md | 40 +++++++++++++-------------- ReactNativeClient/locales/ca.json | 2 +- ReactNativeClient/locales/cs_CZ.json | 2 +- ReactNativeClient/locales/da_DK.json | 2 +- ReactNativeClient/locales/de_DE.json | 2 +- ReactNativeClient/locales/en_GB.json | 2 +- ReactNativeClient/locales/es_ES.json | 2 +- ReactNativeClient/locales/eu.json | 2 +- ReactNativeClient/locales/fr_FR.json | 2 +- ReactNativeClient/locales/gl_ES.json | 2 +- ReactNativeClient/locales/hr_HR.json | 2 +- ReactNativeClient/locales/it_IT.json | 2 +- ReactNativeClient/locales/ja_JP.json | 2 +- ReactNativeClient/locales/ko.json | 2 +- ReactNativeClient/locales/nb_NO.json | 2 +- ReactNativeClient/locales/nl_BE.json | 2 +- ReactNativeClient/locales/nl_NL.json | 2 +- ReactNativeClient/locales/pt_BR.json | 2 +- ReactNativeClient/locales/ro.json | 2 +- ReactNativeClient/locales/ru_RU.json | 2 +- ReactNativeClient/locales/sl_SI.json | 2 +- ReactNativeClient/locales/sv.json | 2 +- ReactNativeClient/locales/zh_CN.json | 2 +- ReactNativeClient/locales/zh_TW.json | 2 +- docs/index.html | 40 +++++++++++++-------------- 72 files changed, 621 insertions(+), 92 deletions(-) diff --git a/CliClient/locales/ca.po b/CliClient/locales/ca.po index 0ed9fb6af..fbe94833d 100644 --- a/CliClient/locales/ca.po +++ b/CliClient/locales/ca.po @@ -718,9 +718,21 @@ msgstr "Cancel·la" msgid "Current version is up-to-date." msgstr "La versió actual està actualitzada" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Hi ha disponible una actualització. Voleu baixar-la ara?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Sí" @@ -1025,6 +1037,9 @@ msgstr "" "Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i " "modificar-la." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1367,6 +1382,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Actualitza automàticament l'aplicació" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Interval de sincronització" diff --git a/CliClient/locales/cs_CZ.po b/CliClient/locales/cs_CZ.po index 4ef87bcef..70ecc83fd 100644 --- a/CliClient/locales/cs_CZ.po +++ b/CliClient/locales/cs_CZ.po @@ -700,9 +700,21 @@ msgstr "Zrušit" msgid "Current version is up-to-date." msgstr "Současná verze je aktuální." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Je k dispozici update, chcete jej stáhnout?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Ano" @@ -994,6 +1006,9 @@ msgid "" "note." msgstr "Tato poznámka je prázdný. Klikněte na \"%s\" pro otevření editoru." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1342,6 +1357,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Automaticky updatovat aplikaci" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Interval synchronizace" diff --git a/CliClient/locales/da_DK.po b/CliClient/locales/da_DK.po index a70d9ab28..a47c50948 100644 --- a/CliClient/locales/da_DK.po +++ b/CliClient/locales/da_DK.po @@ -705,9 +705,21 @@ msgstr "Fortryd" msgid "Current version is up-to-date." msgstr "Aktuel version er nyeste." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Opdatering er til rådighed, vil du hente den nu?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Ja" @@ -1003,6 +1015,9 @@ msgid "" "note." msgstr "Denne note er tom. Klik på \"%s\" for at starte editor og rette noten." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1351,6 +1366,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Automatisk app update" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Synkroniserings interval" diff --git a/CliClient/locales/de_DE.po b/CliClient/locales/de_DE.po index 2d4e0bf01..59216fe7e 100644 --- a/CliClient/locales/de_DE.po +++ b/CliClient/locales/de_DE.po @@ -725,10 +725,22 @@ msgstr "Abbrechen" msgid "Current version is up-to-date." msgstr "Die aktuelle Version ist auf dem neuesten Stand." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" "Es ist eine Aktualisierung verfügbar. Soll sie jetzt heruntergeladen werden?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Ja" @@ -1022,7 +1034,8 @@ msgid "Copy Link Address" msgstr "Link-Adresse kopieren" msgid "This attachment is not downloaded or not decrypted yet." -msgstr "Dieser Anhang wurde nicht heruntergeladen oder noch nicht entschlüsselt." +msgstr "" +"Dieser Anhang wurde nicht heruntergeladen oder noch nicht entschlüsselt." #, javascript-format msgid "Unsupported link or message: %s" @@ -1036,6 +1049,9 @@ msgstr "" "Diese Notiz hat keinen Inhalt. Klicke auf „%s“ um den Editor zu aktivieren " "und die Notiz zu bearbeiten." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "Fetter Text" @@ -1354,9 +1370,9 @@ msgid "" "this setting so that your notes are constantly being synchronised, thus " "reducing the number of conflicts." msgstr "" -"Dadurch kann Joplin im Hintergrund laufen. Es wird empfohlen," -"diese Einstellung zu aktivieren, damit deine Notizen ständig synchronisiert" -"werden und somit die Anzahl der Konflikte reduziert wird." +"Dadurch kann Joplin im Hintergrund laufen. Es wird empfohlen,diese " +"Einstellung zu aktivieren, damit deine Notizen ständig synchronisiertwerden " +"und somit die Anzahl der Konflikte reduziert wird." msgid "Start application minimised in the tray icon" msgstr "Starte die Anwendung minimiert im Tray" @@ -1381,6 +1397,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Die Applikation automatisch aktualisieren" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Synchronisationsinterval" diff --git a/CliClient/locales/en_GB.po b/CliClient/locales/en_GB.po index 38263bbc2..97034f23f 100644 --- a/CliClient/locales/en_GB.po +++ b/CliClient/locales/en_GB.po @@ -635,9 +635,21 @@ msgstr "" msgid "Current version is up-to-date." msgstr "" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "" @@ -912,6 +924,9 @@ msgid "" "note." msgstr "" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1241,6 +1256,13 @@ msgstr "" msgid "Automatically update the application" msgstr "" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "" diff --git a/CliClient/locales/es_ES.po b/CliClient/locales/es_ES.po index c37971ded..ae1b16153 100644 --- a/CliClient/locales/es_ES.po +++ b/CliClient/locales/es_ES.po @@ -714,9 +714,21 @@ msgstr "Cancelar" msgid "Current version is up-to-date." msgstr "La versión actual está actualizada." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Hay disponible una actualización. ¿Quiere descargarla ahora?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Sí" @@ -1018,6 +1030,9 @@ msgstr "" "Esta nota no tiene contenido. Pulse en \"%s\" para cambiar al editor y " "editar la nota." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "texto destacado" @@ -1360,6 +1375,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Actualizar la aplicación automáticamente" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Intervalo de sincronización" diff --git a/CliClient/locales/eu.po b/CliClient/locales/eu.po index 9be1128de..34c96c818 100644 --- a/CliClient/locales/eu.po +++ b/CliClient/locales/eu.po @@ -714,9 +714,21 @@ msgstr "Utzi" msgid "Current version is up-to-date." msgstr "" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "" @@ -1013,6 +1025,9 @@ msgid "" "note." msgstr "" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1369,6 +1384,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Automatikoki eguneratu aplikazioa" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Sinkronizazio tartea" diff --git a/CliClient/locales/fr_FR.po b/CliClient/locales/fr_FR.po index 689e9170b..a2513b3d5 100644 --- a/CliClient/locales/fr_FR.po +++ b/CliClient/locales/fr_FR.po @@ -710,10 +710,22 @@ msgstr "Annuler" msgid "Current version is up-to-date." msgstr "La version actuelle est à jour." +#, javascript-format +msgid "%s (pre-release)" +msgstr "%s (pré-release)" + msgid "An update is available, do you want to download it now?" msgstr "" "Une mise à jour est disponible, souhaitez vous la télécharger maintenant ?" +#, javascript-format +msgid "Your version: v%s" +msgstr "Votre version : v%s" + +#, javascript-format +msgid "New version: v%s" +msgstr "Nouvelle version : v%s" + msgid "Yes" msgstr "Oui" @@ -1021,6 +1033,11 @@ msgstr "" "Cette note n'a pas de contenu. Cliquer sur \"%s\" pour basculer vers " "l'éditeur et éditer cette note." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" +"Les notes ne peuvent être imprimées ou exportées en PDF qu'une seule à la " +"fois." + msgid "strong text" msgstr "texte en gras" @@ -1365,6 +1382,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Mettre à jour le logiciel automatiquement" +msgid "Get pre-releases when checking for updates" +msgstr "Recevoir les pré-release lors de la vérification des mises à jour" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "Voir la page des pré-release pour plus de détails : %s" + msgid "Synchronisation interval" msgstr "Intervalle de synchronisation" diff --git a/CliClient/locales/gl_ES.po b/CliClient/locales/gl_ES.po index 36df54609..6c17dccb2 100644 --- a/CliClient/locales/gl_ES.po +++ b/CliClient/locales/gl_ES.po @@ -705,9 +705,21 @@ msgstr "Cancelar" msgid "Current version is up-to-date." msgstr "A versión actual está actualizada." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Hai unha actualización dispoñíbel, desexa descargala agora?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Si" @@ -1002,6 +1014,9 @@ msgstr "" "Esta nota non ten contido. Prema en «%s» para ir ao editor e modificar a " "nota." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1350,6 +1365,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Actualizar automaticamente o aplicativo" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Intervalo de sincronización" diff --git a/CliClient/locales/hr_HR.po b/CliClient/locales/hr_HR.po index 2d6774b52..fda017e4d 100644 --- a/CliClient/locales/hr_HR.po +++ b/CliClient/locales/hr_HR.po @@ -712,9 +712,21 @@ msgstr "Odustani" msgid "Current version is up-to-date." msgstr "" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "" @@ -1000,6 +1012,9 @@ msgid "" "note." msgstr "" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1351,6 +1366,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Automatsko instaliranje nove verzije" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Interval sinkronizacije" diff --git a/CliClient/locales/it_IT.po b/CliClient/locales/it_IT.po index bdfaaedf6..b025c700e 100644 --- a/CliClient/locales/it_IT.po +++ b/CliClient/locales/it_IT.po @@ -15,8 +15,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" msgid "To delete a tag, untag the associated notes." msgstr "Per cancellare un'etichetta, togli l'etichetta associata alle note." @@ -718,9 +716,21 @@ msgstr "Cancella" msgid "Current version is up-to-date." msgstr "La versione attuale è aggiornata." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "È disponibile un aggiornamento, vuoi scaricarlo ora?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Sì" @@ -1023,6 +1033,9 @@ msgstr "" "Questa nota non ha contenuto. Fai clic su \"%s\" per attivare l'editor e " "modificare la nota." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "Testo grasseto" @@ -1367,6 +1380,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Aggiorna automaticamente l'applicazione" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Intervallo di sincronizzazione" diff --git a/CliClient/locales/ja_JP.po b/CliClient/locales/ja_JP.po index 6fc697911..df7f4d331 100644 --- a/CliClient/locales/ja_JP.po +++ b/CliClient/locales/ja_JP.po @@ -698,9 +698,21 @@ msgstr "キャンセル" msgid "Current version is up-to-date." msgstr "現在のバージョンは最新版です。" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "アップデートがあります。すぐにダウンロードしますか?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Yes" @@ -999,6 +1011,9 @@ msgstr "" "このノートには中身がありません。 \"%s\" をクリックしてエディターを表示し、" "ノートを編集してください。" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "文字を太字に" @@ -1342,6 +1357,13 @@ msgstr "" msgid "Automatically update the application" msgstr "アプリケーションを自動的にアップデート" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "同期間隔" diff --git a/CliClient/locales/joplin.pot b/CliClient/locales/joplin.pot index 38263bbc2..97034f23f 100644 --- a/CliClient/locales/joplin.pot +++ b/CliClient/locales/joplin.pot @@ -635,9 +635,21 @@ msgstr "" msgid "Current version is up-to-date." msgstr "" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "" @@ -912,6 +924,9 @@ msgid "" "note." msgstr "" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1241,6 +1256,13 @@ msgstr "" msgid "Automatically update the application" msgstr "" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "" diff --git a/CliClient/locales/ko.po b/CliClient/locales/ko.po index 6922f857d..562f80303 100644 --- a/CliClient/locales/ko.po +++ b/CliClient/locales/ko.po @@ -697,9 +697,21 @@ msgstr "취소" msgid "Current version is up-to-date." msgstr "현재 버전은 최신입니다." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "업데이트가 있습니다. 지금 다운로드할까요?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "예" @@ -996,6 +1008,9 @@ msgstr "" "비어있는 노트입니다. \"%s\" 항목을 선택해서 편집기를 전환하고 노트를 편집하세" "요." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "중요 텍스트" @@ -1337,6 +1352,13 @@ msgstr "" msgid "Automatically update the application" msgstr "애플리케이션을 자동으로 업데이트" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "동기화 간격" diff --git a/CliClient/locales/nb_NO.po b/CliClient/locales/nb_NO.po index ea5527287..f88302ee1 100644 --- a/CliClient/locales/nb_NO.po +++ b/CliClient/locales/nb_NO.po @@ -704,9 +704,21 @@ msgstr "Avbryt" msgid "Current version is up-to-date." msgstr "Nåværende versjon er den siste tilgjengelige." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "En oppdatering er tilgjengelig, vil du laste den ned nå?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Ja" @@ -1008,6 +1020,9 @@ msgid "" msgstr "" "Dette notatet har ikke noe innhold. Klikk på \"%s\" for å redigere notatet." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "fet tekst" @@ -1352,6 +1367,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Oppdater applikasjonen automatisk" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Synkroniserinsintervall" diff --git a/CliClient/locales/nl_BE.po b/CliClient/locales/nl_BE.po index 23c4ba421..7104c6e8b 100644 --- a/CliClient/locales/nl_BE.po +++ b/CliClient/locales/nl_BE.po @@ -716,9 +716,21 @@ msgstr "Annuleer" msgid "Current version is up-to-date." msgstr "" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "" @@ -1017,6 +1029,9 @@ msgid "" "note." msgstr "" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1371,6 +1386,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Update de applicatie automatisch" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Synchronisatie interval" diff --git a/CliClient/locales/nl_NL.po b/CliClient/locales/nl_NL.po index caa2aa6dd..b7d817f4f 100644 --- a/CliClient/locales/nl_NL.po +++ b/CliClient/locales/nl_NL.po @@ -714,9 +714,21 @@ msgstr "Annuleren" msgid "Current version is up-to-date." msgstr "De huidige versie is up-to-date." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Er is een update beschikbaar. Wil je deze nu downloaden?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Ja" @@ -1024,6 +1036,9 @@ msgstr "" "Deze notitie bevat geen inhoud. Klik op \"%s\" om de bewerker te openen en " "de notitie te bewerken." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "vetgedrukte tekst" @@ -1365,6 +1380,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Applicatie automatisch bijwerken" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Synchronisatietussenpoos" diff --git a/CliClient/locales/pt_BR.po b/CliClient/locales/pt_BR.po index 88bf573cd..49d15f82f 100644 --- a/CliClient/locales/pt_BR.po +++ b/CliClient/locales/pt_BR.po @@ -709,9 +709,21 @@ msgstr "Cancelar" msgid "Current version is up-to-date." msgstr "A versão atual está atualizada." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Uma atualização está disponível, você quer baixar agora?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Sim" @@ -1012,6 +1024,9 @@ msgstr "" "Esta nota não possui conteúdo. Clique em \"%s\" para alternar para o editor, " "e edite a nota." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "texto forte" @@ -1357,6 +1372,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Atualizar automaticamente o aplicativo" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Intervalo de sincronização" diff --git a/CliClient/locales/ro.po b/CliClient/locales/ro.po index 0748c44a4..b8d38bfe3 100644 --- a/CliClient/locales/ro.po +++ b/CliClient/locales/ro.po @@ -650,9 +650,21 @@ msgstr "Anulați" msgid "Current version is up-to-date." msgstr "Versiunea curentă este actualizată." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Da" @@ -930,6 +942,9 @@ msgid "" "note." msgstr "" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1260,6 +1275,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Actualizați automat aplicația" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Intervalul de sincronizare" diff --git a/CliClient/locales/ru_RU.po b/CliClient/locales/ru_RU.po index 213a8bb9f..e7f68929f 100644 --- a/CliClient/locales/ru_RU.po +++ b/CliClient/locales/ru_RU.po @@ -712,9 +712,21 @@ msgstr "Отмена" msgid "Current version is up-to-date." msgstr "Вы используете самую свежую версию." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Доступно обновление. Желаете скачать его сейчас?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Да" @@ -1012,6 +1024,9 @@ msgstr "" "Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и " "отредактировать её." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1360,6 +1375,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Автоматически обновлять приложение" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Интервал синхронизации" diff --git a/CliClient/locales/sl_SI.po b/CliClient/locales/sl_SI.po index cd334f05f..68635a983 100644 --- a/CliClient/locales/sl_SI.po +++ b/CliClient/locales/sl_SI.po @@ -711,9 +711,21 @@ msgstr "Prekliči" msgid "Current version is up-to-date." msgstr "Sedanja verzija je najnovejša." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "Posodobitev je na voljo, jo želite prenesti sedaj?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Da" @@ -1016,6 +1028,9 @@ msgstr "" "Ta zabeležka nima vsebine. Kliknite na \"%s\" da menjate med urejevalnikom " "in urejanje zabeležke." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "" @@ -1364,6 +1379,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Samodejno posodobi aplikacijo" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Časovni interval sinhronizacije" diff --git a/CliClient/locales/sv.po b/CliClient/locales/sv.po index 4e0fd22be..7d146f249 100644 --- a/CliClient/locales/sv.po +++ b/CliClient/locales/sv.po @@ -718,9 +718,21 @@ msgstr "Avbryt" msgid "Current version is up-to-date." msgstr "Nuvarande version är uppdaterad." +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "En uppdatering är tillgänglig, vill du hämta den nu?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "Ja" @@ -1025,6 +1037,9 @@ msgstr "" "Den här anteckningen har inget innehåll. Klicka på \"%s\" för att växla " "redigeraren och redigera anteckningen." +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "stark text" @@ -1367,6 +1382,13 @@ msgstr "" msgid "Automatically update the application" msgstr "Uppdatera programmet automatiskt" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "Synkroniseringsintervall" diff --git a/CliClient/locales/zh_CN.po b/CliClient/locales/zh_CN.po index 94a1fdd51..60fcb04bb 100644 --- a/CliClient/locales/zh_CN.po +++ b/CliClient/locales/zh_CN.po @@ -677,9 +677,21 @@ msgstr "取消" msgid "Current version is up-to-date." msgstr "当前版本为最新版。" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "软件有更新,是否下载最新版?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "是" @@ -968,6 +980,9 @@ msgid "" "note." msgstr "此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "加粗文本" @@ -1308,6 +1323,13 @@ msgstr "" msgid "Automatically update the application" msgstr "自动更新此程序" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "同步间隔" diff --git a/CliClient/locales/zh_TW.po b/CliClient/locales/zh_TW.po index b03132089..a3a433e36 100644 --- a/CliClient/locales/zh_TW.po +++ b/CliClient/locales/zh_TW.po @@ -677,9 +677,21 @@ msgstr "取消" msgid "Current version is up-to-date." msgstr "此版本是最新的。" +#, javascript-format +msgid "%s (pre-release)" +msgstr "" + msgid "An update is available, do you want to download it now?" msgstr "有可用的更新,您需要立即下載嗎?" +#, javascript-format +msgid "Your version: v%s" +msgstr "" + +#, javascript-format +msgid "New version: v%s" +msgstr "" + msgid "Yes" msgstr "是" @@ -968,6 +980,9 @@ msgid "" "note." msgstr "此筆記沒有內容。按一下 \"%s\" 切換到編輯模式並編輯筆記。" +msgid "Only one note can be printed or exported to PDF at a time." +msgstr "" + msgid "strong text" msgstr "重要文字 " @@ -1305,6 +1320,13 @@ msgstr "" msgid "Automatically update the application" msgstr "自動更新應用程式" +msgid "Get pre-releases when checking for updates" +msgstr "" + +#, javascript-format +msgid "See the pre-release page for more details: %s" +msgstr "" + msgid "Synchronisation interval" msgstr "同步時間間隔" diff --git a/ElectronClient/app/locales/ca.json b/ElectronClient/app/locales/ca.json index 2e1e29cd2..3f60d4fdf 100644 --- a/ElectronClient/app/locales/ca.json +++ b/ElectronClient/app/locales/ca.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Per a suprimir una etiqueta, traieu l'etiqueta en les notes associades.","Please select the note or notebook to be deleted first.":"Primer seleccioneu la nota o el bloc de notes que vulgueu suprimir.","Press Ctrl+D or type \"exit\" to exit the application":"Premeu Ctrl+D o escriviu «exit» per a sortir de l'aplicació","More than one item match \"%s\". Please narrow down your query.":"Hi ha més d'un element que coincideix amb «%s». Restringiu la consulta.","No notebook selected.":"No heu seleccionat cap bloc de notes.","No notebook has been specified.":"No heu indicat cap bloc de notes.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"S'està cancel·lant la sincronització en segon pla... Espereu.","No such command: %s":"No existeix l'ordre: %s","The command \"%s\" is only available in GUI mode":"L'ordre «%s» només és disponible en mode IGU","Cannot change encrypted item":"No es pot canviar l'element xifrat","Missing required argument: %s":"Manca un argument requerit: 1%s","%s: %s":"%s: %s","Your choice: ":"La vostra tria:","Invalid answer: %s":"La resposta no és vàlida: %s","Attaches the given file to the note.":"Adjunta el fitxer indicat a la nota.","Cannot find \"%s\".":"No es pot trobar «%s»","Displays the given note.":"Mostra la nota indicada.","Displays the complete information about note.":"Mostra la informació completa sobre la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obté o estableix un valor de configuració. Si no s'indica [valor], mostrarà el valor de [nom]. Altrament, si no s'indica [nom] ni [valor], es mostrarà un llistat amb la configuració actual.","Also displays unset and hidden config variables.":"També mostra variables de configuració ocultes o sense definir.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica les notes que coincideixen amb en [blocdenotes]. Si no indiqueu cap bloc de notes es dupliquen en el bloc de notes actual.","Marks a to-do as done.":"Marca un llistat de tasques pendents com a fet.","Note is not a to-do: \"%s\"":"La nota no és un llistat de tasques pendents: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestiona la configuració E2EE. Les ordres són «enable», «disable», «decrypt», «status» i «target-status»","Enter master password:":"Introduïu una contrasenya mestra:","Operation cancelled":"L'operació s'ha cancel·lat","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"S'està iniciant el desxifratge... Espereu perquè això pot durar alguns minuts, depenent de quanta informació calgui desxifrar.","Completed decryption.":"El desxifratge ha finalitzat.","Enabled":"Activat","Disabled":"Desactivat","Encryption is: %s":"El xifratge és: %s","Edit note.":"Edita la nota.","No text editor is defined. Please set it using `config editor `":"No hi ha definit cap editor de text. Establiu-ne un usant `config editor `","No active notebook.":"No hi ha cap bloc de notes actiu.","Note does not exist: \"%s\". Create it?":"No existeix «%s». Voleu crear-lo?","Starting to edit note. Close the editor to get back to the prompt.":"S'està iniciant l'edició del a nota. Tanqueu l'editor per a tornar a l'indicador.","Error opening note in editor: %s":"S'ha produït un error en obrir la nota amb l'editor: %s","Note has been saved.":"S'ha desat la nota.","Exits the application.":"Surt de l'aplicació","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta les dades del Joplin al camí indicat. Per defecte, exportarà tota la base de dades, incloent-hi blocs de notes, notes, etiquetes i recursos.","Destination format: %s":"Format de destinació: %s","Exports only the given note.":"Exporta només la nota indicada.","Exports only the given notebook.":"Exporta només el bloc de notes indicat.","Displays a geolocation URL for the note.":"Motra una URL de geolocalitzacio de la nota.","Displays usage information.":"Mostra la informació d'ús.","For information on how to customise the shortcuts please visit %s":"Per a obtenir informació sobre com personalitzar les dreceres de teclat, visiteu %s","Shortcuts are not available in CLI mode.":"Les dreceres no són disponibles en el mode de línia d'ordres.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriviu «ajuda [ordre]» per a més informació sobre l'ordre; o escriviu «ajuda all» per a la informació d'ús completa.","The possible commands are:":"Les ordres possibles són:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En qualsevol ordre, podeu referenciar una nota o bloc de notes per el títol o l'ID, o podeu usar dreceres «$n» o «$b» per a, respectivament, la nota o el bloc de nota seleccionat actual. Podeu usar «$c» per a fer referència a l'element seleccionat actual.","To move from one pane to another, press Tab or Shift+Tab.":"Per a desplaçar-vos d'un panell a un altre, pitgeu Tab o Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Useu les fletxes del cursor i les tecles de pàgina amunt i avall per a desplaçar les llistes i les àrees de text (incloent-hi aquesta consola).","To maximise/minimise the console, press \"tc\".":"Per a maximitzar o minimitzar la consola, premeu «tc».","To enter command line mode, press \":\"":"Per a anar al mode de línia d'ordres, premeu «:»","To exit command line mode, press ESCAPE":"Per a sortir del mode en línia d'ordres, premeu la tecla Escapada","For the list of keyboard shortcuts and config options, type `help keymap`":"Per a llistar les dreceres de teclat i opcions de configuració, escriviu «help keymap»","Imports data into Joplin.":"Importa les dades al Joplin.","Source format: %s":"Format d'origen: %s","Do not ask for confirmation.":"No demanis confirmació.","Found: %d.":"Trobades: %d.","Created: %d.":"Creades: %d.","Updated: %d.":"Acualitzades: %d.","Skipped: %d.":"Omeses: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetats: %d.","Importing notes...":"S'estan important notes...","The notes have been imported: %s":"Notes que s'han importat: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra les notes en el bloc de notes actual. Useu «ls /» per a mostrar la llista de blocs de notes.","Displays only the first top notes.":"Només mostra les primeres notes superiors.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena l'element per (p. ex. títol, actualització o creació).","Reverses the sorting order.":"Inverteix el criteri d'ordenació","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Només mostra els elements dels tipus específics. Pot ser «n» per a les notes, «t» per les tasques pendents, o «nt» per a notes i tasques pendents (p. ex. «-tt» mostrarà només les tasques pendents, mentre que «-ttd» mostrarà notes i tasques pendents).","Either \"text\" or \"json\"":"«text» o «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa el format de llista llarga. El format és ID, NRE_NOTES (per a blocs de notes), DATA, TASQUES_MARCADES (per a llistats de tasques pendents), TÍTOL","Please select a notebook first.":"Cal que primer seleccioneu un bloc de notes.","Creates a new notebook.":"Crea un bloc de notes nou.","Creates a new note.":"Crea una nota nova.","Notes can only be created within a notebook.":"Només podeu crear notes en un bloc de notes.","Creates a new to-do.":"Crea un llistat de tasques pendents nou.","Moves the notes matching to [notebook].":"Mou les notes que coincideixen amb a [notebook].","Renames the given (note or notebook) to .":"Canvia el nom de la nota o bloc de notes indicat a .","Deletes the given notebook.":"Suprimeix el bloc de notes indicat.","Deletes the notebook without asking for confirmation.":"Suprimeix el bloc de notes sense demanar cap confirmació.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Voleu suprimir el bloc de notes? També se suprimiran tots els sub-blocs d'aquest bloc de notes.","Deletes the notes matching .":"Suprimeix les notes que coincideixen amb .","Deletes the notes without asking for confirmation.":"Suprimeix les notes sense demanar confirmació.","%d notes match this pattern. Delete them?":"%d notes coincideixen amb aquest patró. Voleu suprimir-les?","Delete note?":"Voleu suprimir la nota?","Searches for the given in all the notes.":"Cerca el patró en totes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estableix la propietat donada per al [valor] donat. Les propietats possibles són:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resum sobre les notes i blocs de notes.","Synchronises with remote storage.":"Sincronitza amb un emmagatzemament remot.","Sync to provided target (defaults to sync.target config value)":"Sincronitza a la destinació indicada (de forma predeterminada al valor de configuració sync.target)","Authentication was not completed (did not receive an authentication token).":"No s'ha completat l'autenticació (no ha rebut el testimoni d'autenticació).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per a permetre que el Joplin sincronitzi amb el Dropbox, seguiu les passes següents:","Step 1: Open this URL in your browser to authorise the application:":"Pas 1: Obriu aquest URL al navegador i autoritzeu l'aplicació:","Step 2: Enter the code provided by Dropbox:":"Pas 2: Introduïu el codi proporcionat per Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No esteu autenticats amb %s. Proporcioneu les credencials necessàries.","Synchronisation is already in progress.":"La sincronització és en curs.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"El fitxer de bloqueig està ús. Si sabeu que no s'està executant cap sincronització ara mateix, podeu suprimir el fitxer de bloqueig a «%s» i reprendre l'operació.","Synchronisation target: %s (%s)":"Destinació de la sincronització: %s(%s)","Cannot initialize synchroniser.":"No es pot inicialitzar el sincronitzador.","Starting synchronisation...":"Està començant la sincronització...","Downloading resources...":"","Cancelling... Please wait.":"S'està cancel·lant... Espereu."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ordre no vàlida: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"pot ser «toggle» o «clear». Useu «toggle» per a canviar el llistats de tasques entre l'estat de finalitzat i no finalitzat (si l'objectiu és una nota normal es convertirà a un llistat de tasques pendents). Useu «clear» per a convertir un llistat de tasques pendents a una nota normal.","Marks a to-do as non-completed.":"Marca el llistat de tasques pendents com a no finalitzat.","Switches to [notebook] - all further operations will happen within this notebook.":"Canvia a [notebook] - totes les operacions posteriors s'aplicaran en aquest bloc de notes.","Displays version information":"Mostra la informació de versió","%s %s (%s)":"%s %s (%s)","Enum":"Enumeració","Type: %s.":"Tipus: %s.","Possible values: %s.":"Valors possibles: %s.","Default: %s":"Per defecte: %s","Possible keys/values:":"Valors o claus possibles:","Type `joplin help` for usage information.":"Escriviu «joplin help» per a obtenir informació d'ús.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"L'aplicació ha estat autoritzada - podeu tancar aquesta pestanya del navegador.","The application has been successfully authorised.":"L'aplicació s'ha autoritzat correctament.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Obriu l'URL següent al navegador per a autenticar l'aplicació. L'aplicació crearà un director a «Aplicacions/Joplin» i només hi llegirà i escriurà fitxers en aquest directory. No tindrà accés a cap fitxer fora d'aquesta directori ni a cap dada personal. No es compartirà cap dada amb terceres parts.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Us donem la benvinguda al Joplin!\n\nEscriviu «:help shortcuts» per a llistar les dreceres de teclat, o simplement «:help» per a informació d'ús.\n\nPer exemple, per a ecrear un bloc de notes pitgeu «mb»; per a crear una nota pitgeu «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un o més elements estan xifrats i cal que proporcioneu una contrasenya mestra. Per a fer-ho, escriviu «e2ee decrypt». Si ja heu indicat una contrasenya, els elements xifrats s'estan desxifrant en segon pla i seran disponibles aviat.","Exporting to \"%s\" as \"%s\" format. Please wait...":"S'està exportant a «%s» com a format «%s». Espereu...","Importing from \"%s\" as \"%s\" format. Please wait...":"S'està important des de «%s» com a format «%s». Espereu...","PDF File":"Fitxer PDF","File":"Fitxer","New note":"Nota nova","New to-do":"Llistat de tasques pendents nou","New notebook":"Bloc de notes nou","Import":"Importació","Export":"Exportació","Print":"Imprimeix","Hide %s":"Amaga %s","Quit":"Surt","Edit":"Edita","Copy":"Copia","Cut":"Retalla","Paste":"Enganxa","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Cerca a totes les notes","Search in current note":"Search in current note","View":"Visualització","Toggle sidebar":"Mostra o amaga la barra lateral","Toggle editor layout":"Canvia el disseny de l'editor","Tools":"Eines","Synchronisation status":"Estat de la sincronització","Web clipper options":"Opcions del desa-retalls de webs","Encryption options":"Opcions del xifratge","General Options":"Opcions generals","Help":"Ajuda","Website and documentation":"Lloc web i documentació","Make a donation":"Donatius","Check for updates...":"Comprova les actualitzacions...","About Joplin":"Quant al Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Obre %s","Exit":"Surt","OK":"D'acord","Cancel":"Cancel·la","Current version is up-to-date.":"La versió actual està actualitzada","An update is available, do you want to download it now?":"Hi ha disponible una actualització. Voleu baixar-la ara?","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servei de desa-retalls de webs és actiu i configurat per a iniciar-se automàticament.","Status: Started on port %d":"Estat: iniciat al port %d","Status: %s":"Estat: %s","Disable Web Clipper Service":"Desactiva el servei del desa-retalls","The web clipper service is not enabled.":"El servei del desa-retalls de webs no s'ha activat.","Enable Web Clipper Service":"Activa el servei del desa-retalls de webs","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El desa-retalls de webs del Joplin us permet desar pàgines web i captures de pantalla del navegador web al Joplin.","In order to use the web clipper, you need to do the following:":"Per a poder usar el desa-retalls de webs, cal que feu el següent:","Step 1: Enable the clipper service":"Pas 1: Activeu el servei del desa-retalls de webs","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Aquest servei permet que l'extensió del navegador pugui comunicar-se amb el Joplin. En activar-la, el tallafocs demanarà permisos per al Joplin per a escoltar un port determinat.","Step 2: Install the extension":"Pas 2: Instal·leu l'extensió","Download and install the relevant extension for your browser:":"Baixeu i instal·leu l'extensió adient per al vostre navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprova la configuració de la sincronització","Notes and settings are stored in: %s":"Les notes i la configuració es desen a: %s","Apply":"","Submit":"Tramet","Save":"Desa","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Si desactiveu el xifratge, significa que *totes* les notes i adjunts es tornaran a sincronitzar i enviar sense xifrar a la destinació de sincronització. Voleu continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Si activeu el xifratge, significa que *tots* els adjunts i les notes es tornaran a sincronitzar i enviar xifrats a la destinació de sincronització. No perdeu la contrasenya perquè, per motius de seguretat, serà l'*única* manera desxifrar les dades! Per a activar el xifratge, introduïu la contrasenya a sota.","Disable encryption":"Desactiva el xifratge","Enable encryption":"Activa el xifratge","Master Keys":"Claus mestres","Active":"Activa","ID":"ID","Source":"Font","Created":"Creació","Updated":"Actualització","Password":"Contrasenya","Password OK":"La contrasenya és correcta","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: només s'usarà una clau mestre per al xifratge (la marcada com a «activa»). Qualsevol de les claus es podrien usar per a desxifrar, depenent de com es van xifrar originalment les notes o blocs de notes.","Missing Master Keys":"Manquen les claus mestres","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les claus mestres amb aquests ID s'usen per a xifrar alguns dels elements. Tot i això l'aplicació actualment no hi té accés. Probablement es baixin via sincrontizació.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per a més informació sobre el xifratge d'extrem a extrem (E2EE) i consells sobre com activar-lo, llegiu la documentació:","Status":"Estat","Encryption is:":"El xifratge és:","Back":"Enrere","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Es crearà un bloc de notes «%s» i s'hi importarà el fitxer «%s».","Please create a notebook first.":"Primer heu de crear un bloc de notes.","Please create a notebook first":"Primer heu de crear un bloc de notes","Notebook title:":"Títol del bloc de notes:","Add or remove tags:":"Afegeix o suprimeix etiquetes:","Separate each tag by a comma.":"Separeu les etiquetes amb comes.","Rename notebook:":"Canvia el nom del bloc de notes:","Rename tag:":"Canvia el nom de l'etiqueta:","Set alarm:":"Estableix una alarma:","Layout":"Disposició","Search...":"Cerca...","Some items cannot be synchronised.":"Alguns elements no s'han pogut sincronitzar.","View them now":"Mostra'ls ara","Some items cannot be decrypted.":"Alguns elements no s'han pogut desxifrar.","Set the password":"Establiu la contrasenya","Add or remove tags":"Afegeix o suprimeix etiquetes","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Alterna entre el tipus nota i tasques pendents","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copia l'enllaç Markdown","Delete":"Suprimeix","Delete notes?":"Voleu suprimir les notes?","No notes in here. Create one by clicking on \"New note\".":"No hi ha cap nota aquí. Creeu-ne una fent clic a «Nota nova».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ara mateix no hi ha cap bloc de notes. Creeu-ne un fent clic a «Bloc de notes nou».","Location":"","URL":"","Note properties":"","Open...":"Obre...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Anomena i desa...","Copy path to clipboard":"Copia el camí al porta-retalls","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Missatge o enllaç no suportat: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i modificar-la.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Adjunta un fitxer","Tags":"Etiquetes","Set alarm":"Estableix una alarma","In: %s":"A: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"Tasques pendents","note":"nota","Creating new %s...":"S'està creant una %s...","Refresh":"Actualitza","Clear":"Neteja","OneDrive Login":"Inicia sessió al OneDrive","Dropbox Login":"Inicia sessió al Dropbox","Options":"Opcions","Synchronisation Status":"Estat de la sincronització","Encryption Options":"Opcions de xifratge","Clipper Options":"Opcions del desa-retalls","Remove this tag from all the notes?":"Voleu suprimir aquesta etiqueta de totes les notes?","Remove this search from the sidebar?":"Voleu suprimir aquesta cerca de la barra laterla?","Rename":"Canvia el nom","Synchronise":"Sincronitza","Notebooks":"Blocs de notes","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccioneu on s'hauria d'exportar l'estat de la sincronització","Usage: %s":"Ús: %s","Unknown flag: %s":"Bandera desconeguda: %s","Dropbox":"Dropbox","File system":"Sistema de fitxers","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (només proves)","WebDAV":"WebDAV","Unknown log level: %s":"Nivell de registre desconegut: %s","Unknown level ID: %s":"ID de nivell desconeguda: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No es pot actualitzar el testimoni: manquen les dades d'autenticació. Si comenceu altre cop la sincronització, potser es corregeixi el problema.","Untitled":"Sense títol","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No s'ha pogut sincronitzar amb OneDrive.\n\nAquest error habitualment apareix si s'usa OneDriver for Business, que malauradament no està suportat.\n\nConsidereu usar un compte OneDrive habitual.","Cannot access %s":"No es pot accedir a %s","Created local items: %d.":"Elements locals creats: %d.","Updated local items: %d.":"Elements locals actualitzats: %d.","Created remote items: %d.":"Elements remots creats: %d.","Updated remote items: %d.":"Elements remots actualitzats: %d.","Deleted local items: %d.":"Elements locals suprimits: %d.","Deleted remote items: %d.":"Elements remots suprimits: %d.","Fetched items: %d/%d.":"Elements obtinguts: %d/%d.","Cancelling...":"S'està cancel·lant...","Completed: %s":"Finalitzat: %s","Last error: %s":"Últim error: %s","Idle":"Ociós","In progress":"En progés","Synchronisation is already in progress. State: %s":"La sincronització ja és en procés. Estat: %s","Encrypted":"Xifrat","Encrypted items cannot be modified":"Els elements xifrats no es poden modificar","Conflicts":"Conflictes","Cannot move notebook to this location":"No es pot moure el bloc de notes a aquesta ubicació","Notebooks cannot be named \"%s\", which is a reserved title.":"Els blocs de notes no poden tenir el nom «%s», és un títol reservat.","title":"títol","updated date":"data d'actualització","created date":"data de creació","This note does not have geolocation information.":"Aquesta nota no té informació de geolocalització.","Cannot copy note to \"%s\" notebook":"No es pot copiar la nota al bloc de notes «%s»","Cannot move note to \"%s\" notebook":"No es pot moure la nota al bloc de notes «%s»","Language":"Llengua","Date format":"Format de data","Time format":"Format horari","Theme":"Tema","Light":"Clar","Dark":"Fosc","Uncompleted to-dos on top":"Les tasques pendents sense finalitzar a la part superior","Show completed to-dos":"Mostra els llistats de tasques pendents finalitzats","Sort notes by":"Ordena les notes per","Reverse sort order":"Ordre invers","Save geo-location with notes":"Desa la geolocalització a les notes","When creating a new to-do:":"En crear un llistat de tasques pendents:","Focus title":"Vés al títol","Focus body":"Vés al cos","When creating a new note:":"En crear una nota:","Show tray icon":"Mostra la icona a la safata","Note: Does not work in all desktop environments.":"Nota: no funciona en tots els entorns d'escriptori.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Percentatge de zoom global","Editor font size":"Editor font size","Editor font family":"Tipus de lletra de l'editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Cal que sigui un tipus de lletra *mecanogràfic* o no funcionarà correctament. Si el tipus de lletra no és correcte o és buit, s'establirà a un tipus de lletra mecanogràfica genèric.","Automatically update the application":"Actualitza automàticament l'aplicació","Synchronisation interval":"Interval de sincronització","%d minutes":"%d minuts","%d hour":"%d hora","%d hours":"%d hores","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostra les opcions avançades","Synchronisation target":"Objectiu de sincronització","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"L'objectiu on se sincronitzarà. Cada objectiu pot tenir paràmetres addicionals que s'anomenen com a «sync.NUM.NAME» (es documenten a sota).","Directory to synchronise with (absolute path)":"Directori on es farà la sincronització (camí absolut)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"El camí on sincronitzar en activar la sincronització del sistema. Vegeu «sync.target».","Nextcloud WebDAV URL":"URL del Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nom d'usuari del Nextcloud","Nextcloud password":"Contrasenya del Nextcloud","WebDAV URL":"URL de WebDAV","WebDAV username":"Nom d'usuari WebDAV","WebDAV password":"Contrasenya de WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"El valor de l'opció no és vàlid: «%s». Els valors possibles són: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Fitxer d'exportació del Joplin","Markdown":"Markdown","Joplin Export Directory":"Directori d'exportació del Joplin","Evernote Export File":"Fitxer d'exportació de l'Evernote","Json Export Directory":"Json Export Directory","Directory":"Directori","Cannot load \"%s\" module for format \"%s\"":"No puc carregar el mòdul «%s» per al format «%s»","Please specify import format for %s":"Indiqueu el format d'importació per a %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"L'element ara mateix és xifrat: %s«%s». Espereu que es desxifrin tots els elements i torneu-ho a intentar.","There is no data to export.":"No hi ha dades per exportar.","Please specify the notebook where the notes should be imported to.":"Indiqueu el bloc de notes on s'haurien d'importar les notes.","Items that cannot be synchronised":"Elements que no s'han pogut sincronitzar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Aquests elements es mantindran a l'aparell però no es pujaran a la destinació de sincronització. Per a poder trobar aquests elements, podeu cercar pel títol o la ID (que es mostra entre claus a sobre).","Sync status (synced items / total items)":"Estat de la sincronització (element sinc. / elements totals)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictius: %d","To delete: %d":"Per suprimir: %d","Folders":"Carpetes","%s: %d notes":"%s: %d notes","Coming alarms":"Alarmes programades","On %s: %s":"A les %s.%s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ara mateix no hi ha cap nota. Creeu-ne una fent clic en el botó (+).","Delete these notes?":"Voleu suprimir aquestes notes?","Log":"Registre","Export Debug Report":"Exporta l'informe de depuració","Encryption Config":"Configuració del xifratge","Configuration":"Configuració","Move to notebook...":"Mou al bloc de notes...","Move %d notes to notebook \"%s\"?":"Voleu moure %d notes al bloc de notes «%s»?","Press to set the decryption password.":"Premeu per a establir la contrasenya de desxifratge.","Clear alarm":"Clear alarm","Save alarm":"Desa l'alarma","Select date":"Seleccioneu una data","Confirm":"Confirmació","Cancel synchronisation":"Cancel·la la sincronització","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetes noves:","Type new tags or select from list":"Escriviu etiquetes noves o seleccioneu-ne de la llista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per a funcionar correctament, l'aplicació requereix els permisos següents. Habiliteu-los a la configuració del telèfon a Aplicacions > Joplin > Permisos.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Emmagatzematge: per a adjuntar fitxers a les notes i per a activar la sincronització al sistema de fitxers.","- Camera: to allow taking a picture and attaching it to a note.":"- Càmera: per a poder fer fotografies i adjuntar-les a les notes.","- Location: to allow attaching geo-location information to a note.":"- Geolocalització: per a poder ajuntar la informació de geolocalització en les notes.","Joplin website":"Lloc web del Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inicia sessió amb Dropbox","Enter code here":"","Master Key %s":"Clau mestra %s","Created: %s":"Creació: %s","Password:":"Contrasenya:","Password cannot be empty":"La contrasenya no pot ser buida","Enable":"Activa","The notebook could not be saved: %s":"No s'ha pogut desar el bloc de notes: %s","Edit notebook":"Edita el bloc de notes","Show all":"Mostra-ho tot","Errors only":"Només els errors","This note has been modified:":"Aquesta nota s'ha modificat:","Save changes":"Desa els canvis","Discard changes":"Descarta els canvis","No item with ID %s":"No hi ha cap element amb la ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'aplicació mòbil del Joplin, ara per ara, no admet aquest tipus d'enllaç: %s","Unsupported image type: %s":"Tipus d'imatge no admesa: %s","Take photo":"Take photo","Attach photo":"Adjunta una imatge","Attach any file":"Adjunta un fitxer","Share":"Comparteix","Convert to note":"Converteix a nota","Convert to todo":"Converteix a llistat de tasques pendents","Hide metadata":"Amaga les metadades","Show metadata":"Mostra les metadades","View on map":"Mostra-ho al mapa","Go to source URL":"","Delete notebook":"Suprimeix el bloc de notes","Login with OneDrive":"Inicia sessió amb OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Feu clic en el botó (+) per a crear una nota o bloc de notes. Feu clic en el menú lateral per a accedir als blocs de notes existents.","You currently have no notebook. Create one by clicking on (+) button.":"Ara mateix no teniu cap bloc de notes. Creeu-ne un fent clic al botó (+).","Welcome":"Benvingut"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Per a suprimir una etiqueta, traieu l'etiqueta en les notes associades.","Please select the note or notebook to be deleted first.":"Primer seleccioneu la nota o el bloc de notes que vulgueu suprimir.","Press Ctrl+D or type \"exit\" to exit the application":"Premeu Ctrl+D o escriviu «exit» per a sortir de l'aplicació","More than one item match \"%s\". Please narrow down your query.":"Hi ha més d'un element que coincideix amb «%s». Restringiu la consulta.","No notebook selected.":"No heu seleccionat cap bloc de notes.","No notebook has been specified.":"No heu indicat cap bloc de notes.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"S'està cancel·lant la sincronització en segon pla... Espereu.","No such command: %s":"No existeix l'ordre: %s","The command \"%s\" is only available in GUI mode":"L'ordre «%s» només és disponible en mode IGU","Cannot change encrypted item":"No es pot canviar l'element xifrat","Missing required argument: %s":"Manca un argument requerit: 1%s","%s: %s":"%s: %s","Your choice: ":"La vostra tria:","Invalid answer: %s":"La resposta no és vàlida: %s","Attaches the given file to the note.":"Adjunta el fitxer indicat a la nota.","Cannot find \"%s\".":"No es pot trobar «%s»","Displays the given note.":"Mostra la nota indicada.","Displays the complete information about note.":"Mostra la informació completa sobre la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obté o estableix un valor de configuració. Si no s'indica [valor], mostrarà el valor de [nom]. Altrament, si no s'indica [nom] ni [valor], es mostrarà un llistat amb la configuració actual.","Also displays unset and hidden config variables.":"També mostra variables de configuració ocultes o sense definir.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica les notes que coincideixen amb en [blocdenotes]. Si no indiqueu cap bloc de notes es dupliquen en el bloc de notes actual.","Marks a to-do as done.":"Marca un llistat de tasques pendents com a fet.","Note is not a to-do: \"%s\"":"La nota no és un llistat de tasques pendents: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestiona la configuració E2EE. Les ordres són «enable», «disable», «decrypt», «status» i «target-status»","Enter master password:":"Introduïu una contrasenya mestra:","Operation cancelled":"L'operació s'ha cancel·lat","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"S'està iniciant el desxifratge... Espereu perquè això pot durar alguns minuts, depenent de quanta informació calgui desxifrar.","Completed decryption.":"El desxifratge ha finalitzat.","Enabled":"Activat","Disabled":"Desactivat","Encryption is: %s":"El xifratge és: %s","Edit note.":"Edita la nota.","No text editor is defined. Please set it using `config editor `":"No hi ha definit cap editor de text. Establiu-ne un usant `config editor `","No active notebook.":"No hi ha cap bloc de notes actiu.","Note does not exist: \"%s\". Create it?":"No existeix «%s». Voleu crear-lo?","Starting to edit note. Close the editor to get back to the prompt.":"S'està iniciant l'edició del a nota. Tanqueu l'editor per a tornar a l'indicador.","Error opening note in editor: %s":"S'ha produït un error en obrir la nota amb l'editor: %s","Note has been saved.":"S'ha desat la nota.","Exits the application.":"Surt de l'aplicació","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta les dades del Joplin al camí indicat. Per defecte, exportarà tota la base de dades, incloent-hi blocs de notes, notes, etiquetes i recursos.","Destination format: %s":"Format de destinació: %s","Exports only the given note.":"Exporta només la nota indicada.","Exports only the given notebook.":"Exporta només el bloc de notes indicat.","Displays a geolocation URL for the note.":"Motra una URL de geolocalitzacio de la nota.","Displays usage information.":"Mostra la informació d'ús.","For information on how to customise the shortcuts please visit %s":"Per a obtenir informació sobre com personalitzar les dreceres de teclat, visiteu %s","Shortcuts are not available in CLI mode.":"Les dreceres no són disponibles en el mode de línia d'ordres.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriviu «ajuda [ordre]» per a més informació sobre l'ordre; o escriviu «ajuda all» per a la informació d'ús completa.","The possible commands are:":"Les ordres possibles són:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En qualsevol ordre, podeu referenciar una nota o bloc de notes per el títol o l'ID, o podeu usar dreceres «$n» o «$b» per a, respectivament, la nota o el bloc de nota seleccionat actual. Podeu usar «$c» per a fer referència a l'element seleccionat actual.","To move from one pane to another, press Tab or Shift+Tab.":"Per a desplaçar-vos d'un panell a un altre, pitgeu Tab o Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Useu les fletxes del cursor i les tecles de pàgina amunt i avall per a desplaçar les llistes i les àrees de text (incloent-hi aquesta consola).","To maximise/minimise the console, press \"tc\".":"Per a maximitzar o minimitzar la consola, premeu «tc».","To enter command line mode, press \":\"":"Per a anar al mode de línia d'ordres, premeu «:»","To exit command line mode, press ESCAPE":"Per a sortir del mode en línia d'ordres, premeu la tecla Escapada","For the list of keyboard shortcuts and config options, type `help keymap`":"Per a llistar les dreceres de teclat i opcions de configuració, escriviu «help keymap»","Imports data into Joplin.":"Importa les dades al Joplin.","Source format: %s":"Format d'origen: %s","Do not ask for confirmation.":"No demanis confirmació.","Found: %d.":"Trobades: %d.","Created: %d.":"Creades: %d.","Updated: %d.":"Acualitzades: %d.","Skipped: %d.":"Omeses: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetats: %d.","Importing notes...":"S'estan important notes...","The notes have been imported: %s":"Notes que s'han importat: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra les notes en el bloc de notes actual. Useu «ls /» per a mostrar la llista de blocs de notes.","Displays only the first top notes.":"Només mostra les primeres notes superiors.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena l'element per (p. ex. títol, actualització o creació).","Reverses the sorting order.":"Inverteix el criteri d'ordenació","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Només mostra els elements dels tipus específics. Pot ser «n» per a les notes, «t» per les tasques pendents, o «nt» per a notes i tasques pendents (p. ex. «-tt» mostrarà només les tasques pendents, mentre que «-ttd» mostrarà notes i tasques pendents).","Either \"text\" or \"json\"":"«text» o «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa el format de llista llarga. El format és ID, NRE_NOTES (per a blocs de notes), DATA, TASQUES_MARCADES (per a llistats de tasques pendents), TÍTOL","Please select a notebook first.":"Cal que primer seleccioneu un bloc de notes.","Creates a new notebook.":"Crea un bloc de notes nou.","Creates a new note.":"Crea una nota nova.","Notes can only be created within a notebook.":"Només podeu crear notes en un bloc de notes.","Creates a new to-do.":"Crea un llistat de tasques pendents nou.","Moves the notes matching to [notebook].":"Mou les notes que coincideixen amb a [notebook].","Renames the given (note or notebook) to .":"Canvia el nom de la nota o bloc de notes indicat a .","Deletes the given notebook.":"Suprimeix el bloc de notes indicat.","Deletes the notebook without asking for confirmation.":"Suprimeix el bloc de notes sense demanar cap confirmació.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Voleu suprimir el bloc de notes? També se suprimiran tots els sub-blocs d'aquest bloc de notes.","Deletes the notes matching .":"Suprimeix les notes que coincideixen amb .","Deletes the notes without asking for confirmation.":"Suprimeix les notes sense demanar confirmació.","%d notes match this pattern. Delete them?":"%d notes coincideixen amb aquest patró. Voleu suprimir-les?","Delete note?":"Voleu suprimir la nota?","Searches for the given in all the notes.":"Cerca el patró en totes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estableix la propietat donada per al [valor] donat. Les propietats possibles són:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resum sobre les notes i blocs de notes.","Synchronises with remote storage.":"Sincronitza amb un emmagatzemament remot.","Sync to provided target (defaults to sync.target config value)":"Sincronitza a la destinació indicada (de forma predeterminada al valor de configuració sync.target)","Authentication was not completed (did not receive an authentication token).":"No s'ha completat l'autenticació (no ha rebut el testimoni d'autenticació).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per a permetre que el Joplin sincronitzi amb el Dropbox, seguiu les passes següents:","Step 1: Open this URL in your browser to authorise the application:":"Pas 1: Obriu aquest URL al navegador i autoritzeu l'aplicació:","Step 2: Enter the code provided by Dropbox:":"Pas 2: Introduïu el codi proporcionat per Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No esteu autenticats amb %s. Proporcioneu les credencials necessàries.","Synchronisation is already in progress.":"La sincronització és en curs.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"El fitxer de bloqueig està ús. Si sabeu que no s'està executant cap sincronització ara mateix, podeu suprimir el fitxer de bloqueig a «%s» i reprendre l'operació.","Synchronisation target: %s (%s)":"Destinació de la sincronització: %s(%s)","Cannot initialize synchroniser.":"No es pot inicialitzar el sincronitzador.","Starting synchronisation...":"Està començant la sincronització...","Downloading resources...":"","Cancelling... Please wait.":"S'està cancel·lant... Espereu."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ordre no vàlida: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"pot ser «toggle» o «clear». Useu «toggle» per a canviar el llistats de tasques entre l'estat de finalitzat i no finalitzat (si l'objectiu és una nota normal es convertirà a un llistat de tasques pendents). Useu «clear» per a convertir un llistat de tasques pendents a una nota normal.","Marks a to-do as non-completed.":"Marca el llistat de tasques pendents com a no finalitzat.","Switches to [notebook] - all further operations will happen within this notebook.":"Canvia a [notebook] - totes les operacions posteriors s'aplicaran en aquest bloc de notes.","Displays version information":"Mostra la informació de versió","%s %s (%s)":"%s %s (%s)","Enum":"Enumeració","Type: %s.":"Tipus: %s.","Possible values: %s.":"Valors possibles: %s.","Default: %s":"Per defecte: %s","Possible keys/values:":"Valors o claus possibles:","Type `joplin help` for usage information.":"Escriviu «joplin help» per a obtenir informació d'ús.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"L'aplicació ha estat autoritzada - podeu tancar aquesta pestanya del navegador.","The application has been successfully authorised.":"L'aplicació s'ha autoritzat correctament.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Obriu l'URL següent al navegador per a autenticar l'aplicació. L'aplicació crearà un director a «Aplicacions/Joplin» i només hi llegirà i escriurà fitxers en aquest directory. No tindrà accés a cap fitxer fora d'aquesta directori ni a cap dada personal. No es compartirà cap dada amb terceres parts.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Us donem la benvinguda al Joplin!\n\nEscriviu «:help shortcuts» per a llistar les dreceres de teclat, o simplement «:help» per a informació d'ús.\n\nPer exemple, per a ecrear un bloc de notes pitgeu «mb»; per a crear una nota pitgeu «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un o més elements estan xifrats i cal que proporcioneu una contrasenya mestra. Per a fer-ho, escriviu «e2ee decrypt». Si ja heu indicat una contrasenya, els elements xifrats s'estan desxifrant en segon pla i seran disponibles aviat.","Exporting to \"%s\" as \"%s\" format. Please wait...":"S'està exportant a «%s» com a format «%s». Espereu...","Importing from \"%s\" as \"%s\" format. Please wait...":"S'està important des de «%s» com a format «%s». Espereu...","PDF File":"Fitxer PDF","File":"Fitxer","New note":"Nota nova","New to-do":"Llistat de tasques pendents nou","New notebook":"Bloc de notes nou","Import":"Importació","Export":"Exportació","Print":"Imprimeix","Hide %s":"Amaga %s","Quit":"Surt","Edit":"Edita","Copy":"Copia","Cut":"Retalla","Paste":"Enganxa","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Cerca a totes les notes","Search in current note":"Search in current note","View":"Visualització","Toggle sidebar":"Mostra o amaga la barra lateral","Toggle editor layout":"Canvia el disseny de l'editor","Tools":"Eines","Synchronisation status":"Estat de la sincronització","Web clipper options":"Opcions del desa-retalls de webs","Encryption options":"Opcions del xifratge","General Options":"Opcions generals","Help":"Ajuda","Website and documentation":"Lloc web i documentació","Make a donation":"Donatius","Check for updates...":"Comprova les actualitzacions...","About Joplin":"Quant al Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Obre %s","Exit":"Surt","OK":"D'acord","Cancel":"Cancel·la","Current version is up-to-date.":"La versió actual està actualitzada","%s (pre-release)":"","An update is available, do you want to download it now?":"Hi ha disponible una actualització. Voleu baixar-la ara?","Your version: v%s":"","New version: v%s":"","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servei de desa-retalls de webs és actiu i configurat per a iniciar-se automàticament.","Status: Started on port %d":"Estat: iniciat al port %d","Status: %s":"Estat: %s","Disable Web Clipper Service":"Desactiva el servei del desa-retalls","The web clipper service is not enabled.":"El servei del desa-retalls de webs no s'ha activat.","Enable Web Clipper Service":"Activa el servei del desa-retalls de webs","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El desa-retalls de webs del Joplin us permet desar pàgines web i captures de pantalla del navegador web al Joplin.","In order to use the web clipper, you need to do the following:":"Per a poder usar el desa-retalls de webs, cal que feu el següent:","Step 1: Enable the clipper service":"Pas 1: Activeu el servei del desa-retalls de webs","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Aquest servei permet que l'extensió del navegador pugui comunicar-se amb el Joplin. En activar-la, el tallafocs demanarà permisos per al Joplin per a escoltar un port determinat.","Step 2: Install the extension":"Pas 2: Instal·leu l'extensió","Download and install the relevant extension for your browser:":"Baixeu i instal·leu l'extensió adient per al vostre navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprova la configuració de la sincronització","Notes and settings are stored in: %s":"Les notes i la configuració es desen a: %s","Apply":"","Submit":"Tramet","Save":"Desa","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Si desactiveu el xifratge, significa que *totes* les notes i adjunts es tornaran a sincronitzar i enviar sense xifrar a la destinació de sincronització. Voleu continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Si activeu el xifratge, significa que *tots* els adjunts i les notes es tornaran a sincronitzar i enviar xifrats a la destinació de sincronització. No perdeu la contrasenya perquè, per motius de seguretat, serà l'*única* manera desxifrar les dades! Per a activar el xifratge, introduïu la contrasenya a sota.","Disable encryption":"Desactiva el xifratge","Enable encryption":"Activa el xifratge","Master Keys":"Claus mestres","Active":"Activa","ID":"ID","Source":"Font","Created":"Creació","Updated":"Actualització","Password":"Contrasenya","Password OK":"La contrasenya és correcta","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: només s'usarà una clau mestre per al xifratge (la marcada com a «activa»). Qualsevol de les claus es podrien usar per a desxifrar, depenent de com es van xifrar originalment les notes o blocs de notes.","Missing Master Keys":"Manquen les claus mestres","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les claus mestres amb aquests ID s'usen per a xifrar alguns dels elements. Tot i això l'aplicació actualment no hi té accés. Probablement es baixin via sincrontizació.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per a més informació sobre el xifratge d'extrem a extrem (E2EE) i consells sobre com activar-lo, llegiu la documentació:","Status":"Estat","Encryption is:":"El xifratge és:","Back":"Enrere","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Es crearà un bloc de notes «%s» i s'hi importarà el fitxer «%s».","Please create a notebook first.":"Primer heu de crear un bloc de notes.","Please create a notebook first":"Primer heu de crear un bloc de notes","Notebook title:":"Títol del bloc de notes:","Add or remove tags:":"Afegeix o suprimeix etiquetes:","Separate each tag by a comma.":"Separeu les etiquetes amb comes.","Rename notebook:":"Canvia el nom del bloc de notes:","Rename tag:":"Canvia el nom de l'etiqueta:","Set alarm:":"Estableix una alarma:","Layout":"Disposició","Search...":"Cerca...","Some items cannot be synchronised.":"Alguns elements no s'han pogut sincronitzar.","View them now":"Mostra'ls ara","Some items cannot be decrypted.":"Alguns elements no s'han pogut desxifrar.","Set the password":"Establiu la contrasenya","Add or remove tags":"Afegeix o suprimeix etiquetes","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Alterna entre el tipus nota i tasques pendents","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copia l'enllaç Markdown","Delete":"Suprimeix","Delete notes?":"Voleu suprimir les notes?","No notes in here. Create one by clicking on \"New note\".":"No hi ha cap nota aquí. Creeu-ne una fent clic a «Nota nova».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ara mateix no hi ha cap bloc de notes. Creeu-ne un fent clic a «Bloc de notes nou».","Location":"","URL":"","Note properties":"","Open...":"Obre...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Anomena i desa...","Copy path to clipboard":"Copia el camí al porta-retalls","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Missatge o enllaç no suportat: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i modificar-la.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Adjunta un fitxer","Tags":"Etiquetes","Set alarm":"Estableix una alarma","In: %s":"A: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"Tasques pendents","note":"nota","Creating new %s...":"S'està creant una %s...","Refresh":"Actualitza","Clear":"Neteja","OneDrive Login":"Inicia sessió al OneDrive","Dropbox Login":"Inicia sessió al Dropbox","Options":"Opcions","Synchronisation Status":"Estat de la sincronització","Encryption Options":"Opcions de xifratge","Clipper Options":"Opcions del desa-retalls","Remove this tag from all the notes?":"Voleu suprimir aquesta etiqueta de totes les notes?","Remove this search from the sidebar?":"Voleu suprimir aquesta cerca de la barra laterla?","Rename":"Canvia el nom","Synchronise":"Sincronitza","Notebooks":"Blocs de notes","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccioneu on s'hauria d'exportar l'estat de la sincronització","Usage: %s":"Ús: %s","Unknown flag: %s":"Bandera desconeguda: %s","Dropbox":"Dropbox","File system":"Sistema de fitxers","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (només proves)","WebDAV":"WebDAV","Unknown log level: %s":"Nivell de registre desconegut: %s","Unknown level ID: %s":"ID de nivell desconeguda: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No es pot actualitzar el testimoni: manquen les dades d'autenticació. Si comenceu altre cop la sincronització, potser es corregeixi el problema.","Untitled":"Sense títol","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No s'ha pogut sincronitzar amb OneDrive.\n\nAquest error habitualment apareix si s'usa OneDriver for Business, que malauradament no està suportat.\n\nConsidereu usar un compte OneDrive habitual.","Cannot access %s":"No es pot accedir a %s","Created local items: %d.":"Elements locals creats: %d.","Updated local items: %d.":"Elements locals actualitzats: %d.","Created remote items: %d.":"Elements remots creats: %d.","Updated remote items: %d.":"Elements remots actualitzats: %d.","Deleted local items: %d.":"Elements locals suprimits: %d.","Deleted remote items: %d.":"Elements remots suprimits: %d.","Fetched items: %d/%d.":"Elements obtinguts: %d/%d.","Cancelling...":"S'està cancel·lant...","Completed: %s":"Finalitzat: %s","Last error: %s":"Últim error: %s","Idle":"Ociós","In progress":"En progés","Synchronisation is already in progress. State: %s":"La sincronització ja és en procés. Estat: %s","Encrypted":"Xifrat","Encrypted items cannot be modified":"Els elements xifrats no es poden modificar","Conflicts":"Conflictes","Cannot move notebook to this location":"No es pot moure el bloc de notes a aquesta ubicació","Notebooks cannot be named \"%s\", which is a reserved title.":"Els blocs de notes no poden tenir el nom «%s», és un títol reservat.","title":"títol","updated date":"data d'actualització","created date":"data de creació","This note does not have geolocation information.":"Aquesta nota no té informació de geolocalització.","Cannot copy note to \"%s\" notebook":"No es pot copiar la nota al bloc de notes «%s»","Cannot move note to \"%s\" notebook":"No es pot moure la nota al bloc de notes «%s»","Language":"Llengua","Date format":"Format de data","Time format":"Format horari","Theme":"Tema","Light":"Clar","Dark":"Fosc","Uncompleted to-dos on top":"Les tasques pendents sense finalitzar a la part superior","Show completed to-dos":"Mostra els llistats de tasques pendents finalitzats","Sort notes by":"Ordena les notes per","Reverse sort order":"Ordre invers","Save geo-location with notes":"Desa la geolocalització a les notes","When creating a new to-do:":"En crear un llistat de tasques pendents:","Focus title":"Vés al títol","Focus body":"Vés al cos","When creating a new note:":"En crear una nota:","Show tray icon":"Mostra la icona a la safata","Note: Does not work in all desktop environments.":"Nota: no funciona en tots els entorns d'escriptori.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Percentatge de zoom global","Editor font size":"Editor font size","Editor font family":"Tipus de lletra de l'editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Cal que sigui un tipus de lletra *mecanogràfic* o no funcionarà correctament. Si el tipus de lletra no és correcte o és buit, s'establirà a un tipus de lletra mecanogràfica genèric.","Automatically update the application":"Actualitza automàticament l'aplicació","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Interval de sincronització","%d minutes":"%d minuts","%d hour":"%d hora","%d hours":"%d hores","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostra les opcions avançades","Synchronisation target":"Objectiu de sincronització","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"L'objectiu on se sincronitzarà. Cada objectiu pot tenir paràmetres addicionals que s'anomenen com a «sync.NUM.NAME» (es documenten a sota).","Directory to synchronise with (absolute path)":"Directori on es farà la sincronització (camí absolut)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"El camí on sincronitzar en activar la sincronització del sistema. Vegeu «sync.target».","Nextcloud WebDAV URL":"URL del Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nom d'usuari del Nextcloud","Nextcloud password":"Contrasenya del Nextcloud","WebDAV URL":"URL de WebDAV","WebDAV username":"Nom d'usuari WebDAV","WebDAV password":"Contrasenya de WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"El valor de l'opció no és vàlid: «%s». Els valors possibles són: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Fitxer d'exportació del Joplin","Markdown":"Markdown","Joplin Export Directory":"Directori d'exportació del Joplin","Evernote Export File":"Fitxer d'exportació de l'Evernote","Json Export Directory":"Json Export Directory","Directory":"Directori","Cannot load \"%s\" module for format \"%s\"":"No puc carregar el mòdul «%s» per al format «%s»","Please specify import format for %s":"Indiqueu el format d'importació per a %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"L'element ara mateix és xifrat: %s«%s». Espereu que es desxifrin tots els elements i torneu-ho a intentar.","There is no data to export.":"No hi ha dades per exportar.","Please specify the notebook where the notes should be imported to.":"Indiqueu el bloc de notes on s'haurien d'importar les notes.","Items that cannot be synchronised":"Elements que no s'han pogut sincronitzar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Aquests elements es mantindran a l'aparell però no es pujaran a la destinació de sincronització. Per a poder trobar aquests elements, podeu cercar pel títol o la ID (que es mostra entre claus a sobre).","Sync status (synced items / total items)":"Estat de la sincronització (element sinc. / elements totals)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictius: %d","To delete: %d":"Per suprimir: %d","Folders":"Carpetes","%s: %d notes":"%s: %d notes","Coming alarms":"Alarmes programades","On %s: %s":"A les %s.%s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ara mateix no hi ha cap nota. Creeu-ne una fent clic en el botó (+).","Delete these notes?":"Voleu suprimir aquestes notes?","Log":"Registre","Export Debug Report":"Exporta l'informe de depuració","Encryption Config":"Configuració del xifratge","Configuration":"Configuració","Move to notebook...":"Mou al bloc de notes...","Move %d notes to notebook \"%s\"?":"Voleu moure %d notes al bloc de notes «%s»?","Press to set the decryption password.":"Premeu per a establir la contrasenya de desxifratge.","Clear alarm":"Clear alarm","Save alarm":"Desa l'alarma","Select date":"Seleccioneu una data","Confirm":"Confirmació","Cancel synchronisation":"Cancel·la la sincronització","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetes noves:","Type new tags or select from list":"Escriviu etiquetes noves o seleccioneu-ne de la llista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per a funcionar correctament, l'aplicació requereix els permisos següents. Habiliteu-los a la configuració del telèfon a Aplicacions > Joplin > Permisos.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Emmagatzematge: per a adjuntar fitxers a les notes i per a activar la sincronització al sistema de fitxers.","- Camera: to allow taking a picture and attaching it to a note.":"- Càmera: per a poder fer fotografies i adjuntar-les a les notes.","- Location: to allow attaching geo-location information to a note.":"- Geolocalització: per a poder ajuntar la informació de geolocalització en les notes.","Joplin website":"Lloc web del Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inicia sessió amb Dropbox","Enter code here":"","Master Key %s":"Clau mestra %s","Created: %s":"Creació: %s","Password:":"Contrasenya:","Password cannot be empty":"La contrasenya no pot ser buida","Enable":"Activa","The notebook could not be saved: %s":"No s'ha pogut desar el bloc de notes: %s","Edit notebook":"Edita el bloc de notes","Show all":"Mostra-ho tot","Errors only":"Només els errors","This note has been modified:":"Aquesta nota s'ha modificat:","Save changes":"Desa els canvis","Discard changes":"Descarta els canvis","No item with ID %s":"No hi ha cap element amb la ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'aplicació mòbil del Joplin, ara per ara, no admet aquest tipus d'enllaç: %s","Unsupported image type: %s":"Tipus d'imatge no admesa: %s","Take photo":"Take photo","Attach photo":"Adjunta una imatge","Attach any file":"Adjunta un fitxer","Share":"Comparteix","Convert to note":"Converteix a nota","Convert to todo":"Converteix a llistat de tasques pendents","Hide metadata":"Amaga les metadades","Show metadata":"Mostra les metadades","View on map":"Mostra-ho al mapa","Go to source URL":"","Delete notebook":"Suprimeix el bloc de notes","Login with OneDrive":"Inicia sessió amb OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Feu clic en el botó (+) per a crear una nota o bloc de notes. Feu clic en el menú lateral per a accedir als blocs de notes existents.","You currently have no notebook. Create one by clicking on (+) button.":"Ara mateix no teniu cap bloc de notes. Creeu-ne un fent clic al botó (+).","Welcome":"Benvingut"} \ No newline at end of file diff --git a/ElectronClient/app/locales/cs_CZ.json b/ElectronClient/app/locales/cs_CZ.json index e10ceba54..2185f84a1 100644 --- a/ElectronClient/app/locales/cs_CZ.json +++ b/ElectronClient/app/locales/cs_CZ.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Pro smazání tagu jej odeberte od přiřazených poznámek.","Please select the note or notebook to be deleted first.":"Nejprve prosím vyberte poznámku či zápisník ke smazání.","Press Ctrl+D or type \"exit\" to exit the application":"Pro ukončení aplikace stiskněte Ctrl+D nebo napište \"exit\"","More than one item match \"%s\". Please narrow down your query.":"Výrazu \"%s\" odpovídá více než jedna položka, upřesněte prosím hledaný text.","No notebook selected.":"Není vybrán žádný zápisník.","No notebook has been specified.":"Nebyl vybrán žádný zápisník.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Zastavuji synchronizaci, chvíli strpení.","No such command: %s":"Příkaz neexistuje\" %s","The command \"%s\" is only available in GUI mode":"Příkaz \"%s\" je dostupný pouze v grafickém rozhraní","Cannot change encrypted item":"Nelze editovat zašifrovanou položku","Missing required argument: %s":"Chybí povinný parametr: %s","%s: %s":"%s: %s","Your choice: ":"Vaše volba: ","Invalid answer: %s":"Neplatná odpověď: %s","Attaches the given file to the note.":"Přiloží soubor k poznámce.","Cannot find \"%s\".":"Výraz \"%s\" nebyl nalezen.","Displays the given note.":"Zobrazí vybranou poznámku.","Displays the complete information about note.":"Zobrazí veškeré informace o poznámce.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Získá nebo nastaví konfigurační hodnotu. Pokud není [hodnota] specifikována, zobrazí hodnotu položky [jméno]. Pokud není specifikována [hodnota] ani [jméno], je zobrazena současná konfigurace.","Also displays unset and hidden config variables.":"Zobrazí i nenastavené a schované konfigurační proměnné.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplikuje poznámky vyhovující do [notebook]. Pokud není notebook (zápisník) specifikován, je poznámka duplikována v tom současném.","Marks a to-do as done.":"Označí to-do jako hotové.","Note is not a to-do: \"%s\"":"Poznámka není to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Nastavuje šifrování. Příkazy jsou `enable` (zapnout), `disable` (vypnout), `decrypt` (dešifrovat), `status` (stav) a `target-status` (stav v cíli synchronizace).","Enter master password:":"Zadejte master heslo:","Operation cancelled":"Operace zrušena","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dešifruji... Chvíli strpení, podle množství dat k dešifrování to může zabrat i několik minut.","Completed decryption.":"Dešifrování dokončeno.","Enabled":"Zapnuto","Disabled":"Vypnuto","Encryption is: %s":"Šifrování je: %s","Edit note.":"Upravit poznámku.","No text editor is defined. Please set it using `config editor `":"Nebyl vybrán textový editor. Prosím nastavte jej pomocí `config editor `","No active notebook.":"Není vybrán žádný zápisník.","Note does not exist: \"%s\". Create it?":"Poznámka \"%s\" neexistuje. Chcete ji vytvořit?","Starting to edit note. Close the editor to get back to the prompt.":"Začínám s úpravou poznámky. Pro návrat do příkazové řádky ukončete editor.","Error opening note in editor: %s":"Chyba při otevírání poznámky v editoru: %s","Note has been saved.":"Poznámka uložena.","Exits the application.":"Ukončí aplikaci.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportuje data Joplinu do zadané cesty. Bez dalších voleb exportuje veškerý obsah databáze včetně zápisníků, poznámek, tagů a příloh.","Destination format: %s":"Formát destinace: %s","Exports only the given note.":"Exportuje pouze vybranou poznámku.","Exports only the given notebook.":"Exportuje pouze vybraný zápisník.","Displays a geolocation URL for the note.":"Zobrazí geolokační URL poznámky.","Displays usage information.":"Zobrazí informace o použití.","For information on how to customise the shortcuts please visit %s":"Pro informace k úpravě klávesových zkratek prosím běžte na %s","Shortcuts are not available in CLI mode.":"Klávesové zkratky nejsou v konzoli dostupné.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Zadejte `help [příkaz]` pro více informací o příkazu; nebo `help all` pro kompletní nápovědu.","The possible commands are:":"Dostupné příkazy:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Ve všech příkazech může být poznámka či zápisník referována svým názvem či ID, nebo zkratkami `$n` a `$b` pro nyní vybranou poznámku či zápisník. `$c` odkazuje na současně vybranou položku.","To move from one pane to another, press Tab or Shift+Tab.":"Pro přepínání mezi panely stiskněte Tab / Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Pro pohyb v seznamech a textových polích (včetně této konzole) používejte šipky a page up/down.","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Pro přepnutí do příkazové řádky stiskněte \":\"","To exit command line mode, press ESCAPE":"Pro opuštění příkazové řádky stiskněte Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"Pro seznam klávesových zkratek a konfiguračních voleb zadejte `help keymap`","Imports data into Joplin.":"Importuje data do Joplinu.","Source format: %s":"Zdrojový formát: %s","Do not ask for confirmation.":"Neptat se na potvrzení.","Found: %d.":"Nalezeno: %d.","Created: %d.":"Vytvořeno: %d.","Updated: %d.":"Upraveno: %d.","Skipped: %d.":"Přeskočeno: %d.","Resources: %d.":"Zdroje: %d.","Tagged: %d.":"Otagováno: %d.","Importing notes...":"Importuji poznámky...","The notes have been imported: %s":"Poznámky importovány: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zobrazí poznámky v používaném zápisníku. Pro seznam zápisníků zadejte `ls /`.","Displays only the first top notes.":"Zobrazí jen prvních poznámek.","Sorts the item by (eg. title, updated_time, created_time).":"Řadit položky podle (např. title, updated_time, created_time).","Reverses the sorting order.":"Řadit opačně.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zobrazit pouze položky vybraného typu. MoŽnosti jsou `n` pro poznámky (notes), `t` pro to-do, a `nt` pro poznámky a to-do (tedy `-tt` zobrazí pouze to-do, zatímco `-ttd` zobrazí poznámky a to-do.)","Either \"text\" or \"json\"":"Buď \"text\" nebo \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Použít formát dlouhého seznamu. Formát je ID, NOTE_COUNT (u zápisníků), DATE, TODO_CHECKED (pro to-do), TITLE","Please select a notebook first.":"Nejprve prosím vyberte zápisník.","Creates a new notebook.":"Vytvoří nový zápisník.","Creates a new note.":"Vytvoří novou poznámku.","Notes can only be created within a notebook.":"Poznámky mohou být vytvořeny pouze v zápisnících.","Creates a new to-do.":"Vytvoří nové to-do.","Moves the notes matching to [notebook].":"Přesune poznámky vyhovující do [zápisník].","Renames the given (note or notebook) to .":"Přejmenuje (poznámku či zápisník) na .","Deletes the given notebook.":"Smaže vybraný zápisník.","Deletes the notebook without asking for confirmation.":"Smaže zápisník bez potvrzení.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Smazat poznámky vyhovující .","Deletes the notes without asking for confirmation.":"Smazat poznámky bez potvrzení.","%d notes match this pattern. Delete them?":"%d poznámek vyhovuje zadání. Smazat všechny?","Delete note?":"Smazat poznámku?","Searches for the given in all the notes.":"Hledá ve všech poznámkách.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Zobrazí souhrnné informace o poznámkách a zápisnících.","Synchronises with remote storage.":"Synchronizuje se vzdáleným úložištěm.","Sync to provided target (defaults to sync.target config value)":"Synchronizovat se specifikovanou destinací (defaultně hodnota sync.target)","Authentication was not completed (did not receive an authentication token).":"Autentizace nebyla dokončena (nedostali jsme autentizační token)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Nepřihlášeno k %s. Prosím vyplňte chybějící přihlašovací údaje.","Synchronisation is already in progress.":"Synchronizace již probíhá.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Již je držen soubor se zámkem (lock file). Pokud jste si jistí, že nyní neprobíhá synchronizace, smažte zámek v \"%s\" a pokračujte v operaci.","Synchronisation target: %s (%s)":"Cíl synchronizace: %s (%s)","Cannot initialize synchroniser.":"Nelze zavézt synchronizátor.","Starting synchronisation...":"Zahajuji synchronizaci...","Downloading resources...":"","Cancelling... Please wait.":"Zastavuji, chvíli strpení."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neplatný příkaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" může být buď \"toggle\" (přepnout) nebo \"clear\" (odstranit). Použijte \"toggle\" pro označení daného to-do jako dokončené či nedokončené (pokud je cílem normální poznámka, bude konvertována na to-do). Použijte \"clear\" pro konverzi to-do na normální poznámku.","Marks a to-do as non-completed.":"Označí to-do jako nedodělané.","Switches to [notebook] - all further operations will happen within this notebook.":"Přepne do zápisníku [notebook]. Všechny další operace budou prováděny na tomto zápisníku.","Displays version information":"Zobrazí informace o verzi","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Možné hodnoty: %s.","Default: %s":"Default: %s","Possible keys/values:":"Možné klíče/hodnoty:","Type `joplin help` for usage information.":"Pro nápovědu zadejte `joplin help`","Fatal error:":"Fatální chyba:","The application has been authorised - you may now close this browser tab.":"Aplikace byla autorizována, tento tab můžete zavřít.","The application has been successfully authorised.":"Aplikace byla úspěšně autorizována.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otevřete prosím následující URL ve vašem prohlížeči pro autentizaci aplikace. Joplin vytvoří a bude používat výhradně složku \"Apps/Joplin\" , nebude mít přístup k souborům mimo tuto složku ani k dalším osobním informacím. Žádná data nebudou sdílena s jakoukoliv třetí stranou.","Search:":"Hledat:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Vítejte v Joplin!\n\nZadejte `:help shortcuts` pro seznam klávesových zkratek, nebo `:help` pro nápovědu k použítí.\n\nNapř. pro vytvoření zápisníku zadejte `mb`; pro vytvoření nové poznámky `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Jedna či více položek jsou šifrovány a je potřeba zadat master heslo. Učiňte tak zadáním `e2ee decrypt`. Pokud jste heslo již zadali, zašifrované položky se nyní dešifrují na pozadí a budou brzy k dispozici.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportuji do \"%s\" jako formát \"%s\". Chvíli strpení...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importuji z \"%s\" jako formát \"%s\". Chvíli strpení...","PDF File":"PDF soubor","File":"Soubor","New note":"Nová poznámka","New to-do":"Nové to-do","New notebook":"Nový zápisník","Import":"Import","Export":"Export","Print":"Tisk","Hide %s":"Schovat %s","Quit":"Ukončit","Edit":"Upravit","Copy":"Kopírovat","Cut":"Vyjmout","Paste":"Vložit","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Hledat ve všech poznámkách","Search in current note":"Search in current note","View":"Zobrazit","Toggle sidebar":"","Toggle editor layout":"Změňit layout editoru","Tools":"Nástroje","Synchronisation status":"Stav synchronizace","Web clipper options":"","Encryption options":"Nastavení šifrování","General Options":"Obecná nastavení","Help":"Nápověda","Website and documentation":"Web a dokumentace","Make a donation":"Přispět","Check for updates...":"Zkontrolovat updaty...","About Joplin":"O aplikaci Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Otevřít %s","Exit":"Ukončit","OK":"OK","Cancel":"Zrušit","Current version is up-to-date.":"Současná verze je aktuální.","An update is available, do you want to download it now?":"Je k dispozici update, chcete jej stáhnout?","Yes":"Ano","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Apply":"","Submit":"","Save":"Uložit","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Vypnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště nešifrované. Přejete si pokračovat?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zapnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště šifrované. Neztraťte své heslo, za účelem zabezpečení je jeho zadání *jediným* způsobem jak vaše poznámky rozšifrovat! Pro zapnutí šifrování zadejte své heslo.","Disable encryption":"Vypnout šifrování","Enable encryption":"Zapnout šifrování","Master Keys":"Master klíče","Active":"Aktivní","ID":"ID","Source":"Zdroj","Created":"Vytvořeno","Updated":"Upraveno","Password":"Heslo","Password OK":"Heslo je správné","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Poznámka: Pouze jeden master klíč bude používán k šifrování (označen jako \"aktivní\"). Všechny další klíče jsou používány jen k dešifrování.","Missing Master Keys":"Chybějící Master klíče","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Master klíče s těmito ID byly použity k zašifrování položek, které momentálně nejsou k dispozici. Je pravděpodobné, že tyto položky budou staženy při synchronizaci.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Šifrování je:","Back":"Zpět","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Bude vytvořen zápisník \"%s\" a soubor \"%s\" do něj bude importován","Please create a notebook first.":"Nejprve prosím vytvořte zápisník.","Please create a notebook first":"Nejprve prosím vytvořte zápisník","Notebook title:":"Název zápisníku:","Add or remove tags:":"Přidat či odebrat tagy:","Separate each tag by a comma.":"Tagy oddělujte čárkami.","Rename notebook:":"Přejmenovat zápisník:","Rename tag:":"Rename tag:","Set alarm:":"Nastavit alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Některé položky nelze synchronizovat.","View them now":"Zobrazit","Some items cannot be decrypted.":"Některé položky nelze rozšifrovat.","Set the password":"Nastavit heslo","Add or remove tags":"Přidat či odebrat tagy","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Smazat","Delete notes?":"Smazat poznámky?","No notes in here. Create one by clicking on \"New note\".":"Žádné poznámky. Vytvořte jednu kliknutím na \"Nová poznámka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na \"Nový zápisník\".","Location":"","URL":"","Note properties":"","Open...":"Otevřít...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Uložit jako...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodporovaný link či zpráva: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Tato poznámka je prázdný. Klikněte na \"%s\" pro otevření editoru.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"poznámka","Creating new %s...":"Vytvářím %s...","Refresh":"Obnovit","Clear":"Vyčistit","OneDrive Login":"Přihlášení s OneDrive","Dropbox Login":"","Options":"Nastavení","Synchronisation Status":"Stav synchronizace","Encryption Options":"Nastavení šifrování","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odebrat tento tag ze všech poznámek?","Remove this search from the sidebar?":"Smazat tento hledaný výraz z panelu?","Rename":"Přejmenovat","Synchronise":"Synchronizovat","Notebooks":"Zápisníky","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosím vyberte, kam má být stav synchronizace exportován","Usage: %s":"Použití: %s","Unknown flag: %s":"Neznámý flag: %s","Dropbox":"","File system":"Souborový systém","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (jen pro testování)","WebDAV":"WebDAV","Unknown log level: %s":"Neznámá úroveň logování: %s","Unknown level ID: %s":"Neznámé level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nelze obnovit token: chybí autentizační data. Restart synchronizace může tento problém vyřešit. ","Untitled":"Bez názvu","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Chyba synchronizace s OneDrive.\n\nTato chyba obvykle nastává, pokud používáte OneDrive for Business,což momentálně bohužel není podporováno.\n\nZvažte prosím použití osobního OneDrive účtu.","Cannot access %s":"Nelze otevřít %s","Created local items: %d.":"Položky vytvořené lokálně: %d.","Updated local items: %d.":"Položky aktualizované lokálně: %d.","Created remote items: %d.":"Položky vytvořené na vzdáleném úložišti: %d.","Updated remote items: %d.":"Položky aktualizované na vzdáleném úložišti: %d.","Deleted local items: %d.":"Položky smazané lokálně: %d.","Deleted remote items: %d.":"Položky smazané na vzdáleném úložišti: %d.","Fetched items: %d/%d.":"Získané položky: %d/%d.","Cancelling...":"Zastavuji...","Completed: %s":"Dokončeno: %s","Last error: %s":"Poslední chyba: %s","Idle":"Nečinný","In progress":"Probíhá","Synchronisation is already in progress. State: %s":"Synchronizace již probíhá. Stav: %s","Encrypted":"Zašifrováno","Encrypted items cannot be modified":"Nelze editovat zašifrovanou položku","Conflicts":"Konflikty","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Tato poznámka nemá informace o poloze.","Cannot copy note to \"%s\" notebook":"Poznámku \"%s\" nelze zkopírovat do zápisníku","Cannot move note to \"%s\" notebook":"Poznámku nelze přesunout do zápisníku \"%s\"","Language":"Jazyk","Date format":"Formát data","Time format":"Formát času","Theme":"Vzhled","Light":"Světlý","Dark":"Tmavý","Uncompleted to-dos on top":"Nedokončené to-do listy nahoře","Show completed to-dos":"Show completed to-dos","Sort notes by":"Řadit poznámky podle","Reverse sort order":"Řadit od konce","Save geo-location with notes":"Ukládat k poznámkám informace o poloze (geolokaci)","When creating a new to-do:":"Při vytváření nového to-do:","Focus title":"Vybrat název poznámky","Focus body":"Vybrat text poznámky","When creating a new note:":"Při vytváření nové poznámky:","Show tray icon":"Zobrazovat ikonu v panelu","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globální zoom","Editor font size":"Editor font size","Editor font family":"Rodina písma v editoru","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automaticky updatovat aplikaci","Synchronisation interval":"Interval synchronizace","%d minutes":"%d minut","%d hour":"%d hodina","%d hours":"%d hodin","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Ukázat pokročilé volby","Synchronisation target":"Cíl synchronizace","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Cíl synchronizace. Každý cíl může mít další parametry ve formátu `sync.NUM.NAME` (dokumentace níže).","Directory to synchronise with (absolute path)":"Složka k synchronizaci (absolutní cesta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Cesta ke složce, se kterou synchronizovat, pokud je cílem synchronizace místní souborový systém. Viz `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uživatelské jméno","Nextcloud password":"Nextcloud heslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uživatelské jméno","WebDAV password":"WebDAV heslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","Json Export Directory":"Json Export Directory","Directory":"Adresář","Cannot load \"%s\" module for format \"%s\"":"Nemohu nahrát \"%s\" modul pro formát \"%s\"","Please specify import format for %s":"Prosím specifikujte formát pro import %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Položka je zašifrovaná: %s \"%s\". Prosím počkejte na rozšifrování a zkuste to znovu.","There is no data to export.":"Nic k exportování.","Please specify the notebook where the notes should be imported to.":"Prosím specifikujte sešit, do kterého mají být poznámky importovány.","Items that cannot be synchronised":"Položky jež nelze synchronizovat","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Tyto položky zůstanou na tomto zařízení, ale nebudou uploadovány na cíl synchronizace. Pro přístup k těmto souborům hledejte jejich název nebo ID (v hranatých závorkách).","Sync status (synced items / total items)":"Stav synchronizace (synchronizováno / celkem)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Celkem: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"K smazání: %d","Folders":"Složky","%s: %d notes":"%s: %d poznámek","Coming alarms":"Nadcházející alarmy","On %s: %s":"Na %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Nemáte žádné poznámky. Vytvořte jednu kliknutím na tlačítko (+).","Delete these notes?":"Smazat tyto poznámky?","Log":"Log","Export Debug Report":"Exportovat Debug Report","Encryption Config":"Nastavení šifrování","Configuration":"Nastavení","Move to notebook...":"Přesunout do zápisníku...","Move %d notes to notebook \"%s\"?":"Přesunout poznámky %d do zápisníku \"%s\"?","Press to set the decryption password.":"Stiskněte pro zadání hesla k dešifrování.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nové tagy:","Type new tags or select from list":"Zadejte nové tagy, nebo vyberte existující ze seznamu","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Web Joplinu","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Master heslo %s","Created: %s":"Vytvořeno: %s","Password:":"Heslo:","Password cannot be empty":"Heslo nemůže být prázdné","Enable":"Zapnout","The notebook could not be saved: %s":"Nebylo možné uložit zápisník: %s","Edit notebook":"Upravit zápisník","Show all":"Zobrazit vše","Errors only":"Pouze chyby","This note has been modified:":"Poznámka byla upravena:","Save changes":"Uložit změny","Discard changes":"Zahodit změny","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodporovaný formát obrázku: %s","Take photo":"Take photo","Attach photo":"Přiložit obrázek","Attach any file":"Přiložit soubor","Share":"","Convert to note":"Konvertovat na poznámku","Convert to todo":"Konvertovat na todo","Hide metadata":"Schovat metadata","Show metadata":"Zobrazit metadata","View on map":"Zobrazit na map+","Go to source URL":"","Delete notebook":"Smazat zápisník","Login with OneDrive":"Přihlásit se pomocí OneDrive","Search":"Hledání","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Vytvořte novou poznámku či zápisník kliknutím na tlačítko (+). Pro přístup k existujícím zápisníkům použijte postranní menu.","You currently have no notebook. Create one by clicking on (+) button.":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na tlačítko (+).","Welcome":"Vítejte"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Pro smazání tagu jej odeberte od přiřazených poznámek.","Please select the note or notebook to be deleted first.":"Nejprve prosím vyberte poznámku či zápisník ke smazání.","Press Ctrl+D or type \"exit\" to exit the application":"Pro ukončení aplikace stiskněte Ctrl+D nebo napište \"exit\"","More than one item match \"%s\". Please narrow down your query.":"Výrazu \"%s\" odpovídá více než jedna položka, upřesněte prosím hledaný text.","No notebook selected.":"Není vybrán žádný zápisník.","No notebook has been specified.":"Nebyl vybrán žádný zápisník.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Zastavuji synchronizaci, chvíli strpení.","No such command: %s":"Příkaz neexistuje\" %s","The command \"%s\" is only available in GUI mode":"Příkaz \"%s\" je dostupný pouze v grafickém rozhraní","Cannot change encrypted item":"Nelze editovat zašifrovanou položku","Missing required argument: %s":"Chybí povinný parametr: %s","%s: %s":"%s: %s","Your choice: ":"Vaše volba: ","Invalid answer: %s":"Neplatná odpověď: %s","Attaches the given file to the note.":"Přiloží soubor k poznámce.","Cannot find \"%s\".":"Výraz \"%s\" nebyl nalezen.","Displays the given note.":"Zobrazí vybranou poznámku.","Displays the complete information about note.":"Zobrazí veškeré informace o poznámce.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Získá nebo nastaví konfigurační hodnotu. Pokud není [hodnota] specifikována, zobrazí hodnotu položky [jméno]. Pokud není specifikována [hodnota] ani [jméno], je zobrazena současná konfigurace.","Also displays unset and hidden config variables.":"Zobrazí i nenastavené a schované konfigurační proměnné.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplikuje poznámky vyhovující do [notebook]. Pokud není notebook (zápisník) specifikován, je poznámka duplikována v tom současném.","Marks a to-do as done.":"Označí to-do jako hotové.","Note is not a to-do: \"%s\"":"Poznámka není to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Nastavuje šifrování. Příkazy jsou `enable` (zapnout), `disable` (vypnout), `decrypt` (dešifrovat), `status` (stav) a `target-status` (stav v cíli synchronizace).","Enter master password:":"Zadejte master heslo:","Operation cancelled":"Operace zrušena","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dešifruji... Chvíli strpení, podle množství dat k dešifrování to může zabrat i několik minut.","Completed decryption.":"Dešifrování dokončeno.","Enabled":"Zapnuto","Disabled":"Vypnuto","Encryption is: %s":"Šifrování je: %s","Edit note.":"Upravit poznámku.","No text editor is defined. Please set it using `config editor `":"Nebyl vybrán textový editor. Prosím nastavte jej pomocí `config editor `","No active notebook.":"Není vybrán žádný zápisník.","Note does not exist: \"%s\". Create it?":"Poznámka \"%s\" neexistuje. Chcete ji vytvořit?","Starting to edit note. Close the editor to get back to the prompt.":"Začínám s úpravou poznámky. Pro návrat do příkazové řádky ukončete editor.","Error opening note in editor: %s":"Chyba při otevírání poznámky v editoru: %s","Note has been saved.":"Poznámka uložena.","Exits the application.":"Ukončí aplikaci.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportuje data Joplinu do zadané cesty. Bez dalších voleb exportuje veškerý obsah databáze včetně zápisníků, poznámek, tagů a příloh.","Destination format: %s":"Formát destinace: %s","Exports only the given note.":"Exportuje pouze vybranou poznámku.","Exports only the given notebook.":"Exportuje pouze vybraný zápisník.","Displays a geolocation URL for the note.":"Zobrazí geolokační URL poznámky.","Displays usage information.":"Zobrazí informace o použití.","For information on how to customise the shortcuts please visit %s":"Pro informace k úpravě klávesových zkratek prosím běžte na %s","Shortcuts are not available in CLI mode.":"Klávesové zkratky nejsou v konzoli dostupné.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Zadejte `help [příkaz]` pro více informací o příkazu; nebo `help all` pro kompletní nápovědu.","The possible commands are:":"Dostupné příkazy:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Ve všech příkazech může být poznámka či zápisník referována svým názvem či ID, nebo zkratkami `$n` a `$b` pro nyní vybranou poznámku či zápisník. `$c` odkazuje na současně vybranou položku.","To move from one pane to another, press Tab or Shift+Tab.":"Pro přepínání mezi panely stiskněte Tab / Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Pro pohyb v seznamech a textových polích (včetně této konzole) používejte šipky a page up/down.","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Pro přepnutí do příkazové řádky stiskněte \":\"","To exit command line mode, press ESCAPE":"Pro opuštění příkazové řádky stiskněte Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"Pro seznam klávesových zkratek a konfiguračních voleb zadejte `help keymap`","Imports data into Joplin.":"Importuje data do Joplinu.","Source format: %s":"Zdrojový formát: %s","Do not ask for confirmation.":"Neptat se na potvrzení.","Found: %d.":"Nalezeno: %d.","Created: %d.":"Vytvořeno: %d.","Updated: %d.":"Upraveno: %d.","Skipped: %d.":"Přeskočeno: %d.","Resources: %d.":"Zdroje: %d.","Tagged: %d.":"Otagováno: %d.","Importing notes...":"Importuji poznámky...","The notes have been imported: %s":"Poznámky importovány: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zobrazí poznámky v používaném zápisníku. Pro seznam zápisníků zadejte `ls /`.","Displays only the first top notes.":"Zobrazí jen prvních poznámek.","Sorts the item by (eg. title, updated_time, created_time).":"Řadit položky podle (např. title, updated_time, created_time).","Reverses the sorting order.":"Řadit opačně.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zobrazit pouze položky vybraného typu. MoŽnosti jsou `n` pro poznámky (notes), `t` pro to-do, a `nt` pro poznámky a to-do (tedy `-tt` zobrazí pouze to-do, zatímco `-ttd` zobrazí poznámky a to-do.)","Either \"text\" or \"json\"":"Buď \"text\" nebo \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Použít formát dlouhého seznamu. Formát je ID, NOTE_COUNT (u zápisníků), DATE, TODO_CHECKED (pro to-do), TITLE","Please select a notebook first.":"Nejprve prosím vyberte zápisník.","Creates a new notebook.":"Vytvoří nový zápisník.","Creates a new note.":"Vytvoří novou poznámku.","Notes can only be created within a notebook.":"Poznámky mohou být vytvořeny pouze v zápisnících.","Creates a new to-do.":"Vytvoří nové to-do.","Moves the notes matching to [notebook].":"Přesune poznámky vyhovující do [zápisník].","Renames the given (note or notebook) to .":"Přejmenuje (poznámku či zápisník) na .","Deletes the given notebook.":"Smaže vybraný zápisník.","Deletes the notebook without asking for confirmation.":"Smaže zápisník bez potvrzení.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Smazat poznámky vyhovující .","Deletes the notes without asking for confirmation.":"Smazat poznámky bez potvrzení.","%d notes match this pattern. Delete them?":"%d poznámek vyhovuje zadání. Smazat všechny?","Delete note?":"Smazat poznámku?","Searches for the given in all the notes.":"Hledá ve všech poznámkách.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Zobrazí souhrnné informace o poznámkách a zápisnících.","Synchronises with remote storage.":"Synchronizuje se vzdáleným úložištěm.","Sync to provided target (defaults to sync.target config value)":"Synchronizovat se specifikovanou destinací (defaultně hodnota sync.target)","Authentication was not completed (did not receive an authentication token).":"Autentizace nebyla dokončena (nedostali jsme autentizační token)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Nepřihlášeno k %s. Prosím vyplňte chybějící přihlašovací údaje.","Synchronisation is already in progress.":"Synchronizace již probíhá.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Již je držen soubor se zámkem (lock file). Pokud jste si jistí, že nyní neprobíhá synchronizace, smažte zámek v \"%s\" a pokračujte v operaci.","Synchronisation target: %s (%s)":"Cíl synchronizace: %s (%s)","Cannot initialize synchroniser.":"Nelze zavézt synchronizátor.","Starting synchronisation...":"Zahajuji synchronizaci...","Downloading resources...":"","Cancelling... Please wait.":"Zastavuji, chvíli strpení."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neplatný příkaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" může být buď \"toggle\" (přepnout) nebo \"clear\" (odstranit). Použijte \"toggle\" pro označení daného to-do jako dokončené či nedokončené (pokud je cílem normální poznámka, bude konvertována na to-do). Použijte \"clear\" pro konverzi to-do na normální poznámku.","Marks a to-do as non-completed.":"Označí to-do jako nedodělané.","Switches to [notebook] - all further operations will happen within this notebook.":"Přepne do zápisníku [notebook]. Všechny další operace budou prováděny na tomto zápisníku.","Displays version information":"Zobrazí informace o verzi","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Možné hodnoty: %s.","Default: %s":"Default: %s","Possible keys/values:":"Možné klíče/hodnoty:","Type `joplin help` for usage information.":"Pro nápovědu zadejte `joplin help`","Fatal error:":"Fatální chyba:","The application has been authorised - you may now close this browser tab.":"Aplikace byla autorizována, tento tab můžete zavřít.","The application has been successfully authorised.":"Aplikace byla úspěšně autorizována.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otevřete prosím následující URL ve vašem prohlížeči pro autentizaci aplikace. Joplin vytvoří a bude používat výhradně složku \"Apps/Joplin\" , nebude mít přístup k souborům mimo tuto složku ani k dalším osobním informacím. Žádná data nebudou sdílena s jakoukoliv třetí stranou.","Search:":"Hledat:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Vítejte v Joplin!\n\nZadejte `:help shortcuts` pro seznam klávesových zkratek, nebo `:help` pro nápovědu k použítí.\n\nNapř. pro vytvoření zápisníku zadejte `mb`; pro vytvoření nové poznámky `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Jedna či více položek jsou šifrovány a je potřeba zadat master heslo. Učiňte tak zadáním `e2ee decrypt`. Pokud jste heslo již zadali, zašifrované položky se nyní dešifrují na pozadí a budou brzy k dispozici.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportuji do \"%s\" jako formát \"%s\". Chvíli strpení...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importuji z \"%s\" jako formát \"%s\". Chvíli strpení...","PDF File":"PDF soubor","File":"Soubor","New note":"Nová poznámka","New to-do":"Nové to-do","New notebook":"Nový zápisník","Import":"Import","Export":"Export","Print":"Tisk","Hide %s":"Schovat %s","Quit":"Ukončit","Edit":"Upravit","Copy":"Kopírovat","Cut":"Vyjmout","Paste":"Vložit","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Hledat ve všech poznámkách","Search in current note":"Search in current note","View":"Zobrazit","Toggle sidebar":"","Toggle editor layout":"Změňit layout editoru","Tools":"Nástroje","Synchronisation status":"Stav synchronizace","Web clipper options":"","Encryption options":"Nastavení šifrování","General Options":"Obecná nastavení","Help":"Nápověda","Website and documentation":"Web a dokumentace","Make a donation":"Přispět","Check for updates...":"Zkontrolovat updaty...","About Joplin":"O aplikaci Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Otevřít %s","Exit":"Ukončit","OK":"OK","Cancel":"Zrušit","Current version is up-to-date.":"Současná verze je aktuální.","%s (pre-release)":"","An update is available, do you want to download it now?":"Je k dispozici update, chcete jej stáhnout?","Your version: v%s":"","New version: v%s":"","Yes":"Ano","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Apply":"","Submit":"","Save":"Uložit","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Vypnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště nešifrované. Přejete si pokračovat?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zapnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště šifrované. Neztraťte své heslo, za účelem zabezpečení je jeho zadání *jediným* způsobem jak vaše poznámky rozšifrovat! Pro zapnutí šifrování zadejte své heslo.","Disable encryption":"Vypnout šifrování","Enable encryption":"Zapnout šifrování","Master Keys":"Master klíče","Active":"Aktivní","ID":"ID","Source":"Zdroj","Created":"Vytvořeno","Updated":"Upraveno","Password":"Heslo","Password OK":"Heslo je správné","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Poznámka: Pouze jeden master klíč bude používán k šifrování (označen jako \"aktivní\"). Všechny další klíče jsou používány jen k dešifrování.","Missing Master Keys":"Chybějící Master klíče","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Master klíče s těmito ID byly použity k zašifrování položek, které momentálně nejsou k dispozici. Je pravděpodobné, že tyto položky budou staženy při synchronizaci.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Šifrování je:","Back":"Zpět","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Bude vytvořen zápisník \"%s\" a soubor \"%s\" do něj bude importován","Please create a notebook first.":"Nejprve prosím vytvořte zápisník.","Please create a notebook first":"Nejprve prosím vytvořte zápisník","Notebook title:":"Název zápisníku:","Add or remove tags:":"Přidat či odebrat tagy:","Separate each tag by a comma.":"Tagy oddělujte čárkami.","Rename notebook:":"Přejmenovat zápisník:","Rename tag:":"Rename tag:","Set alarm:":"Nastavit alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Některé položky nelze synchronizovat.","View them now":"Zobrazit","Some items cannot be decrypted.":"Některé položky nelze rozšifrovat.","Set the password":"Nastavit heslo","Add or remove tags":"Přidat či odebrat tagy","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Smazat","Delete notes?":"Smazat poznámky?","No notes in here. Create one by clicking on \"New note\".":"Žádné poznámky. Vytvořte jednu kliknutím na \"Nová poznámka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na \"Nový zápisník\".","Location":"","URL":"","Note properties":"","Open...":"Otevřít...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Uložit jako...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodporovaný link či zpráva: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Tato poznámka je prázdný. Klikněte na \"%s\" pro otevření editoru.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"poznámka","Creating new %s...":"Vytvářím %s...","Refresh":"Obnovit","Clear":"Vyčistit","OneDrive Login":"Přihlášení s OneDrive","Dropbox Login":"","Options":"Nastavení","Synchronisation Status":"Stav synchronizace","Encryption Options":"Nastavení šifrování","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odebrat tento tag ze všech poznámek?","Remove this search from the sidebar?":"Smazat tento hledaný výraz z panelu?","Rename":"Přejmenovat","Synchronise":"Synchronizovat","Notebooks":"Zápisníky","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosím vyberte, kam má být stav synchronizace exportován","Usage: %s":"Použití: %s","Unknown flag: %s":"Neznámý flag: %s","Dropbox":"","File system":"Souborový systém","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (jen pro testování)","WebDAV":"WebDAV","Unknown log level: %s":"Neznámá úroveň logování: %s","Unknown level ID: %s":"Neznámé level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nelze obnovit token: chybí autentizační data. Restart synchronizace může tento problém vyřešit. ","Untitled":"Bez názvu","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Chyba synchronizace s OneDrive.\n\nTato chyba obvykle nastává, pokud používáte OneDrive for Business,což momentálně bohužel není podporováno.\n\nZvažte prosím použití osobního OneDrive účtu.","Cannot access %s":"Nelze otevřít %s","Created local items: %d.":"Položky vytvořené lokálně: %d.","Updated local items: %d.":"Položky aktualizované lokálně: %d.","Created remote items: %d.":"Položky vytvořené na vzdáleném úložišti: %d.","Updated remote items: %d.":"Položky aktualizované na vzdáleném úložišti: %d.","Deleted local items: %d.":"Položky smazané lokálně: %d.","Deleted remote items: %d.":"Položky smazané na vzdáleném úložišti: %d.","Fetched items: %d/%d.":"Získané položky: %d/%d.","Cancelling...":"Zastavuji...","Completed: %s":"Dokončeno: %s","Last error: %s":"Poslední chyba: %s","Idle":"Nečinný","In progress":"Probíhá","Synchronisation is already in progress. State: %s":"Synchronizace již probíhá. Stav: %s","Encrypted":"Zašifrováno","Encrypted items cannot be modified":"Nelze editovat zašifrovanou položku","Conflicts":"Konflikty","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Tato poznámka nemá informace o poloze.","Cannot copy note to \"%s\" notebook":"Poznámku \"%s\" nelze zkopírovat do zápisníku","Cannot move note to \"%s\" notebook":"Poznámku nelze přesunout do zápisníku \"%s\"","Language":"Jazyk","Date format":"Formát data","Time format":"Formát času","Theme":"Vzhled","Light":"Světlý","Dark":"Tmavý","Uncompleted to-dos on top":"Nedokončené to-do listy nahoře","Show completed to-dos":"Show completed to-dos","Sort notes by":"Řadit poznámky podle","Reverse sort order":"Řadit od konce","Save geo-location with notes":"Ukládat k poznámkám informace o poloze (geolokaci)","When creating a new to-do:":"Při vytváření nového to-do:","Focus title":"Vybrat název poznámky","Focus body":"Vybrat text poznámky","When creating a new note:":"Při vytváření nové poznámky:","Show tray icon":"Zobrazovat ikonu v panelu","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globální zoom","Editor font size":"Editor font size","Editor font family":"Rodina písma v editoru","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automaticky updatovat aplikaci","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Interval synchronizace","%d minutes":"%d minut","%d hour":"%d hodina","%d hours":"%d hodin","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Ukázat pokročilé volby","Synchronisation target":"Cíl synchronizace","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Cíl synchronizace. Každý cíl může mít další parametry ve formátu `sync.NUM.NAME` (dokumentace níže).","Directory to synchronise with (absolute path)":"Složka k synchronizaci (absolutní cesta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Cesta ke složce, se kterou synchronizovat, pokud je cílem synchronizace místní souborový systém. Viz `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uživatelské jméno","Nextcloud password":"Nextcloud heslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uživatelské jméno","WebDAV password":"WebDAV heslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","Json Export Directory":"Json Export Directory","Directory":"Adresář","Cannot load \"%s\" module for format \"%s\"":"Nemohu nahrát \"%s\" modul pro formát \"%s\"","Please specify import format for %s":"Prosím specifikujte formát pro import %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Položka je zašifrovaná: %s \"%s\". Prosím počkejte na rozšifrování a zkuste to znovu.","There is no data to export.":"Nic k exportování.","Please specify the notebook where the notes should be imported to.":"Prosím specifikujte sešit, do kterého mají být poznámky importovány.","Items that cannot be synchronised":"Položky jež nelze synchronizovat","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Tyto položky zůstanou na tomto zařízení, ale nebudou uploadovány na cíl synchronizace. Pro přístup k těmto souborům hledejte jejich název nebo ID (v hranatých závorkách).","Sync status (synced items / total items)":"Stav synchronizace (synchronizováno / celkem)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Celkem: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"K smazání: %d","Folders":"Složky","%s: %d notes":"%s: %d poznámek","Coming alarms":"Nadcházející alarmy","On %s: %s":"Na %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Nemáte žádné poznámky. Vytvořte jednu kliknutím na tlačítko (+).","Delete these notes?":"Smazat tyto poznámky?","Log":"Log","Export Debug Report":"Exportovat Debug Report","Encryption Config":"Nastavení šifrování","Configuration":"Nastavení","Move to notebook...":"Přesunout do zápisníku...","Move %d notes to notebook \"%s\"?":"Přesunout poznámky %d do zápisníku \"%s\"?","Press to set the decryption password.":"Stiskněte pro zadání hesla k dešifrování.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nové tagy:","Type new tags or select from list":"Zadejte nové tagy, nebo vyberte existující ze seznamu","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Web Joplinu","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Master heslo %s","Created: %s":"Vytvořeno: %s","Password:":"Heslo:","Password cannot be empty":"Heslo nemůže být prázdné","Enable":"Zapnout","The notebook could not be saved: %s":"Nebylo možné uložit zápisník: %s","Edit notebook":"Upravit zápisník","Show all":"Zobrazit vše","Errors only":"Pouze chyby","This note has been modified:":"Poznámka byla upravena:","Save changes":"Uložit změny","Discard changes":"Zahodit změny","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodporovaný formát obrázku: %s","Take photo":"Take photo","Attach photo":"Přiložit obrázek","Attach any file":"Přiložit soubor","Share":"","Convert to note":"Konvertovat na poznámku","Convert to todo":"Konvertovat na todo","Hide metadata":"Schovat metadata","Show metadata":"Zobrazit metadata","View on map":"Zobrazit na map+","Go to source URL":"","Delete notebook":"Smazat zápisník","Login with OneDrive":"Přihlásit se pomocí OneDrive","Search":"Hledání","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Vytvořte novou poznámku či zápisník kliknutím na tlačítko (+). Pro přístup k existujícím zápisníkům použijte postranní menu.","You currently have no notebook. Create one by clicking on (+) button.":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na tlačítko (+).","Welcome":"Vítejte"} \ No newline at end of file diff --git a/ElectronClient/app/locales/da_DK.json b/ElectronClient/app/locales/da_DK.json index d0c8d15e8..43111cf0f 100644 --- a/ElectronClient/app/locales/da_DK.json +++ b/ElectronClient/app/locales/da_DK.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"For at slette et mærke, afmærk de tilhørende noter.","Please select the note or notebook to be deleted first.":"Vælg først en note eller en notesbog der skal slettes.","Press Ctrl+D or type \"exit\" to exit the application":"Tast Ctrl+D eller tast \"exit\" for at afslutte app'en","More than one item match \"%s\". Please narrow down your query.":"Mere end et emne matcher \"%s\". Præciser din søgning.","No notebook selected.":"Ingen notesbog er valgt.","No notebook has been specified.":"Ingen notesbog er specificeret.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Annullerer baggrunds synkronisering... Vent venligst.","No such command: %s":"Kommando findes ikke: %s","The command \"%s\" is only available in GUI mode":"Kommando \"%s\" er kun til rådighed i GUI tilstand","Cannot change encrypted item":"Kan ikke ændre krypteret emne","Missing required argument: %s":"Mangler krævet argument: %s","%s: %s":"%s: %s","Your choice: ":"Dit valg:","Invalid answer: %s":"Forkert svar: %s","Attaches the given file to the note.":"Vedhæfter valgt fil til noten.","Cannot find \"%s\".":"Kan ikke finde \"%s\".","Displays the given note.":"Viser valgt note.","Displays the complete information about note.":"Viser komplet note information.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Henter eller tilføjer konfigurations værdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration.","Also displays unset and hidden config variables.":"Viser også tomme eller skjulte konfigurations variabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Kopierer alle noter der matcher til [notebook]. Hvis notesbog ikke er udfyldt, kopieres til aktuel notesbog.","Marks a to-do as done.":"Markerer en opgave som udført.","Note is not a to-do: \"%s\"":"Noten er ikke en opgave: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Udfører E2EE konfiguration. Kommandoer er `enable`(aktiver), `disable`(sluk), `decrypt`(dekrypter), `status` og `target-status` (modtager-status).","Enter master password:":"Indtast Hoved kodeord:","Operation cancelled":"Udførelse annulleret","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekryptering startet... Vent venligst da kan tage adskillige minutter afhængig af mængden der skal dekrypteres.","Completed decryption.":"Dekryptering færdig.","Enabled":"Aktiveret","Disabled":"Deaktiveret","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger note.","No text editor is defined. Please set it using `config editor `":"Ingen teksteditor er valgt. Vælg en ved at indstille `config editor `","No active notebook.":"Ingen aktiv notesbog.","Note does not exist: \"%s\". Create it?":"Note eksisterer ikke: \"%s\". Skal den oprettes?","Starting to edit note. Close the editor to get back to the prompt.":"Noteredigering startet. Luk redigering for at komme tilbage til kommando prompten.","Error opening note in editor: %s":"Fejl ved åbning af note i editor: %s","Note has been saved.":"Note gemt.","Exits the application.":"Forlad/luk program.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin data til valgt sti. Standard er eksport af hele databasen inkl. notesbøger, noter, mærker og ressourcer.","Destination format: %s":"Destinations format: %s","Exports only the given note.":"Eksporter kun valgt note.","Exports only the given notebook.":"Eksporter kun valgt notesbog.","Displays a geolocation URL for the note.":"Vis geolokations URL for noten.","Displays usage information.":"Viser årsags information.","For information on how to customise the shortcuts please visit %s":"For info om tilpasning af links, besøg %s","Shortcuts are not available in CLI mode.":"Links er ikke til rådighed i GUI tilstand.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tast `help[kommando]` for mere info om en kommando; eller tast `help all` for fuld hjælpe liste .","The possible commands are:":"Mulige kommandoer er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I enhver kommando kan en note eller notesbog refereres med titel eller ID, eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `$c` kan bruges som reference til aktuel/valgt emne.","To move from one pane to another, press Tab or Shift+Tab.":"For flytte fra et panel til et andet, tryk Tab eller Skift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Brug pilene og PageUp/PageDown for at rulle lister og tekst-områder (inkl. denne konsol)","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"For at skifte til kommandolinje tilstand, tryk \":\"","To exit command line mode, press ESCAPE":"For at forlade kommandolinje tilstand, tryk Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For at få vist listen af tastatur genveje og konfigurations muligheder, test `help keymap`","Imports data into Joplin.":"Importerer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Spørg ikke om bekræftelse.","Found: %d.":"Fundet: %d.","Created: %d.":"Oprettet: %d.","Updated: %d.":"Opdateret %d.","Skipped: %d.":"Droppet %d.","Resources: %d.":"Ressourcer: %d.","Tagged: %d.":"Markeret: %d.","Importing notes...":"Importerer noter...","The notes have been imported: %s":"Noterne er importeret: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med notesbøger.","Displays only the first top notes.":"Viser kun de første noter.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterer emner ud fra (fx titel, opdateret_tid, oprettelses_tid).","Reverses the sorting order.":"Modsat sortering.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise opgaver, mens `-ttd` vil vise noter og opgaver).","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Brug lang liste format. Formatet er ID,NOTE_TÆLLER (for notesbøger), DATO, MARKEREDE_OPGAVER (for opgaver), TITEL","Please select a notebook first.":"Vælg først en notesbog.","Creates a new notebook.":"Opretter en ny notesbog.","Creates a new note.":"Opretter en ny note.","Notes can only be created within a notebook.":"Noter kan kun oprettes i en notesbog.","Creates a new to-do.":"Opretter en ny opgave.","Moves the notes matching to [notebook].":"Flytter alle noter der matcher til [notebook].","Renames the given (note or notebook) to .":"Omdøber det aktuelle (note eller notesbog) til .","Deletes the given notebook.":"Sletter aktuelle notesbog.","Deletes the notebook without asking for confirmation.":"Sletter notesbogen uden at bede om bekræftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Sletter alle noter der matcher .","Deletes the notes without asking for confirmation.":"Sletter noterne uden at bede om bekræftelse.","%d notes match this pattern. Delete them?":"%d noter der matcher dette mønster. Slet dem?","Delete note?":"Slet note?","Searches for the given in all the notes.":"Søger efter mønster i alle noter.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sætter ejerskab af valgt til aktuel [value]. Mulige ejerskab er:\n\n%s","Displays summary about the notes and notebooks.":"Viser opsummering om noter og notesbøger.","Synchronises with remote storage.":"Synkroniserer med fjern-lager.","Sync to provided target (defaults to sync.target config value)":"Synk til valgt mål (standard er sync.target config.value)","Authentication was not completed (did not receive an authentication token).":"Godkendelse blev ikke fuldført (modtog ikke godkendelses token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For at Joplin kan synkronisere med Dropbox, skal man igennem nedenstående trin:","Step 1: Open this URL in your browser to authorise the application:":"Trin 1: Åben denne URL i din browser for at autorisere applikationen:","Step 2: Enter the code provided by Dropbox:":"Trin 2: Indtast koden, som er oplyst af Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke godkendt med %s. Indtast venligst manglende koder/info.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang kan du slette låsefilen \"%s\" og genoptage synkroniseringen.","Synchronisation target: %s (%s)":"Synkroniserings mål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke initialisere synkroniseringen.","Starting synchronisation...":"Starter synkronisering.","Downloading resources...":"","Cancelling... Please wait.":"Annullerer... Vent venligst."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ulovlig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note.","Marks a to-do as non-completed.":"Markerer en opgave som ikke udført.","Switches to [notebook] - all further operations will happen within this notebook.":"Skifter til [notebook] - alle fremtidige handlinger sker i denne notesbog.","Displays version information":"Viser versions info","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tast: %s.","Possible values: %s.":"Mulige værdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøgler/værdier:","Type `joplin help` for usage information.":"Tast `Joplin help` for alm. info.","Fatal error:":"Kritisk fejl:","The application has been authorised - you may now close this browser tab.":"Denne app er godkendt - du kan nu lukke dette faneblad.","The application has been successfully authorised.":"Denne app er succesfuldt godkendt.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til andre persondata. Ingen data deles med nogen 3.part.","Search:":"Søg:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nTast `:help shortcuts` for listen over tastaturgenveje, eller bare `:help` for alm. hjælp.\n\nFor eksempel, for at oprette en notesbog; tryk `mb` eller tryk `mn` for at oprette en note.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Et eller flere emner er krypteret og du skal evt. angive et hoved-kodeord. For at gøre det; tast è2ee decrypt`. Har du allerede indtastet password, bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" som \"%s\"-format. Vent venligst...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" som \"%s\"-format. Vent venligst...","PDF File":"PDF fil","File":"Fil","New note":"Ny note","New to-do":"Ny opgave","New notebook":"Ny notesbog","Import":"Importer","Export":"Eksporter","Print":"Udskriv","Hide %s":"Skjul %s","Quit":"Afslut","Edit":"Ret","Copy":"Kopier","Cut":"Klip","Paste":"Indsæt","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Søg i alle noter","Search in current note":"Search in current note","View":"Vis","Toggle sidebar":"","Toggle editor layout":"Skift editor layout","Tools":"Værktøjer","Synchronisation status":"Synkroniserings status","Web clipper options":"","Encryption options":"Krypterings muligheder","General Options":"Generelle indstillinger","Help":"Hjælp","Website and documentation":"Joplins hjemmeside og dokumentation","Make a donation":"Giv en donation","Check for updates...":"Checker om der er opdateringer..","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åben %s","Exit":"Afslut","OK":"OK","Cancel":"Fortryd","Current version is up-to-date.":"Aktuel version er nyeste.","An update is available, do you want to download it now?":"Opdatering er til rådighed, vil du hente den nu?","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Apply":"","Submit":"Gem","Save":"Gem","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Slås kryptering fra, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt ukrypteret til synk-modtager. Vil du fortsætte?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Slås kryptering til, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt krypteret til synk-modtager. Glem ikke kodeordet, da det er *eneste* mulighed for dekryptering af data\". For at slå kryptering til, indtast kodeord herunder.","Disable encryption":"Slå kryptering fra","Enable encryption":"Start kryptering","Master Keys":"Hovednøgle","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Oprettet","Updated":"Opdateret","Password":"Kodeord","Password OK":"Kodeord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Bemærk: Kun en hoved-nøgle vil blive brugt til kryptering (den der er markeret med \"active\"), Alle øvrige nøgler kan bruges til dekryptering, afhængig af hvilken blev anvendt til den oprindelige kryptering af note eller notesbog.","Missing Master Keys":"Manglende hovednøgle","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Hoved-nøglen til disse ID'er er brugt til at kryptere nogle af dine emner; app'en har ikke pt adgang til dem. Det er sandsynligt at de vil blive hentet (på et eller andet tidspunkt) via synkroniseringen.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) og vejledning om hvordan det skal opsættes_","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbage","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den","Please create a notebook first.":"Opret først en notesbog.","Please create a notebook first":"Opret først en notesbog","Notebook title:":"Notesbogs titel:","Add or remove tags:":"Tilføj eller slet mærker:","Separate each tag by a comma.":"Adskil hver mærke med komma.","Rename notebook:":"Omdøb notesbog:","Rename tag:":"Rename tag:","Set alarm:":"Indstil alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Nogle emner kan ikke synkroniseres.","View them now":"Vis dem nu","Some items cannot be decrypted.":"Nogle emner kan ikke krypteres.","Set the password":"Indstil kodeord","Add or remove tags":"Tilføj eller slet mærker","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Skift mellem note- og opgave type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Slet","Delete notes?":"Slet noter?","No notes in here. Create one by clicking on \"New note\".":"Der er ingen noter her. Opret en ved at klikke på \"Ny note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Der er ingen notesbog. Opret en ved at klikke på \"Ny Notesbog\".","Location":"","URL":"","Note properties":"","Open...":"Åben...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gem som...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ugyldigt- eller ulovligt link eller besked: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Denne note er tom. Klik på \"%s\" for at starte editor og rette noten.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"opgave","note":"note","Creating new %s...":"Opretter ny %s...","Refresh":"Opfrisk","Clear":"Ryd/slet","OneDrive Login":"OneDrive login","Dropbox Login":"Dropbox Login","Options":"Muligheder","Synchronisation Status":"Synkroniserings status","Encryption Options":"Krypterings indstillinger","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Slet denne markering fra alle noter?","Remove this search from the sidebar?":"Slet denne søgning fra sidebjælke?","Rename":"Omdøb","Synchronise":"Synkroniser","Notebooks":"Notesbøger","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Vælg hvor sync status skal eksporteres til","Usage: %s":"Forbrug: %s","Unknown flag: %s":"Ukendt flag: %s","Dropbox":"Dropbox","File system":"Fil system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (kun test)","WebDAV":"WebDAV","Unknown log level: %s":"Ukendt log niveau: %s","Unknown level ID: %s":"Ukendt niveau ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke opdatere token: Godkendelses data mangler. Prøv at starte synkronisering igen, det kan løse problemet.","Untitled":"Samlet","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kunne ikke synkronisere med OneDrive.\n\nDenne fejl skyldes ofte brug af OneDrive for Business, hvilket desværre ikke supporteres af Joplin.\n\nOvervej at bruge en privat OneDrive konto.","Cannot access %s":"Kan ikke tilgå %s","Created local items: %d.":"Oprettede lokale emner: %d.","Updated local items: %d.":"Opdaterede lokale emner: %d.","Created remote items: %d.":"Oprettede fjern-emner: %d.","Updated remote items: %d.":"Opdaterede fjern-emner: %d.","Deleted local items: %d.":"Slettede lokale emner: %d.","Deleted remote items: %d.":"Slettede fjern-emner: %d.","Fetched items: %d/%d.":"Hentede emner: %d/%d.","Cancelling...":"Annullerer...","Completed: %s":"Fuldført: %s","Last error: %s":"Sidste fejl: %s","Idle":"Ledig","In progress":"I gang","Synchronisation is already in progress. State: %s":"Synkronisering er allerede i gang: Tilstand: %s","Encrypted":"Krypteret","Encrypted items cannot be modified":"Krypteret emner kan ikke rettes","Conflicts":"Konflikter","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Denne note har ingen geolokations oplysninger.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere note til \"%s\" notesbog","Cannot move note to \"%s\" notebook":"Kan ikke flytte note til \"%s\" notesbog","Language":"Sprog","Date format":"Dato format","Time format":"Time format","Theme":"Tema","Light":"Lyst","Dark":"Mørkt","Uncompleted to-dos on top":"Ufærdige opgaver øverst","Show completed to-dos":"Show completed to-dos","Sort notes by":"Sorter noter efter","Reverse sort order":"Modsat sorterings orden","Save geo-location with notes":"Gem geo-lokation i noter","When creating a new to-do:":"Ved oprettelse af ny opgave:","Focus title":"Fokuser på titel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Ved oprettelse af ny note:","Show tray icon":"Vis ikon på bundbjælke","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom procent","Editor font size":"Editor font size","Editor font family":"Rediger skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automatisk app update","Synchronisation interval":"Synkroniserings interval","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Vis avancerede indstillinger","Synchronisation target":"Synkroniserings mål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Synkroniserings mål. Hver synk. mål kan have ekstra parametre som navngives som `sync.NUM.NAME` (se dokumentation herunder).","Directory to synchronise with (absolute path)":"Mappe der skal synkroniseres med (absolut sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sti til synkronisering, når filsystem synkronisering er slået til. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","Json Export Directory":"Json Export Directory","Directory":"Indeks","Cannot load \"%s\" module for format \"%s\"":"Kan ikke åbne \"%s\" modul for format \"%s\"","Please specify import format for %s":"Specificer import format for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette emne krypteret: %s \"%s\". Vent til alle emner er dekrypteret og prøv igen.","There is no data to export.":"Der er ingen data at eksportere.","Please specify the notebook where the notes should be imported to.":"Angiv hvilken notesbog, noter skal importeres til.","Items that cannot be synchronised":"Emner kan ikke synkroniseres","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse emner bliver på enheden, og bliver ikke overført til synk-modtager. For at finde disse emner; enten søg efter titel eller ID (som er vist i klammer herover)","Sync status (synced items / total items)":"Synk status (synk' emner / emner i alt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"I alt: %d %d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Til sletning: %d","Folders":"Mapper","%s: %d notes":"%s: %d noter","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Der er ingen noter. Opret note ved at klikke på (+) knappen.","Delete these notes?":"Slet disse noter?","Log":"Log","Export Debug Report":"Eksporter undersøgelses rapport","Encryption Config":"Krypterings indstillinger","Configuration":"Indstillinger","Move to notebook...":"Flyt til notesbog...","Move %d notes to notebook \"%s\"?":"Flyt %d noter til notesbogen \"%s\"?","Press to set the decryption password.":"Klik for at gemme dekrypterings kodeord.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nye tags:","Type new tags or select from list":"Indtast nye tags eller vælg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin hjemmeside","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Hoved nøgle %s","Created: %s":"Oprettet: %s","Password:":"Kodeord:","Password cannot be empty":"Kodeord må ikke være tomt","Enable":"Tænd","The notebook could not be saved: %s":"Notesbogen kan ikke gemmes: %s","Edit notebook":"Rediger notesbog","Show all":"Vis alt","Errors only":"Kun fejl","This note has been modified:":"Denne note er ændret:","Save changes":"Gem ændringer","Discard changes":"Fortryd ændringer","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Ulovlig billedtype: %s","Take photo":"Take photo","Attach photo":"Vedhæft foto","Attach any file":"Vedhæft fil","Share":"","Convert to note":"Konverter til note","Convert to todo":"Konverter til opgave","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Vis på kort","Go to source URL":"","Delete notebook":"Slet notesbog","Login with OneDrive":"Log på med OneDrive","Search":"Søg","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik på (+) knappen for at oprette ny note eller notesbog. Klik på side menu for at åbne eksisterende notesbøger.","You currently have no notebook. Create one by clicking on (+) button.":"Du har ingen notesbøger. Opret en ved at klikke på (+) knappen.","Welcome":"Velkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"For at slette et mærke, afmærk de tilhørende noter.","Please select the note or notebook to be deleted first.":"Vælg først en note eller en notesbog der skal slettes.","Press Ctrl+D or type \"exit\" to exit the application":"Tast Ctrl+D eller tast \"exit\" for at afslutte app'en","More than one item match \"%s\". Please narrow down your query.":"Mere end et emne matcher \"%s\". Præciser din søgning.","No notebook selected.":"Ingen notesbog er valgt.","No notebook has been specified.":"Ingen notesbog er specificeret.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Annullerer baggrunds synkronisering... Vent venligst.","No such command: %s":"Kommando findes ikke: %s","The command \"%s\" is only available in GUI mode":"Kommando \"%s\" er kun til rådighed i GUI tilstand","Cannot change encrypted item":"Kan ikke ændre krypteret emne","Missing required argument: %s":"Mangler krævet argument: %s","%s: %s":"%s: %s","Your choice: ":"Dit valg:","Invalid answer: %s":"Forkert svar: %s","Attaches the given file to the note.":"Vedhæfter valgt fil til noten.","Cannot find \"%s\".":"Kan ikke finde \"%s\".","Displays the given note.":"Viser valgt note.","Displays the complete information about note.":"Viser komplet note information.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Henter eller tilføjer konfigurations værdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration.","Also displays unset and hidden config variables.":"Viser også tomme eller skjulte konfigurations variabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Kopierer alle noter der matcher til [notebook]. Hvis notesbog ikke er udfyldt, kopieres til aktuel notesbog.","Marks a to-do as done.":"Markerer en opgave som udført.","Note is not a to-do: \"%s\"":"Noten er ikke en opgave: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Udfører E2EE konfiguration. Kommandoer er `enable`(aktiver), `disable`(sluk), `decrypt`(dekrypter), `status` og `target-status` (modtager-status).","Enter master password:":"Indtast Hoved kodeord:","Operation cancelled":"Udførelse annulleret","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekryptering startet... Vent venligst da kan tage adskillige minutter afhængig af mængden der skal dekrypteres.","Completed decryption.":"Dekryptering færdig.","Enabled":"Aktiveret","Disabled":"Deaktiveret","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger note.","No text editor is defined. Please set it using `config editor `":"Ingen teksteditor er valgt. Vælg en ved at indstille `config editor `","No active notebook.":"Ingen aktiv notesbog.","Note does not exist: \"%s\". Create it?":"Note eksisterer ikke: \"%s\". Skal den oprettes?","Starting to edit note. Close the editor to get back to the prompt.":"Noteredigering startet. Luk redigering for at komme tilbage til kommando prompten.","Error opening note in editor: %s":"Fejl ved åbning af note i editor: %s","Note has been saved.":"Note gemt.","Exits the application.":"Forlad/luk program.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin data til valgt sti. Standard er eksport af hele databasen inkl. notesbøger, noter, mærker og ressourcer.","Destination format: %s":"Destinations format: %s","Exports only the given note.":"Eksporter kun valgt note.","Exports only the given notebook.":"Eksporter kun valgt notesbog.","Displays a geolocation URL for the note.":"Vis geolokations URL for noten.","Displays usage information.":"Viser årsags information.","For information on how to customise the shortcuts please visit %s":"For info om tilpasning af links, besøg %s","Shortcuts are not available in CLI mode.":"Links er ikke til rådighed i GUI tilstand.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tast `help[kommando]` for mere info om en kommando; eller tast `help all` for fuld hjælpe liste .","The possible commands are:":"Mulige kommandoer er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I enhver kommando kan en note eller notesbog refereres med titel eller ID, eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `$c` kan bruges som reference til aktuel/valgt emne.","To move from one pane to another, press Tab or Shift+Tab.":"For flytte fra et panel til et andet, tryk Tab eller Skift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Brug pilene og PageUp/PageDown for at rulle lister og tekst-områder (inkl. denne konsol)","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"For at skifte til kommandolinje tilstand, tryk \":\"","To exit command line mode, press ESCAPE":"For at forlade kommandolinje tilstand, tryk Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For at få vist listen af tastatur genveje og konfigurations muligheder, test `help keymap`","Imports data into Joplin.":"Importerer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Spørg ikke om bekræftelse.","Found: %d.":"Fundet: %d.","Created: %d.":"Oprettet: %d.","Updated: %d.":"Opdateret %d.","Skipped: %d.":"Droppet %d.","Resources: %d.":"Ressourcer: %d.","Tagged: %d.":"Markeret: %d.","Importing notes...":"Importerer noter...","The notes have been imported: %s":"Noterne er importeret: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med notesbøger.","Displays only the first top notes.":"Viser kun de første noter.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterer emner ud fra (fx titel, opdateret_tid, oprettelses_tid).","Reverses the sorting order.":"Modsat sortering.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise opgaver, mens `-ttd` vil vise noter og opgaver).","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Brug lang liste format. Formatet er ID,NOTE_TÆLLER (for notesbøger), DATO, MARKEREDE_OPGAVER (for opgaver), TITEL","Please select a notebook first.":"Vælg først en notesbog.","Creates a new notebook.":"Opretter en ny notesbog.","Creates a new note.":"Opretter en ny note.","Notes can only be created within a notebook.":"Noter kan kun oprettes i en notesbog.","Creates a new to-do.":"Opretter en ny opgave.","Moves the notes matching to [notebook].":"Flytter alle noter der matcher til [notebook].","Renames the given (note or notebook) to .":"Omdøber det aktuelle (note eller notesbog) til .","Deletes the given notebook.":"Sletter aktuelle notesbog.","Deletes the notebook without asking for confirmation.":"Sletter notesbogen uden at bede om bekræftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Sletter alle noter der matcher .","Deletes the notes without asking for confirmation.":"Sletter noterne uden at bede om bekræftelse.","%d notes match this pattern. Delete them?":"%d noter der matcher dette mønster. Slet dem?","Delete note?":"Slet note?","Searches for the given in all the notes.":"Søger efter mønster i alle noter.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sætter ejerskab af valgt til aktuel [value]. Mulige ejerskab er:\n\n%s","Displays summary about the notes and notebooks.":"Viser opsummering om noter og notesbøger.","Synchronises with remote storage.":"Synkroniserer med fjern-lager.","Sync to provided target (defaults to sync.target config value)":"Synk til valgt mål (standard er sync.target config.value)","Authentication was not completed (did not receive an authentication token).":"Godkendelse blev ikke fuldført (modtog ikke godkendelses token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For at Joplin kan synkronisere med Dropbox, skal man igennem nedenstående trin:","Step 1: Open this URL in your browser to authorise the application:":"Trin 1: Åben denne URL i din browser for at autorisere applikationen:","Step 2: Enter the code provided by Dropbox:":"Trin 2: Indtast koden, som er oplyst af Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke godkendt med %s. Indtast venligst manglende koder/info.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang kan du slette låsefilen \"%s\" og genoptage synkroniseringen.","Synchronisation target: %s (%s)":"Synkroniserings mål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke initialisere synkroniseringen.","Starting synchronisation...":"Starter synkronisering.","Downloading resources...":"","Cancelling... Please wait.":"Annullerer... Vent venligst."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ulovlig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note.","Marks a to-do as non-completed.":"Markerer en opgave som ikke udført.","Switches to [notebook] - all further operations will happen within this notebook.":"Skifter til [notebook] - alle fremtidige handlinger sker i denne notesbog.","Displays version information":"Viser versions info","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tast: %s.","Possible values: %s.":"Mulige værdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøgler/værdier:","Type `joplin help` for usage information.":"Tast `Joplin help` for alm. info.","Fatal error:":"Kritisk fejl:","The application has been authorised - you may now close this browser tab.":"Denne app er godkendt - du kan nu lukke dette faneblad.","The application has been successfully authorised.":"Denne app er succesfuldt godkendt.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til andre persondata. Ingen data deles med nogen 3.part.","Search:":"Søg:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nTast `:help shortcuts` for listen over tastaturgenveje, eller bare `:help` for alm. hjælp.\n\nFor eksempel, for at oprette en notesbog; tryk `mb` eller tryk `mn` for at oprette en note.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Et eller flere emner er krypteret og du skal evt. angive et hoved-kodeord. For at gøre det; tast è2ee decrypt`. Har du allerede indtastet password, bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" som \"%s\"-format. Vent venligst...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" som \"%s\"-format. Vent venligst...","PDF File":"PDF fil","File":"Fil","New note":"Ny note","New to-do":"Ny opgave","New notebook":"Ny notesbog","Import":"Importer","Export":"Eksporter","Print":"Udskriv","Hide %s":"Skjul %s","Quit":"Afslut","Edit":"Ret","Copy":"Kopier","Cut":"Klip","Paste":"Indsæt","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Søg i alle noter","Search in current note":"Search in current note","View":"Vis","Toggle sidebar":"","Toggle editor layout":"Skift editor layout","Tools":"Værktøjer","Synchronisation status":"Synkroniserings status","Web clipper options":"","Encryption options":"Krypterings muligheder","General Options":"Generelle indstillinger","Help":"Hjælp","Website and documentation":"Joplins hjemmeside og dokumentation","Make a donation":"Giv en donation","Check for updates...":"Checker om der er opdateringer..","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åben %s","Exit":"Afslut","OK":"OK","Cancel":"Fortryd","Current version is up-to-date.":"Aktuel version er nyeste.","%s (pre-release)":"","An update is available, do you want to download it now?":"Opdatering er til rådighed, vil du hente den nu?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Apply":"","Submit":"Gem","Save":"Gem","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Slås kryptering fra, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt ukrypteret til synk-modtager. Vil du fortsætte?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Slås kryptering til, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt krypteret til synk-modtager. Glem ikke kodeordet, da det er *eneste* mulighed for dekryptering af data\". For at slå kryptering til, indtast kodeord herunder.","Disable encryption":"Slå kryptering fra","Enable encryption":"Start kryptering","Master Keys":"Hovednøgle","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Oprettet","Updated":"Opdateret","Password":"Kodeord","Password OK":"Kodeord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Bemærk: Kun en hoved-nøgle vil blive brugt til kryptering (den der er markeret med \"active\"), Alle øvrige nøgler kan bruges til dekryptering, afhængig af hvilken blev anvendt til den oprindelige kryptering af note eller notesbog.","Missing Master Keys":"Manglende hovednøgle","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Hoved-nøglen til disse ID'er er brugt til at kryptere nogle af dine emner; app'en har ikke pt adgang til dem. Det er sandsynligt at de vil blive hentet (på et eller andet tidspunkt) via synkroniseringen.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) og vejledning om hvordan det skal opsættes_","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbage","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den","Please create a notebook first.":"Opret først en notesbog.","Please create a notebook first":"Opret først en notesbog","Notebook title:":"Notesbogs titel:","Add or remove tags:":"Tilføj eller slet mærker:","Separate each tag by a comma.":"Adskil hver mærke med komma.","Rename notebook:":"Omdøb notesbog:","Rename tag:":"Rename tag:","Set alarm:":"Indstil alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Nogle emner kan ikke synkroniseres.","View them now":"Vis dem nu","Some items cannot be decrypted.":"Nogle emner kan ikke krypteres.","Set the password":"Indstil kodeord","Add or remove tags":"Tilføj eller slet mærker","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Skift mellem note- og opgave type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Slet","Delete notes?":"Slet noter?","No notes in here. Create one by clicking on \"New note\".":"Der er ingen noter her. Opret en ved at klikke på \"Ny note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Der er ingen notesbog. Opret en ved at klikke på \"Ny Notesbog\".","Location":"","URL":"","Note properties":"","Open...":"Åben...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gem som...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ugyldigt- eller ulovligt link eller besked: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Denne note er tom. Klik på \"%s\" for at starte editor og rette noten.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"opgave","note":"note","Creating new %s...":"Opretter ny %s...","Refresh":"Opfrisk","Clear":"Ryd/slet","OneDrive Login":"OneDrive login","Dropbox Login":"Dropbox Login","Options":"Muligheder","Synchronisation Status":"Synkroniserings status","Encryption Options":"Krypterings indstillinger","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Slet denne markering fra alle noter?","Remove this search from the sidebar?":"Slet denne søgning fra sidebjælke?","Rename":"Omdøb","Synchronise":"Synkroniser","Notebooks":"Notesbøger","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Vælg hvor sync status skal eksporteres til","Usage: %s":"Forbrug: %s","Unknown flag: %s":"Ukendt flag: %s","Dropbox":"Dropbox","File system":"Fil system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (kun test)","WebDAV":"WebDAV","Unknown log level: %s":"Ukendt log niveau: %s","Unknown level ID: %s":"Ukendt niveau ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke opdatere token: Godkendelses data mangler. Prøv at starte synkronisering igen, det kan løse problemet.","Untitled":"Samlet","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kunne ikke synkronisere med OneDrive.\n\nDenne fejl skyldes ofte brug af OneDrive for Business, hvilket desværre ikke supporteres af Joplin.\n\nOvervej at bruge en privat OneDrive konto.","Cannot access %s":"Kan ikke tilgå %s","Created local items: %d.":"Oprettede lokale emner: %d.","Updated local items: %d.":"Opdaterede lokale emner: %d.","Created remote items: %d.":"Oprettede fjern-emner: %d.","Updated remote items: %d.":"Opdaterede fjern-emner: %d.","Deleted local items: %d.":"Slettede lokale emner: %d.","Deleted remote items: %d.":"Slettede fjern-emner: %d.","Fetched items: %d/%d.":"Hentede emner: %d/%d.","Cancelling...":"Annullerer...","Completed: %s":"Fuldført: %s","Last error: %s":"Sidste fejl: %s","Idle":"Ledig","In progress":"I gang","Synchronisation is already in progress. State: %s":"Synkronisering er allerede i gang: Tilstand: %s","Encrypted":"Krypteret","Encrypted items cannot be modified":"Krypteret emner kan ikke rettes","Conflicts":"Konflikter","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Denne note har ingen geolokations oplysninger.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere note til \"%s\" notesbog","Cannot move note to \"%s\" notebook":"Kan ikke flytte note til \"%s\" notesbog","Language":"Sprog","Date format":"Dato format","Time format":"Time format","Theme":"Tema","Light":"Lyst","Dark":"Mørkt","Uncompleted to-dos on top":"Ufærdige opgaver øverst","Show completed to-dos":"Show completed to-dos","Sort notes by":"Sorter noter efter","Reverse sort order":"Modsat sorterings orden","Save geo-location with notes":"Gem geo-lokation i noter","When creating a new to-do:":"Ved oprettelse af ny opgave:","Focus title":"Fokuser på titel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Ved oprettelse af ny note:","Show tray icon":"Vis ikon på bundbjælke","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom procent","Editor font size":"Editor font size","Editor font family":"Rediger skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automatisk app update","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synkroniserings interval","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Vis avancerede indstillinger","Synchronisation target":"Synkroniserings mål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Synkroniserings mål. Hver synk. mål kan have ekstra parametre som navngives som `sync.NUM.NAME` (se dokumentation herunder).","Directory to synchronise with (absolute path)":"Mappe der skal synkroniseres med (absolut sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sti til synkronisering, når filsystem synkronisering er slået til. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","Json Export Directory":"Json Export Directory","Directory":"Indeks","Cannot load \"%s\" module for format \"%s\"":"Kan ikke åbne \"%s\" modul for format \"%s\"","Please specify import format for %s":"Specificer import format for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette emne krypteret: %s \"%s\". Vent til alle emner er dekrypteret og prøv igen.","There is no data to export.":"Der er ingen data at eksportere.","Please specify the notebook where the notes should be imported to.":"Angiv hvilken notesbog, noter skal importeres til.","Items that cannot be synchronised":"Emner kan ikke synkroniseres","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse emner bliver på enheden, og bliver ikke overført til synk-modtager. For at finde disse emner; enten søg efter titel eller ID (som er vist i klammer herover)","Sync status (synced items / total items)":"Synk status (synk' emner / emner i alt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"I alt: %d %d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Til sletning: %d","Folders":"Mapper","%s: %d notes":"%s: %d noter","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Der er ingen noter. Opret note ved at klikke på (+) knappen.","Delete these notes?":"Slet disse noter?","Log":"Log","Export Debug Report":"Eksporter undersøgelses rapport","Encryption Config":"Krypterings indstillinger","Configuration":"Indstillinger","Move to notebook...":"Flyt til notesbog...","Move %d notes to notebook \"%s\"?":"Flyt %d noter til notesbogen \"%s\"?","Press to set the decryption password.":"Klik for at gemme dekrypterings kodeord.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nye tags:","Type new tags or select from list":"Indtast nye tags eller vælg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin hjemmeside","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Hoved nøgle %s","Created: %s":"Oprettet: %s","Password:":"Kodeord:","Password cannot be empty":"Kodeord må ikke være tomt","Enable":"Tænd","The notebook could not be saved: %s":"Notesbogen kan ikke gemmes: %s","Edit notebook":"Rediger notesbog","Show all":"Vis alt","Errors only":"Kun fejl","This note has been modified:":"Denne note er ændret:","Save changes":"Gem ændringer","Discard changes":"Fortryd ændringer","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Ulovlig billedtype: %s","Take photo":"Take photo","Attach photo":"Vedhæft foto","Attach any file":"Vedhæft fil","Share":"","Convert to note":"Konverter til note","Convert to todo":"Konverter til opgave","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Vis på kort","Go to source URL":"","Delete notebook":"Slet notesbog","Login with OneDrive":"Log på med OneDrive","Search":"Søg","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik på (+) knappen for at oprette ny note eller notesbog. Klik på side menu for at åbne eksisterende notesbøger.","You currently have no notebook. Create one by clicking on (+) button.":"Du har ingen notesbøger. Opret en ved at klikke på (+) knappen.","Welcome":"Velkommen"} \ No newline at end of file diff --git a/ElectronClient/app/locales/de_DE.json b/ElectronClient/app/locales/de_DE.json index f6556ca3a..20a2102dc 100644 --- a/ElectronClient/app/locales/de_DE.json +++ b/ElectronClient/app/locales/de_DE.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Um ein Tag zu löschen, entferne es bei allen damit verbundenen Notizen.","Please select the note or notebook to be deleted first.":"Wähle bitte zuerst eine Notiz oder ein Notizbuch aus, das gelöscht werden soll.","Press Ctrl+D or type \"exit\" to exit the application":"Drücke Strg+D oder tippe \"exit\" um das Programm zu verlassen","More than one item match \"%s\". Please narrow down your query.":"Mehr als eine Notiz stimmt mit \"%s\" überein. Bitte die Suche einschränken.","No notebook selected.":"Kein Notizbuch ausgewählt.","No notebook has been specified.":"Es wurde kein Notizbuch festgelegt.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Breche Hintergrundsynchronisation ab… Bitte warten.","No such command: %s":"Ungültiger Befehl: %s","The command \"%s\" is only available in GUI mode":"Der Befehl \"%s\" ist nur im GUI Modus verfügbar","Cannot change encrypted item":"Kann verschlüsseltes Objekt nicht ändern","Missing required argument: %s":"Fehlendes erforderliches Argument: %s","%s: %s":"%s: %s","Your choice: ":"Deine Auswahl: ","Invalid answer: %s":"Ungültige Antwort: %s","Attaches the given file to the note.":"Hängt die ausgewählte Datei an die Notiz an.","Cannot find \"%s\".":"Kann \"%s\" nicht finden.","Displays the given note.":"Zeigt die jeweilige Notiz an.","Displays the complete information about note.":"Zeigt alle Informationen über die Notiz an.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Zeigt an oder stellt einen Optionswert. Wenn kein [Wert] angegeben ist, wird der Wert vom gegebenen [Namen] angezeigt. Wenn weder [Name] noch [Wert] gegeben sind, wird eine Liste der momentanen Konfiguration angezeigt.","Also displays unset and hidden config variables.":"Zeigt auch nicht gesetzte und versteckte Konfigurationsvariablen an.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliziert die Notizen die mit übereinstimmen in [Notizbuch]. Wenn kein Notizbuch angegeben ist, wird die Notiz in das aktuelle Notizbuch kopiert.","Marks a to-do as done.":"Markiert ein To-Do als erledigt.","Note is not a to-do: \"%s\"":"Notiz ist kein To-Do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Verwaltet die E2EE-Konfiguration. Die Befehle lauten `enable`, `disable`, `decrypt`, `status` und `target-status`.","Enter master password:":"Master-Passwort eingeben:","Operation cancelled":"Vorgang abgebrochen","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starte Entschlüsselung.... Bitte warten, da dies je nach Anzahl der betreffenden Objekte einige Minuten dauern kann.","Completed decryption.":"Entschlüsselung abgeschlossen.","Enabled":"Aktiviert","Disabled":"Deaktiviert","Encryption is: %s":"Verschlüsselung ist: %s","Edit note.":"Notiz bearbeiten.","No text editor is defined. Please set it using `config editor `":"Kein Texteditor definiert. Bitte lege einen mit `config editor ` fest","No active notebook.":"Kein aktives Notizbuch.","Note does not exist: \"%s\". Create it?":"Notiz \"%s\" existiert nicht. Soll sie erstellt werden?","Starting to edit note. Close the editor to get back to the prompt.":"Beginne die Notiz zu bearbeiten. Schließe das Textverarbeitungsprogramm, um zurück zum Terminal zu gelangen.","Error opening note in editor: %s":"Fehler beim Öffnen der Notiz im Editor: %s","Note has been saved.":"Die Notiz wurde gespeichert.","Exits the application.":"Beendet das Programm.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportiert Joplin-Dateien in den angegebenen Pfad. Standardmäßig wird die komplette Datenbank inklusive Notizbüchern, Notizen, Schlagwörtern und Anhängen exportiert.","Destination format: %s":"Zielformat: %s","Exports only the given note.":"Exportiert nur die angegebene Notiz.","Exports only the given notebook.":"Exportiert nur das angegebene Notizbuch.","Displays a geolocation URL for the note.":"Zeigt die Standort-URL der Notiz an.","Displays usage information.":"Zeigt die Nutzungsstatistik an.","For information on how to customise the shortcuts please visit %s":"Für weitere Informationen über die Anpassung von Tastenkürzel besuche bitte %s","Shortcuts are not available in CLI mode.":"Tastenkürzel sind im CLI Modus nicht verfügbar.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tippe `help [Befehl]` um weitere Informationen über einen Befehl zu erhalten oder tippe `help all` für die vollständigen Informationen zur Befehlsverwendung.","The possible commands are:":"Mögliche Befehle lauten:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In jedem Befehl können Notizen oder Notizbücher durch ihren Titel oder ihre ID spezifiziert werden, oder durch die Abkürzung `$n` oder `$b` um entweder das momentan ausgewählte Notizbuch oder die momentan ausgewählte Notiz auszuwählen. `$c` kann benutzt werden, um auf die momentane Auswahl zu verweisen.","To move from one pane to another, press Tab or Shift+Tab.":"Um von einem Fenster zu einem anderen zu wechseln, drücke Tab oder Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Benutze die Pfeiltasten und Bild hoch/runter um durch Listen und Texte zu scrollen (inklusive diesem Terminal).","To maximise/minimise the console, press \"tc\".":"Um das Terminal zu maximieren/minimieren, drücke \"tc\".","To enter command line mode, press \":\"":"Um den Kommandozeilen Modus aufzurufen, drücke \":\"","To exit command line mode, press ESCAPE":"Um den Kommandozeilen Modus zu beenden, drücke ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Um die komplette Liste aller verfügbaren Tastenkürzeln und Konfigurationseinstellungen anzuzeigen, tippe `help keymap` ein","Imports data into Joplin.":"Importiert Daten in Joplin.","Source format: %s":"Quellformat: %s","Do not ask for confirmation.":"Nicht nach einer Bestätigung fragen.","Found: %d.":"Gefunden: %d.","Created: %d.":"Erstellt: %d.","Updated: %d.":"Aktualisiert: %d.","Skipped: %d.":"Übersprungen: %d.","Resources: %d.":"Anhänge: %d.","Tagged: %d.":"Verschlagwortet: %d.","Importing notes...":"Importiere Notizen...","The notes have been imported: %s":"Die Notizen wurden importiert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zeigt die Notizen im momentanen Notizbuch an. Benutze `ls /` um eine Liste aller Notizbücher anzuzeigen.","Displays only the first top notes.":"Zeigt nur die ersten Notizen an.","Sorts the item by (eg. title, updated_time, created_time).":"Sortiert nach ( z.B. Titel, Bearbeitungszeitpunkt, Erstellungszeitpunkt)","Reverses the sorting order.":"Dreht die Sortierreihenfolge um.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zeigt nur bestimmte Item Typen an. Kann `n` für Notizen sein, `t` für To-Dos, oder `nt` für Notizen und To-Dos ( z.B. zeigt `-tt` nur To-Dos an, während `-ttd` Notizen und To-Dos anzeigt).","Either \"text\" or \"json\"":"Entweder \"text\" oder \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Verwende ausführliches Listen Format. Das Format lautet: ID, NOTIZEN_ANZAHL (für Notizbuch), DATUM, TODO_BEARBEITET (für To-Dos), TITEL","Please select a notebook first.":"Bitte wähle erst ein Notizbuch aus.","Creates a new notebook.":"Erstellt ein neues Notizbuch.","Creates a new note.":"Erstellt eine neue Notiz.","Notes can only be created within a notebook.":"Notizen können nur in einem Notizbuch erstellt werden.","Creates a new to-do.":"Erstellt ein neues To-Do.","Moves the notes matching to [notebook].":"Verschiebt die Notizen, die mit übereinstimmen, zu [Notizbuch]","Renames the given (note or notebook) to .":"Benennt das angegebene ( Notiz oder Notizbuch ) zu um.","Deletes the given notebook.":"Löscht das ausgewählte Notizbuch.","Deletes the notebook without asking for confirmation.":"Löscht das Notizbuch, ohne nach einer Bestätigung zu fragen.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notizbuch wirklich löschen? Alle Notizen und Unternotizen darin werden ebenfalls gelöscht.","Deletes the notes matching .":"Löscht die Notizen, die mit übereinstimmen.","Deletes the notes without asking for confirmation.":"Löscht die Notizen, ohne nach einer Bestätigung zu fragen.","%d notes match this pattern. Delete them?":"%d Notizen stimmen mit diesem Muster überein. Sollen sie gelöscht werden?","Delete note?":"Notiz löschen?","Searches for the given in all the notes.":"Sucht nach dem angegebenen in allen Notizen.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setzt die Eigenschaft der gegebenen auf den gegebenen [Wert]. Mögliche Werte sind:\n\n%s","Displays summary about the notes and notebooks.":"Zeigt eine Zusammenfassung der Notizen und Notizbücher an.","Synchronises with remote storage.":"Synchronisiert mit Remotespeicher.","Sync to provided target (defaults to sync.target config value)":"Mit dem angegebenen Ziel synchronisieren (voreingestellt auf den sync.target Optionswert)","Authentication was not completed (did not receive an authentication token).":"Authentifizierung wurde nicht abgeschlossen (keinen Authentifizierung-Token erhalten).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Um Joplin die Synchronisation mit Dropbox zu ermöglichen, folge bitte den folgenden Schritten:","Step 1: Open this URL in your browser to authorise the application:":"Schritt 1: URL im Browser öffnen um die Anwendung zu autorisieren:","Step 2: Enter the code provided by Dropbox:":"Schritt 2: Den von Dropbox bereitgestellten Code eingeben:","Not authentified with %s. Please provide any missing credentials.":"Keine Authentifizierung mit %s. Gib bitte alle fehlenden Zugangsdaten an.","Synchronisation is already in progress.":"Synchronisation wird bereits ausgeführt.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Eine Sperrdatei ist vorhanden. Wenn du dir sicher bist, dass keine Synchronisation im Gange ist, kannst du die Sperrdatei \"%s\" löschen und fortfahren.","Synchronisation target: %s (%s)":"Synchronisationsziel: %s (%s)","Cannot initialize synchroniser.":"Kann Synchronisierer nicht initialisieren.","Starting synchronisation...":"Starte Synchronisation...","Downloading resources...":"Lade Anhänge herunter...","Cancelling... Please wait.":"Abbrechen... Bitte warten."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kann „add“, „remove“ oder „list“ sein um [tag] zu [note] hinzuzufügen oder zu entfernen, oder um die Notizen aufzulisten die [tag] zugeordnet sind. Der Befehl `tag list` kann benutzt werden, um alle Schlagwörter anzuzeigen (nutze -l für die lange Option).","Invalid command: \"%s\"":"Ungültiger Befehl: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kann entweder \"toggle\" oder \"clear\" sein. Benutze \"toggle\", um ein To-Do abzuschließen, oder es zu beginnen (Wenn das Ziel eine normale Notiz ist, wird diese in ein To-Do umgewandelt). Benutze \"clear\", um es zurück in ein To-Do zu verwandeln.","Marks a to-do as non-completed.":"Makiert ein To-Do als nicht-abgeschlossen.","Switches to [notebook] - all further operations will happen within this notebook.":"Wechselt zu [Notizbuch] - alle weiteren Aktionen werden in diesem Notizbuch ausgeführt.","Displays version information":"Zeigt die Versionsnummer an","%s %s (%s)":"%s %s (%s)","Enum":"Aufzählung","Type: %s.":"Typ: %s.","Possible values: %s.":"Mögliche Werte: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mögliche Werte:","Type `joplin help` for usage information.":"Gib `joplin help` ein um die Nutzungsstatistik anzuzeigen.","Fatal error:":"Schwerwiegender Fehler:","The application has been authorised - you may now close this browser tab.":"Das Programm wurde autorisiert - du kannst diesen Browsertab nun schließen.","The application has been successfully authorised.":"Das Programm wurde erfolgreich autorisiert.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Bitte öffne die folgende URL in deinem Browser, um das Programm zu authentifizieren. Das Programm wird einen Ordner in \"Apps/Joplin\" erstellen und wird nur in diesem Ordner schreiben und lesen. Es wird weder Zugriff auf Dateien außerhalb dieses Ordners haben, noch auf andere persönliche Daten. Es werden keine Daten mit Dritten geteilt.","Search:":"Suchen:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Willkommen bei Joplin!\n\nTippe `:help shortcuts` für eine Liste der Shortcuts oder `:help` für Nutzungsinformationen ein.\n\nUm zum Beispiel ein Notizbuch zu erstellen, drücke `mb`; um eine Notiz zu erstellen drücke `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ein oder mehrere Objekte sind derzeit verschlüsselt und es kann erforderlich sein, ein Master-Passwort zu hinterlegen. Gib dazu bitte `e2ee decrypt` ein. Wenn du das Passwort bereits eingegeben hast, werden die verschlüsselten Objekte im Hintergrund entschlüsselt und stehen in Kürze zur Verfügung.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportiere „%s“ ins „%s“ Format. Bitte warten...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importiere „%s“ ins „%s“ Format. Bitte warten...","PDF File":"PDF-Datei","File":"Datei","New note":"Neue Notiz","New to-do":"Neues To-Do","New notebook":"Neues Notizbuch","Import":"Importieren","Export":"Exportieren","Print":"Drucken","Hide %s":"%s ausblenden","Quit":"Verlassen","Edit":"Bearbeiten","Copy":"Kopieren","Cut":"Ausschneiden","Paste":"Einfügen","Select all":"Alle auswählen","Bold":"Fett","Italic":"Kursiv","Insert Date Time":"Datum / Uhrzeit einfügen","Edit in external editor":"Im externen Editor bearbeiten","Search in all the notes":"Alle Notizen durchsuchen","Search in current note":"Search in current note","View":"Ansicht","Toggle sidebar":"Seitenleiste umschalten","Toggle editor layout":"Editor-Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"Web-Clipper Optionen","Encryption options":"Verschlüsselungsoptionen","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Aktualisierungen...","About Joplin":"Über Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öffne %s","Exit":"Verlassen","OK":"OK","Cancel":"Abbrechen","Current version is up-to-date.":"Die aktuelle Version ist auf dem neuesten Stand.","An update is available, do you want to download it now?":"Es ist eine Aktualisierung verfügbar. Soll sie jetzt heruntergeladen werden?","Yes":"Ja","No":"Nein","Token has been copied to the clipboard!":"Token wurde in die Zwischenablage kopiert.","The web clipper service is enabled and set to auto-start.":"Der Web-Clipper-Service ist bereits aktiviert und auf Autostart eingestellt.","Status: Started on port %d":"Status: Gestartet auf Port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Web-Clipper-Service deaktivieren","The web clipper service is not enabled.":"Der Web-Clipper-Service ist nicht aktiviert.","Enable Web Clipper Service":"Web-Clipper-Service aktivieren","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web-Clipper erlaubt im Browser das Speichern von Webseiten und Screenshots nach Joplin.","In order to use the web clipper, you need to do the following:":"Um den Web-Clipper zu benutzen, musst du folgendes machen:","Step 1: Enable the clipper service":"Schritt 1: Clipper-Service aktivieren","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Dieser Service erlaubt es der Browser-Erweiterung mit Joplin zu kommunizieren. Beim Aktivieren kann deine Firewall dich nach der Erlaubnis bitten, dass Joplin auf einen bestimmten Port mithören darf.","Step 2: Install the extension":"Schritt 2: Erweiterung installieren","Download and install the relevant extension for your browser:":"Lade die entsprechende Erweiterung für deinen Browser herunter und installiere sie:","Advanced options":"Erweiterte Optionen","Authorisation token:":"Autorisierung-Token:","Copy token":"Token kopieren","This authorisation token is only needed to allow third-party applications to access Joplin.":"Dieses Autorisierung-Token wird nur benötigt, um Drittanbieter-Anwendungen Zugriff auf Joplin zu gewähren.","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Apply":"Anwenden","Submit":"Absenden","Save":"Speichern","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Durch die Deaktivierung der Verschlüsselung werden *alle* Notizen und Anhänge neu synchronisiert und unverschlüsselt an das Synchronisierungsziel gesendet. Möchtest du fortfahren?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Durch das Aktivieren der Verschlüsselung werden alle Notizen und Anhänge neu synchronisiert und verschlüsselt an das Synchronisationsziel gesendet. Achte darauf, dass du das Passwort nicht verlierst, da dies aus Sicherheitsgründen die einzige Möglichkeit ist, deine Daten zu entschlüsseln! Um die Verschlüsselung zu aktivieren, gib bitte unten dein Passwort ein.","Disable encryption":"Verschlüsselung deaktivieren","Enable encryption":"Verschlüsselung aktivieren","Master Keys":"Hauptschlüssel","Active":"Aktiv","ID":"ID","Source":"Quelle","Created":"Erstellt","Updated":"Aktualisiert","Password":"Passwort","Password OK":"Passwort OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Hinweis: Nur ein Hauptschlüssel wird für die Verschlüsselung verwendet (der als \"aktiv\" markierte). Jeder der Schlüssel kann für die Entschlüsselung verwendet werden, abhängig davon, wie die jeweiligen Notizen oder Notizbücher ursprünglich verschlüsselt wurden.","Missing Master Keys":"Fehlende Hauptschlüssel","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Die Hauptschlüssel dieser IDs werden für die Verschlüsselung einiger ...","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Weitere Informationen zur Ende-zu-Ende-Verschlüsselung (E2EE) und Hinweise zur Aktivierung findest du in der Dokumentation (auf Englisch):","Status":"Status","Encryption is:":"Die Verschlüsselung ist:","Back":"Zurück","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Neues Notizbuch \"%s\" wird erstellt und die Datei \"%s\" wird dort hinein importiert","Please create a notebook first.":"Bitte erstelle zuerst ein Notizbuch.","Please create a notebook first":"Bitte erstelle zuerst ein Notizbuch","Notebook title:":"Notizbuch-Titel:","Add or remove tags:":"Schlagwörter hinzufügen oder entfernen:","Separate each tag by a comma.":"Trenne jedes Schlagwort mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Schlagwort umbenennen:","Set alarm:":"Alarm erstellen:","Layout":"Layout","Search...":"Suchen...","Some items cannot be synchronised.":"Manche Objekte können nicht synchronisiert werden.","View them now":"Zeige sie jetzt an","Some items cannot be decrypted.":"Einige Objekte können nicht entschlüsselt werden.","Set the password":"Setze ein Passwort","Add or remove tags":"Schlagwörter hinzufügen oder entfernen","Duplicate":"Duplizieren","%s - Copy":"%s - Kopieren","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Switch to note type":"Zu Notiz-Typ wechseln","Switch to to-do type":"Zu To-Do-Typ wechseln","Copy Markdown link":"Markdown-Link kopieren","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Keine Notizen vorhanden. Erstelle eine, indem du auf \"Neue Notiz\" drückst.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentan existieren noch keine Notizbücher. Erstelle eines, indem du auf \"Neues Notizbuch\" drückst.","Location":"Standort","URL":"URL","Note properties":"Notiz-Eigenschaften","Open...":"Öffne...","This file could not be opened: %s":"Dieses Notizbuch konnte nicht geöffnet werden: %s","Save as...":"Speichern unter...","Copy path to clipboard":"Pfad in Zwischenablage kopieren","Copy Link Address":"Link-Adresse kopieren","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nicht unterstützter Link oder Nachricht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Diese Notiz hat keinen Inhalt. Klicke auf „%s“ um den Editor zu aktivieren und die Notiz zu bearbeiten.","strong text":"Fetter Text","emphasized text":"hervorgehobener Text","List item":"Listeneintrag","Insert Hyperlink":"Weblink einfügen","Attach file":"Datei anhängen","Tags":"Schlagwörter","Set alarm":"Alarm erstellen","In: %s":"In: %s","Hyperlink":"Weblink","Code":"Code","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählung","Checkbox":"Kontrollkästchen","Heading":"Überschrift","Horizontal Rule":"Horizontale Linie","Click to stop external editing":"Klicken Sie hier, um die externe Bearbeitung anzuhalten","Watching...":"Zuschauend…","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive-Anmeldung","Dropbox Login":"Dropbox-Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations-Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper-Einstellungen","Remove this tag from all the notes?":"Dieses Schlagwort von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","Decrypting items: %d/%d":"Entschlüsselte Objekte: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll","Usage: %s":"Nutzung: %s","Unknown flag: %s":"Unbekanntes Argument: %s","Dropbox":"Dropbox","File system":"Dateisystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Nur für Tests)","WebDAV":"WebDAV","Unknown log level: %s":"Unbekanntes Log-Level: %s","Unknown level ID: %s":"Unbekannte Level-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kann Token nicht erneuern: Authentifikationsdaten nicht vorhanden. Ein Neustart der Synchronisation könnte das Problem beheben.","Untitled":"Unbenannt","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Konnte nicht mit OneDrive synchronisieren.\n\nDieser Fehler kommt oft vor, wenn OneDrive Business benutzt wird, das leider nicht unterstützt wird.\n\nBitte benutze stattdessen einen normalen OneDrive-Account.","Cannot access %s":"Kann nicht auf %s zugreifen","Created local items: %d.":"Lokale Objekte erstellt: %d.","Updated local items: %d.":"Lokale Objekte aktualisiert: %d.","Created remote items: %d.":"Remote-Objekte erstellt: %d.","Updated remote items: %d.":"Remote-Objekte aktualisiert: %d.","Deleted local items: %d.":"Lokale Objekte gelöscht: %d.","Deleted remote items: %d.":"Remote-Objekte gelöscht: %d.","Fetched items: %d/%d.":"Geladene Objekte: %d/%d.","Cancelling...":"Breche ab…","Completed: %s":"Abgeschlossen: %s","Last error: %s":"Letzte Fehlermeldung: %s","Idle":"Wartend","In progress":"In Bearbeitung","Synchronisation is already in progress. State: %s":"Synchronisation ist bereits im Gange. Status: %s","Encrypted":"Verschlüsselt","Encrypted items cannot be modified":"Verschlüsselte Objekte können nicht verändert werden","Conflicts":"Konflikte","Cannot move notebook to this location":"Kann Notizbuch nicht an diesen Ort verschieben","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dieser Name ist reserviert..","title":"Titel","updated date":"Aktualisierungsdatum","created date":"Erstelldatum","This note does not have geolocation information.":"Diese Notiz hat keine Standort-Informationen.","Cannot copy note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" kopieren","Cannot move note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" verschieben","Language":"Sprache","Date format":"Datumsformat","Time format":"Zeitformat","Theme":"Thema","Light":"Hell","Dark":"Dunkel","Uncompleted to-dos on top":"Zeige unvollständige To-Dos an oberster Stelle","Show completed to-dos":"Abgeschlossene To-Dos anzeigen","Sort notes by":"Sortiere Notizen nach","Reverse sort order":"Sortierreihenfolge umdrehen","Save geo-location with notes":"Momentanen Standort zusammen mit Notizen speichern","When creating a new to-do:":"Wenn eine neue To-Do erstellt wird:","Focus title":"Fokussiere Titel","Focus body":"Fokussiere Inhalt","When creating a new note:":"Wenn eine neue Notiz erstellt wird:","Show tray icon":"Zeige Tray-Icon","Note: Does not work in all desktop environments.":"Hinweis: Funktioniert nicht in allen Desktopumgebungen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"Starte die Anwendung minimiert im Tray","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","Editor font size":"Editor font size","Editor font family":"Editor Schriftenfamilie","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dies muss eine *Monospace* Schriftart sein, sonst funktioniert es nicht richtig. Wenn die Schriftart falsch oder leer ist, wird eine voreingestellte, generische Monospace-Schriftart verwendet.","Automatically update the application":"Die Applikation automatisch aktualisieren","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","Text editor command":"Editoraufruf","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Der Editor, mit dem Notizen geöffnet werden. Wenn keiner ausgewählt wurde, wird Joplin versuchen den Standardeditor zu erkennen.","Show advanced options":"Erweiterte Optionen anzeigen","Synchronisation target":"Synchronisationsziel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Das Ziel, mit dem synchronisiert werden soll. Jedes Synchronisationsziel kann zusätzliche Parameter haben, die als `sync.NUM.NAME` (alle unten dokumentiert) bezeichnet werden.","Directory to synchronise with (absolute path)":"Verzeichnis mit dem synchronisiert werden soll (absoluter Pfad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Der Pfad, mit dem synchronisiert werden soll, wenn die Dateisystem-Synchronisation aktiviert ist. Siehe `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Achtung: Stelle sicher, dass Du vor der Synchronisation alle Inhalte an den neuen Ablageort kopiert hast, sonst werden alle Dateien gelöscht! Lies auch die FAQs hierzu: %s","Nextcloud username":"Nextcloud-Benutzername","Nextcloud password":"Nextcloud-Passwort","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-Benutzername","WebDAV password":"WebDAV-Passwort","Custom TLS certificates":"Benutzerdefinierte TLS-Zertifikate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagetrennte Liste von Pfaden zu Verzeichnissen, aus denen die Zertifikate geladen werden, oder Pfad zu einzelnen Zertifikatsdateien. Zum Beispiel: /my/cert_dir, /other/custom.pem. Wenn Sie Änderungen an den TLS-Einstellungen vornehmen, müssen Sie Ihre Änderungen speichern, bevor Sie auf \"Synchronisierungskonfiguration prüfen\" klicken.","Ignore TLS certificate errors":"Ignoriere TLS-Zertifikatfehler","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","The tag \"%s\" already exists. Please choose a different name.":"Das Schlagwort \"%s\" existiert bereits. Bitte wähle einen anderen Namen.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","Json Export Directory":"Json Export Directory","Directory":"Verzeichnis","Cannot load \"%s\" module for format \"%s\"":"Das Modul \"%s\" für das Format \"%s\" kann nicht geladen werden","Please specify import format for %s":"Bitte das Exportformat für %s angeben","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dieses Objekt ist zur Zeit verschlüsselt: %s „%s“. Bitte warten bis alle Objekte entschlüsselt wurden und versuche es dann erneut.","There is no data to export.":"Keine Daten für den Export vorhanden.","Please specify the notebook where the notes should be imported to.":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll.","Items that cannot be synchronised":"Objekte können nicht synchronisiert werden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Diese Objekte verbleiben auf dem Gerät, werden aber nicht zum Synchronisationsziel hochgeladen. Um diese Objekte zu finden, suchst du entweder nach dem Titel oder der ID (die oben in Klammern angezeigt wird).","Sync status (synced items / total items)":"Synchronisationsstatus (synchronisierte Objekte / gesamte Objekte)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Insgesamt: %d/%d","Conflicted: %d":"In Konflikt %d","To delete: %d":"Zu löschen: %d","Folders":"Ordner","%s: %d notes":"%s: %d Notizen","Coming alarms":"Anstehende Alarme","On %s: %s":"Auf %s: %s","Permission to use camera":"Berechtigung zur Verwendung der Kamera","Your permission to use your camera is required.":"Deine Zustimmung zur Verwendung deiner Kamera ist erforderlich.","There are currently no notes. Create one by clicking on the (+) button.":"Momentan existieren noch keine Notizen. Erstelle eine, indem du auf den (+) Knopf drückst.","Delete these notes?":"Sollen diese Notizen gelöscht werden?","Log":"Protokoll","Export Debug Report":"Fehlerbericht exportieren","Encryption Config":"Verschlüsselungskonfiguration","Configuration":"Konfiguration","Move to notebook...":"In Notizbuch verschieben...","Move %d notes to notebook \"%s\"?":"%d Notizen in das Notizbuch \"%s\" verschieben?","Press to set the decryption password.":"Tippe hier, um das Entschlüsselungspasswort festzulegen.","Clear alarm":"Alarm löschen","Save alarm":"Alarm speichern","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","Checking... Please wait.":"Überprüfe… Bitte warten.","Success! Synchronisation configuration appears to be correct.":"Erfolgreich. Die Synchronisation-Konfiguration scheint korrekt zu sein.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Fehler. Bitte überprüfe, ob die URL, der Benutzername, das Passwort. usw. korrekt sind und das das Synchronisierungsziel erreichbar ist. Fehlermeldung:","The application has been authorised!":"Das Programm wurde erfolgreich autorisiert.","Could not authorise application:\n\n%s\n\nPlease try again.":"Konnte Applikation nicht autorisieren:\n\n%s\n\nBitte versuche es erneut.","Decrypted items: %s / %s":"Entschlüsselte Objekte: %s / %s","New tags:":"Neue Schlagwörter:","Type new tags or select from list":"Neues Schlagwort eingeben oder aus der Liste auswählen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Um korrekt arbeiten zu können, benötigt die Anwendung die folgenden Berechtigungen. Bitte aktiviere diese in deinen Telefoneinstellungen, unter Apps > Joplin > Berechtigungen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Speicher: um das Anhängen von Dateien an Notizen und die Synchronisation des Dateisystems zu ermöglichen.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: um ein Bild aufzunehmen und an eine Notiz anzuhängen.","- Location: to allow attaching geo-location information to a note.":"- Standort: zum Anhängen von Geolokalisierungsinformationen an eine Notiz.","Joplin website":"Website von Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Mit Dropbox anmelden","Enter code here":"Enter code here","Master Key %s":"Hauptschlüssel %s","Created: %s":"Erstellt: %s","Password:":"Passwort:","Password cannot be empty":"Passwort darf nicht leer sein","Enable":"Aktivieren","The notebook could not be saved: %s":"Dieses Notizbuch konnte nicht gespeichert werden: %s","Edit notebook":"Notizbuch bearbeiten","Show all":"Zeige Alles","Errors only":"Nur Fehler","This note has been modified:":"Diese Notiz wurde verändert:","Save changes":"Änderungen speichern","Discard changes":"Änderungen verwerfen","No item with ID %s":"Kein Element mit ID %s","The Joplin mobile app does not currently support this type of link: %s":"Die Joplin Handy-Applikation unterstützt derzeit diese Art von Link nicht: %s","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Take photo":"Take photo","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"Teilen","Convert to note":"In eine Notiz umwandeln","Convert to todo":"In ein To-Do umwandeln","Hide metadata":"Metadaten verstecken","Show metadata":"Metadaten anzeigen","View on map":"Auf der Karte anzeigen","Go to source URL":"Zur Quell-URL gehen","Delete notebook":"Notizbuch löschen","Login with OneDrive":"Mit OneDrive anmelden","Search":"Suchen","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Drücke auf die (+)-Schaltfläche, um eine neue Notiz oder ein neues Notizbuch zu erstellen. Tippe auf die Seitenleiste, um auf deine existierenden Notizbücher zuzugreifen.","You currently have no notebook. Create one by clicking on (+) button.":"Du hast noch kein Notizbuch angelegt. Erstelle eines, indem du auf den (+) Knopf drückst.","Welcome":"Willkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Um ein Tag zu löschen, entferne es bei allen damit verbundenen Notizen.","Please select the note or notebook to be deleted first.":"Wähle bitte zuerst eine Notiz oder ein Notizbuch aus, das gelöscht werden soll.","Press Ctrl+D or type \"exit\" to exit the application":"Drücke Strg+D oder tippe \"exit\" um das Programm zu verlassen","More than one item match \"%s\". Please narrow down your query.":"Mehr als eine Notiz stimmt mit \"%s\" überein. Bitte die Suche einschränken.","No notebook selected.":"Kein Notizbuch ausgewählt.","No notebook has been specified.":"Es wurde kein Notizbuch festgelegt.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Breche Hintergrundsynchronisation ab… Bitte warten.","No such command: %s":"Ungültiger Befehl: %s","The command \"%s\" is only available in GUI mode":"Der Befehl \"%s\" ist nur im GUI Modus verfügbar","Cannot change encrypted item":"Kann verschlüsseltes Objekt nicht ändern","Missing required argument: %s":"Fehlendes erforderliches Argument: %s","%s: %s":"%s: %s","Your choice: ":"Deine Auswahl: ","Invalid answer: %s":"Ungültige Antwort: %s","Attaches the given file to the note.":"Hängt die ausgewählte Datei an die Notiz an.","Cannot find \"%s\".":"Kann \"%s\" nicht finden.","Displays the given note.":"Zeigt die jeweilige Notiz an.","Displays the complete information about note.":"Zeigt alle Informationen über die Notiz an.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Zeigt an oder stellt einen Optionswert. Wenn kein [Wert] angegeben ist, wird der Wert vom gegebenen [Namen] angezeigt. Wenn weder [Name] noch [Wert] gegeben sind, wird eine Liste der momentanen Konfiguration angezeigt.","Also displays unset and hidden config variables.":"Zeigt auch nicht gesetzte und versteckte Konfigurationsvariablen an.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliziert die Notizen die mit übereinstimmen in [Notizbuch]. Wenn kein Notizbuch angegeben ist, wird die Notiz in das aktuelle Notizbuch kopiert.","Marks a to-do as done.":"Markiert ein To-Do als erledigt.","Note is not a to-do: \"%s\"":"Notiz ist kein To-Do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Verwaltet die E2EE-Konfiguration. Die Befehle lauten `enable`, `disable`, `decrypt`, `status` und `target-status`.","Enter master password:":"Master-Passwort eingeben:","Operation cancelled":"Vorgang abgebrochen","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starte Entschlüsselung.... Bitte warten, da dies je nach Anzahl der betreffenden Objekte einige Minuten dauern kann.","Completed decryption.":"Entschlüsselung abgeschlossen.","Enabled":"Aktiviert","Disabled":"Deaktiviert","Encryption is: %s":"Verschlüsselung ist: %s","Edit note.":"Notiz bearbeiten.","No text editor is defined. Please set it using `config editor `":"Kein Texteditor definiert. Bitte lege einen mit `config editor ` fest","No active notebook.":"Kein aktives Notizbuch.","Note does not exist: \"%s\". Create it?":"Notiz \"%s\" existiert nicht. Soll sie erstellt werden?","Starting to edit note. Close the editor to get back to the prompt.":"Beginne die Notiz zu bearbeiten. Schließe das Textverarbeitungsprogramm, um zurück zum Terminal zu gelangen.","Error opening note in editor: %s":"Fehler beim Öffnen der Notiz im Editor: %s","Note has been saved.":"Die Notiz wurde gespeichert.","Exits the application.":"Beendet das Programm.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportiert Joplin-Dateien in den angegebenen Pfad. Standardmäßig wird die komplette Datenbank inklusive Notizbüchern, Notizen, Schlagwörtern und Anhängen exportiert.","Destination format: %s":"Zielformat: %s","Exports only the given note.":"Exportiert nur die angegebene Notiz.","Exports only the given notebook.":"Exportiert nur das angegebene Notizbuch.","Displays a geolocation URL for the note.":"Zeigt die Standort-URL der Notiz an.","Displays usage information.":"Zeigt die Nutzungsstatistik an.","For information on how to customise the shortcuts please visit %s":"Für weitere Informationen über die Anpassung von Tastenkürzel besuche bitte %s","Shortcuts are not available in CLI mode.":"Tastenkürzel sind im CLI Modus nicht verfügbar.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tippe `help [Befehl]` um weitere Informationen über einen Befehl zu erhalten oder tippe `help all` für die vollständigen Informationen zur Befehlsverwendung.","The possible commands are:":"Mögliche Befehle lauten:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In jedem Befehl können Notizen oder Notizbücher durch ihren Titel oder ihre ID spezifiziert werden, oder durch die Abkürzung `$n` oder `$b` um entweder das momentan ausgewählte Notizbuch oder die momentan ausgewählte Notiz auszuwählen. `$c` kann benutzt werden, um auf die momentane Auswahl zu verweisen.","To move from one pane to another, press Tab or Shift+Tab.":"Um von einem Fenster zu einem anderen zu wechseln, drücke Tab oder Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Benutze die Pfeiltasten und Bild hoch/runter um durch Listen und Texte zu scrollen (inklusive diesem Terminal).","To maximise/minimise the console, press \"tc\".":"Um das Terminal zu maximieren/minimieren, drücke \"tc\".","To enter command line mode, press \":\"":"Um den Kommandozeilen Modus aufzurufen, drücke \":\"","To exit command line mode, press ESCAPE":"Um den Kommandozeilen Modus zu beenden, drücke ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Um die komplette Liste aller verfügbaren Tastenkürzeln und Konfigurationseinstellungen anzuzeigen, tippe `help keymap` ein","Imports data into Joplin.":"Importiert Daten in Joplin.","Source format: %s":"Quellformat: %s","Do not ask for confirmation.":"Nicht nach einer Bestätigung fragen.","Found: %d.":"Gefunden: %d.","Created: %d.":"Erstellt: %d.","Updated: %d.":"Aktualisiert: %d.","Skipped: %d.":"Übersprungen: %d.","Resources: %d.":"Anhänge: %d.","Tagged: %d.":"Verschlagwortet: %d.","Importing notes...":"Importiere Notizen...","The notes have been imported: %s":"Die Notizen wurden importiert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zeigt die Notizen im momentanen Notizbuch an. Benutze `ls /` um eine Liste aller Notizbücher anzuzeigen.","Displays only the first top notes.":"Zeigt nur die ersten Notizen an.","Sorts the item by (eg. title, updated_time, created_time).":"Sortiert nach ( z.B. Titel, Bearbeitungszeitpunkt, Erstellungszeitpunkt)","Reverses the sorting order.":"Dreht die Sortierreihenfolge um.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zeigt nur bestimmte Item Typen an. Kann `n` für Notizen sein, `t` für To-Dos, oder `nt` für Notizen und To-Dos ( z.B. zeigt `-tt` nur To-Dos an, während `-ttd` Notizen und To-Dos anzeigt).","Either \"text\" or \"json\"":"Entweder \"text\" oder \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Verwende ausführliches Listen Format. Das Format lautet: ID, NOTIZEN_ANZAHL (für Notizbuch), DATUM, TODO_BEARBEITET (für To-Dos), TITEL","Please select a notebook first.":"Bitte wähle erst ein Notizbuch aus.","Creates a new notebook.":"Erstellt ein neues Notizbuch.","Creates a new note.":"Erstellt eine neue Notiz.","Notes can only be created within a notebook.":"Notizen können nur in einem Notizbuch erstellt werden.","Creates a new to-do.":"Erstellt ein neues To-Do.","Moves the notes matching to [notebook].":"Verschiebt die Notizen, die mit übereinstimmen, zu [Notizbuch]","Renames the given (note or notebook) to .":"Benennt das angegebene ( Notiz oder Notizbuch ) zu um.","Deletes the given notebook.":"Löscht das ausgewählte Notizbuch.","Deletes the notebook without asking for confirmation.":"Löscht das Notizbuch, ohne nach einer Bestätigung zu fragen.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notizbuch wirklich löschen? Alle Notizen und Unternotizen darin werden ebenfalls gelöscht.","Deletes the notes matching .":"Löscht die Notizen, die mit übereinstimmen.","Deletes the notes without asking for confirmation.":"Löscht die Notizen, ohne nach einer Bestätigung zu fragen.","%d notes match this pattern. Delete them?":"%d Notizen stimmen mit diesem Muster überein. Sollen sie gelöscht werden?","Delete note?":"Notiz löschen?","Searches for the given in all the notes.":"Sucht nach dem angegebenen in allen Notizen.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setzt die Eigenschaft der gegebenen auf den gegebenen [Wert]. Mögliche Werte sind:\n\n%s","Displays summary about the notes and notebooks.":"Zeigt eine Zusammenfassung der Notizen und Notizbücher an.","Synchronises with remote storage.":"Synchronisiert mit Remotespeicher.","Sync to provided target (defaults to sync.target config value)":"Mit dem angegebenen Ziel synchronisieren (voreingestellt auf den sync.target Optionswert)","Authentication was not completed (did not receive an authentication token).":"Authentifizierung wurde nicht abgeschlossen (keinen Authentifizierung-Token erhalten).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Um Joplin die Synchronisation mit Dropbox zu ermöglichen, folge bitte den folgenden Schritten:","Step 1: Open this URL in your browser to authorise the application:":"Schritt 1: URL im Browser öffnen um die Anwendung zu autorisieren:","Step 2: Enter the code provided by Dropbox:":"Schritt 2: Den von Dropbox bereitgestellten Code eingeben:","Not authentified with %s. Please provide any missing credentials.":"Keine Authentifizierung mit %s. Gib bitte alle fehlenden Zugangsdaten an.","Synchronisation is already in progress.":"Synchronisation wird bereits ausgeführt.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Eine Sperrdatei ist vorhanden. Wenn du dir sicher bist, dass keine Synchronisation im Gange ist, kannst du die Sperrdatei \"%s\" löschen und fortfahren.","Synchronisation target: %s (%s)":"Synchronisationsziel: %s (%s)","Cannot initialize synchroniser.":"Kann Synchronisierer nicht initialisieren.","Starting synchronisation...":"Starte Synchronisation...","Downloading resources...":"Lade Anhänge herunter...","Cancelling... Please wait.":"Abbrechen... Bitte warten."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kann „add“, „remove“ oder „list“ sein um [tag] zu [note] hinzuzufügen oder zu entfernen, oder um die Notizen aufzulisten die [tag] zugeordnet sind. Der Befehl `tag list` kann benutzt werden, um alle Schlagwörter anzuzeigen (nutze -l für die lange Option).","Invalid command: \"%s\"":"Ungültiger Befehl: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kann entweder \"toggle\" oder \"clear\" sein. Benutze \"toggle\", um ein To-Do abzuschließen, oder es zu beginnen (Wenn das Ziel eine normale Notiz ist, wird diese in ein To-Do umgewandelt). Benutze \"clear\", um es zurück in ein To-Do zu verwandeln.","Marks a to-do as non-completed.":"Makiert ein To-Do als nicht-abgeschlossen.","Switches to [notebook] - all further operations will happen within this notebook.":"Wechselt zu [Notizbuch] - alle weiteren Aktionen werden in diesem Notizbuch ausgeführt.","Displays version information":"Zeigt die Versionsnummer an","%s %s (%s)":"%s %s (%s)","Enum":"Aufzählung","Type: %s.":"Typ: %s.","Possible values: %s.":"Mögliche Werte: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mögliche Werte:","Type `joplin help` for usage information.":"Gib `joplin help` ein um die Nutzungsstatistik anzuzeigen.","Fatal error:":"Schwerwiegender Fehler:","The application has been authorised - you may now close this browser tab.":"Das Programm wurde autorisiert - du kannst diesen Browsertab nun schließen.","The application has been successfully authorised.":"Das Programm wurde erfolgreich autorisiert.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Bitte öffne die folgende URL in deinem Browser, um das Programm zu authentifizieren. Das Programm wird einen Ordner in \"Apps/Joplin\" erstellen und wird nur in diesem Ordner schreiben und lesen. Es wird weder Zugriff auf Dateien außerhalb dieses Ordners haben, noch auf andere persönliche Daten. Es werden keine Daten mit Dritten geteilt.","Search:":"Suchen:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Willkommen bei Joplin!\n\nTippe `:help shortcuts` für eine Liste der Shortcuts oder `:help` für Nutzungsinformationen ein.\n\nUm zum Beispiel ein Notizbuch zu erstellen, drücke `mb`; um eine Notiz zu erstellen drücke `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ein oder mehrere Objekte sind derzeit verschlüsselt und es kann erforderlich sein, ein Master-Passwort zu hinterlegen. Gib dazu bitte `e2ee decrypt` ein. Wenn du das Passwort bereits eingegeben hast, werden die verschlüsselten Objekte im Hintergrund entschlüsselt und stehen in Kürze zur Verfügung.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportiere „%s“ ins „%s“ Format. Bitte warten...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importiere „%s“ ins „%s“ Format. Bitte warten...","PDF File":"PDF-Datei","File":"Datei","New note":"Neue Notiz","New to-do":"Neues To-Do","New notebook":"Neues Notizbuch","Import":"Importieren","Export":"Exportieren","Print":"Drucken","Hide %s":"%s ausblenden","Quit":"Verlassen","Edit":"Bearbeiten","Copy":"Kopieren","Cut":"Ausschneiden","Paste":"Einfügen","Select all":"Alle auswählen","Bold":"Fett","Italic":"Kursiv","Insert Date Time":"Datum / Uhrzeit einfügen","Edit in external editor":"Im externen Editor bearbeiten","Search in all the notes":"Alle Notizen durchsuchen","Search in current note":"Aktuelle Notiz durchsuchen","View":"Ansicht","Toggle sidebar":"Seitenleiste umschalten","Toggle editor layout":"Editor-Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"Web-Clipper Optionen","Encryption options":"Verschlüsselungsoptionen","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Aktualisierungen...","About Joplin":"Über Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öffne %s","Exit":"Verlassen","OK":"OK","Cancel":"Abbrechen","Current version is up-to-date.":"Die aktuelle Version ist auf dem neuesten Stand.","%s (pre-release)":"","An update is available, do you want to download it now?":"Es ist eine Aktualisierung verfügbar. Soll sie jetzt heruntergeladen werden?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nein","Token has been copied to the clipboard!":"Token wurde in die Zwischenablage kopiert.","The web clipper service is enabled and set to auto-start.":"Der Web-Clipper-Service ist bereits aktiviert und auf Autostart eingestellt.","Status: Started on port %d":"Status: Gestartet auf Port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Web-Clipper-Service deaktivieren","The web clipper service is not enabled.":"Der Web-Clipper-Service ist nicht aktiviert.","Enable Web Clipper Service":"Web-Clipper-Service aktivieren","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web-Clipper erlaubt im Browser das Speichern von Webseiten und Screenshots nach Joplin.","In order to use the web clipper, you need to do the following:":"Um den Web-Clipper zu benutzen, musst du folgendes machen:","Step 1: Enable the clipper service":"Schritt 1: Clipper-Service aktivieren","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Dieser Service erlaubt es der Browser-Erweiterung mit Joplin zu kommunizieren. Beim Aktivieren kann deine Firewall dich nach der Erlaubnis bitten, dass Joplin auf einen bestimmten Port mithören darf.","Step 2: Install the extension":"Schritt 2: Erweiterung installieren","Download and install the relevant extension for your browser:":"Lade die entsprechende Erweiterung für deinen Browser herunter und installiere sie:","Advanced options":"Erweiterte Optionen","Authorisation token:":"Autorisierung-Token:","Copy token":"Token kopieren","This authorisation token is only needed to allow third-party applications to access Joplin.":"Dieses Autorisierung-Token wird nur benötigt, um Drittanbieter-Anwendungen Zugriff auf Joplin zu gewähren.","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Apply":"Anwenden","Submit":"Absenden","Save":"Speichern","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Durch die Deaktivierung der Verschlüsselung werden *alle* Notizen und Anhänge neu synchronisiert und unverschlüsselt an das Synchronisierungsziel gesendet. Möchtest du fortfahren?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Durch das Aktivieren der Verschlüsselung werden alle Notizen und Anhänge neu synchronisiert und verschlüsselt an das Synchronisationsziel gesendet. Achte darauf, dass du das Passwort nicht verlierst, da dies aus Sicherheitsgründen die einzige Möglichkeit ist, deine Daten zu entschlüsseln! Um die Verschlüsselung zu aktivieren, gib bitte unten dein Passwort ein.","Disable encryption":"Verschlüsselung deaktivieren","Enable encryption":"Verschlüsselung aktivieren","Master Keys":"Hauptschlüssel","Active":"Aktiv","ID":"ID","Source":"Quelle","Created":"Erstellt","Updated":"Aktualisiert","Password":"Passwort","Password OK":"Passwort OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Hinweis: Nur ein Hauptschlüssel wird für die Verschlüsselung verwendet (der als \"aktiv\" markierte). Jeder der Schlüssel kann für die Entschlüsselung verwendet werden, abhängig davon, wie die jeweiligen Notizen oder Notizbücher ursprünglich verschlüsselt wurden.","Missing Master Keys":"Fehlende Hauptschlüssel","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Die Hauptschlüssel dieser IDs werden für die Verschlüsselung einiger ...","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Weitere Informationen zur Ende-zu-Ende-Verschlüsselung (E2EE) und Hinweise zur Aktivierung findest du in der Dokumentation (auf Englisch):","Status":"Status","Encryption is:":"Die Verschlüsselung ist:","Back":"Zurück","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Neues Notizbuch \"%s\" wird erstellt und die Datei \"%s\" wird dort hinein importiert","Please create a notebook first.":"Bitte erstelle zuerst ein Notizbuch.","Please create a notebook first":"Bitte erstelle zuerst ein Notizbuch","Notebook title:":"Notizbuch-Titel:","Add or remove tags:":"Schlagwörter hinzufügen oder entfernen:","Separate each tag by a comma.":"Trenne jedes Schlagwort mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Schlagwort umbenennen:","Set alarm:":"Alarm erstellen:","Layout":"Layout","Search...":"Suchen...","Some items cannot be synchronised.":"Manche Objekte können nicht synchronisiert werden.","View them now":"Zeige sie jetzt an","Some items cannot be decrypted.":"Einige Objekte können nicht entschlüsselt werden.","Set the password":"Setze ein Passwort","Add or remove tags":"Schlagwörter hinzufügen oder entfernen","Duplicate":"Duplizieren","%s - Copy":"%s - Kopieren","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Switch to note type":"Zu Notiz-Typ wechseln","Switch to to-do type":"Zu To-Do-Typ wechseln","Copy Markdown link":"Markdown-Link kopieren","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Keine Notizen vorhanden. Erstelle eine, indem du auf \"Neue Notiz\" drückst.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentan existieren noch keine Notizbücher. Erstelle eines, indem du auf \"Neues Notizbuch\" drückst.","Location":"Standort","URL":"URL","Note properties":"Notiz-Eigenschaften","Open...":"Öffne...","This file could not be opened: %s":"Dieses Notizbuch konnte nicht geöffnet werden: %s","Save as...":"Speichern unter...","Copy path to clipboard":"Pfad in Zwischenablage kopieren","Copy Link Address":"Link-Adresse kopieren","This attachment is not downloaded or not decrypted yet.":"Dieser Anhang wurde nicht heruntergeladen oder noch nicht entschlüsselt.","Unsupported link or message: %s":"Nicht unterstützter Link oder Nachricht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Diese Notiz hat keinen Inhalt. Klicke auf „%s“ um den Editor zu aktivieren und die Notiz zu bearbeiten.","Only one note can be printed or exported to PDF at a time.":"","strong text":"Fetter Text","emphasized text":"hervorgehobener Text","List item":"Listeneintrag","Insert Hyperlink":"Weblink einfügen","Attach file":"Datei anhängen","Tags":"Schlagwörter","Set alarm":"Alarm erstellen","In: %s":"In: %s","Hyperlink":"Weblink","Code":"Code","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählung","Checkbox":"Kontrollkästchen","Heading":"Überschrift","Horizontal Rule":"Horizontale Linie","Click to stop external editing":"Klicken Sie hier, um die externe Bearbeitung anzuhalten","Watching...":"Zuschauend…","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive-Anmeldung","Dropbox Login":"Dropbox-Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations-Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper-Einstellungen","Remove this tag from all the notes?":"Dieses Schlagwort von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","Decrypting items: %d/%d":"Entschlüsselte Objekte: %d/%d","Fetching resources: %d":"Ressourcen abrufen: %d","Please select where the sync status should be exported to":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll","Usage: %s":"Nutzung: %s","Unknown flag: %s":"Unbekanntes Argument: %s","Dropbox":"Dropbox","File system":"Dateisystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Nur für Tests)","WebDAV":"WebDAV","Unknown log level: %s":"Unbekanntes Log-Level: %s","Unknown level ID: %s":"Unbekannte Level-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kann Token nicht erneuern: Authentifikationsdaten nicht vorhanden. Ein Neustart der Synchronisation könnte das Problem beheben.","Untitled":"Unbenannt","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Konnte nicht mit OneDrive synchronisieren.\n\nDieser Fehler kommt oft vor, wenn OneDrive Business benutzt wird, das leider nicht unterstützt wird.\n\nBitte benutze stattdessen einen normalen OneDrive-Account.","Cannot access %s":"Kann nicht auf %s zugreifen","Created local items: %d.":"Lokale Objekte erstellt: %d.","Updated local items: %d.":"Lokale Objekte aktualisiert: %d.","Created remote items: %d.":"Remote-Objekte erstellt: %d.","Updated remote items: %d.":"Remote-Objekte aktualisiert: %d.","Deleted local items: %d.":"Lokale Objekte gelöscht: %d.","Deleted remote items: %d.":"Remote-Objekte gelöscht: %d.","Fetched items: %d/%d.":"Geladene Objekte: %d/%d.","Cancelling...":"Breche ab…","Completed: %s":"Abgeschlossen: %s","Last error: %s":"Letzte Fehlermeldung: %s","Idle":"Wartend","In progress":"In Bearbeitung","Synchronisation is already in progress. State: %s":"Synchronisation ist bereits im Gange. Status: %s","Encrypted":"Verschlüsselt","Encrypted items cannot be modified":"Verschlüsselte Objekte können nicht verändert werden","Conflicts":"Konflikte","Cannot move notebook to this location":"Kann Notizbuch nicht an diesen Ort verschieben","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dieser Name ist reserviert..","title":"Titel","updated date":"Aktualisierungsdatum","created date":"Erstelldatum","This note does not have geolocation information.":"Diese Notiz hat keine Standort-Informationen.","Cannot copy note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" kopieren","Cannot move note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" verschieben","Language":"Sprache","Date format":"Datumsformat","Time format":"Zeitformat","Theme":"Thema","Light":"Hell","Dark":"Dunkel","Uncompleted to-dos on top":"Zeige unvollständige To-Dos an oberster Stelle","Show completed to-dos":"Abgeschlossene To-Dos anzeigen","Sort notes by":"Sortiere Notizen nach","Reverse sort order":"Sortierreihenfolge umdrehen","Save geo-location with notes":"Momentanen Standort zusammen mit Notizen speichern","When creating a new to-do:":"Wenn eine neue To-Do erstellt wird:","Focus title":"Fokussiere Titel","Focus body":"Fokussiere Inhalt","When creating a new note:":"Wenn eine neue Notiz erstellt wird:","Show tray icon":"Zeige Tray-Icon","Note: Does not work in all desktop environments.":"Hinweis: Funktioniert nicht in allen Desktopumgebungen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Dadurch kann Joplin im Hintergrund laufen. Es wird empfohlen,diese Einstellung zu aktivieren, damit deine Notizen ständig synchronisiertwerden und somit die Anzahl der Konflikte reduziert wird.","Start application minimised in the tray icon":"Starte die Anwendung minimiert im Tray","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","Editor font size":"Schriftgröße im Editor","Editor font family":"Schriftfamilie im Editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dies muss eine *Monospace* Schriftart sein, sonst funktioniert es nicht richtig. Wenn die Schriftart falsch oder leer ist, wird eine voreingestellte, generische Monospace-Schriftart verwendet.","Automatically update the application":"Die Applikation automatisch aktualisieren","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","Text editor command":"Editoraufruf","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Der Editor, mit dem Notizen geöffnet werden. Wenn keiner ausgewählt wurde, wird Joplin versuchen den Standardeditor zu erkennen.","Show advanced options":"Erweiterte Optionen anzeigen","Synchronisation target":"Synchronisationsziel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Das Ziel, mit dem synchronisiert werden soll. Jedes Synchronisationsziel kann zusätzliche Parameter haben, die als `sync.NUM.NAME` (alle unten dokumentiert) bezeichnet werden.","Directory to synchronise with (absolute path)":"Verzeichnis mit dem synchronisiert werden soll (absoluter Pfad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Der Pfad, mit dem synchronisiert werden soll, wenn die Dateisystem-Synchronisation aktiviert ist. Siehe `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Achtung: Stelle sicher, dass Du vor der Synchronisation alle Inhalte an den neuen Ablageort kopiert hast, sonst werden alle Dateien gelöscht! Lies auch die FAQs hierzu: %s","Nextcloud username":"Nextcloud-Benutzername","Nextcloud password":"Nextcloud-Passwort","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-Benutzername","WebDAV password":"WebDAV-Passwort","Custom TLS certificates":"Benutzerdefinierte TLS-Zertifikate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagetrennte Liste von Pfaden zu Verzeichnissen, aus denen die Zertifikate geladen werden, oder Pfad zu einzelnen Zertifikatsdateien. Zum Beispiel: /my/cert_dir, /other/custom.pem. Wenn Sie Änderungen an den TLS-Einstellungen vornehmen, müssen Sie Ihre Änderungen speichern, bevor Sie auf \"Synchronisierungskonfiguration prüfen\" klicken.","Ignore TLS certificate errors":"Ignoriere TLS-Zertifikatfehler","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","The tag \"%s\" already exists. Please choose a different name.":"Das Schlagwort \"%s\" existiert bereits. Bitte wähle einen anderen Namen.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","Json Export Directory":"Json Export Verzeichnis","Directory":"Verzeichnis","Cannot load \"%s\" module for format \"%s\"":"Das Modul \"%s\" für das Format \"%s\" kann nicht geladen werden","Please specify import format for %s":"Bitte das Exportformat für %s angeben","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dieses Objekt ist zur Zeit verschlüsselt: %s „%s“. Bitte warten bis alle Objekte entschlüsselt wurden und versuche es dann erneut.","There is no data to export.":"Keine Daten für den Export vorhanden.","Please specify the notebook where the notes should be imported to.":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll.","Items that cannot be synchronised":"Objekte können nicht synchronisiert werden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Diese Objekte verbleiben auf dem Gerät, werden aber nicht zum Synchronisationsziel hochgeladen. Um diese Objekte zu finden, suchst du entweder nach dem Titel oder der ID (die oben in Klammern angezeigt wird).","Sync status (synced items / total items)":"Synchronisationsstatus (synchronisierte Objekte / gesamte Objekte)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Insgesamt: %d/%d","Conflicted: %d":"In Konflikt %d","To delete: %d":"Zu löschen: %d","Folders":"Ordner","%s: %d notes":"%s: %d Notizen","Coming alarms":"Anstehende Alarme","On %s: %s":"Auf %s: %s","Permission to use camera":"Berechtigung zur Verwendung der Kamera","Your permission to use your camera is required.":"Deine Zustimmung zur Verwendung deiner Kamera ist erforderlich.","There are currently no notes. Create one by clicking on the (+) button.":"Momentan existieren noch keine Notizen. Erstelle eine, indem du auf den (+) Knopf drückst.","Delete these notes?":"Sollen diese Notizen gelöscht werden?","Log":"Protokoll","Export Debug Report":"Fehlerbericht exportieren","Encryption Config":"Verschlüsselungskonfiguration","Configuration":"Konfiguration","Move to notebook...":"In Notizbuch verschieben...","Move %d notes to notebook \"%s\"?":"%d Notizen in das Notizbuch \"%s\" verschieben?","Press to set the decryption password.":"Tippe hier, um das Entschlüsselungspasswort festzulegen.","Clear alarm":"Alarm löschen","Save alarm":"Alarm speichern","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","Checking... Please wait.":"Überprüfe… Bitte warten.","Success! Synchronisation configuration appears to be correct.":"Erfolgreich. Die Synchronisation-Konfiguration scheint korrekt zu sein.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Fehler. Bitte überprüfe, ob die URL, der Benutzername, das Passwort. usw. korrekt sind und das das Synchronisierungsziel erreichbar ist. Fehlermeldung:","The application has been authorised!":"Das Programm wurde erfolgreich autorisiert.","Could not authorise application:\n\n%s\n\nPlease try again.":"Konnte Applikation nicht autorisieren:\n\n%s\n\nBitte versuche es erneut.","Decrypted items: %s / %s":"Entschlüsselte Objekte: %s / %s","New tags:":"Neue Schlagwörter:","Type new tags or select from list":"Neues Schlagwort eingeben oder aus der Liste auswählen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Um korrekt arbeiten zu können, benötigt die Anwendung die folgenden Berechtigungen. Bitte aktiviere diese in deinen Telefoneinstellungen, unter Apps > Joplin > Berechtigungen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Speicher: um das Anhängen von Dateien an Notizen und die Synchronisation des Dateisystems zu ermöglichen.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: um ein Bild aufzunehmen und an eine Notiz anzuhängen.","- Location: to allow attaching geo-location information to a note.":"- Standort: zum Anhängen von Geolokalisierungsinformationen an eine Notiz.","Joplin website":"Website von Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Datenbank v%s","FTS enabled: %d":"FTS aktiviert: %d","Login with Dropbox":"Mit Dropbox anmelden","Enter code here":"Enter code here","Master Key %s":"Hauptschlüssel %s","Created: %s":"Erstellt: %s","Password:":"Passwort:","Password cannot be empty":"Passwort darf nicht leer sein","Enable":"Aktivieren","The notebook could not be saved: %s":"Dieses Notizbuch konnte nicht gespeichert werden: %s","Edit notebook":"Notizbuch bearbeiten","Show all":"Zeige Alles","Errors only":"Nur Fehler","This note has been modified:":"Diese Notiz wurde verändert:","Save changes":"Änderungen speichern","Discard changes":"Änderungen verwerfen","No item with ID %s":"Kein Element mit ID %s","The Joplin mobile app does not currently support this type of link: %s":"Die Joplin Handy-Applikation unterstützt derzeit diese Art von Link nicht: %s","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Take photo":"Foto aufnehmen","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"Teilen","Convert to note":"In eine Notiz umwandeln","Convert to todo":"In ein To-Do umwandeln","Hide metadata":"Metadaten verstecken","Show metadata":"Metadaten anzeigen","View on map":"Auf der Karte anzeigen","Go to source URL":"Zur Quell-URL gehen","Delete notebook":"Notizbuch löschen","Login with OneDrive":"Mit OneDrive anmelden","Search":"Suchen","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Drücke auf die (+)-Schaltfläche, um eine neue Notiz oder ein neues Notizbuch zu erstellen. Tippe auf die Seitenleiste, um auf deine existierenden Notizbücher zuzugreifen.","You currently have no notebook. Create one by clicking on (+) button.":"Du hast noch kein Notizbuch angelegt. Erstelle eines, indem du auf den (+) Knopf drückst.","Welcome":"Willkommen"} \ No newline at end of file diff --git a/ElectronClient/app/locales/en_GB.json b/ElectronClient/app/locales/en_GB.json index 8329b5283..a5870a70d 100644 --- a/ElectronClient/app/locales/en_GB.json +++ b/ElectronClient/app/locales/en_GB.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"","No notebook has been specified.":"","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"","No such command: %s":"","The command \"%s\" is only available in GUI mode":"","Cannot change encrypted item":"","Missing required argument: %s":"","%s: %s":"","Your choice: ":"","Invalid answer: %s":"","Attaches the given file to the note.":"","Cannot find \"%s\".":"","Displays the given note.":"","Displays the complete information about note.":"","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"","%s = %s":"","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"","Note is not a to-do: \"%s\"":"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"","Disabled":"","Encryption is: %s":"","Edit note.":"","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"","Note does not exist: \"%s\". Create it?":"","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"","Note has been saved.":"","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"","To enter command line mode, press \":\"":"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"","Source format: %s":"","Do not ask for confirmation.":"","Found: %d.":"","Created: %d.":"","Updated: %d.":"","Skipped: %d.":"","Resources: %d.":"","Tagged: %d.":"","Importing notes...":"","The notes have been imported: %s":"","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"","Creates a new notebook.":"","Creates a new note.":"","Notes can only be created within a notebook.":"","Creates a new to-do.":"","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"","Starting synchronisation...":"","Downloading resources...":"","Cancelling... Please wait.":""," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"","%s %s (%s)":"","Enum":"","Type: %s.":"","Possible values: %s.":"","Default: %s":"","Possible keys/values:":"","Type `joplin help` for usage information.":"","Fatal error:":"","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"","File":"","New note":"","New to-do":"","New notebook":"","Import":"","Export":"","Print":"","Hide %s":"","Quit":"","Edit":"","Copy":"","Cut":"","Paste":"","Select all":"","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"","Search in current note":"","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"","Synchronisation status":"","Web clipper options":"","Encryption options":"","General Options":"","Help":"","Website and documentation":"","Make a donation":"","Check for updates...":"","About Joplin":"","%s %s (%s, %s)":"","Open %s":"","Exit":"","OK":"","Cancel":"","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"","Submit":"","Save":"","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"","Source":"","Created":"","Updated":"","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"","Encryption is:":"","Back":"","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"","Please create a notebook first":"","Notebook title:":"","Add or remove tags:":"","Separate each tag by a comma.":"","Rename notebook:":"","Rename tag:":"","Set alarm:":"","Layout":"","Search...":"","Some items cannot be synchronised.":"","View them now":"","Some items cannot be decrypted.":"","Set the password":"","Add or remove tags":"","Duplicate":"","%s - Copy":"","Switch between note and to-do type":"","Switch to note type":"","Switch to to-do type":"","Copy Markdown link":"","Delete":"","Delete notes?":"","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"","Save as...":"","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"","Tags":"","Set alarm":"","In: %s":"","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"","to-do":"","note":"","Creating new %s...":"","Refresh":"","Clear":"","OneDrive Login":"","Dropbox Login":"","Options":"","Synchronisation Status":"","Encryption Options":"","Clipper Options":"","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"","Synchronise":"","Notebooks":"","Decrypting items: %d/%d":"","Fetching resources: %d":"","Please select where the sync status should be exported to":"","Usage: %s":"","Unknown flag: %s":"","Dropbox":"","File system":"","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"","WebDAV":"","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"","Created local items: %d.":"","Updated local items: %d.":"","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"","Completed: %s":"","Last error: %s":"","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"","Encrypted":"","Encrypted items cannot be modified":"","Conflicts":"","Cannot move notebook to this location":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"","updated date":"","created date":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Language":"","Date format":"","Time format":"","Theme":"","Light":"","Dark":"","Uncompleted to-dos on top":"","Show completed to-dos":"","Sort notes by":"","Reverse sort order":"","Save geo-location with notes":"","When creating a new to-do:":"","Focus title":"","Focus body":"","When creating a new note:":"","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"","Synchronisation interval":"","%d minutes":"","%d hour":"","%d hours":"","Text editor command":"","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"","%s (%s): %s":"","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"","Total: %d/%d":"","Conflicted: %d":"","To delete: %d":"","Folders":"","%s: %d notes":"","Coming alarms":"","On %s: %s":"","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"","Move to notebook...":"","Move %d notes to notebook \"%s\"?":"","Press to set the decryption password.":"","Clear alarm":"","Save alarm":"","Select date":"","Confirm":"","Cancel synchronisation":"","Checking... Please wait.":"","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"","Login with Dropbox":"","Enter code here":"","Master Key %s":"","Created: %s":"","Password:":"","Password cannot be empty":"","Enable":"","The notebook could not be saved: %s":"","Edit notebook":"","Show all":"","Errors only":"","This note has been modified:":"","Save changes":"","Discard changes":"","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","Go to source URL":"","Delete notebook":"","Login with OneDrive":"","Search":"","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"","Welcome":""} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"","No notebook has been specified.":"","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"","No such command: %s":"","The command \"%s\" is only available in GUI mode":"","Cannot change encrypted item":"","Missing required argument: %s":"","%s: %s":"","Your choice: ":"","Invalid answer: %s":"","Attaches the given file to the note.":"","Cannot find \"%s\".":"","Displays the given note.":"","Displays the complete information about note.":"","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"","%s = %s":"","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"","Note is not a to-do: \"%s\"":"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"","Disabled":"","Encryption is: %s":"","Edit note.":"","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"","Note does not exist: \"%s\". Create it?":"","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"","Note has been saved.":"","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"","To enter command line mode, press \":\"":"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"","Source format: %s":"","Do not ask for confirmation.":"","Found: %d.":"","Created: %d.":"","Updated: %d.":"","Skipped: %d.":"","Resources: %d.":"","Tagged: %d.":"","Importing notes...":"","The notes have been imported: %s":"","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"","Creates a new notebook.":"","Creates a new note.":"","Notes can only be created within a notebook.":"","Creates a new to-do.":"","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"","Starting synchronisation...":"","Downloading resources...":"","Cancelling... Please wait.":""," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"","%s %s (%s)":"","Enum":"","Type: %s.":"","Possible values: %s.":"","Default: %s":"","Possible keys/values:":"","Type `joplin help` for usage information.":"","Fatal error:":"","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"","File":"","New note":"","New to-do":"","New notebook":"","Import":"","Export":"","Print":"","Hide %s":"","Quit":"","Edit":"","Copy":"","Cut":"","Paste":"","Select all":"","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"","Search in current note":"","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"","Synchronisation status":"","Web clipper options":"","Encryption options":"","General Options":"","Help":"","Website and documentation":"","Make a donation":"","Check for updates...":"","About Joplin":"","%s %s (%s, %s)":"","Open %s":"","Exit":"","OK":"","Cancel":"","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"","Submit":"","Save":"","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"","Source":"","Created":"","Updated":"","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"","Encryption is:":"","Back":"","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"","Please create a notebook first":"","Notebook title:":"","Add or remove tags:":"","Separate each tag by a comma.":"","Rename notebook:":"","Rename tag:":"","Set alarm:":"","Layout":"","Search...":"","Some items cannot be synchronised.":"","View them now":"","Some items cannot be decrypted.":"","Set the password":"","Add or remove tags":"","Duplicate":"","%s - Copy":"","Switch between note and to-do type":"","Switch to note type":"","Switch to to-do type":"","Copy Markdown link":"","Delete":"","Delete notes?":"","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"","Save as...":"","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"","Tags":"","Set alarm":"","In: %s":"","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"","to-do":"","note":"","Creating new %s...":"","Refresh":"","Clear":"","OneDrive Login":"","Dropbox Login":"","Options":"","Synchronisation Status":"","Encryption Options":"","Clipper Options":"","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"","Synchronise":"","Notebooks":"","Decrypting items: %d/%d":"","Fetching resources: %d":"","Please select where the sync status should be exported to":"","Usage: %s":"","Unknown flag: %s":"","Dropbox":"","File system":"","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"","WebDAV":"","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"","Created local items: %d.":"","Updated local items: %d.":"","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"","Completed: %s":"","Last error: %s":"","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"","Encrypted":"","Encrypted items cannot be modified":"","Conflicts":"","Cannot move notebook to this location":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"","updated date":"","created date":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Language":"","Date format":"","Time format":"","Theme":"","Light":"","Dark":"","Uncompleted to-dos on top":"","Show completed to-dos":"","Sort notes by":"","Reverse sort order":"","Save geo-location with notes":"","When creating a new to-do:":"","Focus title":"","Focus body":"","When creating a new note:":"","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"","%d minutes":"","%d hour":"","%d hours":"","Text editor command":"","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"","%s (%s): %s":"","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"","Total: %d/%d":"","Conflicted: %d":"","To delete: %d":"","Folders":"","%s: %d notes":"","Coming alarms":"","On %s: %s":"","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"","Move to notebook...":"","Move %d notes to notebook \"%s\"?":"","Press to set the decryption password.":"","Clear alarm":"","Save alarm":"","Select date":"","Confirm":"","Cancel synchronisation":"","Checking... Please wait.":"","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"","Login with Dropbox":"","Enter code here":"","Master Key %s":"","Created: %s":"","Password:":"","Password cannot be empty":"","Enable":"","The notebook could not be saved: %s":"","Edit notebook":"","Show all":"","Errors only":"","This note has been modified:":"","Save changes":"","Discard changes":"","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","Go to source URL":"","Delete notebook":"","Login with OneDrive":"","Search":"","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"","Welcome":""} \ No newline at end of file diff --git a/ElectronClient/app/locales/es_ES.json b/ElectronClient/app/locales/es_ES.json index 4df39c75e..2ad671e81 100644 --- a/ElectronClient/app/locales/es_ES.json +++ b/ElectronClient/app/locales/es_ES.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Desmarque las notas asociadas para eliminar una etiqueta.","Please select the note or notebook to be deleted first.":"Seleccione primero la nota o libreta que desea eliminar.","Press Ctrl+D or type \"exit\" to exit the application":"Pulse Ctrl+D o escriba «salir» para salir de la aplicación","More than one item match \"%s\". Please narrow down your query.":"Hay más de un elemento que coincide con «%s», intente mejorar su consulta.","No notebook selected.":"No se ha seleccionado ninguna libreta.","No notebook has been specified.":"Ninguna libreta fue especificada","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Cancelando sincronización de segundo plano... Por favor espere.","No such command: %s":"El comando no existe: %s","The command \"%s\" is only available in GUI mode":"El comando «%s» solamente está disponible en modo GUI","Cannot change encrypted item":"No se puede cambiar el elemento cifrado","Missing required argument: %s":"Falta un argumento requerido: %s","%s: %s":"%s: %s","Your choice: ":"Su elección: ","Invalid answer: %s":"Respuesta inválida: %s","Attaches the given file to the note.":"Adjuntar archivo a la nota.","Cannot find \"%s\".":"No se encuentra \"%s\".","Displays the given note.":"Mostrar la nota dada.","Displays the complete information about note.":"Mostrar la información completa acerca de la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtener o configurar un valor. Si no se provee el [valor], se mostrará el valor de [nombre]. Si no se provee [nombre] ni [valor], se listará la configuración actual.","Also displays unset and hidden config variables.":"También muestra variables ocultas o no configuradas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica las notas que coincidan con en la libreta. Si no se especifica una libreta la nota se duplica en la libreta actual.","Marks a to-do as done.":"Marca una tarea como hecha.","Note is not a to-do: \"%s\"":"La nota no es una tarea: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Maneja la configuración E2EE. Comandos disponibles `enable`, `disable`, `decrypt`, `status` y `target-status`.","Enter master password:":"Introduzca la contraseña maestra:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando descifrado... Por favor espere, puede tardar varios minutos dependiendo de cuanto haya que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Habilitado","Disabled":"Deshabilitado","Encryption is: %s":"El cifrado es: %s","Edit note.":"Editar una nota.","No text editor is defined. Please set it using `config editor `":"No hay editor de texto definido. Por favor configure uno usando `config editor `","No active notebook.":"No hay libreta activa.","Note does not exist: \"%s\". Create it?":"La nota no existe: \"%s\". ¿Crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Iniciando la edición de una nota. Cierre el editor para regresar al prompt.","Error opening note in editor: %s":"Error abriendo la nota en el editor: %s","Note has been saved.":"La nota ha sido guardada.","Exits the application.":"Sale de la aplicación.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta datos de Joplin al directorio indicado. Por defecto, se exportará la base de datos completa incluyendo libretas, notas, etiquetas y recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta únicamente la nota indicada.","Exports only the given notebook.":"Exporta únicamente la libreta indicada.","Displays a geolocation URL for the note.":"Muestra la URL de la geolocalización de la nota.","Displays usage information.":"Muestra información de uso.","For information on how to customise the shortcuts please visit %s":"Para información de cómo personalizar los atajos por favor visite %s","Shortcuts are not available in CLI mode.":"Atajos no disponibles en modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba `help [command]` para obtener más información sobre el comando, o escriba `help all` para obtener toda la información acerca del uso del programa.","The possible commands are:":"Los posibles comandos son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Con cualquier comando, una nota o libreta puede ser referida por su título o ID, o utilizando atajos `$n` o `$b`, respectivamente, para la nota o libreta seleccionada. Se puede utilizar `$c` para hacer referencia al elemento seleccionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover desde un panel a otro, presione Tabulador o Mayúsuclas+Tabulador.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Para desplazar en las listas y areas de texto (incluyendo la consola) utilice las flechas y re pág/av pág.","To maximise/minimise the console, press \"tc\".":"Para maximizar/minimizar la consola, presione \"tc\".","To enter command line mode, press \":\"":"Para entrar a modo línea de comando, presione \":\"","To exit command line mode, press ESCAPE":"Para salir de modo línea de comando, presione ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Para una lista de los atajos de teclado disponibles, escriba `help keymap`","Imports data into Joplin.":"Importa los datos en Joplin.","Source format: %s":"Formato de origen: %s","Do not ask for confirmation.":"No requiere confirmación.","Found: %d.":"Encontrado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Omitido: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"Las notas han sido importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Muestra las notas en la libreta actual. Usa `ls /` para mostrar la lista de libretas.","Displays only the first top notes.":"Muestra las primeras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena los elementos por campo ( ej. title, updated_time, created_time).","Reverses the sorting order.":"Invierte el orden.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Muestra únicamente los elementos de los tipos especificados. Pueden ser `n` para notas, `t` para tareas, o `nt` para libretas y tareas (ej. `-tt` mostrará unicamente las tareas, mientras `-ttd` mostrará notas y tareas).","Either \"text\" or \"json\"":"Puede ser \"text\" o \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar formato largo de lista. El formato es ID, NOTE_COUNT ( para libretas), DATE,TODO_CHECKED ( para tareas), TITLE","Please select a notebook first.":"Por favor seleccione la libreta.","Creates a new notebook.":"Crea una nueva libreta.","Creates a new note.":"Crea una nueva nota.","Notes can only be created within a notebook.":"Notas solamente pueden ser creadas dentro de una libreta.","Creates a new to-do.":"Crea una nueva lista de tareas.","Moves the notes matching to [notebook].":"Mueve las notas que coincidan con a la [libreta].","Renames the given (note or notebook) to .":"Renombra el elemento dado (nota o libreta) a .","Deletes the given notebook.":"Elimina la libreta dada.","Deletes the notebook without asking for confirmation.":"Elimina una libreta sin pedir confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"¿Desea eliminar la libreta? Todas las notas y sublibretas dentro de esta libreta también serán eliminadas.","Deletes the notes matching .":"Elimina las notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina las notas sin pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden con el patrón. ¿Eliminarlas?","Delete note?":"¿Eliminar nota?","Searches for the given in all the notes.":"Buscar el patrón en todas las notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Asigna el valor [value] a la propiedad de la nota indicada . Propiedades disponibles:\n\n%s","Displays summary about the notes and notebooks.":"Muestra un resumen acerca de las notas y las libretas.","Synchronises with remote storage.":"Sincroniza con el almacenamiento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincroniza con el destino indicado (por defecto al valor de configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticación no completada (no se recibió token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir a Joplin sincronizar con Dropbox, por favor siga estos pasos:","Step 1: Open this URL in your browser to authorise the application:":"Paso 1: Abra esta dirección en su navegador para autorizar a la aplicación:","Step 2: Enter the code provided by Dropbox:":"Paso 2: Introduzca el código provisto por Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No autenticado con %s. Por favor provea las credenciales.","Synchronisation is already in progress.":"Sincronzación en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ya hay un archivo de bloqueo. Si está seguro de que no hay una sincronización en curso puede eliminar el archivo de bloqueo «%s» y reanudar la operación.","Synchronisation target: %s (%s)":"Destino de la sincronización: %s (%s)","Cannot initialize synchroniser.":"No se puede inicializar sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Por favor espere."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" puede ser \"toggle\" o \"clear\". Usa \"toggle\" para cambiar la tarea dada entre estado completado y sin completar. (Si el objetivo es una nota regular se convertirá en una tarea). Usa \"clear\" para convertir la tarea a una nota regular.","Marks a to-do as non-completed.":"Marca una tarea como no completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia una [libreta] - todas las demás operaciones se realizan en ésta libreta.","Displays version information":"Muestra información de la versión","%s %s (%s)":"%s %s (%s)","Enum":"Enumeración","Type: %s.":"Tipo: %s.","Possible values: %s.":"Posibles valores: %s.","Default: %s":"Por defecto: %s","Possible keys/values:":"Claves/valores posbiles:","Type `joplin help` for usage information.":"Escriba `joplin help` para mostrar información de uso.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"La aplicación ha sido autorizada - ahora puede cerrar esta pestaña de su navegador.","The application has been successfully authorised.":"La aplicacion ha sido autorizada éxitosamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra la siguiente URL en su navegador para autenticar la aplicación. La aplicación creará un directorio en «Apps/Joplin» y solo leerá y escribirá archivos en ese directorio. No tendrá acceso a ningún archivo fuera de ese directorio ni a ningún otro archivo personal. No se compartirá información con terceros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenido a Joplin.\n\nEscriba «:help shortcuts» para obtener una lista con los atajos de teclado, o simplemente «:help» para información general.\n\nPor ejemplo, para crear una libreta escriba «mb», para crear una nota escriba «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o más elementos están cifrados y debe proporcionar la contraseña maestra. Para hacerlo por favor escriba `e2ee decrypt`. Si ya ha proporcionado la contraseña, los elementos están siendo descifrados en segundo plano y estarán disponibles en breve.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando el formato de \"%s\" a \"%s\". Por favor espere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando el formato de \"%s\" a \"%s\". Por favor espere...","PDF File":"Archivo PDF","File":"Archivo","New note":"Nueva nota","New to-do":"Nueva lista de tareas","New notebook":"Nueva libreta","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Oculta %s","Quit":"Salir","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"Negrita","Italic":"Cursiva","Insert Date Time":"Introduce fecha","Edit in external editor":"Editar con un editor externo","Search in all the notes":"Buscar en todas las notas","Search in current note":"Search in current note","View":"Ver","Toggle sidebar":"Cambia la barra lateral","Toggle editor layout":"Cambia el diseño del editor","Tools":"Herramientas","Synchronisation status":"Estado de la sincronización","Web clipper options":"Opciones de recorte web","Encryption options":"Opciones de cifrado","General Options":"Opciones generales","Help":"Ayuda","Website and documentation":"Sitio web y documentación","Make a donation":"Hacer una donación","Check for updates...":"Comprobar actualizaciones...","About Joplin":"Acerca de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Salir","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"La versión actual está actualizada.","An update is available, do you want to download it now?":"Hay disponible una actualización. ¿Quiere descargarla ahora?","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servicio de recorte web está habilitado y configurado para que inicie automáticamente.","Status: Started on port %d":"Estado: Iniciado en el puerto %d","Status: %s":"Estado: %s","Disable Web Clipper Service":"Deshabilitar el servicio de recorte web","The web clipper service is not enabled.":"El servicio de recorte web no está habilitado.","Enable Web Clipper Service":"Habilitar el servicio de recorte web","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El recorte web de Joplin permite guardar páginas web y capturas de pantalla desde su navegador.","In order to use the web clipper, you need to do the following:":"Para utilizar el recorte web, necesita hacer lo siguiente:","Step 1: Enable the clipper service":"Paso 1: Habilitar el servicio de recorte","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este servicio permite a la extensión del navegador comunicarse con Joplin. Cuando la habilite su cortafuegos puede solicitar permisos para que Joplin escuche en un puerto concreto.","Step 2: Install the extension":"Paso 2: Instalar la extensión","Download and install the relevant extension for your browser:":"Descargar e instalar para su navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Apply":"Aplicar","Submit":"Aceptar","Save":"Guardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deshabilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán descifrados al destino. ¿Desea continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán cifrados al destino. No pierda la contraseña, por cuestiones de seguridad, ¡es la *única* forma de descifrar los datos! Para habilitar el cifrado, por favor introduzca su contraseña más abajo.","Disable encryption":"Deshabilitar cifrado","Enable encryption":"Habilitar cifrado","Master Keys":"Clave maestra","Active":"Activo","ID":"ID","Source":"Origen","Created":"Creado","Updated":"Actualizado","Password":"Contraseña","Password OK":"Contraseña OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: Solo una clave maestra va a ser utilizar para el cifrado (la marcada como \"activa\"). Cualquiera de las claves puede ser utilizada para descifrar, dependiendo de como fueron cifradas originalmente las notas o las libretas.","Missing Master Keys":"No se encuentra la clave maestra","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"La clave maestra con estos ID son utilizadas para descifrar algunos de tus elementos, pero la apliación no tiene acceso a ellas. Serán descargadas a través de la sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para más información acerca del cifrado extremo a extremo (E2EE) y advertencias de como habilitarlo por favor revise la documentación:","Status":"Estado","Encryption is:":"El cifrado está:","Back":"Atrás","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Se creará la nueva libreta «%s» y se importará en ella el archivo «%s»","Please create a notebook first.":"Por favor cree una libreta primero.","Please create a notebook first":"Por favor cree una libreta primero","Notebook title:":"Título de libreta:","Add or remove tags:":"Agregar o borrar etiquetas: ","Separate each tag by a comma.":"Separar cada etiqueta por una coma.","Rename notebook:":"Renombrar libreta:","Rename tag:":"Renombrar etiqueta:","Set alarm:":"Ajustar alarma:","Layout":"Diseño","Search...":"Buscar...","Some items cannot be synchronised.":"No se han podido sincronizar algunos de los elementos.","View them now":"Verlos ahora","Some items cannot be decrypted.":"No se han podido descifrar algunos elementos.","Set the password":"Establecer la contraseña","Add or remove tags":"Añadir o borrar etiquetas","Duplicate":"Duplicado","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiar el enlace de Markdown","Delete":"Eliminar","Delete notes?":"¿Desea eliminar notas?","No notes in here. Create one by clicking on \"New note\".":"No hay ninguna nota. Cree una pulsando «Nota nueva».","There is currently no notebook. Create one by clicking on \"New notebook\".":"No hay ninguna libreta. Cree una pulsando en «Libreta nueva».","Location":"","URL":"","Note properties":"","Open...":"Abrir...","This file could not be opened: %s":"No se ha podido abrir este archivo: %s","Save as...":"Guardar como...","Copy path to clipboard":"Copiar la ruta en el portapapeles","Copy Link Address":"Copiar enlace","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Enlace o mensaje no soportado: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota no tiene contenido. Pulse en \"%s\" para cambiar al editor y editar la nota.","strong text":"texto destacado","emphasized text":"texto resaltado","List item":"Listar elementos","Insert Hyperlink":"Insertar hipervínculo","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","In: %s":"En: %s","Hyperlink":"Hipervínculo","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","Checkbox":"Casilla","Heading":"Título","Horizontal Rule":"Regla horizontal","Click to stop external editing":"Pulsa para detener la edición externa","Watching...":"Mirando...","to-do":"lista de tareas","note":"nota","Creating new %s...":"Creando nuevo %s...","Refresh":"Refrescar","Clear":"Limpiar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"Inicio de sesión de Dropbox","Options":"Opciones","Synchronisation Status":"Estado de la sincronización","Encryption Options":"Opciones de cifrado","Clipper Options":"Opciones de recorte","Remove this tag from all the notes?":"¿Desea eliminar esta etiqueta de todas las notas?","Remove this search from the sidebar?":"¿Desea eliminar esta búsqueda de la barra lateral?","Rename":"Renombrar","Synchronise":"Sincronizar","Notebooks":"Libretas","Decrypting items: %d/%d":"Descifrando elementos: %d/%d.","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione a dónde se debería exportar el estado de sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Etiqueta desconocida: %s","Dropbox":"Dropbox","File system":"Sistema de archivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Solo para pruebas)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de log desconocido: %s","Unknown level ID: %s":"ID de nivel desconocido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No se ha podido actualizar token: faltan datos de autenticación. Reiniciar la sincronización podría solucionar el problema.","Untitled":"Sin título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No se ha podido sincronizar con OneDrive.\n\nEste error suele ocurrir al utilizar OneDrive for Business. Este producto no está soportado.\n\nPodría considerar utilizar una cuenta Personal de OneDrive.","Cannot access %s":"No se ha podido acceder a %s","Created local items: %d.":"Elementos locales creados: %d.","Updated local items: %d.":"Elementos locales actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locales borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtenidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último error: %s","Idle":"Espera","In progress":"En progreso","Synchronisation is already in progress. State: %s":"La sincronización ya está en progreso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Los elementos cifrados no pueden ser modificados","Conflicts":"Conflictos","Cannot move notebook to this location":"No se puede mover la libreta a este lugar","Notebooks cannot be named \"%s\", which is a reserved title.":"No se puede usar el nombre «%s» para una libreta; es un título reservado.","title":"título","updated date":"fecha de actualización","created date":"fecha de creación","This note does not have geolocation information.":"Esta nota no tiene informacion de geolocalización.","Cannot copy note to \"%s\" notebook":"No se ha podido copiar la nota a la libreta «%s»","Cannot move note to \"%s\" notebook":"No se ha podido mover la nota a la libreta «%s»","Language":"Idioma","Date format":"Formato de fecha","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Oscuro","Uncompleted to-dos on top":"Mostrar tareas incompletas al inicio de las listas","Show completed to-dos":"Mostrar tareas completadas","Sort notes by":"Ordenar notas por","Reverse sort order":"Invierte el orden","Save geo-location with notes":"Guardar geolocalización en las notas","When creating a new to-do:":"Al crear una nueva lista de tareas:","Focus title":"Foco en el título","Focus body":"Foco en el cuerpo","When creating a new note:":"Cuando se crear una nota nueva:","Show tray icon":"Mostrar icono en la bandeja","Note: Does not work in all desktop environments.":"Nota: No funciona en todos los entornos de escritorio.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","Editor font size":"Editor font size","Editor font family":"Fuente del editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Esta debe ser una fuente *monoespaciada* o no funcionará correctamente. Si la fuente es incorrecta o vacía, se configurará una fuente monoespaciada genérica.","Automatically update the application":"Actualizar la aplicación automáticamente","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El comando del editor (puede incluir argumentos) que se utilizará para abrir una nota. Si no se provee ninguno se intentará auto detectar el editor por defecto.","Show advanced options":"Mostrar opciones avanzadas","Synchronisation target":"Destino de sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"El destino de la sincronización. Cada destino de la sincronización puede tener parámetros adicionales los cuales son llamados como `sync.NUM.NAME` (todos abajo documentados).","Directory to synchronise with (absolute path)":"Directorio con el que sincronizarse (ruta completa)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"La ruta a la que sincronizar cuando se activa la sincronización con sistema de archivos. Vea «sync.target».","Nextcloud WebDAV URL":"Servidor WebDAV de Nextcloud","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contraseña de Nextcloud","WebDAV URL":"Servidor WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contraseña de WebDAV","Custom TLS certificates":"Certificados TLS personalizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de rutas de los directorios de dónde cargar los certificados separados por comas, o la ruta individual de los certificados. Por ejemplo: /mi/cert_dir, /otro/personalizado.pem. Tenga en cuenta que si realiza cambios en la configuración de los certificados debe guardar los cambios antes de pulsar en \"Comprobar la configuración de sincronización\".","Ignore TLS certificate errors":"Ignorar errores en certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Archivo de exportación de Joplin","Markdown":"Markdown","Joplin Export Directory":"Directorio para exportar de Joplin","Evernote Export File":"Archivo exportado de Evernote","Json Export Directory":"Json Export Directory","Directory":"Directorio","Cannot load \"%s\" module for format \"%s\"":"No se puede cargar el módulo \"%s\" para el formato \"%s\"","Please specify import format for %s":"Por favor especifique el formato para importar de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"El elemento se encuentra cifrado: %s \"%s\". Por favor espere a que todos los elementos estén descifrados y pruebe de nuevo.","There is no data to export.":"No hay datos para exportar.","Please specify the notebook where the notes should be imported to.":"Por favor especifique la libreta donde las notas deben ser importadas.","Items that cannot be synchronised":"Elementos que no se pueden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estos elementos se mantendrán en el dispositivo pero no serán enviados al destino de sincronización. Para encontrar dichos elementos busca en el título o en el ID (el cual se muestra arriba entre corchetes).","Sync status (synced items / total items)":"Estado de sincronización (elementos sincronizados/elementos totales)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictos: %d","To delete: %d":"Borrar: %d","Folders":"Carpetas","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"No hay notas. Cree una pulsando en el botón (+).","Delete these notes?":"¿Desea borrar estas notas?","Log":"Log","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover a la libreta...","Move %d notes to notebook \"%s\"?":"¿Desea mover %d notas a libreta «%s»?","Press to set the decryption password.":"Presione para establecer la contraseña de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Establecer alarma","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuevas etiquetas:","Type new tags or select from list":"Escriba nuevas etiquetas o seleccionelas de la lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar correctamente, la aplicación necesita los siguientes permisos. Por favor habilitelos en su teléfono, en Aplicaciones > Joplin > Permisos","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Almacenamiento: Permite adjuntar archivos a las notas y habilitar la sincronización del sistema de ficheros.","- Camera: to allow taking a picture and attaching it to a note.":"- Cámara: permite tomar fotografías y adjuntarlas en una nota.","- Location: to allow attaching geo-location information to a note.":"- Localización: permite adjuntar la información de geolocalización en la nota.","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Acceder con Dropbox","Enter code here":"Enter code here","Master Key %s":"Clave maestra %s","Created: %s":"Creado: %s","Password:":"Contraseña:","Password cannot be empty":"La contraseña no puede estar vacía","Enable":"Habilitado","The notebook could not be saved: %s":"No se ha podido guardar esta libreta: %s","Edit notebook":"Editar libreta","Show all":"Mostrar todo","Errors only":"Solo errores","This note has been modified:":"Esta nota ha sido modificada:","Save changes":"Guardar cambios","Discard changes":"Descartar cambios","No item with ID %s":"No hay elementos con el ID %s","The Joplin mobile app does not currently support this type of link: %s":"La aplicación móvil de Joplin no soporta actualmente este tipo de enlace: %s","Unsupported image type: %s":"Tipo de imagen no soportado: %s","Take photo":"Take photo","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"Compartir","Convert to note":"Convertir a nota","Convert to todo":"Convertir a lista de tareas","Hide metadata":"Ocultar metadatos","Show metadata":"Mostrar metadatos","View on map":"Ver en un mapa","Go to source URL":"","Delete notebook":"Borrar libreta","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Pulse en el botón (+) para crear una nueva nota o libreta. Pulse en el menú lateral para acceder a las libretas existentes.","You currently have no notebook. Create one by clicking on (+) button.":"No hay ninguna libreta. Cree una nueva libreta pulsando en el botón (+).","Welcome":"Bienvenido"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Desmarque las notas asociadas para eliminar una etiqueta.","Please select the note or notebook to be deleted first.":"Seleccione primero la nota o libreta que desea eliminar.","Press Ctrl+D or type \"exit\" to exit the application":"Pulse Ctrl+D o escriba «salir» para salir de la aplicación","More than one item match \"%s\". Please narrow down your query.":"Hay más de un elemento que coincide con «%s», intente mejorar su consulta.","No notebook selected.":"No se ha seleccionado ninguna libreta.","No notebook has been specified.":"Ninguna libreta fue especificada","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Cancelando sincronización de segundo plano... Por favor espere.","No such command: %s":"El comando no existe: %s","The command \"%s\" is only available in GUI mode":"El comando «%s» solamente está disponible en modo GUI","Cannot change encrypted item":"No se puede cambiar el elemento cifrado","Missing required argument: %s":"Falta un argumento requerido: %s","%s: %s":"%s: %s","Your choice: ":"Su elección: ","Invalid answer: %s":"Respuesta inválida: %s","Attaches the given file to the note.":"Adjuntar archivo a la nota.","Cannot find \"%s\".":"No se encuentra \"%s\".","Displays the given note.":"Mostrar la nota dada.","Displays the complete information about note.":"Mostrar la información completa acerca de la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtener o configurar un valor. Si no se provee el [valor], se mostrará el valor de [nombre]. Si no se provee [nombre] ni [valor], se listará la configuración actual.","Also displays unset and hidden config variables.":"También muestra variables ocultas o no configuradas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica las notas que coincidan con en la libreta. Si no se especifica una libreta la nota se duplica en la libreta actual.","Marks a to-do as done.":"Marca una tarea como hecha.","Note is not a to-do: \"%s\"":"La nota no es una tarea: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Maneja la configuración E2EE. Comandos disponibles `enable`, `disable`, `decrypt`, `status` y `target-status`.","Enter master password:":"Introduzca la contraseña maestra:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando descifrado... Por favor espere, puede tardar varios minutos dependiendo de cuanto haya que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Habilitado","Disabled":"Deshabilitado","Encryption is: %s":"El cifrado es: %s","Edit note.":"Editar una nota.","No text editor is defined. Please set it using `config editor `":"No hay editor de texto definido. Por favor configure uno usando `config editor `","No active notebook.":"No hay libreta activa.","Note does not exist: \"%s\". Create it?":"La nota no existe: \"%s\". ¿Crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Iniciando la edición de una nota. Cierre el editor para regresar al prompt.","Error opening note in editor: %s":"Error abriendo la nota en el editor: %s","Note has been saved.":"La nota ha sido guardada.","Exits the application.":"Sale de la aplicación.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta datos de Joplin al directorio indicado. Por defecto, se exportará la base de datos completa incluyendo libretas, notas, etiquetas y recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta únicamente la nota indicada.","Exports only the given notebook.":"Exporta únicamente la libreta indicada.","Displays a geolocation URL for the note.":"Muestra la URL de la geolocalización de la nota.","Displays usage information.":"Muestra información de uso.","For information on how to customise the shortcuts please visit %s":"Para información de cómo personalizar los atajos por favor visite %s","Shortcuts are not available in CLI mode.":"Atajos no disponibles en modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba `help [command]` para obtener más información sobre el comando, o escriba `help all` para obtener toda la información acerca del uso del programa.","The possible commands are:":"Los posibles comandos son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Con cualquier comando, una nota o libreta puede ser referida por su título o ID, o utilizando atajos `$n` o `$b`, respectivamente, para la nota o libreta seleccionada. Se puede utilizar `$c` para hacer referencia al elemento seleccionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover desde un panel a otro, presione Tabulador o Mayúsuclas+Tabulador.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Para desplazar en las listas y areas de texto (incluyendo la consola) utilice las flechas y re pág/av pág.","To maximise/minimise the console, press \"tc\".":"Para maximizar/minimizar la consola, presione \"tc\".","To enter command line mode, press \":\"":"Para entrar a modo línea de comando, presione \":\"","To exit command line mode, press ESCAPE":"Para salir de modo línea de comando, presione ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Para una lista de los atajos de teclado disponibles, escriba `help keymap`","Imports data into Joplin.":"Importa los datos en Joplin.","Source format: %s":"Formato de origen: %s","Do not ask for confirmation.":"No requiere confirmación.","Found: %d.":"Encontrado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Omitido: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"Las notas han sido importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Muestra las notas en la libreta actual. Usa `ls /` para mostrar la lista de libretas.","Displays only the first top notes.":"Muestra las primeras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena los elementos por campo ( ej. title, updated_time, created_time).","Reverses the sorting order.":"Invierte el orden.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Muestra únicamente los elementos de los tipos especificados. Pueden ser `n` para notas, `t` para tareas, o `nt` para libretas y tareas (ej. `-tt` mostrará unicamente las tareas, mientras `-ttd` mostrará notas y tareas).","Either \"text\" or \"json\"":"Puede ser \"text\" o \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar formato largo de lista. El formato es ID, NOTE_COUNT ( para libretas), DATE,TODO_CHECKED ( para tareas), TITLE","Please select a notebook first.":"Por favor seleccione la libreta.","Creates a new notebook.":"Crea una nueva libreta.","Creates a new note.":"Crea una nueva nota.","Notes can only be created within a notebook.":"Notas solamente pueden ser creadas dentro de una libreta.","Creates a new to-do.":"Crea una nueva lista de tareas.","Moves the notes matching to [notebook].":"Mueve las notas que coincidan con a la [libreta].","Renames the given (note or notebook) to .":"Renombra el elemento dado (nota o libreta) a .","Deletes the given notebook.":"Elimina la libreta dada.","Deletes the notebook without asking for confirmation.":"Elimina una libreta sin pedir confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"¿Desea eliminar la libreta? Todas las notas y sublibretas dentro de esta libreta también serán eliminadas.","Deletes the notes matching .":"Elimina las notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina las notas sin pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden con el patrón. ¿Eliminarlas?","Delete note?":"¿Eliminar nota?","Searches for the given in all the notes.":"Buscar el patrón en todas las notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Asigna el valor [value] a la propiedad de la nota indicada . Propiedades disponibles:\n\n%s","Displays summary about the notes and notebooks.":"Muestra un resumen acerca de las notas y las libretas.","Synchronises with remote storage.":"Sincroniza con el almacenamiento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincroniza con el destino indicado (por defecto al valor de configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticación no completada (no se recibió token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir a Joplin sincronizar con Dropbox, por favor siga estos pasos:","Step 1: Open this URL in your browser to authorise the application:":"Paso 1: Abra esta dirección en su navegador para autorizar a la aplicación:","Step 2: Enter the code provided by Dropbox:":"Paso 2: Introduzca el código provisto por Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No autenticado con %s. Por favor provea las credenciales.","Synchronisation is already in progress.":"Sincronzación en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ya hay un archivo de bloqueo. Si está seguro de que no hay una sincronización en curso puede eliminar el archivo de bloqueo «%s» y reanudar la operación.","Synchronisation target: %s (%s)":"Destino de la sincronización: %s (%s)","Cannot initialize synchroniser.":"No se puede inicializar sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Por favor espere."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" puede ser \"toggle\" o \"clear\". Usa \"toggle\" para cambiar la tarea dada entre estado completado y sin completar. (Si el objetivo es una nota regular se convertirá en una tarea). Usa \"clear\" para convertir la tarea a una nota regular.","Marks a to-do as non-completed.":"Marca una tarea como no completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia una [libreta] - todas las demás operaciones se realizan en ésta libreta.","Displays version information":"Muestra información de la versión","%s %s (%s)":"%s %s (%s)","Enum":"Enumeración","Type: %s.":"Tipo: %s.","Possible values: %s.":"Posibles valores: %s.","Default: %s":"Por defecto: %s","Possible keys/values:":"Claves/valores posbiles:","Type `joplin help` for usage information.":"Escriba `joplin help` para mostrar información de uso.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"La aplicación ha sido autorizada - ahora puede cerrar esta pestaña de su navegador.","The application has been successfully authorised.":"La aplicacion ha sido autorizada éxitosamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra la siguiente URL en su navegador para autenticar la aplicación. La aplicación creará un directorio en «Apps/Joplin» y solo leerá y escribirá archivos en ese directorio. No tendrá acceso a ningún archivo fuera de ese directorio ni a ningún otro archivo personal. No se compartirá información con terceros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenido a Joplin.\n\nEscriba «:help shortcuts» para obtener una lista con los atajos de teclado, o simplemente «:help» para información general.\n\nPor ejemplo, para crear una libreta escriba «mb», para crear una nota escriba «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o más elementos están cifrados y debe proporcionar la contraseña maestra. Para hacerlo por favor escriba `e2ee decrypt`. Si ya ha proporcionado la contraseña, los elementos están siendo descifrados en segundo plano y estarán disponibles en breve.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando el formato de \"%s\" a \"%s\". Por favor espere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando el formato de \"%s\" a \"%s\". Por favor espere...","PDF File":"Archivo PDF","File":"Archivo","New note":"Nueva nota","New to-do":"Nueva lista de tareas","New notebook":"Nueva libreta","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Oculta %s","Quit":"Salir","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"Negrita","Italic":"Cursiva","Insert Date Time":"Introduce fecha","Edit in external editor":"Editar con un editor externo","Search in all the notes":"Buscar en todas las notas","Search in current note":"Search in current note","View":"Ver","Toggle sidebar":"Cambia la barra lateral","Toggle editor layout":"Cambia el diseño del editor","Tools":"Herramientas","Synchronisation status":"Estado de la sincronización","Web clipper options":"Opciones de recorte web","Encryption options":"Opciones de cifrado","General Options":"Opciones generales","Help":"Ayuda","Website and documentation":"Sitio web y documentación","Make a donation":"Hacer una donación","Check for updates...":"Comprobar actualizaciones...","About Joplin":"Acerca de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Salir","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"La versión actual está actualizada.","%s (pre-release)":"","An update is available, do you want to download it now?":"Hay disponible una actualización. ¿Quiere descargarla ahora?","Your version: v%s":"","New version: v%s":"","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servicio de recorte web está habilitado y configurado para que inicie automáticamente.","Status: Started on port %d":"Estado: Iniciado en el puerto %d","Status: %s":"Estado: %s","Disable Web Clipper Service":"Deshabilitar el servicio de recorte web","The web clipper service is not enabled.":"El servicio de recorte web no está habilitado.","Enable Web Clipper Service":"Habilitar el servicio de recorte web","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El recorte web de Joplin permite guardar páginas web y capturas de pantalla desde su navegador.","In order to use the web clipper, you need to do the following:":"Para utilizar el recorte web, necesita hacer lo siguiente:","Step 1: Enable the clipper service":"Paso 1: Habilitar el servicio de recorte","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este servicio permite a la extensión del navegador comunicarse con Joplin. Cuando la habilite su cortafuegos puede solicitar permisos para que Joplin escuche en un puerto concreto.","Step 2: Install the extension":"Paso 2: Instalar la extensión","Download and install the relevant extension for your browser:":"Descargar e instalar para su navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Apply":"Aplicar","Submit":"Aceptar","Save":"Guardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deshabilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán descifrados al destino. ¿Desea continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán cifrados al destino. No pierda la contraseña, por cuestiones de seguridad, ¡es la *única* forma de descifrar los datos! Para habilitar el cifrado, por favor introduzca su contraseña más abajo.","Disable encryption":"Deshabilitar cifrado","Enable encryption":"Habilitar cifrado","Master Keys":"Clave maestra","Active":"Activo","ID":"ID","Source":"Origen","Created":"Creado","Updated":"Actualizado","Password":"Contraseña","Password OK":"Contraseña OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: Solo una clave maestra va a ser utilizar para el cifrado (la marcada como \"activa\"). Cualquiera de las claves puede ser utilizada para descifrar, dependiendo de como fueron cifradas originalmente las notas o las libretas.","Missing Master Keys":"No se encuentra la clave maestra","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"La clave maestra con estos ID son utilizadas para descifrar algunos de tus elementos, pero la apliación no tiene acceso a ellas. Serán descargadas a través de la sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para más información acerca del cifrado extremo a extremo (E2EE) y advertencias de como habilitarlo por favor revise la documentación:","Status":"Estado","Encryption is:":"El cifrado está:","Back":"Atrás","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Se creará la nueva libreta «%s» y se importará en ella el archivo «%s»","Please create a notebook first.":"Por favor cree una libreta primero.","Please create a notebook first":"Por favor cree una libreta primero","Notebook title:":"Título de libreta:","Add or remove tags:":"Agregar o borrar etiquetas: ","Separate each tag by a comma.":"Separar cada etiqueta por una coma.","Rename notebook:":"Renombrar libreta:","Rename tag:":"Renombrar etiqueta:","Set alarm:":"Ajustar alarma:","Layout":"Diseño","Search...":"Buscar...","Some items cannot be synchronised.":"No se han podido sincronizar algunos de los elementos.","View them now":"Verlos ahora","Some items cannot be decrypted.":"No se han podido descifrar algunos elementos.","Set the password":"Establecer la contraseña","Add or remove tags":"Añadir o borrar etiquetas","Duplicate":"Duplicado","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiar el enlace de Markdown","Delete":"Eliminar","Delete notes?":"¿Desea eliminar notas?","No notes in here. Create one by clicking on \"New note\".":"No hay ninguna nota. Cree una pulsando «Nota nueva».","There is currently no notebook. Create one by clicking on \"New notebook\".":"No hay ninguna libreta. Cree una pulsando en «Libreta nueva».","Location":"","URL":"","Note properties":"","Open...":"Abrir...","This file could not be opened: %s":"No se ha podido abrir este archivo: %s","Save as...":"Guardar como...","Copy path to clipboard":"Copiar la ruta en el portapapeles","Copy Link Address":"Copiar enlace","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Enlace o mensaje no soportado: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota no tiene contenido. Pulse en \"%s\" para cambiar al editor y editar la nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"texto destacado","emphasized text":"texto resaltado","List item":"Listar elementos","Insert Hyperlink":"Insertar hipervínculo","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","In: %s":"En: %s","Hyperlink":"Hipervínculo","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","Checkbox":"Casilla","Heading":"Título","Horizontal Rule":"Regla horizontal","Click to stop external editing":"Pulsa para detener la edición externa","Watching...":"Mirando...","to-do":"lista de tareas","note":"nota","Creating new %s...":"Creando nuevo %s...","Refresh":"Refrescar","Clear":"Limpiar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"Inicio de sesión de Dropbox","Options":"Opciones","Synchronisation Status":"Estado de la sincronización","Encryption Options":"Opciones de cifrado","Clipper Options":"Opciones de recorte","Remove this tag from all the notes?":"¿Desea eliminar esta etiqueta de todas las notas?","Remove this search from the sidebar?":"¿Desea eliminar esta búsqueda de la barra lateral?","Rename":"Renombrar","Synchronise":"Sincronizar","Notebooks":"Libretas","Decrypting items: %d/%d":"Descifrando elementos: %d/%d.","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione a dónde se debería exportar el estado de sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Etiqueta desconocida: %s","Dropbox":"Dropbox","File system":"Sistema de archivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Solo para pruebas)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de log desconocido: %s","Unknown level ID: %s":"ID de nivel desconocido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No se ha podido actualizar token: faltan datos de autenticación. Reiniciar la sincronización podría solucionar el problema.","Untitled":"Sin título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No se ha podido sincronizar con OneDrive.\n\nEste error suele ocurrir al utilizar OneDrive for Business. Este producto no está soportado.\n\nPodría considerar utilizar una cuenta Personal de OneDrive.","Cannot access %s":"No se ha podido acceder a %s","Created local items: %d.":"Elementos locales creados: %d.","Updated local items: %d.":"Elementos locales actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locales borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtenidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último error: %s","Idle":"Espera","In progress":"En progreso","Synchronisation is already in progress. State: %s":"La sincronización ya está en progreso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Los elementos cifrados no pueden ser modificados","Conflicts":"Conflictos","Cannot move notebook to this location":"No se puede mover la libreta a este lugar","Notebooks cannot be named \"%s\", which is a reserved title.":"No se puede usar el nombre «%s» para una libreta; es un título reservado.","title":"título","updated date":"fecha de actualización","created date":"fecha de creación","This note does not have geolocation information.":"Esta nota no tiene informacion de geolocalización.","Cannot copy note to \"%s\" notebook":"No se ha podido copiar la nota a la libreta «%s»","Cannot move note to \"%s\" notebook":"No se ha podido mover la nota a la libreta «%s»","Language":"Idioma","Date format":"Formato de fecha","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Oscuro","Uncompleted to-dos on top":"Mostrar tareas incompletas al inicio de las listas","Show completed to-dos":"Mostrar tareas completadas","Sort notes by":"Ordenar notas por","Reverse sort order":"Invierte el orden","Save geo-location with notes":"Guardar geolocalización en las notas","When creating a new to-do:":"Al crear una nueva lista de tareas:","Focus title":"Foco en el título","Focus body":"Foco en el cuerpo","When creating a new note:":"Cuando se crear una nota nueva:","Show tray icon":"Mostrar icono en la bandeja","Note: Does not work in all desktop environments.":"Nota: No funciona en todos los entornos de escritorio.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","Editor font size":"Editor font size","Editor font family":"Fuente del editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Esta debe ser una fuente *monoespaciada* o no funcionará correctamente. Si la fuente es incorrecta o vacía, se configurará una fuente monoespaciada genérica.","Automatically update the application":"Actualizar la aplicación automáticamente","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El comando del editor (puede incluir argumentos) que se utilizará para abrir una nota. Si no se provee ninguno se intentará auto detectar el editor por defecto.","Show advanced options":"Mostrar opciones avanzadas","Synchronisation target":"Destino de sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"El destino de la sincronización. Cada destino de la sincronización puede tener parámetros adicionales los cuales son llamados como `sync.NUM.NAME` (todos abajo documentados).","Directory to synchronise with (absolute path)":"Directorio con el que sincronizarse (ruta completa)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"La ruta a la que sincronizar cuando se activa la sincronización con sistema de archivos. Vea «sync.target».","Nextcloud WebDAV URL":"Servidor WebDAV de Nextcloud","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contraseña de Nextcloud","WebDAV URL":"Servidor WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contraseña de WebDAV","Custom TLS certificates":"Certificados TLS personalizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de rutas de los directorios de dónde cargar los certificados separados por comas, o la ruta individual de los certificados. Por ejemplo: /mi/cert_dir, /otro/personalizado.pem. Tenga en cuenta que si realiza cambios en la configuración de los certificados debe guardar los cambios antes de pulsar en \"Comprobar la configuración de sincronización\".","Ignore TLS certificate errors":"Ignorar errores en certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Archivo de exportación de Joplin","Markdown":"Markdown","Joplin Export Directory":"Directorio para exportar de Joplin","Evernote Export File":"Archivo exportado de Evernote","Json Export Directory":"Json Export Directory","Directory":"Directorio","Cannot load \"%s\" module for format \"%s\"":"No se puede cargar el módulo \"%s\" para el formato \"%s\"","Please specify import format for %s":"Por favor especifique el formato para importar de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"El elemento se encuentra cifrado: %s \"%s\". Por favor espere a que todos los elementos estén descifrados y pruebe de nuevo.","There is no data to export.":"No hay datos para exportar.","Please specify the notebook where the notes should be imported to.":"Por favor especifique la libreta donde las notas deben ser importadas.","Items that cannot be synchronised":"Elementos que no se pueden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estos elementos se mantendrán en el dispositivo pero no serán enviados al destino de sincronización. Para encontrar dichos elementos busca en el título o en el ID (el cual se muestra arriba entre corchetes).","Sync status (synced items / total items)":"Estado de sincronización (elementos sincronizados/elementos totales)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictos: %d","To delete: %d":"Borrar: %d","Folders":"Carpetas","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"No hay notas. Cree una pulsando en el botón (+).","Delete these notes?":"¿Desea borrar estas notas?","Log":"Log","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover a la libreta...","Move %d notes to notebook \"%s\"?":"¿Desea mover %d notas a libreta «%s»?","Press to set the decryption password.":"Presione para establecer la contraseña de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Establecer alarma","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuevas etiquetas:","Type new tags or select from list":"Escriba nuevas etiquetas o seleccionelas de la lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar correctamente, la aplicación necesita los siguientes permisos. Por favor habilitelos en su teléfono, en Aplicaciones > Joplin > Permisos","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Almacenamiento: Permite adjuntar archivos a las notas y habilitar la sincronización del sistema de ficheros.","- Camera: to allow taking a picture and attaching it to a note.":"- Cámara: permite tomar fotografías y adjuntarlas en una nota.","- Location: to allow attaching geo-location information to a note.":"- Localización: permite adjuntar la información de geolocalización en la nota.","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Acceder con Dropbox","Enter code here":"Enter code here","Master Key %s":"Clave maestra %s","Created: %s":"Creado: %s","Password:":"Contraseña:","Password cannot be empty":"La contraseña no puede estar vacía","Enable":"Habilitado","The notebook could not be saved: %s":"No se ha podido guardar esta libreta: %s","Edit notebook":"Editar libreta","Show all":"Mostrar todo","Errors only":"Solo errores","This note has been modified:":"Esta nota ha sido modificada:","Save changes":"Guardar cambios","Discard changes":"Descartar cambios","No item with ID %s":"No hay elementos con el ID %s","The Joplin mobile app does not currently support this type of link: %s":"La aplicación móvil de Joplin no soporta actualmente este tipo de enlace: %s","Unsupported image type: %s":"Tipo de imagen no soportado: %s","Take photo":"Take photo","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"Compartir","Convert to note":"Convertir a nota","Convert to todo":"Convertir a lista de tareas","Hide metadata":"Ocultar metadatos","Show metadata":"Mostrar metadatos","View on map":"Ver en un mapa","Go to source URL":"","Delete notebook":"Borrar libreta","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Pulse en el botón (+) para crear una nueva nota o libreta. Pulse en el menú lateral para acceder a las libretas existentes.","You currently have no notebook. Create one by clicking on (+) button.":"No hay ninguna libreta. Cree una nueva libreta pulsando en el botón (+).","Welcome":"Bienvenido"} \ No newline at end of file diff --git a/ElectronClient/app/locales/eu.json b/ElectronClient/app/locales/eu.json index 4a8449cfd..129002e6e 100644 --- a/ElectronClient/app/locales/eu.json +++ b/ElectronClient/app/locales/eu.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Etiketa ezabatzeko, kendu etiketa duten oharrei","Please select the note or notebook to be deleted first.":"Aurretik aukeratu ezabatzeko oharra edo koadernoa, mesedez.","Press Ctrl+D or type \"exit\" to exit the application":"Sakatu Ktrl+D edo idatzi \"exit\" aplikaziotik irteteko","More than one item match \"%s\". Please narrow down your query.":"Elementu bat baino gehiago bat dator \"%s\" bilaketarekin. Mugatu zure bilaketa, mesedez.","No notebook selected.":"Ez dago koadernorik aukeratuta","No notebook has been specified.":"Ez dago koadernorik aukeratuta.","Y":"B","n":"e","N":"E","y":"b","Cancelling background synchronisation... Please wait.":"Atzeko sinkronizazioa uzten... Mesedez itxaron.","No such command: %s":"Ez dago komandorik: %s","The command \"%s\" is only available in GUI mode":"\"%s\" komandoa soilik eskuragarri GUI moduan","Cannot change encrypted item":"Ezinezkoa zifratutako itema aldatzea","Missing required argument: %s":"Beharrezko argumentua faltan: %s","%s: %s":"%s: %s","Your choice: ":"Zure aukera:","Invalid answer: %s":"Erantzun baliogabea: %s","Attaches the given file to the note.":"Erantsi fitxategia notan","Cannot find \"%s\".":"Ezin aurkitu \"%s\"","Displays the given note.":"Oharra erakutsi","Displays the complete information about note.":"Erakutsi oharrari buruzko informazio guztia.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Konfigurazio balioa hartu edo ezartzen du. Baldin eta [balioa] ez bada ematen, [izena]ren balioa erakutsiko du. Ez bada ematen [izena] ez [balioa], oraingo konfigurazioaren zerrenda erakutsiko da.","Also displays unset and hidden config variables.":"Ezkutuko edo zehaztu gabeko konfigurazio aldagaiak ere erakusten ditu.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"rekin bat datozen oharrak [koaderno]ra kopiatzen ditu. Koadernorik ez bada zehazten, oharra oraingo koadernoan bikoiztuko da","Marks a to-do as done.":"Markatu zeregina egindakotzat.","Note is not a to-do: \"%s\"":"Oharra ez da zeregina: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEren konfigurazioa erabiltzen du. Komandoak dira `enable`, `disable`, `decrypt`, `status` eta `target-status`.","Enter master password:":"Sartu pasahitz nagusia:","Operation cancelled":" Eragiketa utzita","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Deszifratzearen hasiera... Mesedez itxaron, prozesua luzea izan daiteke, zenbat dagoen prozesatzeko.","Completed decryption.":"Deszifratuta.","Enabled":"Gaituta","Disabled":"Desgaituta","Encryption is: %s":"Zifratzea da: %s","Edit note.":"Oharra editatu.","No text editor is defined. Please set it using `config editor `":"Testu editorerik ez dago definituta. Egin hau erabilita, mesedez: `config editor `","No active notebook.":"Ez dago koadernorik aukeratuta.","Note does not exist: \"%s\". Create it?":"Ez dago oharrik: \"%s\". Sortu?","Starting to edit note. Close the editor to get back to the prompt.":"Oharra editatzearen hasiera. Itxi editorea prompt-era bueltatzeko.","Error opening note in editor: %s":"Errorea editorean oharra zabaltzean: %s","Note has been saved.":"Oharra gorde da.","Exits the application.":"Irten aplikaziotik.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Esportatu emandako oharra soilik.","Exports only the given notebook.":"Esportatu emandako koadernoa soilik.","Displays a geolocation URL for the note.":"Erakutsi URL geolokalizazioa oharrean.","Displays usage information.":"Erakutsi erabilera datuak.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"CLI moduan ez dago lasterbiderik erabilgarri.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Idatzi `help [command]` komandoari buruzko informazio gehiagorako; edo idatzi `help all` erabilerari buruzko informazio osoa lortzeko.","The possible commands are:":"Litezkeen komandoak hauek dira:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Edozein komandotan, oharra edo koadernoari erreferentzia egin ahal zaio izenburuz edo ID erabilita, edo `$n` edo `$b` lasterbideak erabilita, aukeratuta dagoen oharra edo koadernoa erabiltzeko. `$c` ere erabil daiteke aukeratutako elementua erabiltzeko.","To move from one pane to another, press Tab or Shift+Tab.":"Panel batetik bestera mugitzeko, sakatu Tab edo Shifft + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Erabili geziak edo page up/down list eta testu guneen artean aldatzeko (kontsola hau ere kontuan izanda).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Komando lerroa sartzeko, idatzi \":\"","To exit command line mode, press ESCAPE":"Komando lerrotik irteteko, sakatu ESC, mesedez","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ez galdetu berresteko.","Found: %d.":"Aurkitua: %d","Created: %d.":"Sortuta: %d.","Updated: %d.":"Eguneratuta: %d.","Skipped: %d.":"Saltatuta: %d.","Resources: %d.":"Baliabideak: %d.","Tagged: %d.":"Etiketatuta: %d.","Importing notes...":"Oharrak inportatzen...","The notes have been imported: %s":"Oharrak inportatu dira: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Oraingo koadernoko oharrak erakusten ditu. Erabili `ls /` koadernoen zerrenda erakusteko.","Displays only the first top notes.":"Erakusten ditu soilik gorengo oharrak.","Sorts the item by (eg. title, updated_time, created_time).":"Itemak antolatzen ditu arabera (esate baterako, izenburua, eguneratze_unea, sortze_unea).","Reverses the sorting order.":"Alderantziz antolatzen du.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zehaztutako item motak baino ez du erakusten. Izan daiteke `n` oharretarako, `t` zereginetarako, edo `nt` ohar eta zereginetarako (esate batrako, `-tt` zereginak erakutsiko ditu soilik, `-ttd` berriz zereginak eta oharrak.","Either \"text\" or \"json\"":"Either \"text\" or \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Zerrenda luzearen formatua erabili. Formatua hau da, ID, NOTE_COUNT (libururako), DATE, TODO_CHECKED (zereginetarako), TITLE","Please select a notebook first.":"Aurretik aukeratu formatua, mesedez.","Creates a new notebook.":"Koaderno berria sortzen du.","Creates a new note.":"Ohar berria sortzen du.","Notes can only be created within a notebook.":"Oharrak soilik sor daitezke koaderno baten barruan.","Creates a new to-do.":"Zeregin berria sortu.","Moves the notes matching to [notebook].":"Oharrak eramaten ditu bilatuta [notebook]era.","Renames the given (note or notebook) to .":"Ber izendatu emandako (oharra edo koadernoa) izen berriaz.","Deletes the given notebook.":"Ezabatu emandako koadernoak.","Deletes the notebook without asking for confirmation.":"Ezabatu koadernoak berrespenik gabe.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Ezabatu bat datozen oharrak: .","Deletes the notes without asking for confirmation.":"Ezabatu oharrak berrespenik eskatu gabe.","%d notes match this pattern. Delete them?":"%d oharrak bat datoz ereduarekin. Ezabatu nahi dituzu?","Delete note?":"Oharra ezabatu?","Searches for the given in all the notes.":"Emandako bilatzen du ohar guztietan.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Emandako ren ezaugarrian emandako [value] balioa ezartzen du. Litezkeen ezaugarriak dira:\n\n%s","Displays summary about the notes and notebooks.":"Oharren eta koadernoen laburpena erakusten du.","Synchronises with remote storage.":"Urruneko biltegiarekin sinkronizatzen du.","Sync to provided target (defaults to sync.target config value)":"Sync to provided target (defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Autentifikazioa ez da egin osorik (ez du token-ik hartu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Ez da autentifikatu %s -rekin. Eman galdutako kredentzialak.","Synchronisation is already in progress.":"Sinkronizazio prozesua dagoeneko abian da.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Giltzatzeko fitxategia dagoeneko eutsita dagoeneko. Baldin eta badakizu ez dena sinkronizaziorik egiten ari, ken dezakezu giltzatzeko fitxategia \"%s\"-n eta berrekin eragiketari.","Synchronisation target: %s (%s)":"Sinkronizazio helburua: %s (%s)","Cannot initialize synchroniser.":"Ezin has daiteke sinkronizazio prozesua.","Starting synchronisation...":"Sinkronizazioa hasten...","Downloading resources...":"","Cancelling... Please wait.":"Bertan behera uzten... itxaron, mesedez."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Komando baliogabea: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" erabil daiteke \"txandakatzeko\" edo \"garbitzeko\". Erabili \"txandakatu\", emandako zeregina txandakatzeko bete ala ez-betea txandaketzeko (helburua ohar arrunta bada, zeregin bihurtuko da. Erabili \"garbitu\" zeregina ohar arrunt bilakatzeko.","Marks a to-do as non-completed.":"Markatu zeregina betegabe moduan.","Switches to [notebook] - all further operations will happen within this notebook.":"Aldatu [koaderno]ra - hurrengo eragiketak koaderno horretan jazoko dira.","Displays version information":"Erakutsi bertsioko informazioa","%s %s (%s)":"%s %s (%s)","Enum":"Zenbakitu","Type: %s.":"Idatz: %s.","Possible values: %s.":"Litezkeen balioak: %s.","Default: %s":"Lehenetsia: %s","Possible keys/values:":"Litezkeen balioak:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Aio! Agur! :_( ","The application has been authorised - you may now close this browser tab.":"Aplikazioak baimena hartu du - Orain fitxa hau zarratu dezakezu.","The application has been successfully authorised.":"Aplikazioak baimena hartu du.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.","Search:":"Bilatu:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Ongi etorri Joplin-era!\n\nIdatz `:help shortcuts` lasterbideak ikusteko, edo soilik `:help`erabilerako informaziorako.\n\nEsate baterako, koadernoa sortzeko sakatu `mb`: oharra sortzeko sakatu `mn`","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Item bat edo gehiago orain zifratuta daude eta baliteke zuk pasahitz nagusia ordezkatu behar izatea. Horixe egiteko, mesedez, idatz `e2ee decrypt`. Dagoeneko pasahitza ordezkatua baduzu, itemak deszifratzen ari izango dira atzeko planoan eta laster izango dira eskuragarri.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Fitxategia","New note":"Ohar berria","New to-do":"Zeregin berria","New notebook":"Koaderno berria","Import":"Inportatu","Export":"Export","Print":"","Hide %s":"","Quit":"Irten","Edit":"Editatu","Copy":"Kopiatu","Cut":"Moztu","Paste":"Itsatsi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Bilatu ohar guztietan","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tresnak","Synchronisation status":"Sinkronizazioaren egoera","Web clipper options":"","Encryption options":"Zifratzeko aukerak","General Options":"Ezarpenak","Help":"Laguntza","Website and documentation":"Web orria eta dokumentazioa (en)","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Joplin-i buruz","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Utzi","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Apply":"","Submit":"","Save":"Gorde","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Zifratua desgaitzeak esan nahi du zure ohar eta eranskin *guztiak* berriro deszifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Segitu nahi duzu?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zifratua gaitzeak esan nahi du zure ohar eta eranskin *guztiak* zifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Ez galdu pasahitza, bera izango baita datuak deszifratzeko bide *bakarra*! Zifratua baimentzeko, mesedez, aurretik sartu zure pasahitza.","Disable encryption":"Zifratzea desgaitu","Enable encryption":"Zifratua gaitu","Master Keys":"Pasahitz nagusia","Active":"Aktibo","ID":"ID","Source":"Iturburua","Created":"Sortua","Updated":"Eguneratua","Password":"Pasahitza","Password OK":"Pasahitza ondo","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Egoera","Encryption is:":"Zifratua da:","Back":"Atzera","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" koaderno berria sortuko da eta \"%s\" Fitxategia inportatuko da bertara","Please create a notebook first.":"Aurretik sortu koadernoa, mesedez.","Please create a notebook first":"Aurretik sortu koadernoa, mesedez","Notebook title:":"Koadernoaren izenburua: ","Add or remove tags:":"Gehitu edo ezabatu etiketak:","Separate each tag by a comma.":"Banatu etiketak koma erabiliaz.","Rename notebook:":"Berrizendatu koadernoa:","Rename tag:":"Rename tag:","Set alarm:":"Ezarri alarma:","Layout":"Diseinua","Search...":"Search...","Some items cannot be synchronised.":"Zenbait item ezin dira sinkronizatu.","View them now":"Ikusi hori orain","Some items cannot be decrypted.":"Zenbait item ezin dira deszifratu.","Set the password":"Ezarri pasahitza","Add or remove tags":"Gehitu edo ezabatu etiketak","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Ezabatu","Delete notes?":"Oharrak ezabatu?","No notes in here. Create one by clicking on \"New note\".":"Hemen ez dago oharrik. Sortu bat \"Ohar berria\" sakatuta.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentuz ez dago koadernorik. Sortu bat \"Koaderno berria\" sakatuta.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Esteka edo mezu ez dago onartua: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Refresh","Clear":"Garbitu","OneDrive Login":"Logeatu OneDriven","Dropbox Login":"","Options":"Aukerak","Synchronisation Status":"Sinkronizazioaren egoera","Encryption Options":"Zifratzeko aukerak","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Kendu etiketa hori ohar guztietatik?","Remove this search from the sidebar?":"Kendu bilaketa hori ohar guztietatik?","Rename":"Berrizendatu","Synchronise":"Sinkronizatu","Notebooks":"Koadernoak","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Erabili: %s","Unknown flag: %s":"Marka ezezaguna: %s","Dropbox":"","File system":"Fitxategi sistema","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (aprobetarako soilik)","WebDAV":"WebDAV","Unknown log level: %s":"Egunkari maila ezezaguna: %s","Unknown level ID: %s":"IDa maila ezezaguna: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Tokena ezin eguneratu daiteke: egiaztatze-datuak desagertuta daude. Agian, berriro sinkronizatzeak arazoa konpon lezake.","Untitled":"Titulu gabekoa","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.","Cannot access %s":"Ezin atzituta %s","Created local items: %d.":"Item lokalak sortuta: %d.","Updated local items: %d.":"Item lokalak eguneratuta: %d.","Created remote items: %d.":"Urruneko itemak sortuta: %d.","Updated remote items: %d.":"Urruneko itemak eguneratuta: %d.","Deleted local items: %d.":"Item lokala ezabatuta: %d.","Deleted remote items: %d.":"Urruneko itemak ezabatuta: %d.","Fetched items: %d/%d.":"Itemak eskuratuta: %d%d.","Cancelling...":"Bertan behera uzten...","Completed: %s":"Osatuta: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizazioa hasita dago. Egoera: %s","Encrypted":"Zifratuta","Encrypted items cannot be modified":"Zifratutako itemak ezin aldatu daitezke","Conflicts":"Gatazkak","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ohar honek ez du geokokapen informaziorik.","Cannot copy note to \"%s\" notebook":"Ezin kopia daiteke oharra \"%s\" koadernora","Cannot move note to \"%s\" notebook":"Ezin eraman daiteke oharra \"%s\" koadernora","Language":"Hizkuntza","Date format":"Data-formatua","Time format":"Ordu formatua","Theme":"Gaia","Light":"Argia","Dark":"Iluna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Gore geokokapena oharrekin","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom percentage","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatikoki eguneratu aplikazioa","Synchronisation interval":"Sinkronizazio tartea","%d minutes":"%d minutuak","%d hour":"% ordua","%d hours":"% orduak","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Erakutsi aukera aurreratuak","Synchronisation target":"Sinkronizazio helbudua","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Sinkronizazio helburua. Sinkronizazio aukera bakoitzak izan ditzake parametro gehigarriak, horrela izendatuta `sync.NUM.NAME` (dena beherago dokumentatuta).","Directory to synchronise with (absolute path)":"Sinkronizatzeko direktorioa (bide-izena osorik)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sinkronizazio sistema gaituta dagoenerako bide-izena. Ikus `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Itemok ezin sinkronizatu","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Itemok gailuan geratuko dira baina ez dira sinkronizatuko. Horiek aurkitzeko bilaketak egin titulu edo goiko parentesien arteko IDaren arabera.","Sync status (synced items / total items)":"Sinkronizazio egoera (sinkronizatutako itemak/itemak guztira)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Denera: %d/%d","Conflicted: %d":"Gatazkatsua: %d","To delete: %d":"Ezabatzeko: %d","Folders":"Karpetak","%s: %d notes":"%s: %d oharrak","Coming alarms":"Hurrengo alarmak","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ez dago oharrik. Sortu bat (+) botoian klik eginaz.","Delete these notes?":"Oharrok ezabatu?","Log":"Egunkaria","Export Debug Report":"Esportatu arazketa txostena","Encryption Config":"Zifratze Ezarpenak","Configuration":"Konfigurazioa","Move to notebook...":"Mugitu ... koadernora","Move %d notes to notebook \"%s\"?":"Mugitu %d oharrak \"%s\" koadernora?","Press to set the decryption password.":"Sakatu deszifratze pasahitza ezartzeko.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Pasahitz Nagusia %s","Created: %s":"Sortuta: %s","Password:":"Pasahitza:","Password cannot be empty":"Pasahitza ezin utz daiteke hutsik","Enable":"Gaituta","The notebook could not be saved: %s":"Koadernoa ezin gorde daiteke: %s","Edit notebook":"Editatu koadernoa","Show all":"","Errors only":"","This note has been modified:":"Ohar hau mugitua izan da:","Save changes":"Gorde aldaketak","Discard changes":"Bertan behera utzi aldaketak","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Irudi formatua ez onartua: %s","Take photo":"Take photo","Attach photo":"Argazkia erantsi","Attach any file":"Erantsi fitxategiren bat","Share":"","Convert to note":"Oharra bihurtu","Convert to todo":"Zeregina bihurtu","Hide metadata":"Ezkutatu metadatuak","Show metadata":"Erakutsi metadatuak","View on map":"Ikusi mapan","Go to source URL":"","Delete notebook":"Ezabatu koadernoa","Login with OneDrive":"Login with OneDrive","Search":"Bilatu","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Sakatu (+) botoian ohar edo koaderno berria sortzeko. Klik alboko menuan dagoeneko badiren koadernoak.","You currently have no notebook. Create one by clicking on (+) button.":"Oraindik ez duzu koadernorik. Sortu bat (+) botoian sakatuta.","Welcome":"Ongi etorri!"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Etiketa ezabatzeko, kendu etiketa duten oharrei","Please select the note or notebook to be deleted first.":"Aurretik aukeratu ezabatzeko oharra edo koadernoa, mesedez.","Press Ctrl+D or type \"exit\" to exit the application":"Sakatu Ktrl+D edo idatzi \"exit\" aplikaziotik irteteko","More than one item match \"%s\". Please narrow down your query.":"Elementu bat baino gehiago bat dator \"%s\" bilaketarekin. Mugatu zure bilaketa, mesedez.","No notebook selected.":"Ez dago koadernorik aukeratuta","No notebook has been specified.":"Ez dago koadernorik aukeratuta.","Y":"B","n":"e","N":"E","y":"b","Cancelling background synchronisation... Please wait.":"Atzeko sinkronizazioa uzten... Mesedez itxaron.","No such command: %s":"Ez dago komandorik: %s","The command \"%s\" is only available in GUI mode":"\"%s\" komandoa soilik eskuragarri GUI moduan","Cannot change encrypted item":"Ezinezkoa zifratutako itema aldatzea","Missing required argument: %s":"Beharrezko argumentua faltan: %s","%s: %s":"%s: %s","Your choice: ":"Zure aukera:","Invalid answer: %s":"Erantzun baliogabea: %s","Attaches the given file to the note.":"Erantsi fitxategia notan","Cannot find \"%s\".":"Ezin aurkitu \"%s\"","Displays the given note.":"Oharra erakutsi","Displays the complete information about note.":"Erakutsi oharrari buruzko informazio guztia.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Konfigurazio balioa hartu edo ezartzen du. Baldin eta [balioa] ez bada ematen, [izena]ren balioa erakutsiko du. Ez bada ematen [izena] ez [balioa], oraingo konfigurazioaren zerrenda erakutsiko da.","Also displays unset and hidden config variables.":"Ezkutuko edo zehaztu gabeko konfigurazio aldagaiak ere erakusten ditu.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"rekin bat datozen oharrak [koaderno]ra kopiatzen ditu. Koadernorik ez bada zehazten, oharra oraingo koadernoan bikoiztuko da","Marks a to-do as done.":"Markatu zeregina egindakotzat.","Note is not a to-do: \"%s\"":"Oharra ez da zeregina: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEren konfigurazioa erabiltzen du. Komandoak dira `enable`, `disable`, `decrypt`, `status` eta `target-status`.","Enter master password:":"Sartu pasahitz nagusia:","Operation cancelled":" Eragiketa utzita","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Deszifratzearen hasiera... Mesedez itxaron, prozesua luzea izan daiteke, zenbat dagoen prozesatzeko.","Completed decryption.":"Deszifratuta.","Enabled":"Gaituta","Disabled":"Desgaituta","Encryption is: %s":"Zifratzea da: %s","Edit note.":"Oharra editatu.","No text editor is defined. Please set it using `config editor `":"Testu editorerik ez dago definituta. Egin hau erabilita, mesedez: `config editor `","No active notebook.":"Ez dago koadernorik aukeratuta.","Note does not exist: \"%s\". Create it?":"Ez dago oharrik: \"%s\". Sortu?","Starting to edit note. Close the editor to get back to the prompt.":"Oharra editatzearen hasiera. Itxi editorea prompt-era bueltatzeko.","Error opening note in editor: %s":"Errorea editorean oharra zabaltzean: %s","Note has been saved.":"Oharra gorde da.","Exits the application.":"Irten aplikaziotik.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Esportatu emandako oharra soilik.","Exports only the given notebook.":"Esportatu emandako koadernoa soilik.","Displays a geolocation URL for the note.":"Erakutsi URL geolokalizazioa oharrean.","Displays usage information.":"Erakutsi erabilera datuak.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"CLI moduan ez dago lasterbiderik erabilgarri.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Idatzi `help [command]` komandoari buruzko informazio gehiagorako; edo idatzi `help all` erabilerari buruzko informazio osoa lortzeko.","The possible commands are:":"Litezkeen komandoak hauek dira:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Edozein komandotan, oharra edo koadernoari erreferentzia egin ahal zaio izenburuz edo ID erabilita, edo `$n` edo `$b` lasterbideak erabilita, aukeratuta dagoen oharra edo koadernoa erabiltzeko. `$c` ere erabil daiteke aukeratutako elementua erabiltzeko.","To move from one pane to another, press Tab or Shift+Tab.":"Panel batetik bestera mugitzeko, sakatu Tab edo Shifft + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Erabili geziak edo page up/down list eta testu guneen artean aldatzeko (kontsola hau ere kontuan izanda).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Komando lerroa sartzeko, idatzi \":\"","To exit command line mode, press ESCAPE":"Komando lerrotik irteteko, sakatu ESC, mesedez","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ez galdetu berresteko.","Found: %d.":"Aurkitua: %d","Created: %d.":"Sortuta: %d.","Updated: %d.":"Eguneratuta: %d.","Skipped: %d.":"Saltatuta: %d.","Resources: %d.":"Baliabideak: %d.","Tagged: %d.":"Etiketatuta: %d.","Importing notes...":"Oharrak inportatzen...","The notes have been imported: %s":"Oharrak inportatu dira: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Oraingo koadernoko oharrak erakusten ditu. Erabili `ls /` koadernoen zerrenda erakusteko.","Displays only the first top notes.":"Erakusten ditu soilik gorengo oharrak.","Sorts the item by (eg. title, updated_time, created_time).":"Itemak antolatzen ditu arabera (esate baterako, izenburua, eguneratze_unea, sortze_unea).","Reverses the sorting order.":"Alderantziz antolatzen du.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zehaztutako item motak baino ez du erakusten. Izan daiteke `n` oharretarako, `t` zereginetarako, edo `nt` ohar eta zereginetarako (esate batrako, `-tt` zereginak erakutsiko ditu soilik, `-ttd` berriz zereginak eta oharrak.","Either \"text\" or \"json\"":"Either \"text\" or \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Zerrenda luzearen formatua erabili. Formatua hau da, ID, NOTE_COUNT (libururako), DATE, TODO_CHECKED (zereginetarako), TITLE","Please select a notebook first.":"Aurretik aukeratu formatua, mesedez.","Creates a new notebook.":"Koaderno berria sortzen du.","Creates a new note.":"Ohar berria sortzen du.","Notes can only be created within a notebook.":"Oharrak soilik sor daitezke koaderno baten barruan.","Creates a new to-do.":"Zeregin berria sortu.","Moves the notes matching to [notebook].":"Oharrak eramaten ditu bilatuta [notebook]era.","Renames the given (note or notebook) to .":"Ber izendatu emandako (oharra edo koadernoa) izen berriaz.","Deletes the given notebook.":"Ezabatu emandako koadernoak.","Deletes the notebook without asking for confirmation.":"Ezabatu koadernoak berrespenik gabe.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Ezabatu bat datozen oharrak: .","Deletes the notes without asking for confirmation.":"Ezabatu oharrak berrespenik eskatu gabe.","%d notes match this pattern. Delete them?":"%d oharrak bat datoz ereduarekin. Ezabatu nahi dituzu?","Delete note?":"Oharra ezabatu?","Searches for the given in all the notes.":"Emandako bilatzen du ohar guztietan.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Emandako ren ezaugarrian emandako [value] balioa ezartzen du. Litezkeen ezaugarriak dira:\n\n%s","Displays summary about the notes and notebooks.":"Oharren eta koadernoen laburpena erakusten du.","Synchronises with remote storage.":"Urruneko biltegiarekin sinkronizatzen du.","Sync to provided target (defaults to sync.target config value)":"Sync to provided target (defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Autentifikazioa ez da egin osorik (ez du token-ik hartu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Ez da autentifikatu %s -rekin. Eman galdutako kredentzialak.","Synchronisation is already in progress.":"Sinkronizazio prozesua dagoeneko abian da.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Giltzatzeko fitxategia dagoeneko eutsita dagoeneko. Baldin eta badakizu ez dena sinkronizaziorik egiten ari, ken dezakezu giltzatzeko fitxategia \"%s\"-n eta berrekin eragiketari.","Synchronisation target: %s (%s)":"Sinkronizazio helburua: %s (%s)","Cannot initialize synchroniser.":"Ezin has daiteke sinkronizazio prozesua.","Starting synchronisation...":"Sinkronizazioa hasten...","Downloading resources...":"","Cancelling... Please wait.":"Bertan behera uzten... itxaron, mesedez."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Komando baliogabea: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" erabil daiteke \"txandakatzeko\" edo \"garbitzeko\". Erabili \"txandakatu\", emandako zeregina txandakatzeko bete ala ez-betea txandaketzeko (helburua ohar arrunta bada, zeregin bihurtuko da. Erabili \"garbitu\" zeregina ohar arrunt bilakatzeko.","Marks a to-do as non-completed.":"Markatu zeregina betegabe moduan.","Switches to [notebook] - all further operations will happen within this notebook.":"Aldatu [koaderno]ra - hurrengo eragiketak koaderno horretan jazoko dira.","Displays version information":"Erakutsi bertsioko informazioa","%s %s (%s)":"%s %s (%s)","Enum":"Zenbakitu","Type: %s.":"Idatz: %s.","Possible values: %s.":"Litezkeen balioak: %s.","Default: %s":"Lehenetsia: %s","Possible keys/values:":"Litezkeen balioak:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Aio! Agur! :_( ","The application has been authorised - you may now close this browser tab.":"Aplikazioak baimena hartu du - Orain fitxa hau zarratu dezakezu.","The application has been successfully authorised.":"Aplikazioak baimena hartu du.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.","Search:":"Bilatu:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Ongi etorri Joplin-era!\n\nIdatz `:help shortcuts` lasterbideak ikusteko, edo soilik `:help`erabilerako informaziorako.\n\nEsate baterako, koadernoa sortzeko sakatu `mb`: oharra sortzeko sakatu `mn`","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Item bat edo gehiago orain zifratuta daude eta baliteke zuk pasahitz nagusia ordezkatu behar izatea. Horixe egiteko, mesedez, idatz `e2ee decrypt`. Dagoeneko pasahitza ordezkatua baduzu, itemak deszifratzen ari izango dira atzeko planoan eta laster izango dira eskuragarri.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Fitxategia","New note":"Ohar berria","New to-do":"Zeregin berria","New notebook":"Koaderno berria","Import":"Inportatu","Export":"Export","Print":"","Hide %s":"","Quit":"Irten","Edit":"Editatu","Copy":"Kopiatu","Cut":"Moztu","Paste":"Itsatsi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Bilatu ohar guztietan","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tresnak","Synchronisation status":"Sinkronizazioaren egoera","Web clipper options":"","Encryption options":"Zifratzeko aukerak","General Options":"Ezarpenak","Help":"Laguntza","Website and documentation":"Web orria eta dokumentazioa (en)","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Joplin-i buruz","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Utzi","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Apply":"","Submit":"","Save":"Gorde","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Zifratua desgaitzeak esan nahi du zure ohar eta eranskin *guztiak* berriro deszifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Segitu nahi duzu?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zifratua gaitzeak esan nahi du zure ohar eta eranskin *guztiak* zifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Ez galdu pasahitza, bera izango baita datuak deszifratzeko bide *bakarra*! Zifratua baimentzeko, mesedez, aurretik sartu zure pasahitza.","Disable encryption":"Zifratzea desgaitu","Enable encryption":"Zifratua gaitu","Master Keys":"Pasahitz nagusia","Active":"Aktibo","ID":"ID","Source":"Iturburua","Created":"Sortua","Updated":"Eguneratua","Password":"Pasahitza","Password OK":"Pasahitza ondo","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Egoera","Encryption is:":"Zifratua da:","Back":"Atzera","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" koaderno berria sortuko da eta \"%s\" Fitxategia inportatuko da bertara","Please create a notebook first.":"Aurretik sortu koadernoa, mesedez.","Please create a notebook first":"Aurretik sortu koadernoa, mesedez","Notebook title:":"Koadernoaren izenburua: ","Add or remove tags:":"Gehitu edo ezabatu etiketak:","Separate each tag by a comma.":"Banatu etiketak koma erabiliaz.","Rename notebook:":"Berrizendatu koadernoa:","Rename tag:":"Rename tag:","Set alarm:":"Ezarri alarma:","Layout":"Diseinua","Search...":"Search...","Some items cannot be synchronised.":"Zenbait item ezin dira sinkronizatu.","View them now":"Ikusi hori orain","Some items cannot be decrypted.":"Zenbait item ezin dira deszifratu.","Set the password":"Ezarri pasahitza","Add or remove tags":"Gehitu edo ezabatu etiketak","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Ezabatu","Delete notes?":"Oharrak ezabatu?","No notes in here. Create one by clicking on \"New note\".":"Hemen ez dago oharrik. Sortu bat \"Ohar berria\" sakatuta.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentuz ez dago koadernorik. Sortu bat \"Koaderno berria\" sakatuta.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Esteka edo mezu ez dago onartua: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Refresh","Clear":"Garbitu","OneDrive Login":"Logeatu OneDriven","Dropbox Login":"","Options":"Aukerak","Synchronisation Status":"Sinkronizazioaren egoera","Encryption Options":"Zifratzeko aukerak","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Kendu etiketa hori ohar guztietatik?","Remove this search from the sidebar?":"Kendu bilaketa hori ohar guztietatik?","Rename":"Berrizendatu","Synchronise":"Sinkronizatu","Notebooks":"Koadernoak","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Erabili: %s","Unknown flag: %s":"Marka ezezaguna: %s","Dropbox":"","File system":"Fitxategi sistema","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (aprobetarako soilik)","WebDAV":"WebDAV","Unknown log level: %s":"Egunkari maila ezezaguna: %s","Unknown level ID: %s":"IDa maila ezezaguna: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Tokena ezin eguneratu daiteke: egiaztatze-datuak desagertuta daude. Agian, berriro sinkronizatzeak arazoa konpon lezake.","Untitled":"Titulu gabekoa","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.","Cannot access %s":"Ezin atzituta %s","Created local items: %d.":"Item lokalak sortuta: %d.","Updated local items: %d.":"Item lokalak eguneratuta: %d.","Created remote items: %d.":"Urruneko itemak sortuta: %d.","Updated remote items: %d.":"Urruneko itemak eguneratuta: %d.","Deleted local items: %d.":"Item lokala ezabatuta: %d.","Deleted remote items: %d.":"Urruneko itemak ezabatuta: %d.","Fetched items: %d/%d.":"Itemak eskuratuta: %d%d.","Cancelling...":"Bertan behera uzten...","Completed: %s":"Osatuta: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizazioa hasita dago. Egoera: %s","Encrypted":"Zifratuta","Encrypted items cannot be modified":"Zifratutako itemak ezin aldatu daitezke","Conflicts":"Gatazkak","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ohar honek ez du geokokapen informaziorik.","Cannot copy note to \"%s\" notebook":"Ezin kopia daiteke oharra \"%s\" koadernora","Cannot move note to \"%s\" notebook":"Ezin eraman daiteke oharra \"%s\" koadernora","Language":"Hizkuntza","Date format":"Data-formatua","Time format":"Ordu formatua","Theme":"Gaia","Light":"Argia","Dark":"Iluna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Gore geokokapena oharrekin","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom percentage","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatikoki eguneratu aplikazioa","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Sinkronizazio tartea","%d minutes":"%d minutuak","%d hour":"% ordua","%d hours":"% orduak","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Erakutsi aukera aurreratuak","Synchronisation target":"Sinkronizazio helbudua","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Sinkronizazio helburua. Sinkronizazio aukera bakoitzak izan ditzake parametro gehigarriak, horrela izendatuta `sync.NUM.NAME` (dena beherago dokumentatuta).","Directory to synchronise with (absolute path)":"Sinkronizatzeko direktorioa (bide-izena osorik)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sinkronizazio sistema gaituta dagoenerako bide-izena. Ikus `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Itemok ezin sinkronizatu","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Itemok gailuan geratuko dira baina ez dira sinkronizatuko. Horiek aurkitzeko bilaketak egin titulu edo goiko parentesien arteko IDaren arabera.","Sync status (synced items / total items)":"Sinkronizazio egoera (sinkronizatutako itemak/itemak guztira)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Denera: %d/%d","Conflicted: %d":"Gatazkatsua: %d","To delete: %d":"Ezabatzeko: %d","Folders":"Karpetak","%s: %d notes":"%s: %d oharrak","Coming alarms":"Hurrengo alarmak","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ez dago oharrik. Sortu bat (+) botoian klik eginaz.","Delete these notes?":"Oharrok ezabatu?","Log":"Egunkaria","Export Debug Report":"Esportatu arazketa txostena","Encryption Config":"Zifratze Ezarpenak","Configuration":"Konfigurazioa","Move to notebook...":"Mugitu ... koadernora","Move %d notes to notebook \"%s\"?":"Mugitu %d oharrak \"%s\" koadernora?","Press to set the decryption password.":"Sakatu deszifratze pasahitza ezartzeko.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Pasahitz Nagusia %s","Created: %s":"Sortuta: %s","Password:":"Pasahitza:","Password cannot be empty":"Pasahitza ezin utz daiteke hutsik","Enable":"Gaituta","The notebook could not be saved: %s":"Koadernoa ezin gorde daiteke: %s","Edit notebook":"Editatu koadernoa","Show all":"","Errors only":"","This note has been modified:":"Ohar hau mugitua izan da:","Save changes":"Gorde aldaketak","Discard changes":"Bertan behera utzi aldaketak","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Irudi formatua ez onartua: %s","Take photo":"Take photo","Attach photo":"Argazkia erantsi","Attach any file":"Erantsi fitxategiren bat","Share":"","Convert to note":"Oharra bihurtu","Convert to todo":"Zeregina bihurtu","Hide metadata":"Ezkutatu metadatuak","Show metadata":"Erakutsi metadatuak","View on map":"Ikusi mapan","Go to source URL":"","Delete notebook":"Ezabatu koadernoa","Login with OneDrive":"Login with OneDrive","Search":"Bilatu","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Sakatu (+) botoian ohar edo koaderno berria sortzeko. Klik alboko menuan dagoeneko badiren koadernoak.","You currently have no notebook. Create one by clicking on (+) button.":"Oraindik ez duzu koadernorik. Sortu bat (+) botoian sakatuta.","Welcome":"Ongi etorri!"} \ No newline at end of file diff --git a/ElectronClient/app/locales/fr_FR.json b/ElectronClient/app/locales/fr_FR.json index d4882c30f..67e14cc39 100644 --- a/ElectronClient/app/locales/fr_FR.json +++ b/ElectronClient/app/locales/fr_FR.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Pour supprimer une vignette, enlever là des notes associées.","Please select the note or notebook to be deleted first.":"Veuillez d'abord sélectionner un carnet.","Press Ctrl+D or type \"exit\" to exit the application":"Appuyez sur Ctrl+D ou tapez \"exit\" pour sortir du logiciel","More than one item match \"%s\". Please narrow down your query.":"Plus d'un objet correspond à \"%s\". Veuillez préciser votre requête.","No notebook selected.":"Aucun carnet n'est sélectionné.","No notebook has been specified.":"Aucun carnet n'est spécifié.","Y":"O","n":"n","N":"N","y":"o","Cancelling background synchronisation... Please wait.":"Annulation de la synchronisation... Veuillez patienter.","No such command: %s":"Commande invalide : %s","The command \"%s\" is only available in GUI mode":"La commande \"%s\" est disponible uniquement en mode d'interface graphique","Cannot change encrypted item":"Un objet chiffré ne peut pas être modifié","Missing required argument: %s":"Paramètre requis manquant : %s","%s: %s":"%s : %s","Your choice: ":"Votre choix : ","Invalid answer: %s":"Réponse invalide : %s","Attaches the given file to the note.":"Joindre le fichier fourni à la note.","Cannot find \"%s\".":"Impossible de trouver \"%s\".","Displays the given note.":"Affiche la note.","Displays the complete information about note.":"Affiche tous les détails de la note.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas fournie, la valeur de [nom] sera affichée. Si ni le [nom] ni la [valeur] ne sont fournis, la configuration complète sera affichée.","Also displays unset and hidden config variables.":"Afficher également les variables cachées.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Copier les notes correspondant à vers [carnet]. Si aucun carnet n'est spécifié, la note est dupliquée sur place.","Marks a to-do as done.":"Marquer la tâche comme complétée.","Note is not a to-do: \"%s\"":"La note n'est pas une tâche : \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gérer la configuration E2EE (Chiffrement de bout à bout). Les commandes sont `enable`, `disable`, `decrypt` et `status` et `target-status`.","Enter master password:":"Entrer le mot de passe maître :","Operation cancelled":"Opération annulée","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Démarrage du déchiffrement... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à déchiffrer.","Completed decryption.":"Déchiffrement complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le chiffrement est : %s","Edit note.":"Éditer la note.","No text editor is defined. Please set it using `config editor `":"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la commande `config editor `","No active notebook.":"Aucun carnet actif.","Note does not exist: \"%s\". Create it?":"Cette note n'existe pas : \"%s\". La créer ?","Starting to edit note. Close the editor to get back to the prompt.":"Édition de la note en cours. Fermez l'éditeur de texte pour retourner à l'invite de commande.","Error opening note in editor: %s":"Erreur lors de l'ouverture de la note dans l'éditeur de texte : %s","Note has been saved.":"La note a été enregistrée.","Exits the application.":"Quitter le logiciel.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporter les données de Joplin. Par défaut, la base de donnée complète sera exportée, y compris les carnets, notes, tags et ressources.","Destination format: %s":"Format de la destination : %s","Exports only the given note.":"Exporter uniquement la note spécifiée.","Exports only the given notebook.":"Exporter uniquement le carnet spécifié.","Displays a geolocation URL for the note.":"Afficher l'URL de l'emplacement de la note.","Displays usage information.":"Affiche les informations d'utilisation.","For information on how to customise the shortcuts please visit %s":"Pour personnaliser les raccourcis veuillez consulter la documentation à %s","Shortcuts are not available in CLI mode.":"Les raccourcis ne sont pas disponible en mode de ligne de commande.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tapez `help [command]` pour plus d'information sur une commande ; ou tapez `help all` pour l'aide complète.","The possible commands are:":"Les commandes possibles sont :","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Dans une commande, une note ou carnet peut être référé par titre ou identifiant, ou en utilisant les raccourcis `$n` et `$b` pour, respectivement, la note sélectionnée et le carnet sélectionné. `$c` peut être utilisé pour faire référence à l'objet sélectionné en cours.","To move from one pane to another, press Tab or Shift+Tab.":"Pour aller d'un volet à l'autre, pressez Tab ou Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Utilisez les touches fléchées et page précédente/suivante pour faire défiler les listes et zones de texte (y compris cette console).","To maximise/minimise the console, press \"tc\".":"Pour maximiser ou minimiser la console, pressez \"tc\".","To enter command line mode, press \":\"":"Pour démarrer le mode ligne de commande, pressez \":\"","To exit command line mode, press ESCAPE":"Pour sortir du mode ligne de commande, pressez ECHAP","For the list of keyboard shortcuts and config options, type `help keymap`":"Pour la liste complète des raccourcis disponibles, tapez `help keymap`","Imports data into Joplin.":"Importer des données dans Joplin.","Source format: %s":"Format de la source : %s","Do not ask for confirmation.":"Ne pas demander de confirmation.","Found: %d.":"Trouvés : %d.","Created: %d.":"Créés : %d.","Updated: %d.":"Mis à jour : %d.","Skipped: %d.":"Ignorés : %d.","Resources: %d.":"Ressources : %d.","Tagged: %d.":"Étiquettes : %d.","Importing notes...":"Importation des notes...","The notes have been imported: %s":"Les notes ont été importées : %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des carnets.","Displays only the first top notes.":"Affiche uniquement les premières notes.","Sorts the item by (eg. title, updated_time, created_time).":"Trier les notes par (par exemple, title, updated_time, created_time).","Reverses the sorting order.":"Inverser l'ordre.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Affiche uniquement les notes du ou des types spécifiés. Le type peut-être `n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches).","Either \"text\" or \"json\"":"Soit \"text\" soit \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE","Please select a notebook first.":"Veuillez d'abord sélectionner un carnet.","Creates a new notebook.":"Créer un carnet.","Creates a new note.":"Créer une note.","Notes can only be created within a notebook.":"Les notes ne peuvent être créées que dans un carnet.","Creates a new to-do.":"Créer une nouvelle tâche.","Moves the notes matching to [notebook].":"Déplacer les notes correspondant à vers [notebook].","Renames the given (note or notebook) to .":"Renommer l'objet (note ou carnet) en .","Deletes the given notebook.":"Supprimer le carnet.","Deletes the notebook without asking for confirmation.":"Supprimer le carnet sans demander la confirmation.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Effacer le carnet ? Toutes les notes et sous-carnets dans ce carnet seront également effacés.","Deletes the notes matching .":"Supprimer les notes correspondants à .","Deletes the notes without asking for confirmation.":"Supprimer les notes sans demander la confirmation.","%d notes match this pattern. Delete them?":"%d notes correspondent à ce motif. Les supprimer ?","Delete note?":"Supprimer la note ?","Searches for the given in all the notes.":"Chercher le motif dans toutes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Assigner la valeur [value] à la propriété de la donnée. Les valeurs possibles sont :\n\n%s","Displays summary about the notes and notebooks.":"Afficher un résumé des notes et carnets.","Synchronises with remote storage.":"Synchroniser les notes et carnets.","Sync to provided target (defaults to sync.target config value)":"Synchroniser avec la cible donnée (par défaut, la valeur de configuration `sync.target`).","Authentication was not completed (did not receive an authentication token).":"Impossible d'autoriser le logiciel (jeton d'identification non-reçu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Pour permettre à Joplin de synchroniser avec Dropbox, veuillez suivre les étapes ci-dessous :","Step 1: Open this URL in your browser to authorise the application:":"Étape 1: Veuillez ouvrir cette URL dans votre navigateur internet pour autoriser le logiciel :","Step 2: Enter the code provided by Dropbox:":"Étape 2 : Entrez le code fourni par Dropbox :","Not authentified with %s. Please provide any missing credentials.":"Non-connecté à %s. Veuillez fournir les identifiants et mots de passe manquants.","Synchronisation is already in progress.":"La synchronisation est déjà en cours.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"La synchronisation est déjà en cours ou ne s'est pas interrompue correctement. Si vous savez qu'aucune autre synchronisation est en cours, vous pouvez supprimer le fichier \"%s\" pour reprendre l'opération.","Synchronisation target: %s (%s)":"Cible de la synchronisation : %s (%s)","Cannot initialize synchroniser.":"Impossible d'initialiser la synchronisation.","Starting synchronisation...":"Commencement de la synchronisation...","Downloading resources...":"Téléchargement des ressources...","Cancelling... Please wait.":"Annulation... Veuillez attendre."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" peut être \"add\", \"remove\" ou \"list\" pour assigner ou enlever l'étiquette [tag] de la [note], our pour lister les notes associées avec l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister les étiquettes (utilisez l'option -l pour les options complètes).","Invalid command: \"%s\"":"Commande invalide : \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"Gère le status des tâches. peut être \"toggle\" ou \"clear\". Utilisez \"toggle\" pour basculer la tâche entre le status terminé et non-terminé (Si la cible est une note, elle sera convertie en tâche). Utilisez \"clear\" pour convertir la tâche en note.","Marks a to-do as non-completed.":"Marquer une tâche comme non-complétée.","Switches to [notebook] - all further operations will happen within this notebook.":"Changer de carnet - toutes les opérations à venir se feront dans ce carnet.","Displays version information":"Affiche les informations de version","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type : %s.","Possible values: %s.":"Valeurs possibles : %s.","Default: %s":"Défaut : %s","Possible keys/values:":"Clefs/Valeurs possibles :","Type `joplin help` for usage information.":"Tapez `Joplin help` pour afficher l'aide.","Fatal error:":"Erreur fatale :","The application has been authorised - you may now close this browser tab.":"Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet.","The application has been successfully authorised.":"Le logiciel a été autorisé.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Veuillez ouvrir le lien ci-dessous dans votre navigateur pour authentifier le logiciel. Joplin va créer un répertoire \"Apps/Joplin\" et lire/écrira des fichiers uniquement dans ce répertoire. Le logiciel n'aura pas d'accès à aucun fichier en dehors de ce répertoire, ni à d'autres données personnelles. Aucune donnée ne sera partagé avec aucun tier.","Search:":"Recherche :","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenue dans Joplin!\n\nTapez `:help shortcuts` pour la liste des raccourcis claviers, ou simplement `:help` pour une vue d'ensemble.\n\nPar exemple, pour créer un carnet, pressez `mb` ; pour créer une note pressed `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Au moins un objet est actuellement chiffré et il se peut que vous deviez fournir votre mot de passe maître. Pour se faire, veuillez taper `e2ee decrypt`. Si vous avez déjà fourni ce mot de passe, les objets chiffrés vont être déchiffré en tâche de fond et seront disponible prochainement.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exporter vers \"%s\" au format \"%s\". Veuillez patienter...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importer depuis \"%s\" au format \"%s\". Veuillez patienter...","PDF File":"Fichier PDF","File":"Fichier","New note":"Nouvelle note","New to-do":"Nouvelle tâche","New notebook":"Nouveau carnet","Import":"Importer","Export":"Exporter","Print":"Imprimer","Hide %s":"Cacher %s","Quit":"Quitter","Edit":"Édition","Copy":"Copier","Cut":"Couper","Paste":"Coller","Select all":"Sélectionner tout","Bold":"Gras","Italic":"Italique","Insert Date Time":"Insérer la date et l'heure","Edit in external editor":"Ouvrir dans un éditeur externe","Search in all the notes":"Chercher dans toutes les notes","Search in current note":"Chercher dans la note en cours","View":"Affichage","Toggle sidebar":"Basculer barre latérale","Toggle editor layout":"Basculer l'agencement de l'éditeur","Tools":"Outils","Synchronisation status":"État de la synchronisation","Web clipper options":"Options du Web Clipper","Encryption options":"Options de chiffrement","General Options":"Options générales","Help":"Aide","Website and documentation":"Documentation en ligne","Make a donation":"Faire un don","Check for updates...":"Vérifier les mises à jour...","About Joplin":"A propos de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Ouvrir %s","Exit":"Quitter","OK":"OK","Cancel":"Annuler","Current version is up-to-date.":"La version actuelle est à jour.","An update is available, do you want to download it now?":"Une mise à jour est disponible, souhaitez vous la télécharger maintenant ?","Yes":"Oui","No":"Non","Token has been copied to the clipboard!":"Le code d'authentification a été copié dans le presse-papiers !","The web clipper service is enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Démarré sur le port %d","Status: %s":"État : %s","Disable Web Clipper Service":"Désactiver le service du Web Clipper","The web clipper service is not enabled.":"Le service du Web Clipper n'est pas activé.","Enable Web Clipper Service":"Activer le service du Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Le Web Clipper permet d'enregistrer des pages web et des captures d'écran depuis votre navigateur vers Joplin.","In order to use the web clipper, you need to do the following:":"Pour utiliser le Web Clipper, veuillez suivre ces instructions :","Step 1: Enable the clipper service":"Étape 1 : Activez le service du Web Clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Le service permet au module complémentaire de communiquer avec Joplin. Lorsque vous aller l'activer, il se pourrait que votre pare feu vous demande d'autoriser l'application Joplin.","Step 2: Install the extension":"Étape 2 : Installez le module complémentaire","Download and install the relevant extension for your browser:":"Téléchargez et installez le module complémentaire correspondant à votre navigateur :","Advanced options":"Options avancées","Authorisation token:":"Code d'authentification :","Copy token":"Copier le code","This authorisation token is only needed to allow third-party applications to access Joplin.":"Ce code d'authentification est nécessaire uniquement pour permettre aux logiciels tiers d'accéder aux données de Joplin.","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Apply":"Appliquer","Submit":"Envoyer","Save":"Enregistrer","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Désactiver le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés déchiffrés sur la cible de la synchronisation. Souhaitez vous continuer ?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Activer le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés chiffrés vers la cible de la synchronisation. Ne perdez pas votre mot de passe car, pour des raisons de sécurité, ce sera la *seule* façon de déchiffrer les données ! Pour activer le chiffrement, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le chiffrement","Enable encryption":"Activer le chiffrement","Master Keys":"Clefs maître","Active":"Actif","ID":"ID","Source":"Source","Created":"Créé","Updated":"Mis à jour","Password":"Mot de passe","Password OK":"Mot de passe OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note : seule une clef maître va être utilisée pour le chiffrement (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le déchiffrement, selon la façon dont les notes ou carnets étaient chiffrés à l'origine.","Missing Master Keys":"Clefs maître manquantes","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les clefs maître avec ces identifiants sont utilisées pour chiffrer certains de vos objets, cependant le logiciel n'y a pour l'instant pas accès. Il est probable qu'elle vont être prochainement disponible via la synchronisation.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Pour plus d'informations sur le chiffrement de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le chiffrement est :","Back":"Retour","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être importé dedans","Please create a notebook first.":"Veuillez d'abord sélectionner un carnet.","Please create a notebook first":"Veuillez d'abord créer un carnet d'abord","Notebook title:":"Titre du carnet :","Add or remove tags:":"Modifier les étiquettes :","Separate each tag by a comma.":"Séparez chaque étiquette par une virgule.","Rename notebook:":"Renommer le carnet :","Rename tag:":"Renommer étiquette :","Set alarm:":"Régler alarme :","Layout":"Disposition","Search...":"Chercher...","Some items cannot be synchronised.":"Certains objets ne peuvent être synchronisés.","View them now":"Les voir maintenant","Some items cannot be decrypted.":"Certains objets ne peuvent être déchiffrés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Duplicate":"Dupliquer","%s - Copy":"%s - Copie","Switch between note and to-do type":"Alterner entre note et tâche","Switch to note type":"Convertir en note","Switch to to-do type":"Convertir en tâche","Copy Markdown link":"Copier lien Markdown","Delete":"Supprimer","Delete notes?":"Supprimer les notes ?","No notes in here. Create one by clicking on \"New note\".":"Pas de notes ici. Créez-en une en pressant le bouton \"Nouvelle note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Il n'y a pour l'instant aucun carnet. Créez-en un en cliquant sur \"Nouveau carnet\".","Location":"Lieu","URL":"URL","Note properties":"Propriétés de la note","Open...":"Ouvrir...","This file could not be opened: %s":"Ce fichier n'a pas pu être ouvert : %s","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","Copy Link Address":"Copier l'adresse du lien","This attachment is not downloaded or not decrypted yet.":"Cette pièce jointe n'est pas téléchargée ou pas encore déchiffrée","Unsupported link or message: %s":"Lien ou message non géré : %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Cette note n'a pas de contenu. Cliquer sur \"%s\" pour basculer vers l'éditeur et éditer cette note.","strong text":"texte en gras","emphasized text":"texte en italique","List item":"Élément de liste","Insert Hyperlink":"Insérer lien","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","In: %s":"Dans : %s","Hyperlink":"Lien","Code":"Code","Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","Checkbox":"Case à cocher","Heading":"Titre","Horizontal Rule":"Règle horizontale","Click to stop external editing":"Cliquez pour arrêter l'édition externe","Watching...":"En cours...","to-do":"tâche","note":"note","Creating new %s...":"Création de %s...","Refresh":"Rafraîchir","Clear":"Supprimer","OneDrive Login":"Connexion OneDrive","Dropbox Login":"Connection à Dropbox","Options":"Options","Synchronisation Status":"État de la synchronisation","Encryption Options":"Options de chiffrement","Clipper Options":"Options du Web Clipper","Remove this tag from all the notes?":"Enlever cette étiquette de toutes les notes ?","Remove this search from the sidebar?":"Enlever cette recherche de la barre latérale ?","Rename":"Renommer","Synchronise":"Synchroniser","Notebooks":"Carnets","Decrypting items: %d/%d":"Déchiffrement des objets : %d/%d","Fetching resources: %d":"Tél. ressources : %d","Please select where the sync status should be exported to":"Veuillez sélectionner un répertoire ou exporter l'état de la synchronisation","Usage: %s":"Utilisation : %s","Unknown flag: %s":"Paramètre inconnu : %s","Dropbox":"Dropbox","File system":"Système de fichier","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dév (Pour tester uniquement)","WebDAV":"WebDAV","Unknown log level: %s":"Paramètre inconnu : %s","Unknown level ID: %s":"Paramètre inconnu : %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Impossible de rafraîchir la connexion à OneDrive. Démarrez la synchronisation à nouveau pour corriger le problème.","Untitled":"Sans titre","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossible de synchroniser avec OneDrive.\n\nCette erreur se produit lors de l'utilisation de OneDrive for Business, qui malheureusement n'est pas compatible.\n\nVeuillez utiliser à la place un compte OneDrive normal.","Cannot access %s":"Impossible d'accéder à %s","Created local items: %d.":"Objets créés localement : %d.","Updated local items: %d.":"Objets mis à jour localement : %d.","Created remote items: %d.":"Objets distants créés : %d.","Updated remote items: %d.":"Objets distants mis à jour : %d.","Deleted local items: %d.":"Objets supprimés localement : %d.","Deleted remote items: %d.":"Objets distants supprimés : %d.","Fetched items: %d/%d.":"Téléchargés : %d/%d.","Cancelling...":"Annulation...","Completed: %s":"Terminé : %s","Last error: %s":"Dernière erreur : %s","Idle":"Arrêté","In progress":"En cours","Synchronisation is already in progress. State: %s":"La synchronisation est déjà en cours. État : %s","Encrypted":"Chiffré","Encrypted items cannot be modified":"Les objets chiffrés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet à cet endroit","Notebooks cannot be named \"%s\", which is a reserved title.":"Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé.","title":"titre","updated date":"date de modification","created date":"date de création","This note does not have geolocation information.":"Cette note n'a pas d'information d'emplacement.","Cannot copy note to \"%s\" notebook":"Impossible de copier la note vers le carnet \"%s\"","Cannot move note to \"%s\" notebook":"Impossible de déplacer la note vers le carnet \"%s\"","Language":"Langue","Date format":"Format de la date","Time format":"Format de l'heure","Theme":"Apparence","Light":"Clair","Dark":"Sombre","Uncompleted to-dos on top":"Tâches non-terminées en haut","Show completed to-dos":"Afficher les tâches complétées","Sort notes by":"Trier les notes par","Reverse sort order":"Inverser l'ordre","Save geo-location with notes":"Enregistrer l'emplacement avec les notes","When creating a new to-do:":"Lors de la création d'une tâche :","Focus title":"Curseur sur le titre","Focus body":"Curseur sur corps du message","When creating a new note:":"Lors de la création d'une note :","Show tray icon":"Afficher l'icône dans la zone de notifications","Note: Does not work in all desktop environments.":"Note : Ne fonctionne pas dans tous les environnements de bureau.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Cela permettra à Joplin de s'exécuter en arrière-plan. Il est recommandé d'activer ce réglage pour que vos notes soient constamment synchronisées, donc réduire le nombre de conflits.","Start application minimised in the tray icon":"Démarrer minimisé dans la zone de notification","Global zoom percentage":"Niveau de zoom","Editor font size":"Taille police éditeur","Editor font family":"Police de l'éditeur","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Il faut que ce soit une police *monospace* ou cela ne fonctionnera pas correctement. Si la police est incorrecte ou non-spécifiée, une police monospace sera utilisée par défaut.","Automatically update the application":"Mettre à jour le logiciel automatiquement","Synchronisation interval":"Intervalle de synchronisation","%d minutes":"%d minutes","%d hour":"%d heure","%d hours":"%d heures","Text editor command":"Commande de l'éditeur de texte","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"La commande de l'éditeur de texte (peut inclure des options) pour ouvrir et modifier les notes. Si non-spécifiée, elle sera détectée automatiquement.","Show advanced options":"Montrer les options avancées","Synchronisation target":"Cible de la synchronisation","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"La cible avec laquelle synchroniser. Chaque cible de synchronisation peut avoir des paramètres supplémentaires sous le nom `sync.NUM.NOM` (documentés ci-dessous).","Directory to synchronise with (absolute path)":"Répertoire avec lequel synchroniser (chemin absolu)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Le chemin du répertoire avec lequel synchroniser lorsque la synchronisation par système de fichier est activée. Voir `sync.target`.","Nextcloud WebDAV URL":"Nextcloud : URL WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Attention : si vous changez cet emplacement, copiez-y tout le contenu avant de synchroniser, sinon tous les fichiers seront supprimés ! Consulter la FAQ pour plus de détails : %s","Nextcloud username":"Nextcloud : Nom utilisateur","Nextcloud password":"Nextcloud : Mot de passe","WebDAV URL":"WebDAV : URL","WebDAV username":"WebDAV : Nom utilisateur","WebDAV password":"WebDAV : Mot de passe","Custom TLS certificates":"Certificats TLS personnalisés","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Liste séparée par des virgules contenant les chemins des répertoires contenants des certificats, ou les chemins de certificats individuels. Par exemple : /my/cert_dir, /other/custom.pem. Remarquez que si vous changez les paramètres TLS, vous devez enregistrer vos changements avant de cliquer sur \"Vérifier config synchronisation\".","Ignore TLS certificate errors":"Ignorer les erreurs de certificats TLS","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","The tag \"%s\" already exists. Please choose a different name.":"L'étiquette \"%s\" existe déjà. Veuillez choisir un autre nom.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","Json Export Directory":"Dossier d'export JSON","Directory":"Dossier","Cannot load \"%s\" module for format \"%s\"":"Impossible de charger module \"%s\" pour le format \"%s\"","Please specify import format for %s":"Veuillez spécifier le format d'import pour %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Cet objet est chiffré : %s \"%s\". Veuillez attendre que tout soit déchiffré et réessayez.","There is no data to export.":"Il n'y a pas de données à exporter.","Please specify the notebook where the notes should be imported to.":"Veuillez sélectionner le carnet où les notes doivent être importées.","Items that cannot be synchronised":"Objets qui ne peuvent pas être synchronisés","%s (%s): %s":"%s (%s) : %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ces objets resteront sur l'appareil mais ne seront pas envoyé sur la cible de la synchronisation. Pour trouver ces objets, faite une recherche sur le titre ou l'identifiant de l'objet (affiché ci-dessus entre parenthèses).","Sync status (synced items / total items)":"Status de la synchronisation (objets synchro. / total)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total : %d/%d","Conflicted: %d":"Conflits : %d","To delete: %d":"A supprimer : %d","Folders":"Carnets","%s: %d notes":"%s : %d notes","Coming alarms":"Alarmes à venir","On %s: %s":"Le %s : %s","Permission to use camera":"Permission d'utiliser l'appareil photo","Your permission to use your camera is required.":"Votre permission est requise pour utiliser l'appareil photo","There are currently no notes. Create one by clicking on the (+) button.":"Ce carnet ne contient aucune note. Créez-en une en appuyant sur le bouton (+).","Delete these notes?":"Supprimer ces notes ?","Log":"Journal","Export Debug Report":"Exporter rapport de débogage","Encryption Config":"Config chiffrement","Configuration":"Configuration","Move to notebook...":"Déplacer vers...","Move %d notes to notebook \"%s\"?":"Déplacer %d notes vers carnet \"%s\" ?","Press to set the decryption password.":"Définir mot de passe de synchronisation.","Clear alarm":"Enlever l'alarme","Save alarm":"Enregistrer alarme","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","Checking... Please wait.":"Vérification... Veuillez attendre.","Success! Synchronisation configuration appears to be correct.":"La configuration de la synchronisation semble correcte.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erreur. Veuillez vérifier que l'URL, le nom, le mot de passe, etc. sont corrects et que la destination est accessible. L'erreur reportée est :","The application has been authorised!":"Le logiciel a été autorisé !","Could not authorise application:\n\n%s\n\nPlease try again.":"Impossible d'autoriser le logiciel :\n\n%s\n\nVeuillez réessayer.","Decrypted items: %s / %s":"Déchiffrement : %s / %s","New tags:":"Nouvelles étiquettes :","Type new tags or select from list":"Entrez de nouvelles étiquettes ou sélectionnez de la liste","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Pour fonctionner correctement, l'appli a besoin des autorisations suivantes. Veuillez les activer dans les paramètres de votre téléphone, dans le menu Applications > Joplin > Autorisations","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Stockage : Pour attacher des fichiers aux notes et pour activer la synchronisation vers le système de fichier.","- Camera: to allow taking a picture and attaching it to a note.":"- Appareil photo : Pour pouvoir prendre une photo et l'attacher à une note.","- Location: to allow attaching geo-location information to a note.":"- Position : Pour attacher à une note les coordonnées GPS.","Joplin website":"Site web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Base de données v%s","FTS enabled: %d":"FTS activé : %d","Login with Dropbox":"Se connecter à Dropbox","Enter code here":"Entrez le code ici","Master Key %s":"Clef maître %s","Created: %s":"Créé : %s","Password:":"Mot de passe :","Password cannot be empty":"Mot de passe ne peut être vide","Enable":"Activer","The notebook could not be saved: %s":"Ce carnet n'a pas pu être sauvegardé : %s","Edit notebook":"Éditer le carnet","Show all":"Afficher tous","Errors only":"Erreurs seulement","This note has been modified:":"Cette note a été modifiée :","Save changes":"Enregistrer les changements","Discard changes":"Ignorer les changements","No item with ID %s":"Aucun objet avec identifiant %s","The Joplin mobile app does not currently support this type of link: %s":"L'application mobile Joplin ne gère pas pour l'instant ce type de lien : %s","Unsupported image type: %s":"Type d'image non géré : %s","Take photo":"Prendre une photo","Attach photo":"Attacher une photo","Attach any file":"Attacher un fichier","Share":"Partager","Convert to note":"Convertir en note","Convert to todo":"Convertir en tâche","Hide metadata":"Cacher les métadonnées","Show metadata":"Voir métadonnées","View on map":"Voir sur carte","Go to source URL":"Aller à l'URL source","Delete notebook":"Supprimer le carnet","Login with OneDrive":"Se connecter à OneDrive","Search":"Chercher","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Appuyez sur le bouton (+) pour créer une nouvelle note ou carnet. Ouvrez le menu latéral pour accéder à vos carnets.","You currently have no notebook. Create one by clicking on (+) button.":"Vous n'avez pour l'instant pas de carnets. Créez-en un en pressant le bouton (+).","Welcome":"Bienvenue"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Pour supprimer une vignette, enlever là des notes associées.","Please select the note or notebook to be deleted first.":"Veuillez d'abord sélectionner un carnet.","Press Ctrl+D or type \"exit\" to exit the application":"Appuyez sur Ctrl+D ou tapez \"exit\" pour sortir du logiciel","More than one item match \"%s\". Please narrow down your query.":"Plus d'un objet correspond à \"%s\". Veuillez préciser votre requête.","No notebook selected.":"Aucun carnet n'est sélectionné.","No notebook has been specified.":"Aucun carnet n'est spécifié.","Y":"O","n":"n","N":"N","y":"o","Cancelling background synchronisation... Please wait.":"Annulation de la synchronisation... Veuillez patienter.","No such command: %s":"Commande invalide : %s","The command \"%s\" is only available in GUI mode":"La commande \"%s\" est disponible uniquement en mode d'interface graphique","Cannot change encrypted item":"Un objet chiffré ne peut pas être modifié","Missing required argument: %s":"Paramètre requis manquant : %s","%s: %s":"%s : %s","Your choice: ":"Votre choix : ","Invalid answer: %s":"Réponse invalide : %s","Attaches the given file to the note.":"Joindre le fichier fourni à la note.","Cannot find \"%s\".":"Impossible de trouver \"%s\".","Displays the given note.":"Affiche la note.","Displays the complete information about note.":"Affiche tous les détails de la note.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas fournie, la valeur de [nom] sera affichée. Si ni le [nom] ni la [valeur] ne sont fournis, la configuration complète sera affichée.","Also displays unset and hidden config variables.":"Afficher également les variables cachées.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Copier les notes correspondant à vers [carnet]. Si aucun carnet n'est spécifié, la note est dupliquée sur place.","Marks a to-do as done.":"Marquer la tâche comme complétée.","Note is not a to-do: \"%s\"":"La note n'est pas une tâche : \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gérer la configuration E2EE (Chiffrement de bout à bout). Les commandes sont `enable`, `disable`, `decrypt` et `status` et `target-status`.","Enter master password:":"Entrer le mot de passe maître :","Operation cancelled":"Opération annulée","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Démarrage du déchiffrement... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à déchiffrer.","Completed decryption.":"Déchiffrement complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le chiffrement est : %s","Edit note.":"Éditer la note.","No text editor is defined. Please set it using `config editor `":"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la commande `config editor `","No active notebook.":"Aucun carnet actif.","Note does not exist: \"%s\". Create it?":"Cette note n'existe pas : \"%s\". La créer ?","Starting to edit note. Close the editor to get back to the prompt.":"Édition de la note en cours. Fermez l'éditeur de texte pour retourner à l'invite de commande.","Error opening note in editor: %s":"Erreur lors de l'ouverture de la note dans l'éditeur de texte : %s","Note has been saved.":"La note a été enregistrée.","Exits the application.":"Quitter le logiciel.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporter les données de Joplin. Par défaut, la base de donnée complète sera exportée, y compris les carnets, notes, tags et ressources.","Destination format: %s":"Format de la destination : %s","Exports only the given note.":"Exporter uniquement la note spécifiée.","Exports only the given notebook.":"Exporter uniquement le carnet spécifié.","Displays a geolocation URL for the note.":"Afficher l'URL de l'emplacement de la note.","Displays usage information.":"Affiche les informations d'utilisation.","For information on how to customise the shortcuts please visit %s":"Pour personnaliser les raccourcis veuillez consulter la documentation à %s","Shortcuts are not available in CLI mode.":"Les raccourcis ne sont pas disponible en mode de ligne de commande.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tapez `help [command]` pour plus d'information sur une commande ; ou tapez `help all` pour l'aide complète.","The possible commands are:":"Les commandes possibles sont :","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Dans une commande, une note ou carnet peut être référé par titre ou identifiant, ou en utilisant les raccourcis `$n` et `$b` pour, respectivement, la note sélectionnée et le carnet sélectionné. `$c` peut être utilisé pour faire référence à l'objet sélectionné en cours.","To move from one pane to another, press Tab or Shift+Tab.":"Pour aller d'un volet à l'autre, pressez Tab ou Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Utilisez les touches fléchées et page précédente/suivante pour faire défiler les listes et zones de texte (y compris cette console).","To maximise/minimise the console, press \"tc\".":"Pour maximiser ou minimiser la console, pressez \"tc\".","To enter command line mode, press \":\"":"Pour démarrer le mode ligne de commande, pressez \":\"","To exit command line mode, press ESCAPE":"Pour sortir du mode ligne de commande, pressez ECHAP","For the list of keyboard shortcuts and config options, type `help keymap`":"Pour la liste complète des raccourcis disponibles, tapez `help keymap`","Imports data into Joplin.":"Importer des données dans Joplin.","Source format: %s":"Format de la source : %s","Do not ask for confirmation.":"Ne pas demander de confirmation.","Found: %d.":"Trouvés : %d.","Created: %d.":"Créés : %d.","Updated: %d.":"Mis à jour : %d.","Skipped: %d.":"Ignorés : %d.","Resources: %d.":"Ressources : %d.","Tagged: %d.":"Étiquettes : %d.","Importing notes...":"Importation des notes...","The notes have been imported: %s":"Les notes ont été importées : %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des carnets.","Displays only the first top notes.":"Affiche uniquement les premières notes.","Sorts the item by (eg. title, updated_time, created_time).":"Trier les notes par (par exemple, title, updated_time, created_time).","Reverses the sorting order.":"Inverser l'ordre.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Affiche uniquement les notes du ou des types spécifiés. Le type peut-être `n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches).","Either \"text\" or \"json\"":"Soit \"text\" soit \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE","Please select a notebook first.":"Veuillez d'abord sélectionner un carnet.","Creates a new notebook.":"Créer un carnet.","Creates a new note.":"Créer une note.","Notes can only be created within a notebook.":"Les notes ne peuvent être créées que dans un carnet.","Creates a new to-do.":"Créer une nouvelle tâche.","Moves the notes matching to [notebook].":"Déplacer les notes correspondant à vers [notebook].","Renames the given (note or notebook) to .":"Renommer l'objet (note ou carnet) en .","Deletes the given notebook.":"Supprimer le carnet.","Deletes the notebook without asking for confirmation.":"Supprimer le carnet sans demander la confirmation.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Effacer le carnet ? Toutes les notes et sous-carnets dans ce carnet seront également effacés.","Deletes the notes matching .":"Supprimer les notes correspondants à .","Deletes the notes without asking for confirmation.":"Supprimer les notes sans demander la confirmation.","%d notes match this pattern. Delete them?":"%d notes correspondent à ce motif. Les supprimer ?","Delete note?":"Supprimer la note ?","Searches for the given in all the notes.":"Chercher le motif dans toutes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Assigner la valeur [value] à la propriété de la donnée. Les valeurs possibles sont :\n\n%s","Displays summary about the notes and notebooks.":"Afficher un résumé des notes et carnets.","Synchronises with remote storage.":"Synchroniser les notes et carnets.","Sync to provided target (defaults to sync.target config value)":"Synchroniser avec la cible donnée (par défaut, la valeur de configuration `sync.target`).","Authentication was not completed (did not receive an authentication token).":"Impossible d'autoriser le logiciel (jeton d'identification non-reçu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Pour permettre à Joplin de synchroniser avec Dropbox, veuillez suivre les étapes ci-dessous :","Step 1: Open this URL in your browser to authorise the application:":"Étape 1: Veuillez ouvrir cette URL dans votre navigateur internet pour autoriser le logiciel :","Step 2: Enter the code provided by Dropbox:":"Étape 2 : Entrez le code fourni par Dropbox :","Not authentified with %s. Please provide any missing credentials.":"Non-connecté à %s. Veuillez fournir les identifiants et mots de passe manquants.","Synchronisation is already in progress.":"La synchronisation est déjà en cours.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"La synchronisation est déjà en cours ou ne s'est pas interrompue correctement. Si vous savez qu'aucune autre synchronisation est en cours, vous pouvez supprimer le fichier \"%s\" pour reprendre l'opération.","Synchronisation target: %s (%s)":"Cible de la synchronisation : %s (%s)","Cannot initialize synchroniser.":"Impossible d'initialiser la synchronisation.","Starting synchronisation...":"Commencement de la synchronisation...","Downloading resources...":"Téléchargement des ressources...","Cancelling... Please wait.":"Annulation... Veuillez attendre."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" peut être \"add\", \"remove\" ou \"list\" pour assigner ou enlever l'étiquette [tag] de la [note], our pour lister les notes associées avec l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister les étiquettes (utilisez l'option -l pour les options complètes).","Invalid command: \"%s\"":"Commande invalide : \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"Gère le status des tâches. peut être \"toggle\" ou \"clear\". Utilisez \"toggle\" pour basculer la tâche entre le status terminé et non-terminé (Si la cible est une note, elle sera convertie en tâche). Utilisez \"clear\" pour convertir la tâche en note.","Marks a to-do as non-completed.":"Marquer une tâche comme non-complétée.","Switches to [notebook] - all further operations will happen within this notebook.":"Changer de carnet - toutes les opérations à venir se feront dans ce carnet.","Displays version information":"Affiche les informations de version","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type : %s.","Possible values: %s.":"Valeurs possibles : %s.","Default: %s":"Défaut : %s","Possible keys/values:":"Clefs/Valeurs possibles :","Type `joplin help` for usage information.":"Tapez `Joplin help` pour afficher l'aide.","Fatal error:":"Erreur fatale :","The application has been authorised - you may now close this browser tab.":"Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet.","The application has been successfully authorised.":"Le logiciel a été autorisé.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Veuillez ouvrir le lien ci-dessous dans votre navigateur pour authentifier le logiciel. Joplin va créer un répertoire \"Apps/Joplin\" et lire/écrira des fichiers uniquement dans ce répertoire. Le logiciel n'aura pas d'accès à aucun fichier en dehors de ce répertoire, ni à d'autres données personnelles. Aucune donnée ne sera partagé avec aucun tier.","Search:":"Recherche :","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenue dans Joplin!\n\nTapez `:help shortcuts` pour la liste des raccourcis claviers, ou simplement `:help` pour une vue d'ensemble.\n\nPar exemple, pour créer un carnet, pressez `mb` ; pour créer une note pressed `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Au moins un objet est actuellement chiffré et il se peut que vous deviez fournir votre mot de passe maître. Pour se faire, veuillez taper `e2ee decrypt`. Si vous avez déjà fourni ce mot de passe, les objets chiffrés vont être déchiffré en tâche de fond et seront disponible prochainement.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exporter vers \"%s\" au format \"%s\". Veuillez patienter...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importer depuis \"%s\" au format \"%s\". Veuillez patienter...","PDF File":"Fichier PDF","File":"Fichier","New note":"Nouvelle note","New to-do":"Nouvelle tâche","New notebook":"Nouveau carnet","Import":"Importer","Export":"Exporter","Print":"Imprimer","Hide %s":"Cacher %s","Quit":"Quitter","Edit":"Édition","Copy":"Copier","Cut":"Couper","Paste":"Coller","Select all":"Sélectionner tout","Bold":"Gras","Italic":"Italique","Insert Date Time":"Insérer la date et l'heure","Edit in external editor":"Ouvrir dans un éditeur externe","Search in all the notes":"Chercher dans toutes les notes","Search in current note":"Chercher dans la note en cours","View":"Affichage","Toggle sidebar":"Basculer barre latérale","Toggle editor layout":"Basculer l'agencement de l'éditeur","Tools":"Outils","Synchronisation status":"État de la synchronisation","Web clipper options":"Options du Web Clipper","Encryption options":"Options de chiffrement","General Options":"Options générales","Help":"Aide","Website and documentation":"Documentation en ligne","Make a donation":"Faire un don","Check for updates...":"Vérifier les mises à jour...","About Joplin":"A propos de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Ouvrir %s","Exit":"Quitter","OK":"OK","Cancel":"Annuler","Current version is up-to-date.":"La version actuelle est à jour.","%s (pre-release)":"%s (pré-release)","An update is available, do you want to download it now?":"Une mise à jour est disponible, souhaitez vous la télécharger maintenant ?","Your version: v%s":"Votre version : v%s","New version: v%s":"Nouvelle version : v%s","Yes":"Oui","No":"Non","Token has been copied to the clipboard!":"Le code d'authentification a été copié dans le presse-papiers !","The web clipper service is enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Démarré sur le port %d","Status: %s":"État : %s","Disable Web Clipper Service":"Désactiver le service du Web Clipper","The web clipper service is not enabled.":"Le service du Web Clipper n'est pas activé.","Enable Web Clipper Service":"Activer le service du Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Le Web Clipper permet d'enregistrer des pages web et des captures d'écran depuis votre navigateur vers Joplin.","In order to use the web clipper, you need to do the following:":"Pour utiliser le Web Clipper, veuillez suivre ces instructions :","Step 1: Enable the clipper service":"Étape 1 : Activez le service du Web Clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Le service permet au module complémentaire de communiquer avec Joplin. Lorsque vous aller l'activer, il se pourrait que votre pare feu vous demande d'autoriser l'application Joplin.","Step 2: Install the extension":"Étape 2 : Installez le module complémentaire","Download and install the relevant extension for your browser:":"Téléchargez et installez le module complémentaire correspondant à votre navigateur :","Advanced options":"Options avancées","Authorisation token:":"Code d'authentification :","Copy token":"Copier le code","This authorisation token is only needed to allow third-party applications to access Joplin.":"Ce code d'authentification est nécessaire uniquement pour permettre aux logiciels tiers d'accéder aux données de Joplin.","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Apply":"Appliquer","Submit":"Envoyer","Save":"Enregistrer","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Désactiver le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés déchiffrés sur la cible de la synchronisation. Souhaitez vous continuer ?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Activer le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés chiffrés vers la cible de la synchronisation. Ne perdez pas votre mot de passe car, pour des raisons de sécurité, ce sera la *seule* façon de déchiffrer les données ! Pour activer le chiffrement, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le chiffrement","Enable encryption":"Activer le chiffrement","Master Keys":"Clefs maître","Active":"Actif","ID":"ID","Source":"Source","Created":"Créé","Updated":"Mis à jour","Password":"Mot de passe","Password OK":"Mot de passe OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note : seule une clef maître va être utilisée pour le chiffrement (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le déchiffrement, selon la façon dont les notes ou carnets étaient chiffrés à l'origine.","Missing Master Keys":"Clefs maître manquantes","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les clefs maître avec ces identifiants sont utilisées pour chiffrer certains de vos objets, cependant le logiciel n'y a pour l'instant pas accès. Il est probable qu'elle vont être prochainement disponible via la synchronisation.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Pour plus d'informations sur le chiffrement de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le chiffrement est :","Back":"Retour","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être importé dedans","Please create a notebook first.":"Veuillez d'abord sélectionner un carnet.","Please create a notebook first":"Veuillez d'abord créer un carnet d'abord","Notebook title:":"Titre du carnet :","Add or remove tags:":"Modifier les étiquettes :","Separate each tag by a comma.":"Séparez chaque étiquette par une virgule.","Rename notebook:":"Renommer le carnet :","Rename tag:":"Renommer étiquette :","Set alarm:":"Régler alarme :","Layout":"Disposition","Search...":"Chercher...","Some items cannot be synchronised.":"Certains objets ne peuvent être synchronisés.","View them now":"Les voir maintenant","Some items cannot be decrypted.":"Certains objets ne peuvent être déchiffrés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Duplicate":"Dupliquer","%s - Copy":"%s - Copie","Switch between note and to-do type":"Alterner entre note et tâche","Switch to note type":"Convertir en note","Switch to to-do type":"Convertir en tâche","Copy Markdown link":"Copier lien Markdown","Delete":"Supprimer","Delete notes?":"Supprimer les notes ?","No notes in here. Create one by clicking on \"New note\".":"Pas de notes ici. Créez-en une en pressant le bouton \"Nouvelle note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Il n'y a pour l'instant aucun carnet. Créez-en un en cliquant sur \"Nouveau carnet\".","Location":"Lieu","URL":"URL","Note properties":"Propriétés de la note","Open...":"Ouvrir...","This file could not be opened: %s":"Ce fichier n'a pas pu être ouvert : %s","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","Copy Link Address":"Copier l'adresse du lien","This attachment is not downloaded or not decrypted yet.":"Cette pièce jointe n'est pas téléchargée ou pas encore déchiffrée","Unsupported link or message: %s":"Lien ou message non géré : %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Cette note n'a pas de contenu. Cliquer sur \"%s\" pour basculer vers l'éditeur et éditer cette note.","Only one note can be printed or exported to PDF at a time.":"Les notes ne peuvent être imprimées ou exportées en PDF qu'une seule à la fois.","strong text":"texte en gras","emphasized text":"texte en italique","List item":"Élément de liste","Insert Hyperlink":"Insérer lien","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","In: %s":"Dans : %s","Hyperlink":"Lien","Code":"Code","Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","Checkbox":"Case à cocher","Heading":"Titre","Horizontal Rule":"Règle horizontale","Click to stop external editing":"Cliquez pour arrêter l'édition externe","Watching...":"En cours...","to-do":"tâche","note":"note","Creating new %s...":"Création de %s...","Refresh":"Rafraîchir","Clear":"Supprimer","OneDrive Login":"Connexion OneDrive","Dropbox Login":"Connection à Dropbox","Options":"Options","Synchronisation Status":"État de la synchronisation","Encryption Options":"Options de chiffrement","Clipper Options":"Options du Web Clipper","Remove this tag from all the notes?":"Enlever cette étiquette de toutes les notes ?","Remove this search from the sidebar?":"Enlever cette recherche de la barre latérale ?","Rename":"Renommer","Synchronise":"Synchroniser","Notebooks":"Carnets","Decrypting items: %d/%d":"Déchiffrement des objets : %d/%d","Fetching resources: %d":"Tél. ressources : %d","Please select where the sync status should be exported to":"Veuillez sélectionner un répertoire ou exporter l'état de la synchronisation","Usage: %s":"Utilisation : %s","Unknown flag: %s":"Paramètre inconnu : %s","Dropbox":"Dropbox","File system":"Système de fichier","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dév (Pour tester uniquement)","WebDAV":"WebDAV","Unknown log level: %s":"Paramètre inconnu : %s","Unknown level ID: %s":"Paramètre inconnu : %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Impossible de rafraîchir la connexion à OneDrive. Démarrez la synchronisation à nouveau pour corriger le problème.","Untitled":"Sans titre","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossible de synchroniser avec OneDrive.\n\nCette erreur se produit lors de l'utilisation de OneDrive for Business, qui malheureusement n'est pas compatible.\n\nVeuillez utiliser à la place un compte OneDrive normal.","Cannot access %s":"Impossible d'accéder à %s","Created local items: %d.":"Objets créés localement : %d.","Updated local items: %d.":"Objets mis à jour localement : %d.","Created remote items: %d.":"Objets distants créés : %d.","Updated remote items: %d.":"Objets distants mis à jour : %d.","Deleted local items: %d.":"Objets supprimés localement : %d.","Deleted remote items: %d.":"Objets distants supprimés : %d.","Fetched items: %d/%d.":"Téléchargés : %d/%d.","Cancelling...":"Annulation...","Completed: %s":"Terminé : %s","Last error: %s":"Dernière erreur : %s","Idle":"Arrêté","In progress":"En cours","Synchronisation is already in progress. State: %s":"La synchronisation est déjà en cours. État : %s","Encrypted":"Chiffré","Encrypted items cannot be modified":"Les objets chiffrés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet à cet endroit","Notebooks cannot be named \"%s\", which is a reserved title.":"Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé.","title":"titre","updated date":"date de modification","created date":"date de création","This note does not have geolocation information.":"Cette note n'a pas d'information d'emplacement.","Cannot copy note to \"%s\" notebook":"Impossible de copier la note vers le carnet \"%s\"","Cannot move note to \"%s\" notebook":"Impossible de déplacer la note vers le carnet \"%s\"","Language":"Langue","Date format":"Format de la date","Time format":"Format de l'heure","Theme":"Apparence","Light":"Clair","Dark":"Sombre","Uncompleted to-dos on top":"Tâches non-terminées en haut","Show completed to-dos":"Afficher les tâches complétées","Sort notes by":"Trier les notes par","Reverse sort order":"Inverser l'ordre","Save geo-location with notes":"Enregistrer l'emplacement avec les notes","When creating a new to-do:":"Lors de la création d'une tâche :","Focus title":"Curseur sur le titre","Focus body":"Curseur sur corps du message","When creating a new note:":"Lors de la création d'une note :","Show tray icon":"Afficher l'icône dans la zone de notifications","Note: Does not work in all desktop environments.":"Note : Ne fonctionne pas dans tous les environnements de bureau.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Cela permettra à Joplin de s'exécuter en arrière-plan. Il est recommandé d'activer ce réglage pour que vos notes soient constamment synchronisées, donc réduire le nombre de conflits.","Start application minimised in the tray icon":"Démarrer minimisé dans la zone de notification","Global zoom percentage":"Niveau de zoom","Editor font size":"Taille police éditeur","Editor font family":"Police de l'éditeur","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Il faut que ce soit une police *monospace* ou cela ne fonctionnera pas correctement. Si la police est incorrecte ou non-spécifiée, une police monospace sera utilisée par défaut.","Automatically update the application":"Mettre à jour le logiciel automatiquement","Get pre-releases when checking for updates":"Recevoir les pré-release lors de la vérification des mises à jour","See the pre-release page for more details: %s":"Voir la page des pré-release pour plus de détails : %s","Synchronisation interval":"Intervalle de synchronisation","%d minutes":"%d minutes","%d hour":"%d heure","%d hours":"%d heures","Text editor command":"Commande de l'éditeur de texte","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"La commande de l'éditeur de texte (peut inclure des options) pour ouvrir et modifier les notes. Si non-spécifiée, elle sera détectée automatiquement.","Show advanced options":"Montrer les options avancées","Synchronisation target":"Cible de la synchronisation","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"La cible avec laquelle synchroniser. Chaque cible de synchronisation peut avoir des paramètres supplémentaires sous le nom `sync.NUM.NOM` (documentés ci-dessous).","Directory to synchronise with (absolute path)":"Répertoire avec lequel synchroniser (chemin absolu)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Le chemin du répertoire avec lequel synchroniser lorsque la synchronisation par système de fichier est activée. Voir `sync.target`.","Nextcloud WebDAV URL":"Nextcloud : URL WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Attention : si vous changez cet emplacement, copiez-y tout le contenu avant de synchroniser, sinon tous les fichiers seront supprimés ! Consulter la FAQ pour plus de détails : %s","Nextcloud username":"Nextcloud : Nom utilisateur","Nextcloud password":"Nextcloud : Mot de passe","WebDAV URL":"WebDAV : URL","WebDAV username":"WebDAV : Nom utilisateur","WebDAV password":"WebDAV : Mot de passe","Custom TLS certificates":"Certificats TLS personnalisés","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Liste séparée par des virgules contenant les chemins des répertoires contenants des certificats, ou les chemins de certificats individuels. Par exemple : /my/cert_dir, /other/custom.pem. Remarquez que si vous changez les paramètres TLS, vous devez enregistrer vos changements avant de cliquer sur \"Vérifier config synchronisation\".","Ignore TLS certificate errors":"Ignorer les erreurs de certificats TLS","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","The tag \"%s\" already exists. Please choose a different name.":"L'étiquette \"%s\" existe déjà. Veuillez choisir un autre nom.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","Json Export Directory":"Dossier d'export JSON","Directory":"Dossier","Cannot load \"%s\" module for format \"%s\"":"Impossible de charger module \"%s\" pour le format \"%s\"","Please specify import format for %s":"Veuillez spécifier le format d'import pour %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Cet objet est chiffré : %s \"%s\". Veuillez attendre que tout soit déchiffré et réessayez.","There is no data to export.":"Il n'y a pas de données à exporter.","Please specify the notebook where the notes should be imported to.":"Veuillez sélectionner le carnet où les notes doivent être importées.","Items that cannot be synchronised":"Objets qui ne peuvent pas être synchronisés","%s (%s): %s":"%s (%s) : %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ces objets resteront sur l'appareil mais ne seront pas envoyé sur la cible de la synchronisation. Pour trouver ces objets, faite une recherche sur le titre ou l'identifiant de l'objet (affiché ci-dessus entre parenthèses).","Sync status (synced items / total items)":"Status de la synchronisation (objets synchro. / total)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total : %d/%d","Conflicted: %d":"Conflits : %d","To delete: %d":"A supprimer : %d","Folders":"Carnets","%s: %d notes":"%s : %d notes","Coming alarms":"Alarmes à venir","On %s: %s":"Le %s : %s","Permission to use camera":"Permission d'utiliser l'appareil photo","Your permission to use your camera is required.":"Votre permission est requise pour utiliser l'appareil photo","There are currently no notes. Create one by clicking on the (+) button.":"Ce carnet ne contient aucune note. Créez-en une en appuyant sur le bouton (+).","Delete these notes?":"Supprimer ces notes ?","Log":"Journal","Export Debug Report":"Exporter rapport de débogage","Encryption Config":"Config chiffrement","Configuration":"Configuration","Move to notebook...":"Déplacer vers...","Move %d notes to notebook \"%s\"?":"Déplacer %d notes vers carnet \"%s\" ?","Press to set the decryption password.":"Définir mot de passe de synchronisation.","Clear alarm":"Enlever l'alarme","Save alarm":"Enregistrer alarme","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","Checking... Please wait.":"Vérification... Veuillez attendre.","Success! Synchronisation configuration appears to be correct.":"La configuration de la synchronisation semble correcte.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erreur. Veuillez vérifier que l'URL, le nom, le mot de passe, etc. sont corrects et que la destination est accessible. L'erreur reportée est :","The application has been authorised!":"Le logiciel a été autorisé !","Could not authorise application:\n\n%s\n\nPlease try again.":"Impossible d'autoriser le logiciel :\n\n%s\n\nVeuillez réessayer.","Decrypted items: %s / %s":"Déchiffrement : %s / %s","New tags:":"Nouvelles étiquettes :","Type new tags or select from list":"Entrez de nouvelles étiquettes ou sélectionnez de la liste","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Pour fonctionner correctement, l'appli a besoin des autorisations suivantes. Veuillez les activer dans les paramètres de votre téléphone, dans le menu Applications > Joplin > Autorisations","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Stockage : Pour attacher des fichiers aux notes et pour activer la synchronisation vers le système de fichier.","- Camera: to allow taking a picture and attaching it to a note.":"- Appareil photo : Pour pouvoir prendre une photo et l'attacher à une note.","- Location: to allow attaching geo-location information to a note.":"- Position : Pour attacher à une note les coordonnées GPS.","Joplin website":"Site web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Base de données v%s","FTS enabled: %d":"FTS activé : %d","Login with Dropbox":"Se connecter à Dropbox","Enter code here":"Entrez le code ici","Master Key %s":"Clef maître %s","Created: %s":"Créé : %s","Password:":"Mot de passe :","Password cannot be empty":"Mot de passe ne peut être vide","Enable":"Activer","The notebook could not be saved: %s":"Ce carnet n'a pas pu être sauvegardé : %s","Edit notebook":"Éditer le carnet","Show all":"Afficher tous","Errors only":"Erreurs seulement","This note has been modified:":"Cette note a été modifiée :","Save changes":"Enregistrer les changements","Discard changes":"Ignorer les changements","No item with ID %s":"Aucun objet avec identifiant %s","The Joplin mobile app does not currently support this type of link: %s":"L'application mobile Joplin ne gère pas pour l'instant ce type de lien : %s","Unsupported image type: %s":"Type d'image non géré : %s","Take photo":"Prendre une photo","Attach photo":"Attacher une photo","Attach any file":"Attacher un fichier","Share":"Partager","Convert to note":"Convertir en note","Convert to todo":"Convertir en tâche","Hide metadata":"Cacher les métadonnées","Show metadata":"Voir métadonnées","View on map":"Voir sur carte","Go to source URL":"Aller à l'URL source","Delete notebook":"Supprimer le carnet","Login with OneDrive":"Se connecter à OneDrive","Search":"Chercher","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Appuyez sur le bouton (+) pour créer une nouvelle note ou carnet. Ouvrez le menu latéral pour accéder à vos carnets.","You currently have no notebook. Create one by clicking on (+) button.":"Vous n'avez pour l'instant pas de carnets. Créez-en un en pressant le bouton (+).","Welcome":"Bienvenue"} \ No newline at end of file diff --git a/ElectronClient/app/locales/gl_ES.json b/ElectronClient/app/locales/gl_ES.json index d93aa5791..bb08c1211 100644 --- a/ElectronClient/app/locales/gl_ES.json +++ b/ElectronClient/app/locales/gl_ES.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Para eliminar unha etiqueta, retire a etiqueta ás notas asociadas.","Please select the note or notebook to be deleted first.":"Selecciona a nota ou caderno para eliminar primeiro.","Press Ctrl+D or type \"exit\" to exit the application":"Prema Ctrl+D ou escriba «exit» para saír do aplicativo","More than one item match \"%s\". Please narrow down your query.":"Hai máis dun elemento que coincide con «%s». Refine a busca.","No notebook selected.":"Non hai ningún caderno seleccionado.","No notebook has been specified.":"Non se especificou ningún caderno.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronización en segundo plano... Agarde.","No such command: %s":"Non hai tal orde: %s","The command \"%s\" is only available in GUI mode":"A orde «%s» só está dispoñíbel no modo interface gráfico de usuario","Cannot change encrypted item":"Non é posíbel cambiar un elemento cifrado","Missing required argument: %s":"Falta un argumento requirido: %s","%s: %s":"%s: %s","Your choice: ":"A súa elección: ","Invalid answer: %s":"Resposta non válida: %s","Attaches the given file to the note.":"Anexa o ficheiro dado á nota.","Cannot find \"%s\".":"Non é posíbel atopar «%s».","Displays the given note.":"Mostra a nota dada.","Displays the complete information about note.":"Mostra toda a información da nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtén ou estabelece un valor da configuración. Se non se indica [value], mostrará o valor de [name]. Se non se indica [name] nin [value] listará a configuración actual.","Also displays unset and hidden config variables.":"Mostra tamén variábeis de configuración non estabelecidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que corresponden a ao [notebook]. Se non se especifica un, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca unha tarefa como feita.","Note is not a to-do: \"%s\"":"A nota non é unha tarefa: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Xestiona a configuración E2EE. As orde son «enable», «disable», «decrypt», «status» e «target-status».","Enter master password:":"Introducir contrasinal mestre:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando o descifrado... Agarde xa que pode tardar varios minutos dependendo de canto haxa que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Activado","Disabled":"Desactivado","Encryption is: %s":"O cifrado é: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Non se estabeleceu ningún editor de texto. Estabelézao usando «config editor »","No active notebook.":"Ningún caderno activo.","Note does not exist: \"%s\". Create it?":"A nota non existe: «%s». Desexa creala?","Starting to edit note. Close the editor to get back to the prompt.":"Comezando a editar a nota. Peche o editor para volver ao diálogo.","Error opening note in editor: %s":"Produciuse un erro abrindo a nota no editor: %s","Note has been saved.":"A nota foi gardada.","Exits the application.":"Sae do aplicativo.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os datos do Joplin á ruta dada. De forma predeterminada exportará toda a base de datos incluíndo cadernos, notas, etiquetas e recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta só a nota indicada.","Exports only the given notebook.":"Exporta só o caderno indicado.","Displays a geolocation URL for the note.":"Mostra a URL de xeolocalización da nota.","Displays usage information.":"Mostra a información de uso.","For information on how to customise the shortcuts please visit %s":"Para obter máis información sobre como personalizar os atallos, visite %s","Shortcuts are not available in CLI mode.":"Os atallos non están dispoñíbeis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba «help [command]» para obter máis información sobre unha orde ou escriba «help all» para ver toda a información de uso.","The possible commands are:":"As ordes posíbeis son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En calquera orde podemos referirnos a unha nota ou caderno polo título ou identificador usando os atallos «$n» ou «$b» para, respectivamente a nota ou cadernos seleccionados actualmente. «$c» pode usarse para referirse ao elemento seleccionado actualmente.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover dun panel ao outro, prema Tab ou Maiús+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usar as frechas arriba/abaixo para desprazar as listas e as áreas de texto (incluída esta consola).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Para entrar do modo liña de ordes, prema «:»","To exit command line mode, press ESCAPE":"Para saír do modo liña de ordes, prema ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para ver a lista completa de atallos do teclado dispoñíbeis, escriba «help keymap»","Imports data into Joplin.":"Importa os datos en Joplin.","Source format: %s":"Formato da orixe: %s","Do not ask for confirmation.":"Non pedir confirmación.","Found: %d.":"Atopado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"As notas foron importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra as notas no caderno actual. Use «ls /» para ver a lista de cadernos.","Displays only the first top notes.":"Mostra só as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena os elementos por (p.e.: title, updated_time, created_time).","Reverses the sorting order.":"Inverte a orde.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Motra só os elementos do tipo específicado. Pode ser «n» para notas, «t» para tarefas ou «nt» para notas e tarefas (p.e: «-tt» mostraría só as tarefas mentres «-ttd» mostraría notas e tarefas).","Either \"text\" or \"json\"":"Pode ser «text» ou «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar o formato de lista longa. O formato -e ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Seleccione un caderno primeiro.","Creates a new notebook.":"Crea un caderno novo.","Creates a new note.":"Crea unha nota nova.","Notes can only be created within a notebook.":"As notas só se poden crear dentro dun caderno.","Creates a new to-do.":"Crea unha nova tarefa.","Moves the notes matching to [notebook].":"Move as notas que coinciden con a [notebook].","Renames the given (note or notebook) to .":"Renomea o dado (nota ou caderno) a .","Deletes the given notebook.":"Eliminar o carderno indicado.","Deletes the notebook without asking for confirmation.":"Elimina o caderno indicado sen solicitar confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Elimina as notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina as notas sen pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden co patrón. Desexa eliminalas?","Delete note?":"Eliminar nota?","Searches for the given in all the notes.":"Busca o patrón en todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estabelece a propiedade da a [value]. As propiedades posíbeis son:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resumo das notas e cadernos.","Synchronises with remote storage.":"Sincroniza sen almacenaxe remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar co destino indicado (predeterminados ao valor da configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticación non foi completada (non recibiu un token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Non está autenticado en %s. Proporcione as credencias que faltan.","Synchronisation is already in progress.":"A sincronización xa está en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O ficheiro de bloqueo xa está en espera. Se sabe que a sincronización non se está realizando pode eliminar o ficheiro de bloqueo en «%s» e continuar coa operación.","Synchronisation target: %s (%s)":"Destino da sincronización: %s (%s)","Cannot initialize synchroniser.":"Non é posíbel iniciar o sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Agarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Orde incorrecta: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser «toggle» ou «clear». Use «toggle» para alternar a tarefa dada entre o estado de completa e o de incompleta (se o destino é unha nota normal a nota será convertida nunha tarefa). Use «clear» para converter a tarefa de novo nunha nota normal.","Marks a to-do as non-completed.":"Marca unha tarefa como non completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia a [notebook] - todas as demais operacións sucederán neste caderno.","Displays version information":"Mostra a información da versión","%s %s (%s)":"%s %s (%s)","Enum":"Enum.","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores posíbeis: %s.","Default: %s":"Predeterminado: %s","Possible keys/values:":"Posíbeis chaves/valores:","Type `joplin help` for usage information.":"Escriba «joplin help» para obter información do uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado. Xa pode pechar esta lapela do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado correctamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra o seguinte URL no navegador para autenticar o aplicativo. O programa creará un cartafol en «Apps/Joplin» e só lerá e escribirá ficheiros neste cartafol. Non terá acceso a ningún ficheiro fóra deste directorio nin a ningún dato persoal. Non se compartirá ningún dato con terceiros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Benvida/o ao Joplin!\n\nEscriba «:help shortcuts» para ver a lista de atallos do teclado ou «:help» para ver información de como se usa.\n\nPor exemplo, para crear un caderno prema «mb», para crear unha nota prema «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un ou máis elementos están actualmente cifrados e precisa indicar cal é o contrasinal mestre. Para facelo escriba «e2ee decrypt». Se xa subministrou o contrasinal, os elementos cifrados están sendo descifrados en segundo plano e estarán dispoñíbeis pronto.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando a «%s» como formato «%s». Agarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de «%s» como formato «%s». Agarde...","PDF File":"Ficheiro PDF","File":"Ficheiro","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Saír","Edit":"Edtar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Buscar en todas as notas","Search in current note":"Search in current note","View":"Vista","Toggle sidebar":"","Toggle editor layout":"Cambiar a disposición do editor","Tools":"Ferramentas","Synchronisation status":"Estado da sincronización","Web clipper options":"","Encryption options":"Opcións de cifrado","General Options":"Opcións xerais","Help":"Axuda","Website and documentation":"Sitio web e documentación","Make a donation":"Doar","Check for updates...":"Buscar actualizacións…","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Saír","OK":"Aceptar","Cancel":"Cancelar","Current version is up-to-date.":"A versión actual está actualizada.","An update is available, do you want to download it now?":"Hai unha actualización dispoñíbel, desexa descargala agora?","Yes":"Si","No":"Non","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar a configuración da sincronización","Notes and settings are stored in: %s":"As notas e axustes gardáronse en: %s","Apply":"","Submit":"","Save":"Gardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desactivar o cifrado significa que *todas* as súas notas e anexos serán sincronizados de novo e enviados sen cifrar ao destino. Desexa continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"A activación do cifrado significa que *todas* as súas notas e anexos van ser resincronizados e enviados cifrados ao destino da sincronización. Non perda o contrasinal xa que, por motivos de seguranza, é a *única* forma de descifrar os datos. Para activar o cifrado, introduza o contrasinal a continuación.","Disable encryption":"Desactivar cifrado","Enable encryption":"Activar cifrado","Master Keys":"Chaves mestras","Active":"Activa","ID":"ID","Source":"Orixe","Created":"Creada","Updated":"Actualizado","Password":"Contrasinal","Password OK":"Contrasinal correcto","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: só se vai usar unha chave mestre para cifrados (a marcada como «activa»). Algunha das chaves pode usarse para descifrar elementos dependendo de cantas notas ou cadernos foron cifrados inicialmente.","Missing Master Keys":"Faltan as chaves mestras","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves mestras con estes ID úsanse para cifrar algúns dos seus elementos, con todo o aplicativo non ten actualmente acceso a eles. Probabelmente serán descargados pola sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Estado","Encryption is:":"O cifrado é:","Back":"Anterior","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Crearase o novo caderno «%s» e o ficheiro «%s» importarse dentro del","Please create a notebook first.":"Cree un caderno primerio.","Please create a notebook first":"Cree un caderno primeiro","Notebook title:":"Título do caderno:","Add or remove tags:":"Engadir ou eliminar etiquetas:","Separate each tag by a comma.":"Separar cada etiqueta por unha coma.","Rename notebook:":"Renomear caderno:","Rename tag:":"Rename tag:","Set alarm:":"Estabelecer alarma:","Layout":"Disposición","Search...":"Buscar…","Some items cannot be synchronised.":"Non é posíbel sincronizar algúns elementos.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Non é posíbel descifrar algúns elementos.","Set the password":"Estabelecer un contrasinal","Add or remove tags":"Engadir ou eliminar etiquetas","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Cambiar entre notas e tarefas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Eliminar","Delete notes?":"Desexa eliminar as notas?","No notes in here. Create one by clicking on \"New note\".":"Aquí non hai notas. Cree unha premendo en «Nova nota».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Este no é un caderno. Cree un, premendo en «Novo caderno».","Location":"","URL":"","Note properties":"","Open...":"Abrir…","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gardar como…","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ligazón ou mensaxe incompatíbeis: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota non ten contido. Prema en «%s» para ir ao editor e modificar a nota.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"tarefas pendentes","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Actualizar","Clear":"Limpar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"","Options":"Opcións","Synchronisation Status":"Estado da sincronización","Encryption Options":"Opcións de cifrado","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Desexa eliminar esta etiqueta de todas as notas?","Remove this search from the sidebar?":"Desexa eliminar esta busca da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione onde exportar o estado da sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Bandeira descoñecida: %s","Dropbox":"","File system":"Sistema de ficheiros","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (só para prova)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de rexistro descoñecido: %s","Unknown level ID: %s":"ID de nivel descoñecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non é posíbel actualizar o «token»: faltan datos da autenticación. Iniciar a sincronización de novo pode arranxar o problema.","Untitled":"Sen título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Non foi posíbel sincronizar con OneDrive.\n\nEste erro sucede moitas veces cando se usa OneDrive for Business, o cal desgraciadamente aínda non é compatíbel.\n\nConsidere usar unha conta normal de OneDrive.","Cannot access %s":"Non é posíbel acceder a %s","Created local items: %d.":"Elementos locais creados: %d.","Updated local items: %d.":"Elementos locais actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locais borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inactivo","In progress":"En proceso","Synchronisation is already in progress. State: %s":"A sincronización xa está en proceso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Non é posíbel modificar elementos cifrados","Conflicts":"Conflitos","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Esta nota non ten información de xeolocalización.","Cannot copy note to \"%s\" notebook":"Non é posíbel copiar a nota ao caderno «%s»","Cannot move note to \"%s\" notebook":"Non é posíbel mover a nota ao caderno «%s»","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Escuro","Uncompleted to-dos on top":"Tarefas sen completar arriba","Show completed to-dos":"Show completed to-dos","Sort notes by":"Ordenar notas por","Reverse sort order":"Orde inversa","Save geo-location with notes":"Gardar xeolocalización coas notas","When creating a new to-do:":"Cando se crea unha nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Cando se crea unha nova nota:","Show tray icon":"Mostrar a icona na bandexa","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Porcentaxe de ampliación","Editor font size":"Editor font size","Editor font family":"Familia de tipos de letra do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Actualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostrar opcións avanzadas","Synchronisation target":"Destino da sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Destino co que sincronizar. Cada destino da sincronización pode ter parámetros adicionais que se chaman «sync.NUM.NAME» (documentados arriba).","Directory to synchronise with (absolute path)":"Cartafol a sincronizar con (ruta absoluta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Ruta para sincronizar cando estea activada a sincronización do sistema de ficheiros. Vexa «sync.target».","Nextcloud WebDAV URL":"URL de Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contrasinal do Nextcloud","WebDAV URL":"URL do WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contrasinal do WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Ficheiro de exportación do Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartafol de exportación do Joplin","Evernote Export File":"Ficheiro de exportación de Evernote","Json Export Directory":"Json Export Directory","Directory":"Cartafol","Cannot load \"%s\" module for format \"%s\"":"Non foi posíbel cargar o módulo «%s» para o formato «%s»","Please specify import format for %s":"Indique o formato de importación de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este elemento está cifrado: %s «%s». Agarde a que se descifren todos os elementos e ténteo de novo.","There is no data to export.":"Non hai datos para exportar.","Please specify the notebook where the notes should be imported to.":"Indique o caderno ao que importar as notas.","Items that cannot be synchronised":"Elementos que non se poden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes elementos permanecerán no dispositivo pero non se enviarán ao destino de sincronización. Co fin de atopar estes elementos pode buscalos polo título ou polo ID (mostrados entre corchetes arriba).","Sync status (synced items / total items)":"Estado da sincronización (elementos sincronizados / elementos totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"En conflito: %d","To delete: %d":"Borrar: %d","Folders":"Cartafoles","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Non ten notas actualmente. Cree unha premendo no botón (+).","Delete these notes?":"Desexa eliminar estas notas?","Log":"Rexistro","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Prema para estabelecer o contrasinal de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetas novas:","Type new tags or select from list":"Escriba etiquetas novas ou seleccione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Chave mestra %s","Created: %s":"Creado: %s","Password:":"Contrasinal:","Password cannot be empty":"O contrasinal non pode estar baleiro","Enable":"Activar","The notebook could not be saved: %s":"Non foi posíbel gardar o caderno: %s","Edit notebook":"Editar caderno","Show all":"Mostrar todo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gardar cambios","Discard changes":"Desbotar os cambios","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imaxe incompatíbel: %s","Take photo":"Take photo","Attach photo":"Anexar foto","Attach any file":"Adxuntar calquera ficheiro","Share":"","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Mostrar metadatos","View on map":"Ver no mapa","Go to source URL":"","Delete notebook":"Eliminar caderno","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Prema no botón (+) para crear unha nota ou caderno. Prema no menú lateral para acceder aos cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Non ten cadernos actualmente. Cree un premendo no botón (+).","Welcome":"Benvido/a"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Para eliminar unha etiqueta, retire a etiqueta ás notas asociadas.","Please select the note or notebook to be deleted first.":"Selecciona a nota ou caderno para eliminar primeiro.","Press Ctrl+D or type \"exit\" to exit the application":"Prema Ctrl+D ou escriba «exit» para saír do aplicativo","More than one item match \"%s\". Please narrow down your query.":"Hai máis dun elemento que coincide con «%s». Refine a busca.","No notebook selected.":"Non hai ningún caderno seleccionado.","No notebook has been specified.":"Non se especificou ningún caderno.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronización en segundo plano... Agarde.","No such command: %s":"Non hai tal orde: %s","The command \"%s\" is only available in GUI mode":"A orde «%s» só está dispoñíbel no modo interface gráfico de usuario","Cannot change encrypted item":"Non é posíbel cambiar un elemento cifrado","Missing required argument: %s":"Falta un argumento requirido: %s","%s: %s":"%s: %s","Your choice: ":"A súa elección: ","Invalid answer: %s":"Resposta non válida: %s","Attaches the given file to the note.":"Anexa o ficheiro dado á nota.","Cannot find \"%s\".":"Non é posíbel atopar «%s».","Displays the given note.":"Mostra a nota dada.","Displays the complete information about note.":"Mostra toda a información da nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtén ou estabelece un valor da configuración. Se non se indica [value], mostrará o valor de [name]. Se non se indica [name] nin [value] listará a configuración actual.","Also displays unset and hidden config variables.":"Mostra tamén variábeis de configuración non estabelecidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que corresponden a ao [notebook]. Se non se especifica un, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca unha tarefa como feita.","Note is not a to-do: \"%s\"":"A nota non é unha tarefa: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Xestiona a configuración E2EE. As orde son «enable», «disable», «decrypt», «status» e «target-status».","Enter master password:":"Introducir contrasinal mestre:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando o descifrado... Agarde xa que pode tardar varios minutos dependendo de canto haxa que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Activado","Disabled":"Desactivado","Encryption is: %s":"O cifrado é: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Non se estabeleceu ningún editor de texto. Estabelézao usando «config editor »","No active notebook.":"Ningún caderno activo.","Note does not exist: \"%s\". Create it?":"A nota non existe: «%s». Desexa creala?","Starting to edit note. Close the editor to get back to the prompt.":"Comezando a editar a nota. Peche o editor para volver ao diálogo.","Error opening note in editor: %s":"Produciuse un erro abrindo a nota no editor: %s","Note has been saved.":"A nota foi gardada.","Exits the application.":"Sae do aplicativo.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os datos do Joplin á ruta dada. De forma predeterminada exportará toda a base de datos incluíndo cadernos, notas, etiquetas e recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta só a nota indicada.","Exports only the given notebook.":"Exporta só o caderno indicado.","Displays a geolocation URL for the note.":"Mostra a URL de xeolocalización da nota.","Displays usage information.":"Mostra a información de uso.","For information on how to customise the shortcuts please visit %s":"Para obter máis información sobre como personalizar os atallos, visite %s","Shortcuts are not available in CLI mode.":"Os atallos non están dispoñíbeis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba «help [command]» para obter máis información sobre unha orde ou escriba «help all» para ver toda a información de uso.","The possible commands are:":"As ordes posíbeis son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En calquera orde podemos referirnos a unha nota ou caderno polo título ou identificador usando os atallos «$n» ou «$b» para, respectivamente a nota ou cadernos seleccionados actualmente. «$c» pode usarse para referirse ao elemento seleccionado actualmente.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover dun panel ao outro, prema Tab ou Maiús+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usar as frechas arriba/abaixo para desprazar as listas e as áreas de texto (incluída esta consola).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Para entrar do modo liña de ordes, prema «:»","To exit command line mode, press ESCAPE":"Para saír do modo liña de ordes, prema ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para ver a lista completa de atallos do teclado dispoñíbeis, escriba «help keymap»","Imports data into Joplin.":"Importa os datos en Joplin.","Source format: %s":"Formato da orixe: %s","Do not ask for confirmation.":"Non pedir confirmación.","Found: %d.":"Atopado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"As notas foron importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra as notas no caderno actual. Use «ls /» para ver a lista de cadernos.","Displays only the first top notes.":"Mostra só as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena os elementos por (p.e.: title, updated_time, created_time).","Reverses the sorting order.":"Inverte a orde.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Motra só os elementos do tipo específicado. Pode ser «n» para notas, «t» para tarefas ou «nt» para notas e tarefas (p.e: «-tt» mostraría só as tarefas mentres «-ttd» mostraría notas e tarefas).","Either \"text\" or \"json\"":"Pode ser «text» ou «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar o formato de lista longa. O formato -e ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Seleccione un caderno primeiro.","Creates a new notebook.":"Crea un caderno novo.","Creates a new note.":"Crea unha nota nova.","Notes can only be created within a notebook.":"As notas só se poden crear dentro dun caderno.","Creates a new to-do.":"Crea unha nova tarefa.","Moves the notes matching to [notebook].":"Move as notas que coinciden con a [notebook].","Renames the given (note or notebook) to .":"Renomea o dado (nota ou caderno) a .","Deletes the given notebook.":"Eliminar o carderno indicado.","Deletes the notebook without asking for confirmation.":"Elimina o caderno indicado sen solicitar confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Elimina as notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina as notas sen pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden co patrón. Desexa eliminalas?","Delete note?":"Eliminar nota?","Searches for the given in all the notes.":"Busca o patrón en todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estabelece a propiedade da a [value]. As propiedades posíbeis son:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resumo das notas e cadernos.","Synchronises with remote storage.":"Sincroniza sen almacenaxe remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar co destino indicado (predeterminados ao valor da configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticación non foi completada (non recibiu un token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Non está autenticado en %s. Proporcione as credencias que faltan.","Synchronisation is already in progress.":"A sincronización xa está en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O ficheiro de bloqueo xa está en espera. Se sabe que a sincronización non se está realizando pode eliminar o ficheiro de bloqueo en «%s» e continuar coa operación.","Synchronisation target: %s (%s)":"Destino da sincronización: %s (%s)","Cannot initialize synchroniser.":"Non é posíbel iniciar o sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Agarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Orde incorrecta: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser «toggle» ou «clear». Use «toggle» para alternar a tarefa dada entre o estado de completa e o de incompleta (se o destino é unha nota normal a nota será convertida nunha tarefa). Use «clear» para converter a tarefa de novo nunha nota normal.","Marks a to-do as non-completed.":"Marca unha tarefa como non completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia a [notebook] - todas as demais operacións sucederán neste caderno.","Displays version information":"Mostra a información da versión","%s %s (%s)":"%s %s (%s)","Enum":"Enum.","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores posíbeis: %s.","Default: %s":"Predeterminado: %s","Possible keys/values:":"Posíbeis chaves/valores:","Type `joplin help` for usage information.":"Escriba «joplin help» para obter información do uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado. Xa pode pechar esta lapela do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado correctamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra o seguinte URL no navegador para autenticar o aplicativo. O programa creará un cartafol en «Apps/Joplin» e só lerá e escribirá ficheiros neste cartafol. Non terá acceso a ningún ficheiro fóra deste directorio nin a ningún dato persoal. Non se compartirá ningún dato con terceiros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Benvida/o ao Joplin!\n\nEscriba «:help shortcuts» para ver a lista de atallos do teclado ou «:help» para ver información de como se usa.\n\nPor exemplo, para crear un caderno prema «mb», para crear unha nota prema «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un ou máis elementos están actualmente cifrados e precisa indicar cal é o contrasinal mestre. Para facelo escriba «e2ee decrypt». Se xa subministrou o contrasinal, os elementos cifrados están sendo descifrados en segundo plano e estarán dispoñíbeis pronto.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando a «%s» como formato «%s». Agarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de «%s» como formato «%s». Agarde...","PDF File":"Ficheiro PDF","File":"Ficheiro","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Saír","Edit":"Edtar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Buscar en todas as notas","Search in current note":"Search in current note","View":"Vista","Toggle sidebar":"","Toggle editor layout":"Cambiar a disposición do editor","Tools":"Ferramentas","Synchronisation status":"Estado da sincronización","Web clipper options":"","Encryption options":"Opcións de cifrado","General Options":"Opcións xerais","Help":"Axuda","Website and documentation":"Sitio web e documentación","Make a donation":"Doar","Check for updates...":"Buscar actualizacións…","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Saír","OK":"Aceptar","Cancel":"Cancelar","Current version is up-to-date.":"A versión actual está actualizada.","%s (pre-release)":"","An update is available, do you want to download it now?":"Hai unha actualización dispoñíbel, desexa descargala agora?","Your version: v%s":"","New version: v%s":"","Yes":"Si","No":"Non","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar a configuración da sincronización","Notes and settings are stored in: %s":"As notas e axustes gardáronse en: %s","Apply":"","Submit":"","Save":"Gardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desactivar o cifrado significa que *todas* as súas notas e anexos serán sincronizados de novo e enviados sen cifrar ao destino. Desexa continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"A activación do cifrado significa que *todas* as súas notas e anexos van ser resincronizados e enviados cifrados ao destino da sincronización. Non perda o contrasinal xa que, por motivos de seguranza, é a *única* forma de descifrar os datos. Para activar o cifrado, introduza o contrasinal a continuación.","Disable encryption":"Desactivar cifrado","Enable encryption":"Activar cifrado","Master Keys":"Chaves mestras","Active":"Activa","ID":"ID","Source":"Orixe","Created":"Creada","Updated":"Actualizado","Password":"Contrasinal","Password OK":"Contrasinal correcto","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: só se vai usar unha chave mestre para cifrados (a marcada como «activa»). Algunha das chaves pode usarse para descifrar elementos dependendo de cantas notas ou cadernos foron cifrados inicialmente.","Missing Master Keys":"Faltan as chaves mestras","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves mestras con estes ID úsanse para cifrar algúns dos seus elementos, con todo o aplicativo non ten actualmente acceso a eles. Probabelmente serán descargados pola sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Estado","Encryption is:":"O cifrado é:","Back":"Anterior","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Crearase o novo caderno «%s» e o ficheiro «%s» importarse dentro del","Please create a notebook first.":"Cree un caderno primerio.","Please create a notebook first":"Cree un caderno primeiro","Notebook title:":"Título do caderno:","Add or remove tags:":"Engadir ou eliminar etiquetas:","Separate each tag by a comma.":"Separar cada etiqueta por unha coma.","Rename notebook:":"Renomear caderno:","Rename tag:":"Rename tag:","Set alarm:":"Estabelecer alarma:","Layout":"Disposición","Search...":"Buscar…","Some items cannot be synchronised.":"Non é posíbel sincronizar algúns elementos.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Non é posíbel descifrar algúns elementos.","Set the password":"Estabelecer un contrasinal","Add or remove tags":"Engadir ou eliminar etiquetas","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Cambiar entre notas e tarefas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Eliminar","Delete notes?":"Desexa eliminar as notas?","No notes in here. Create one by clicking on \"New note\".":"Aquí non hai notas. Cree unha premendo en «Nova nota».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Este no é un caderno. Cree un, premendo en «Novo caderno».","Location":"","URL":"","Note properties":"","Open...":"Abrir…","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gardar como…","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ligazón ou mensaxe incompatíbeis: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota non ten contido. Prema en «%s» para ir ao editor e modificar a nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"tarefas pendentes","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Actualizar","Clear":"Limpar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"","Options":"Opcións","Synchronisation Status":"Estado da sincronización","Encryption Options":"Opcións de cifrado","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Desexa eliminar esta etiqueta de todas as notas?","Remove this search from the sidebar?":"Desexa eliminar esta busca da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione onde exportar o estado da sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Bandeira descoñecida: %s","Dropbox":"","File system":"Sistema de ficheiros","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (só para prova)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de rexistro descoñecido: %s","Unknown level ID: %s":"ID de nivel descoñecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non é posíbel actualizar o «token»: faltan datos da autenticación. Iniciar a sincronización de novo pode arranxar o problema.","Untitled":"Sen título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Non foi posíbel sincronizar con OneDrive.\n\nEste erro sucede moitas veces cando se usa OneDrive for Business, o cal desgraciadamente aínda non é compatíbel.\n\nConsidere usar unha conta normal de OneDrive.","Cannot access %s":"Non é posíbel acceder a %s","Created local items: %d.":"Elementos locais creados: %d.","Updated local items: %d.":"Elementos locais actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locais borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inactivo","In progress":"En proceso","Synchronisation is already in progress. State: %s":"A sincronización xa está en proceso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Non é posíbel modificar elementos cifrados","Conflicts":"Conflitos","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Esta nota non ten información de xeolocalización.","Cannot copy note to \"%s\" notebook":"Non é posíbel copiar a nota ao caderno «%s»","Cannot move note to \"%s\" notebook":"Non é posíbel mover a nota ao caderno «%s»","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Escuro","Uncompleted to-dos on top":"Tarefas sen completar arriba","Show completed to-dos":"Show completed to-dos","Sort notes by":"Ordenar notas por","Reverse sort order":"Orde inversa","Save geo-location with notes":"Gardar xeolocalización coas notas","When creating a new to-do:":"Cando se crea unha nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Cando se crea unha nova nota:","Show tray icon":"Mostrar a icona na bandexa","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Porcentaxe de ampliación","Editor font size":"Editor font size","Editor font family":"Familia de tipos de letra do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Actualizar automaticamente o aplicativo","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostrar opcións avanzadas","Synchronisation target":"Destino da sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Destino co que sincronizar. Cada destino da sincronización pode ter parámetros adicionais que se chaman «sync.NUM.NAME» (documentados arriba).","Directory to synchronise with (absolute path)":"Cartafol a sincronizar con (ruta absoluta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Ruta para sincronizar cando estea activada a sincronización do sistema de ficheiros. Vexa «sync.target».","Nextcloud WebDAV URL":"URL de Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contrasinal do Nextcloud","WebDAV URL":"URL do WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contrasinal do WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Ficheiro de exportación do Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartafol de exportación do Joplin","Evernote Export File":"Ficheiro de exportación de Evernote","Json Export Directory":"Json Export Directory","Directory":"Cartafol","Cannot load \"%s\" module for format \"%s\"":"Non foi posíbel cargar o módulo «%s» para o formato «%s»","Please specify import format for %s":"Indique o formato de importación de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este elemento está cifrado: %s «%s». Agarde a que se descifren todos os elementos e ténteo de novo.","There is no data to export.":"Non hai datos para exportar.","Please specify the notebook where the notes should be imported to.":"Indique o caderno ao que importar as notas.","Items that cannot be synchronised":"Elementos que non se poden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes elementos permanecerán no dispositivo pero non se enviarán ao destino de sincronización. Co fin de atopar estes elementos pode buscalos polo título ou polo ID (mostrados entre corchetes arriba).","Sync status (synced items / total items)":"Estado da sincronización (elementos sincronizados / elementos totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"En conflito: %d","To delete: %d":"Borrar: %d","Folders":"Cartafoles","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Non ten notas actualmente. Cree unha premendo no botón (+).","Delete these notes?":"Desexa eliminar estas notas?","Log":"Rexistro","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Prema para estabelecer o contrasinal de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetas novas:","Type new tags or select from list":"Escriba etiquetas novas ou seleccione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Chave mestra %s","Created: %s":"Creado: %s","Password:":"Contrasinal:","Password cannot be empty":"O contrasinal non pode estar baleiro","Enable":"Activar","The notebook could not be saved: %s":"Non foi posíbel gardar o caderno: %s","Edit notebook":"Editar caderno","Show all":"Mostrar todo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gardar cambios","Discard changes":"Desbotar os cambios","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imaxe incompatíbel: %s","Take photo":"Take photo","Attach photo":"Anexar foto","Attach any file":"Adxuntar calquera ficheiro","Share":"","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Mostrar metadatos","View on map":"Ver no mapa","Go to source URL":"","Delete notebook":"Eliminar caderno","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Prema no botón (+) para crear unha nota ou caderno. Prema no menú lateral para acceder aos cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Non ten cadernos actualmente. Cree un premendo no botón (+).","Welcome":"Benvido/a"} \ No newline at end of file diff --git a/ElectronClient/app/locales/hr_HR.json b/ElectronClient/app/locales/hr_HR.json index b67bbe00b..ba588996f 100644 --- a/ElectronClient/app/locales/hr_HR.json +++ b/ElectronClient/app/locales/hr_HR.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Da bi mogao obrisati oznaku, skini oznaku s povezanih bilješki.","Please select the note or notebook to be deleted first.":"Odaberi bilješku ili bilježnicu za brisanje.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisni Ctrl+D ili napiši \"exit\" za izlazak iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Više od jednog rezultata odgovara \"%s\". Promijeni upit.","No notebook selected.":"Nije odabrana bilježnica.","No notebook has been specified.":"Nije specificirana bilježnica.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Prekid sinkronizacije u pozadini... Pričekaj.","No such command: %s":"Ne postoji naredba: %s","The command \"%s\" is only available in GUI mode":"Naredba \"%s\" postoji samo u inačici s grafičkim sučeljem","Cannot change encrypted item":"","Missing required argument: %s":"Nedostaje obavezni argument: %s","%s: %s":"%s: %s","Your choice: ":"Tvoj izbor: ","Invalid answer: %s":"Nevažeći odgovor: %s","Attaches the given file to the note.":"Prilaže datu datoteku bilješci.","Cannot find \"%s\".":"Ne mogu naći \"%s\".","Displays the given note.":"Prikazuje datu bilješku.","Displays the complete information about note.":"Prikazuje potpunu informaciju o bilješci.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.","Also displays unset and hidden config variables.":"Također prikazuje nepostavljene i skrivene konfiguracijske varijable.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.","Marks a to-do as done.":"Označava zadatak završenim.","Note is not a to-do: \"%s\"":"Bilješka nije zadatak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"Enabled","Disabled":"Onemogućeno","Encryption is: %s":"","Edit note.":"Uredi bilješku.","No text editor is defined. Please set it using `config editor `":"No text editor is defined. Please set it using `config editor `","No active notebook.":"Nema aktivne bilježnice.","Note does not exist: \"%s\". Create it?":"Bilješka ne postoji: \"%s\". Napravi je?","Starting to edit note. Close the editor to get back to the prompt.":"Starting to edit note. Close the editor to get back to the prompt.","Error opening note in editor: %s":"","Note has been saved.":"Bilješka je spremljena.","Exits the application.":"Izlaz iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Izvozi samo datu bilješku.","Exports only the given notebook.":"Izvozi samo datu bilježnicu.","Displays a geolocation URL for the note.":"Prikazuje geolokacijski URL bilješke.","Displays usage information.":"Prikazuje informacije o korištenju.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Prečaci nisu podržani u naredbenom retku.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Upiši `help [naredba]` za više informacija o naredbi ili `help all` za sve informacije o korištenju.","The possible commands are:":"Moguće naredbe su:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Za prijelaz iz jednog okna u drugo, pritisni Tab ili Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use the arrows and page up/down to scroll the lists and text areas (including this console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za ulaz u naredbeni redak, pritisni \":\"","To exit command line mode, press ESCAPE":"Za izlaz iz naredbenog retka, pritisni Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ne pitaj za potvrdu.","Found: %d.":"Nađeno: %d.","Created: %d.":"Stvoreno: %d.","Updated: %d.":"Ažurirano: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Resursi: %d.","Tagged: %d.":"Označeno: %d.","Importing notes...":"Uvozim bilješke...","The notes have been imported: %s":"Bilješke su uvezene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikazuje bilješke u trenutnoj bilježnici. Upiši `ls /` za prikaz liste bilježnica.","Displays only the first top notes.":"Prikaži samo prvih bilješki.","Sorts the item by (eg. title, updated_time, created_time).":"Sorts the item by (eg. title, updated_time, created_time).","Reverses the sorting order.":"Mijenja redoslijed.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.","Either \"text\" or \"json\"":"Ili \"text\" ili \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE","Please select a notebook first.":"Odaberi bilježnicu.","Creates a new notebook.":"Stvara novu bilježnicu.","Creates a new note.":"Stvara novu bilješku.","Notes can only be created within a notebook.":"Bilješke je moguće stvoriti samo u sklopu bilježnice.","Creates a new to-do.":"Stvara novi zadatak.","Moves the notes matching to [notebook].":"Premješta podudarajuće bilješke u [bilježnicu].","Renames the given (note or notebook) to .":"Renames the given (note or notebook) to .","Deletes the given notebook.":"Briše datu bilježnicu.","Deletes the notebook without asking for confirmation.":"Briše bilježnicu bez traženja potvrde.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Deletes the notes matching .","Deletes the notes without asking for confirmation.":"Briše bilješke bez traženja potvrde.","%d notes match this pattern. Delete them?":"%d bilješki se podudara s pojmom pretraživanja. Obriši ih?","Delete note?":"Obrisati bilješku?","Searches for the given in all the notes.":"Searches for the given in all the notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Prikazuje sažetak o bilješkama i bilježnicama.","Synchronises with remote storage.":"Sinkronizira sa udaljenom pohranom podataka.","Sync to provided target (defaults to sync.target config value)":"Sinkroniziraj sa metom (default je polje sync.target u konfiguraciji)","Authentication was not completed (did not receive an authentication token).":"Authentication was not completed (did not receive an authentication token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sinkronizacija je već u toku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ako sinkronizacija nije u toku, obriši lock datoteku u \"%s\" i nastavi...","Synchronisation target: %s (%s)":"Meta sinkronizacije: %s (%s)","Cannot initialize synchroniser.":"Ne mogu započeti sinkronizaciju.","Starting synchronisation...":"Započinjem sinkronizaciju...","Downloading resources...":"","Cancelling... Please wait.":"Prekidam... Pričekaj."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Nevažeća naredba: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.","Marks a to-do as non-completed.":"Označava zadatak kao nezavršen.","Switches to [notebook] - all further operations will happen within this notebook.":"Switches to [notebook] - all further operations will happen within this notebook.","Displays version information":"Prikazuje verziju","%s %s (%s)":"%s %s (%s)","Enum":"Enumeracija","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Moguće vrijednosti: %s.","Default: %s":"Default: %s","Possible keys/values:":"Mogući ključevi/vrijednosti:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatalna greška:","The application has been authorised - you may now close this browser tab.":"Aplikacija je autorizirana - smiješ zatvoriti karticu preglednika.","The application has been successfully authorised.":"Aplikacija je uspješno autorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otvori sljedeći URL u pregledniku da bi ovjerio aplikaciju. Aplikacija će stvoriti direktorij u \"Apps/Joplin\" i koristiti će samo taj direktorij za čitanje i pisanje. Aplikacija neće imati pristup osobnim podacima niti ičemu izvan tog direktorija. Nijedan se podatak neće dijeliti s trećom stranom.","Search:":"Traži:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Datoteka","New note":"Nova bilješka","New to-do":"Novi zadatak","New notebook":"Nova bilježnica","Import":"Uvoz","Export":"Export","Print":"","Hide %s":"","Quit":"Izađi","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Zalijepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Pretraži u svim bilješkama","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Alati","Synchronisation status":"Status sinkronizacije","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Pomoć","Website and documentation":"Website i dokumentacija","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"U redu","Cancel":"Odustani","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Apply":"","Submit":"","Save":"Spremi","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"ID","Source":"Izvor","Created":"Stvoreno","Updated":"Ažurirano","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"","Back":"Natrag","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova bilježnica \"%s\" će biti stvorena i datoteka \"%s\" će biti uvezena u nju","Please create a notebook first.":"Prvo stvori bilježnicu.","Please create a notebook first":"Prvo stvori bilježnicu","Notebook title:":"Naslov bilježnice:","Add or remove tags:":"Dodaj ili makni oznake:","Separate each tag by a comma.":"Odvoji oznake zarezom.","Rename notebook:":"Preimenuj bilježnicu:","Rename tag:":"Rename tag:","Set alarm:":"Postavi upozorenje:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Neke stavke se ne mogu sinkronizirati.","View them now":"Pogledaj ih sada","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Dodaj ili makni oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Zamijeni bilješku i zadatak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Obriši","Delete notes?":"Obriši bilješke?","No notes in here. Create one by clicking on \"New note\".":"Ovdje nema bilješki. Stvori novu pritiskom na \"Nova bilješka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ovdje nema bilježnica. Stvori novu pritiskom na \"Nova bilježnica\".","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodržana poveznica ili poruka: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Osvježi","Clear":"Očisti","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opcije","Synchronisation Status":"Status Sinkronizacije","Encryption Options":"","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Makni ovu oznaku iz svih bilješki?","Remove this search from the sidebar?":"Makni ovu pretragu iz izbornika?","Rename":"Preimenuj","Synchronise":"Sinkroniziraj","Notebooks":"Bilježnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Odaberi lokaciju za izvoz statusa sinkronizacije","Usage: %s":"Korištenje: %s","Unknown flag: %s":"Nepoznata zastavica: %s","Dropbox":"","File system":"Datotečni sustav","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Samo za testiranje)","WebDAV":"","Unknown log level: %s":"Nepoznata razina logiranja: %s","Unknown level ID: %s":"Nepoznat ID razine: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nedostaju podaci za ovjeru. Pokušaj ponovo započeti sinkronizaciju.","Untitled":"Nenaslovljen","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne mogu sinkronizirati OneDrive.\n\nOva greška se često javlja pri korištenju usluge OneDrive for Business koja nije podržana.\n\nMolimo da koristite obični OneDrive korisnički račun.","Cannot access %s":"Ne mogu pristupiti %s","Created local items: %d.":"Stvorene lokalne stavke: %d.","Updated local items: %d.":"Ažurirane lokalne stavke: %d.","Created remote items: %d.":"Stvorene udaljene stavke: %d.","Updated remote items: %d.":"Ažurirane udaljene stavke: %d.","Deleted local items: %d.":"Obrisane lokalne stavke: %d.","Deleted remote items: %d.":"Obrisane udaljene stavke: %d.","Fetched items: %d/%d.":"Fetched items: %d/%d.","Cancelling...":"Prekidam...","Completed: %s":"Dovršeno: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizacija je već u toku. Stanje: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Sukobi","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ova bilješka nema geolokacijske informacije.","Cannot copy note to \"%s\" notebook":"Ne mogu kopirati bilješku u bilježnicu %s","Cannot move note to \"%s\" notebook":"Ne mogu premjestiti bilješku u bilježnicu %s","Language":"Jezik","Date format":"Format datuma","Time format":"Format vremena","Theme":"Tema","Light":"Svijetla","Dark":"Tamna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Spremi geolokacijske podatke sa bilješkama","When creating a new to-do:":"When creating a new to-do:","Focus title":"Focus title","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatsko instaliranje nove verzije","Synchronisation interval":"Interval sinkronizacije","%d minutes":"%d minuta","%d hour":"%d sat","%d hours":"%d sati","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Prikaži napredne opcije","Synchronisation target":"Sinkroniziraj sa","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Direktorij za sinkroniziranje (apsolutna putanja)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Putanja do direktorija za sinkronizaciju u slučaju kad je sinkronizacija sa datotečnim sustavom omogućena. Vidi `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Stavke koje se ne mogu sinkronizirati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"Status (sinkronizirane stavke / ukupni broj stavki)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Ukupno: %d/%d","Conflicted: %d":"U sukobu: %d","To delete: %d":"Za brisanje: %d","Folders":"Mape","%s: %d notes":"%s: %d notes","Coming alarms":"Nadolazeća upozorenja","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno nema bilješki. Stvori novu klikom na (+) gumb.","Delete these notes?":"Obriši ove bilješke?","Log":"Log","Export Debug Report":"Izvezi Debug izvještaj","Encryption Config":"","Configuration":"Konfiguracija","Move to notebook...":"Premjesti u bilježnicu...","Move %d notes to notebook \"%s\"?":"Premjesti %d bilješke u bilježnicu \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Bilježnicu nije moguće snimiti: %s","Edit notebook":"Uredi bilježnicu","Show all":"","Errors only":"","This note has been modified:":"Bilješka je promijenjena:","Save changes":"Spremi promjene","Discard changes":"Odbaci promjene","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodržana vrsta slike: %s","Take photo":"Take photo","Attach photo":"Priloži sliku","Attach any file":"Priloži datoteku","Share":"","Convert to note":"Pretvori u bilješku","Convert to todo":"Pretvori u zadatak","Hide metadata":"Sakrij metapodatke","Show metadata":"Prikaži metapodatke","View on map":"Vidi na karti","Go to source URL":"","Delete notebook":"Obriši bilježnicu","Login with OneDrive":"Prijavi se u OneDrive","Search":"Traži","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikni (+) gumb za dodavanje nove bilješke ili bilježnice ili odaberi postojeću bilježnicu iz izbornika.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nemaš nijednu bilježnicu. Stvori novu klikom na (+) gumb.","Welcome":"Dobro došli"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Da bi mogao obrisati oznaku, skini oznaku s povezanih bilješki.","Please select the note or notebook to be deleted first.":"Odaberi bilješku ili bilježnicu za brisanje.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisni Ctrl+D ili napiši \"exit\" za izlazak iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Više od jednog rezultata odgovara \"%s\". Promijeni upit.","No notebook selected.":"Nije odabrana bilježnica.","No notebook has been specified.":"Nije specificirana bilježnica.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Prekid sinkronizacije u pozadini... Pričekaj.","No such command: %s":"Ne postoji naredba: %s","The command \"%s\" is only available in GUI mode":"Naredba \"%s\" postoji samo u inačici s grafičkim sučeljem","Cannot change encrypted item":"","Missing required argument: %s":"Nedostaje obavezni argument: %s","%s: %s":"%s: %s","Your choice: ":"Tvoj izbor: ","Invalid answer: %s":"Nevažeći odgovor: %s","Attaches the given file to the note.":"Prilaže datu datoteku bilješci.","Cannot find \"%s\".":"Ne mogu naći \"%s\".","Displays the given note.":"Prikazuje datu bilješku.","Displays the complete information about note.":"Prikazuje potpunu informaciju o bilješci.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.","Also displays unset and hidden config variables.":"Također prikazuje nepostavljene i skrivene konfiguracijske varijable.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.","Marks a to-do as done.":"Označava zadatak završenim.","Note is not a to-do: \"%s\"":"Bilješka nije zadatak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"Enabled","Disabled":"Onemogućeno","Encryption is: %s":"","Edit note.":"Uredi bilješku.","No text editor is defined. Please set it using `config editor `":"No text editor is defined. Please set it using `config editor `","No active notebook.":"Nema aktivne bilježnice.","Note does not exist: \"%s\". Create it?":"Bilješka ne postoji: \"%s\". Napravi je?","Starting to edit note. Close the editor to get back to the prompt.":"Starting to edit note. Close the editor to get back to the prompt.","Error opening note in editor: %s":"","Note has been saved.":"Bilješka je spremljena.","Exits the application.":"Izlaz iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Izvozi samo datu bilješku.","Exports only the given notebook.":"Izvozi samo datu bilježnicu.","Displays a geolocation URL for the note.":"Prikazuje geolokacijski URL bilješke.","Displays usage information.":"Prikazuje informacije o korištenju.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Prečaci nisu podržani u naredbenom retku.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Upiši `help [naredba]` za više informacija o naredbi ili `help all` za sve informacije o korištenju.","The possible commands are:":"Moguće naredbe su:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Za prijelaz iz jednog okna u drugo, pritisni Tab ili Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use the arrows and page up/down to scroll the lists and text areas (including this console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za ulaz u naredbeni redak, pritisni \":\"","To exit command line mode, press ESCAPE":"Za izlaz iz naredbenog retka, pritisni Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ne pitaj za potvrdu.","Found: %d.":"Nađeno: %d.","Created: %d.":"Stvoreno: %d.","Updated: %d.":"Ažurirano: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Resursi: %d.","Tagged: %d.":"Označeno: %d.","Importing notes...":"Uvozim bilješke...","The notes have been imported: %s":"Bilješke su uvezene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikazuje bilješke u trenutnoj bilježnici. Upiši `ls /` za prikaz liste bilježnica.","Displays only the first top notes.":"Prikaži samo prvih bilješki.","Sorts the item by (eg. title, updated_time, created_time).":"Sorts the item by (eg. title, updated_time, created_time).","Reverses the sorting order.":"Mijenja redoslijed.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.","Either \"text\" or \"json\"":"Ili \"text\" ili \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE","Please select a notebook first.":"Odaberi bilježnicu.","Creates a new notebook.":"Stvara novu bilježnicu.","Creates a new note.":"Stvara novu bilješku.","Notes can only be created within a notebook.":"Bilješke je moguće stvoriti samo u sklopu bilježnice.","Creates a new to-do.":"Stvara novi zadatak.","Moves the notes matching to [notebook].":"Premješta podudarajuće bilješke u [bilježnicu].","Renames the given (note or notebook) to .":"Renames the given (note or notebook) to .","Deletes the given notebook.":"Briše datu bilježnicu.","Deletes the notebook without asking for confirmation.":"Briše bilježnicu bez traženja potvrde.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Deletes the notes matching .","Deletes the notes without asking for confirmation.":"Briše bilješke bez traženja potvrde.","%d notes match this pattern. Delete them?":"%d bilješki se podudara s pojmom pretraživanja. Obriši ih?","Delete note?":"Obrisati bilješku?","Searches for the given in all the notes.":"Searches for the given in all the notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Prikazuje sažetak o bilješkama i bilježnicama.","Synchronises with remote storage.":"Sinkronizira sa udaljenom pohranom podataka.","Sync to provided target (defaults to sync.target config value)":"Sinkroniziraj sa metom (default je polje sync.target u konfiguraciji)","Authentication was not completed (did not receive an authentication token).":"Authentication was not completed (did not receive an authentication token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sinkronizacija je već u toku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ako sinkronizacija nije u toku, obriši lock datoteku u \"%s\" i nastavi...","Synchronisation target: %s (%s)":"Meta sinkronizacije: %s (%s)","Cannot initialize synchroniser.":"Ne mogu započeti sinkronizaciju.","Starting synchronisation...":"Započinjem sinkronizaciju...","Downloading resources...":"","Cancelling... Please wait.":"Prekidam... Pričekaj."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Nevažeća naredba: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.","Marks a to-do as non-completed.":"Označava zadatak kao nezavršen.","Switches to [notebook] - all further operations will happen within this notebook.":"Switches to [notebook] - all further operations will happen within this notebook.","Displays version information":"Prikazuje verziju","%s %s (%s)":"%s %s (%s)","Enum":"Enumeracija","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Moguće vrijednosti: %s.","Default: %s":"Default: %s","Possible keys/values:":"Mogući ključevi/vrijednosti:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatalna greška:","The application has been authorised - you may now close this browser tab.":"Aplikacija je autorizirana - smiješ zatvoriti karticu preglednika.","The application has been successfully authorised.":"Aplikacija je uspješno autorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otvori sljedeći URL u pregledniku da bi ovjerio aplikaciju. Aplikacija će stvoriti direktorij u \"Apps/Joplin\" i koristiti će samo taj direktorij za čitanje i pisanje. Aplikacija neće imati pristup osobnim podacima niti ičemu izvan tog direktorija. Nijedan se podatak neće dijeliti s trećom stranom.","Search:":"Traži:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Datoteka","New note":"Nova bilješka","New to-do":"Novi zadatak","New notebook":"Nova bilježnica","Import":"Uvoz","Export":"Export","Print":"","Hide %s":"","Quit":"Izađi","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Zalijepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Pretraži u svim bilješkama","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Alati","Synchronisation status":"Status sinkronizacije","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Pomoć","Website and documentation":"Website i dokumentacija","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"U redu","Cancel":"Odustani","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Apply":"","Submit":"","Save":"Spremi","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"ID","Source":"Izvor","Created":"Stvoreno","Updated":"Ažurirano","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"","Back":"Natrag","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova bilježnica \"%s\" će biti stvorena i datoteka \"%s\" će biti uvezena u nju","Please create a notebook first.":"Prvo stvori bilježnicu.","Please create a notebook first":"Prvo stvori bilježnicu","Notebook title:":"Naslov bilježnice:","Add or remove tags:":"Dodaj ili makni oznake:","Separate each tag by a comma.":"Odvoji oznake zarezom.","Rename notebook:":"Preimenuj bilježnicu:","Rename tag:":"Rename tag:","Set alarm:":"Postavi upozorenje:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Neke stavke se ne mogu sinkronizirati.","View them now":"Pogledaj ih sada","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Dodaj ili makni oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Zamijeni bilješku i zadatak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Obriši","Delete notes?":"Obriši bilješke?","No notes in here. Create one by clicking on \"New note\".":"Ovdje nema bilješki. Stvori novu pritiskom na \"Nova bilješka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ovdje nema bilježnica. Stvori novu pritiskom na \"Nova bilježnica\".","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodržana poveznica ili poruka: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Osvježi","Clear":"Očisti","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opcije","Synchronisation Status":"Status Sinkronizacije","Encryption Options":"","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Makni ovu oznaku iz svih bilješki?","Remove this search from the sidebar?":"Makni ovu pretragu iz izbornika?","Rename":"Preimenuj","Synchronise":"Sinkroniziraj","Notebooks":"Bilježnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Odaberi lokaciju za izvoz statusa sinkronizacije","Usage: %s":"Korištenje: %s","Unknown flag: %s":"Nepoznata zastavica: %s","Dropbox":"","File system":"Datotečni sustav","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Samo za testiranje)","WebDAV":"","Unknown log level: %s":"Nepoznata razina logiranja: %s","Unknown level ID: %s":"Nepoznat ID razine: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nedostaju podaci za ovjeru. Pokušaj ponovo započeti sinkronizaciju.","Untitled":"Nenaslovljen","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne mogu sinkronizirati OneDrive.\n\nOva greška se često javlja pri korištenju usluge OneDrive for Business koja nije podržana.\n\nMolimo da koristite obični OneDrive korisnički račun.","Cannot access %s":"Ne mogu pristupiti %s","Created local items: %d.":"Stvorene lokalne stavke: %d.","Updated local items: %d.":"Ažurirane lokalne stavke: %d.","Created remote items: %d.":"Stvorene udaljene stavke: %d.","Updated remote items: %d.":"Ažurirane udaljene stavke: %d.","Deleted local items: %d.":"Obrisane lokalne stavke: %d.","Deleted remote items: %d.":"Obrisane udaljene stavke: %d.","Fetched items: %d/%d.":"Fetched items: %d/%d.","Cancelling...":"Prekidam...","Completed: %s":"Dovršeno: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizacija je već u toku. Stanje: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Sukobi","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ova bilješka nema geolokacijske informacije.","Cannot copy note to \"%s\" notebook":"Ne mogu kopirati bilješku u bilježnicu %s","Cannot move note to \"%s\" notebook":"Ne mogu premjestiti bilješku u bilježnicu %s","Language":"Jezik","Date format":"Format datuma","Time format":"Format vremena","Theme":"Tema","Light":"Svijetla","Dark":"Tamna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Spremi geolokacijske podatke sa bilješkama","When creating a new to-do:":"When creating a new to-do:","Focus title":"Focus title","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatsko instaliranje nove verzije","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Interval sinkronizacije","%d minutes":"%d minuta","%d hour":"%d sat","%d hours":"%d sati","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Prikaži napredne opcije","Synchronisation target":"Sinkroniziraj sa","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Direktorij za sinkroniziranje (apsolutna putanja)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Putanja do direktorija za sinkronizaciju u slučaju kad je sinkronizacija sa datotečnim sustavom omogućena. Vidi `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Stavke koje se ne mogu sinkronizirati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"Status (sinkronizirane stavke / ukupni broj stavki)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Ukupno: %d/%d","Conflicted: %d":"U sukobu: %d","To delete: %d":"Za brisanje: %d","Folders":"Mape","%s: %d notes":"%s: %d notes","Coming alarms":"Nadolazeća upozorenja","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno nema bilješki. Stvori novu klikom na (+) gumb.","Delete these notes?":"Obriši ove bilješke?","Log":"Log","Export Debug Report":"Izvezi Debug izvještaj","Encryption Config":"","Configuration":"Konfiguracija","Move to notebook...":"Premjesti u bilježnicu...","Move %d notes to notebook \"%s\"?":"Premjesti %d bilješke u bilježnicu \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Bilježnicu nije moguće snimiti: %s","Edit notebook":"Uredi bilježnicu","Show all":"","Errors only":"","This note has been modified:":"Bilješka je promijenjena:","Save changes":"Spremi promjene","Discard changes":"Odbaci promjene","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodržana vrsta slike: %s","Take photo":"Take photo","Attach photo":"Priloži sliku","Attach any file":"Priloži datoteku","Share":"","Convert to note":"Pretvori u bilješku","Convert to todo":"Pretvori u zadatak","Hide metadata":"Sakrij metapodatke","Show metadata":"Prikaži metapodatke","View on map":"Vidi na karti","Go to source URL":"","Delete notebook":"Obriši bilježnicu","Login with OneDrive":"Prijavi se u OneDrive","Search":"Traži","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikni (+) gumb za dodavanje nove bilješke ili bilježnice ili odaberi postojeću bilježnicu iz izbornika.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nemaš nijednu bilježnicu. Stvori novu klikom na (+) gumb.","Welcome":"Dobro došli"} \ No newline at end of file diff --git a/ElectronClient/app/locales/it_IT.json b/ElectronClient/app/locales/it_IT.json index 4ec6e039b..4c8a60c7e 100644 --- a/ElectronClient/app/locales/it_IT.json +++ b/ElectronClient/app/locales/it_IT.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Per cancellare un'etichetta, togli l'etichetta associata alle note.","Please select the note or notebook to be deleted first.":"Per favore seleziona la nota o il taccuino da eliminare.","Press Ctrl+D or type \"exit\" to exit the application":"Premi Ctrl+D o digita \"exit\" per uscire dall'applicazione","More than one item match \"%s\". Please narrow down your query.":"Più di un elemento corrisponde a \"%s\". Per favore restringi la ricerca.","No notebook selected.":"Nessun taccuino selezionato.","No notebook has been specified.":"Nessun taccuino è stato specificato.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancellazione della sincronizzazione in background... Attendere prego.","No such command: %s":"Nessun comando: %s","The command \"%s\" is only available in GUI mode":"Il comando \"%s\" è disponibile solo nella modalità grafica","Cannot change encrypted item":"Impossibile modificare l'elemento criptato","Missing required argument: %s":"Argomento richiesto mancante: %s","%s: %s":"%s: %s","Your choice: ":"La tua scelta: ","Invalid answer: %s":"Risposta non valida: %s","Attaches the given file to the note.":"Allega il seguente file alla nota.","Cannot find \"%s\".":"Non posso trovare \"%s\".","Displays the given note.":"Mostra la seguente nota.","Displays the complete information about note.":"Mostra le informazioni complete sulla nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Ricevi o imposta un valore di configurazione. se [value] non è impostato, verrà mostrato il valore del [name]. Se sia [name] che [valore] sono impostati, verrà mostrata la configurazione corrente.","Also displays unset and hidden config variables.":"Mostra anche le variabili di configurazione non impostate o nascoste.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica le note che corrispondono a nel [notebook]. Se nessun Taccuino è specificato, la nota viene duplicata nel Taccuino corrente.","Marks a to-do as done.":"Segna un \"Cose-da-fare\" come completato.","Note is not a to-do: \"%s\"":"La nota non è un \"Cose-da-fare\": \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestisci la configurazione E2EE. I comandi sono `abilita`, `disabilita`, `decripta`, `stato` e `stato-target`.","Enter master password:":"Inserisci password principale:","Operation cancelled":"Operazione annullata","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Avvio decrittazione ... Attendere prego, ci potrebbero volere diversi minuti per la decriptazione.","Completed decryption.":"Decrittografia completata.","Enabled":"Attivato","Disabled":"Disabilitato","Encryption is: %s":"La crittografia è: %s","Edit note.":"Modifica nota.","No text editor is defined. Please set it using `config editor `":"Non è definito nessun editor di testo. Per favore impostalo usando `config editor `","No active notebook.":"Nessun Taccuino attivo.","Note does not exist: \"%s\". Create it?":"Non esiste la nota: \"%s\". Desideri crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Comincia a modificare la nota. Chiudi l'editor per tornare al prompt.","Error opening note in editor: %s":"Errore durante l'apertura della nota nell'editor: %s","Note has been saved.":"La nota è stata salvata.","Exits the application.":"Esci dall'applicazione.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Esporta i dati da Joplin nella directory selezionata. Come impostazione predefinita verrà esportato il database completo, inclusi i taccuini, note, etichette e risorse.","Destination format: %s":"Formato di destinazione: %s","Exports only the given note.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente Taccuino.","Displays a geolocation URL for the note.":"Mostra l'URL di geolocalizzazione per la nota.","Displays usage information.":"Mostra le informazioni di utilizzo.","For information on how to customise the shortcuts please visit %s":"Per informazioni su come personalizzare le scorciatoie si prega di visitare %s","Shortcuts are not available in CLI mode.":"Le scorciatoie non sono disponibili nella modalità CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Type `help [command]` for more information about a command; or type `help all` for the complete usage information.","The possible commands are:":"I possibili comandi sono:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In ciascun comando, si deve necessariamente definire una Nota o un Taccuino usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il Taccuino selezionato `$c` può essere usato per fare riferimento all'elemento selezionato.","To move from one pane to another, press Tab or Shift+Tab.":"Per passare da un pannello all'altro, premi Tab o Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usa le frecce e pagina su/giù per scorrere le liste e le aree di testo (compresa questa console).","To maximise/minimise the console, press \"tc\".":"Per massimizzare/minimizzare la console, premi \"tc\".","To enter command line mode, press \":\"":"Per entrare nella modalità command line, premi \":\"","To exit command line mode, press ESCAPE":"Per uscire dalla modalità command line, premi ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Per l'elenco delle scorciatoie da tastiera e delle opzioni di configurazione, digita `help keymap`","Imports data into Joplin.":"Importa i dati in Joplin.","Source format: %s":"Formato sorgente: %s","Do not ask for confirmation.":"Non chiedere conferma.","Found: %d.":"Trovato: %d.","Created: %d.":"Creato: %d.","Updated: %d.":"Aggiornato: %d.","Skipped: %d.":"Saltato: %d.","Resources: %d.":"Risorse: %d.","Tagged: %d.":"Etichettato: %d.","Importing notes...":"Importazione delle note...","The notes have been imported: %s":"Le note sono state importate: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra le Note nel seguente Taccuino. Usa `ls /` per mostrare la lista dei Taccuini.","Displays only the first top notes.":"Mostra solo le prima note.","Sorts the item by (eg. title, updated_time, created_time).":"Ordina per (es. titolo, ultimo aggiornamento, creazione).","Reverses the sorting order.":"Inverti l'ordine.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Mostra solo gli elementi del tipo specificato. Possono essere `n` per le note, `t` per le \"Cose-da-fare\" o `nt` per note e \"Cose-da-fare\". (es. `-tt` mostrerà solo le \"Cose-da-fare\", mentre `-ttd` mostrerà sia note che \"Cose-da-fare\".","Either \"text\" or \"json\"":"Sia \"testo\" che \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa un formato lungo di lista. Il formato è ID, NOTE_COUNT (per i blocchi note), DATE, TODO_CHECKED (per le \"Cose-da-fare\"), TITLE","Please select a notebook first.":"Per favore prima seleziona un Taccuino.","Creates a new notebook.":"Crea un nuovo Taccuino.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno del Taccuino.","Creates a new to-do.":"Crea una nuovo \"Cose-da-fare\".","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (Nota o Taccuino) in .","Deletes the given notebook.":"Elimina il seguente Taccuino.","Deletes the notebook without asking for confirmation.":"Elimina il Taccuino senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Eliminare taccuino? Anche tutte le note e cartelle di questo taccuino saranno cancellati.","Deletes the notes matching .":"Elimina le note che corrispondono a .","Deletes the notes without asking for confirmation.":"Elimina le note senza chiedere conferma.","%d notes match this pattern. Delete them?":"%d note corrispondono. Eliminarle?","Delete note?":"Eliminare la nota?","Searches for the given in all the notes.":"Cerca in tutte le note.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Imposta la proprietà della data al [value] specificato. Le possibili proprietà sono:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei taccuini.","Synchronises with remote storage.":"Sincronizza con l'archivio remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizza con l'obiettivo fornito (come predefinito il valore di configurazione sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticazione non completata (non è stato ricevuto alcun token di autenticazione).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per consentire a Joplin di sincronizzarsi con Dropbox, procedi come indicato di seguito:","Step 1: Open this URL in your browser to authorise the application:":"Passaggio 1: apri questa URL nel tuo browser per autorizzare l'applicazione:","Step 2: Enter the code provided by Dropbox:":"Passaggio 2: inserisci il codice fornito da Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Non autenticato con %s. Si prega di fornire le credenziali mancanti.","Synchronisation is already in progress.":"La sincronizzazione è in corso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Trovato un file di blocco. Se si è certi che non è in corso alcuna sincronizzazione, è possibile eliminare il file di blocco in \"% s\" e riprendere l'operazione.","Synchronisation target: %s (%s)":"Posizione di sincronizzazione: %s (%s)","Cannot initialize synchroniser.":"Non è possibile inizializzare il sincronizzatore.","Starting synchronisation...":"Inizio sincronizzazione...","Downloading resources...":"","Cancelling... Please wait.":"Cancellazione... Attendere per favore."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando non valido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" può essere \"toggle\" or \"clear\". Usa \"toggle\" per modifica lo stato di \"Cose-da-fare\" in completato/non completato (se l'oggetto è una normale nota, questa verrà convertita in un \"Cose-da-fare\"). Usa \"clear\" convertire i \"Cose-da-fare\" in normali note.","Marks a to-do as non-completed.":"Marca un \"Cose-da-fare\" come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente Taccuino.","Displays version information":"Mostra le informazioni sulla versione","%s %s (%s)":"%s %s (%s)","Enum":"Enumerare","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valori possibili: %s.","Default: %s":"Predefinito: %s","Possible keys/values:":"Chiave/valore possibili:","Type `joplin help` for usage information.":"Scrivi `joplin help` per informazioni sull'uso.","Fatal error:":"Errore fatale:","The application has been authorised - you may now close this browser tab.":"L'applicazione è stata autorizzata - puoi chiudere questo tab del tuo browser.","The application has been successfully authorised.":"L'applicazione è stata autorizzata con successo.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Per favore apri il seguente URL nel tuo browser per autenticare l'applicazione. L'applicazione creerà una directory in \"Apps/Joplin\" e leggerà/scriverà file solo in questa directory. Non avrà accesso a nessun file all'esterno di questa directory o ad alcun dato personale. Nessun dato verrà condiviso con terze parti.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o più elementi sono attualmente crittografati e potrebbe essere necessario fornire una password principale. Per fare ciò, digitare `e2ee decrypt`. Se hai già fornito la password, gli elementi crittografati vengono decifrati in background e saranno presto disponibile.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Esportazione da \"%s\" come formato \"%s\". Si prega di attendere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importazione da \"%s\" come formato \"%s\". Si prega di attendere...","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuovo \"Cose-da-fare\"","New notebook":"Nuovo taccuino","Import":"Importa","Export":"Esporta","Print":"Stampa","Hide %s":"Nascondi %s","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Select all":"Select all","Bold":"Grasseto","Italic":"Corsivo","Insert Date Time":"Inserisci data e ora","Edit in external editor":"Modifica in un editor esterno","Search in all the notes":"Cerca in tutte le note","Search in current note":"Search in current note","View":"Vista","Toggle sidebar":"Attiva / disattiva barra laterale","Toggle editor layout":"Attiva / disattiva il layout dell'editor","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"Opzioni Web Clipper","Encryption options":"Opzioni Crittografia","General Options":"Opzioni Generali","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Fai una donazione","Check for updates...":"Controlla aggiornamenti ...","About Joplin":"Informazione su Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Aprire %s","Exit":"Esci","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"La versione attuale è aggiornata.","An update is available, do you want to download it now?":"È disponibile un aggiornamento, vuoi scaricarlo ora?","Yes":"Sì","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Il servizio Web clipper è abilitato e impostato per l'avvio automatico.","Status: Started on port %d":"Stato: avviato sulla porta %d","Status: %s":"Stato: %s","Disable Web Clipper Service":"Disattiva servizio Web Clipper","The web clipper service is not enabled.":"Il servizio web clipper non è abilitato.","Enable Web Clipper Service":"Abilita servizio Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper consente di salvare pagine Web e schermate dal tuo browser in a Joplin.","In order to use the web clipper, you need to do the following:":"Per utilizzare il web clipper, devi fare quanto segue:","Step 1: Enable the clipper service":"Passaggio 1: abilitare il servizio clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Questo servizio consente all'estensione del browser di comunicare con Joplin. Quando lo abiliti, il tuo firewall potrebbe chiederti di dare il permesso a Joplin di ascoltare una particolare porta.","Step 2: Install the extension":"Passaggio 2: installare l'estensione","Download and install the relevant extension for your browser:":"Scarica e installa l'estensione adatta per il tuo browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Controlla la configurazione della sincronizzazione","Notes and settings are stored in: %s":"Le note e le impostazioni sono memorizzate in: %s","Apply":"Applica","Submit":"Invio","Save":"Salva","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Disabilitare la crittografia significa *tutti* i tuoi appunti e gli allegati saranno risincronizzati e inviati in chiaro alla destinazione di sincronizzazione. Vuoi continuare?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Abilitare la crittografia significa *tutte* le tue note e gli allegati verranno risincronizzati e inviati crittografati alla destinazione di sincronizzazione. Non perdere la password poiché, per motivi di sicurezza, questo sarà il *solo* modo per decifrare i dati! Per abilitare la crittografia, inserisci la tua password qui sotto.","Disable encryption":"Disattiva Crittografia","Enable encryption":"Attiva Crittografia","Master Keys":"Chiave Master","Active":"Attivo","ID":"ID","Source":"Sorgente","Created":"Creato","Updated":"Aggiornato","Password":"Password","Password OK":"Password OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: verrà utilizzata una sola chiave master per la crittografia (quella contrassegnata come \"attiva\"). È possibile utilizzare qualsiasi chiave per la decrittografia, a seconda di come le note e i taccuini erano originariamente crittografati.","Missing Master Keys":"Chiave master mancante","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Le chiavi principali con questi ID vengono utilizzate per crittografare alcuni dei tuoi articoli, tuttavia l'applicazione al momento non ha accesso ad essi. È probabile che verranno scaricati tramite la sincronizzazione.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per ulteriori informazioni sulla crittografia end-to-end (E2EE) e consigli su come abilitarlo, consultare la documentazione:","Status":"Stato","Encryption is:":"La crittografia è:","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo Taccuino \"%s\" verrà creato e \"%s\" verrà importato","Please create a notebook first.":"Per favore prima crea un Taccuino.","Please create a notebook first":"Per favore prima crea un Taccuino","Notebook title:":"Titolo del Taccuino:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il Taccuino:","Rename tag:":"Rinomina Tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Cerca...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Alcuni elementi non possono essere decodificati.","Set the password":"Imposta la password","Add or remove tags":"Aggiungi o rimuovi etichetta","Duplicate":"Duplicare","%s - Copy":"%s - Copia","Switch between note and to-do type":"Converti nota in \"Cose-da-fare\" e viceversa","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copia il link Markdown","Delete":"Elimina","Delete notes?":"Eliminare le note?","No notes in here. Create one by clicking on \"New note\".":"Non è presente nessuna nota. Creane una cliccando \"Nuova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Al momento non ci sono Taccuini. Creane uno facendo clic su \"Nuovo Taccuino\".","Location":"","URL":"","Note properties":"","Open...":"Apri ...","This file could not be opened: %s":"Questo file non può essere aperto: %s","Save as...":"Salva come...","Copy path to clipboard":"Copia il percorso negli appunti","Copy Link Address":"Copia l'indirizzo del link","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Link o Messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Questa nota non ha contenuto. Fai clic su \"%s\" per attivare l'editor e modificare la nota.","strong text":"Testo grasseto","emphasized text":"Testo Sottolineato","List item":"Lista Elemento","Insert Hyperlink":"Inserire collegamento ipertestuale","Attach file":"Allega File","Tags":"Tag","Set alarm":"Imposta Allarme","In: %s":"In: %s","Hyperlink":"Collegamento ipertestuale","Code":"Codice","Numbered List":"Elenco Numerato","Bulleted List":"Elenco Puntato","Checkbox":"Casella di controllo","Heading":"Intestazione","Horizontal Rule":"Riga orizzontale","Click to stop external editing":"Fare clic per interrompere le modifiche esterne","Watching...":"Osservare...","to-do":"to-do","note":"Nota","Creating new %s...":"Creare nuovo %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"Login Dropbox","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"Opzioni di crittografia","Clipper Options":"Opzioni Clipper","Remove this tag from all the notes?":"Rimuovere questa etichetta da tutte le note?","Remove this search from the sidebar?":"Rimuovere questa ricerca dalla barra laterale?","Rename":"Rinomina","Synchronise":"Sincronizza","Notebooks":"Taccuini","Decrypting items: %d/%d":"Decrittografia Elementi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"Dropbox","File system":"File system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","WebDAV":"WebDAV","Unknown log level: %s":"Livello di log sconosciuto: %s","Unknown level ID: %s":"Livello ID sconosciuto: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non è possibile aggiornare il token. mancano i dati di autenticazione. Ricominciare la sincronizzazione da capo potrebbe risolvere il problema.","Untitled":"Senza titolo","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossibile sincronizzare con OneDrive.\n\nQuesto errore spesso accade quando si utilizza OneDrive for Business, che purtroppo non può essere supportato.\n\nSi prega di considerare l'idea di utilizzare un account OneDrive normale.","Cannot access %s":"Non è possibile accedere a %s","Created local items: %d.":"Elementi locali creati: %d.","Updated local items: %d.":"Elementi locali aggiornati: %d.","Created remote items: %d.":"Elementi remoti creati: %d.","Updated remote items: %d.":"Elementi remoti aggiornati: %d.","Deleted local items: %d.":"Elementi locali eliminati: %d.","Deleted remote items: %d.":"Elementi remoti eliminati: %d.","Fetched items: %d/%d.":"Elementi recuperati: %d/%d.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Ultimo Errore: %s","Idle":"Inattivo","In progress":"In corso","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"Crittografato","Encrypted items cannot be modified":"Gli elementi crittografati non possono essere modificati","Conflicts":"Conflitti","Cannot move notebook to this location":"Impossibile spostare il Taccuino in questa posizione","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","title":"Titolo","updated date":"Data di aggiornamento","created date":"Data di creazione","This note does not have geolocation information.":"Questa nota non ha informazione sulla geolocalizzazione.","Cannot copy note to \"%s\" notebook":"Non posso copiare la nota nel Taccuino \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel Taccuino \"%s\"","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","Uncompleted to-dos on top":"Cose da fare incomplete in cima alla lista","Show completed to-dos":"Mostra le cose da fare completate","Sort notes by":"Ordina le note per","Reverse sort order":"Inverti l'ordine","Save geo-location with notes":"Salva geolocalizzazione con le note","When creating a new to-do:":"Quando crei un nuovo \"Cose-da-fare\":","Focus title":"","Focus body":"","When creating a new note:":"Quando si crea una nuova nota:","Show tray icon":"Visualizza tray icon","Note: Does not work in all desktop environments.":"Nota: non funziona in tutti gli ambienti desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Percentuale di zoom globale","Editor font size":"Editor font size","Editor font family":"Editor Famiglia Caratteri","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Questo carattere deve essere * monospace * o non funzionerà correttamente. Se il carattere è errato o vuoto, verrà impostato automaticamente su un carattere generico monospace.","Automatically update the application":"Aggiorna automaticamente l'applicazione","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","Text editor command":"Comando editor di testo","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Il comando editor (può includere argomenti) che verrà utilizzato per aprire una nota. Se non ne viene fornita alcuna, cercherà di rilevare automaticamente l'editor predefinito.","Show advanced options":"Mostra opzioni avanzate","Synchronisation target":"Destinazione di sincronizzazione","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ogni target di sincronizzazione può avere parametri aggiuntivi denominati come `sync.NUM.NAME` (tutti documentati di seguito).","Directory to synchronise with (absolute path)":"Cartella da sincronizzare con (percorso assoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Il percorso di sincronizzazione quando la sincronizzazione è abilitata. Vedi `sync.target`.","Nextcloud WebDAV URL":"URL Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nome Utente Nextcloud","Nextcloud password":"Password Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Nome Utente WebDAV","WebDAV password":"Password WebDAV","Custom TLS certificates":"Certificati TLS personalizzati","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Elenco separato da virgole di percorsi alle cartelle per caricare i certificati o percorso dei singoli file cert. Ad esempio: /my/cert_dir, /other/custom.pem. Notare che se si apportano modifiche alle impostazioni TLS, è necessario salvare le modifiche prima di fare clic su \"Verifica configurazione sincronizzazione\".","Ignore TLS certificate errors":"Ignora gli errori del certificato TLS","Invalid option value: \"%s\". Possible values are: %s.":"Oprione non valida: \"%s\". I valori possibili sono: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Esposta files di Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartella di esportazione di Joplin","Evernote Export File":"Esporta files di Evernote","Json Export Directory":"Json Export Directory","Directory":"Cartella","Cannot load \"%s\" module for format \"%s\"":"Impossibile caricare il modulo \"%s\" per il formato \"%s\"","Please specify import format for %s":"Si prega di specificare il formato di importazione per %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Questo elemento è attualmente crittografato: %s \"%s\". Attendi che tutti gli elementi siano decodificati e riprova.","There is no data to export.":"Non ci sono dati da esportare.","Please specify the notebook where the notes should be imported to.":"Si prega di specificare il Taccuino in cui importare le note.","Items that cannot be synchronised":"Elementi che non possono essere sincronizzati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Questi elementi rimarranno sul dispositivo ma non verranno caricati nella destinazione di sincronizzazione. Per trovare questi elementi, cercare il titolo o l'ID (che viene visualizzato tra parentesi qui sopra).","Sync status (synced items / total items)":"Stato di sincronizzazione (Elementi sincronizzati / Elementi totali)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totale: %d %d","Conflicted: %d":"In conflitto: %d","To delete: %d":"Da cancellare: %d","Folders":"Cartelle","%s: %d notes":"%s: %d note","Coming alarms":"Avviso imminente","On %s: %s":"Su %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Al momento non ci sono note. Creane una cliccando sul bottone (+).","Delete these notes?":"Cancellare queste note?","Log":"Log","Export Debug Report":"Esporta il Report di Debug","Encryption Config":"Configurazione Crittografia","Configuration":"Configurazione","Move to notebook...":"Sposta sul Taccuino...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul Taccuino \"%s\"?","Press to set the decryption password.":"Premere per impostare la password di decrittografia.","Clear alarm":"Clear alarm","Save alarm":"Salva Allarme","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuovi tag:","Type new tags or select from list":"Digita nuovi tag o seleziona dalla lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per funzionare correttamente, l'app necessita delle seguenti autorizzazioni. Si prega di abilitarli nelle impostazioni del telefono, in App > Joplin > Autorizzazioni","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Archiviazione: per consentire il collegamento di file alle note e per abilitare la sincronizzazione del filesystem.","- Camera: to allow taking a picture and attaching it to a note.":"- Fotocamera: per consentire di scattare una foto e allegarla a una nota.","- Location: to allow attaching geo-location information to a note.":"- Posizione: per consentire il collegamento di informazioni sulla posizione geografica ad una nota.","Joplin website":"Siro web Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login Dropbox","Enter code here":"Enter code here","Master Key %s":"Chiave Master %s","Created: %s":"Creato: %s","Password:":"Password:","Password cannot be empty":"La password non può essere vuota","Enable":"Abilitato","The notebook could not be saved: %s":"Il Taccuino non può essere salvato: %s","Edit notebook":"Modifica Taccuino","Show all":"Mostra tutto","Errors only":"Solo gli errori","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"Nessun elemento con ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'app mobile Joplin attualmente non supporta questo tipo di collegamento: %s","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Take photo":"Take photo","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"Condividi","Convert to note":"Converti in nota","Convert to todo":"Converti in Todo","Hide metadata":"Nascondi i Metadati","Show metadata":"Mostra i metadati","View on map":"Guarda sulla mappa","Go to source URL":"","Delete notebook":"Cancella Taccuino","Login with OneDrive":"Accedi a OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Fare clic sul pulsante (+) per creare una nuova Nota o un nuovo Taccuino. Fare clic sul menu laterale per accedere ai tuoi Taccuini esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun Taccuino. Crearne uno cliccando sul pulsante (+).","Welcome":"Benvenuto"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Per cancellare un'etichetta, togli l'etichetta associata alle note.","Please select the note or notebook to be deleted first.":"Per favore seleziona la nota o il taccuino da eliminare.","Press Ctrl+D or type \"exit\" to exit the application":"Premi Ctrl+D o digita \"exit\" per uscire dall'applicazione","More than one item match \"%s\". Please narrow down your query.":"Più di un elemento corrisponde a \"%s\". Per favore restringi la ricerca.","No notebook selected.":"Nessun taccuino selezionato.","No notebook has been specified.":"Nessun taccuino è stato specificato.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancellazione della sincronizzazione in background... Attendere prego.","No such command: %s":"Nessun comando: %s","The command \"%s\" is only available in GUI mode":"Il comando \"%s\" è disponibile solo nella modalità grafica","Cannot change encrypted item":"Impossibile modificare l'elemento criptato","Missing required argument: %s":"Argomento richiesto mancante: %s","%s: %s":"%s: %s","Your choice: ":"La tua scelta: ","Invalid answer: %s":"Risposta non valida: %s","Attaches the given file to the note.":"Allega il seguente file alla nota.","Cannot find \"%s\".":"Non posso trovare \"%s\".","Displays the given note.":"Mostra la seguente nota.","Displays the complete information about note.":"Mostra le informazioni complete sulla nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Ricevi o imposta un valore di configurazione. se [value] non è impostato, verrà mostrato il valore del [name]. Se sia [name] che [valore] sono impostati, verrà mostrata la configurazione corrente.","Also displays unset and hidden config variables.":"Mostra anche le variabili di configurazione non impostate o nascoste.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica le note che corrispondono a nel [notebook]. Se nessun Taccuino è specificato, la nota viene duplicata nel Taccuino corrente.","Marks a to-do as done.":"Segna un \"Cose-da-fare\" come completato.","Note is not a to-do: \"%s\"":"La nota non è un \"Cose-da-fare\": \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestisci la configurazione E2EE. I comandi sono `abilita`, `disabilita`, `decripta`, `stato` e `stato-target`.","Enter master password:":"Inserisci password principale:","Operation cancelled":"Operazione annullata","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Avvio decrittazione ... Attendere prego, ci potrebbero volere diversi minuti per la decriptazione.","Completed decryption.":"Decrittografia completata.","Enabled":"Attivato","Disabled":"Disabilitato","Encryption is: %s":"La crittografia è: %s","Edit note.":"Modifica nota.","No text editor is defined. Please set it using `config editor `":"Non è definito nessun editor di testo. Per favore impostalo usando `config editor `","No active notebook.":"Nessun Taccuino attivo.","Note does not exist: \"%s\". Create it?":"Non esiste la nota: \"%s\". Desideri crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Comincia a modificare la nota. Chiudi l'editor per tornare al prompt.","Error opening note in editor: %s":"Errore durante l'apertura della nota nell'editor: %s","Note has been saved.":"La nota è stata salvata.","Exits the application.":"Esci dall'applicazione.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Esporta i dati da Joplin nella directory selezionata. Come impostazione predefinita verrà esportato il database completo, inclusi i taccuini, note, etichette e risorse.","Destination format: %s":"Formato di destinazione: %s","Exports only the given note.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente Taccuino.","Displays a geolocation URL for the note.":"Mostra l'URL di geolocalizzazione per la nota.","Displays usage information.":"Mostra le informazioni di utilizzo.","For information on how to customise the shortcuts please visit %s":"Per informazioni su come personalizzare le scorciatoie si prega di visitare %s","Shortcuts are not available in CLI mode.":"Le scorciatoie non sono disponibili nella modalità CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Type `help [command]` for more information about a command; or type `help all` for the complete usage information.","The possible commands are:":"I possibili comandi sono:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In ciascun comando, si deve necessariamente definire una Nota o un Taccuino usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il Taccuino selezionato `$c` può essere usato per fare riferimento all'elemento selezionato.","To move from one pane to another, press Tab or Shift+Tab.":"Per passare da un pannello all'altro, premi Tab o Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usa le frecce e pagina su/giù per scorrere le liste e le aree di testo (compresa questa console).","To maximise/minimise the console, press \"tc\".":"Per massimizzare/minimizzare la console, premi \"tc\".","To enter command line mode, press \":\"":"Per entrare nella modalità command line, premi \":\"","To exit command line mode, press ESCAPE":"Per uscire dalla modalità command line, premi ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Per l'elenco delle scorciatoie da tastiera e delle opzioni di configurazione, digita `help keymap`","Imports data into Joplin.":"Importa i dati in Joplin.","Source format: %s":"Formato sorgente: %s","Do not ask for confirmation.":"Non chiedere conferma.","Found: %d.":"Trovato: %d.","Created: %d.":"Creato: %d.","Updated: %d.":"Aggiornato: %d.","Skipped: %d.":"Saltato: %d.","Resources: %d.":"Risorse: %d.","Tagged: %d.":"Etichettato: %d.","Importing notes...":"Importazione delle note...","The notes have been imported: %s":"Le note sono state importate: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra le Note nel seguente Taccuino. Usa `ls /` per mostrare la lista dei Taccuini.","Displays only the first top notes.":"Mostra solo le prima note.","Sorts the item by (eg. title, updated_time, created_time).":"Ordina per (es. titolo, ultimo aggiornamento, creazione).","Reverses the sorting order.":"Inverti l'ordine.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Mostra solo gli elementi del tipo specificato. Possono essere `n` per le note, `t` per le \"Cose-da-fare\" o `nt` per note e \"Cose-da-fare\". (es. `-tt` mostrerà solo le \"Cose-da-fare\", mentre `-ttd` mostrerà sia note che \"Cose-da-fare\".","Either \"text\" or \"json\"":"Sia \"testo\" che \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa un formato lungo di lista. Il formato è ID, NOTE_COUNT (per i blocchi note), DATE, TODO_CHECKED (per le \"Cose-da-fare\"), TITLE","Please select a notebook first.":"Per favore prima seleziona un Taccuino.","Creates a new notebook.":"Crea un nuovo Taccuino.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno del Taccuino.","Creates a new to-do.":"Crea una nuovo \"Cose-da-fare\".","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (Nota o Taccuino) in .","Deletes the given notebook.":"Elimina il seguente Taccuino.","Deletes the notebook without asking for confirmation.":"Elimina il Taccuino senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Eliminare taccuino? Anche tutte le note e cartelle di questo taccuino saranno cancellati.","Deletes the notes matching .":"Elimina le note che corrispondono a .","Deletes the notes without asking for confirmation.":"Elimina le note senza chiedere conferma.","%d notes match this pattern. Delete them?":"%d note corrispondono. Eliminarle?","Delete note?":"Eliminare la nota?","Searches for the given in all the notes.":"Cerca in tutte le note.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Imposta la proprietà della data al [value] specificato. Le possibili proprietà sono:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei taccuini.","Synchronises with remote storage.":"Sincronizza con l'archivio remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizza con l'obiettivo fornito (come predefinito il valore di configurazione sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticazione non completata (non è stato ricevuto alcun token di autenticazione).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per consentire a Joplin di sincronizzarsi con Dropbox, procedi come indicato di seguito:","Step 1: Open this URL in your browser to authorise the application:":"Passaggio 1: apri questa URL nel tuo browser per autorizzare l'applicazione:","Step 2: Enter the code provided by Dropbox:":"Passaggio 2: inserisci il codice fornito da Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Non autenticato con %s. Si prega di fornire le credenziali mancanti.","Synchronisation is already in progress.":"La sincronizzazione è in corso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Trovato un file di blocco. Se si è certi che non è in corso alcuna sincronizzazione, è possibile eliminare il file di blocco in \"% s\" e riprendere l'operazione.","Synchronisation target: %s (%s)":"Posizione di sincronizzazione: %s (%s)","Cannot initialize synchroniser.":"Non è possibile inizializzare il sincronizzatore.","Starting synchronisation...":"Inizio sincronizzazione...","Downloading resources...":"Scaricamento risorse…","Cancelling... Please wait.":"Cancellazione... Attendere per favore."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando non valido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" può essere \"toggle\" or \"clear\". Usa \"toggle\" per modifica lo stato di \"Cose-da-fare\" in completato/non completato (se l'oggetto è una normale nota, questa verrà convertita in un \"Cose-da-fare\"). Usa \"clear\" convertire i \"Cose-da-fare\" in normali note.","Marks a to-do as non-completed.":"Marca un \"Cose-da-fare\" come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente Taccuino.","Displays version information":"Mostra le informazioni sulla versione","%s %s (%s)":"%s %s (%s)","Enum":"Enumerare","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valori possibili: %s.","Default: %s":"Predefinito: %s","Possible keys/values:":"Chiave/valore possibili:","Type `joplin help` for usage information.":"Scrivi `joplin help` per informazioni sull'uso.","Fatal error:":"Errore fatale:","The application has been authorised - you may now close this browser tab.":"L'applicazione è stata autorizzata - puoi chiudere questo tab del tuo browser.","The application has been successfully authorised.":"L'applicazione è stata autorizzata con successo.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Per favore apri il seguente URL nel tuo browser per autenticare l'applicazione. L'applicazione creerà una directory in \"Apps/Joplin\" e leggerà/scriverà file solo in questa directory. Non avrà accesso a nessun file all'esterno di questa directory o ad alcun dato personale. Nessun dato verrà condiviso con terze parti.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Benvenuto in Joplin!\n\nDigita `:help shortcuts` per la lista delle scorciatoie da tastiera, oppure solo `:help` per le informazioni di utilizzo.\n\nPer esempio, per creare un taccuino digita `mb`; per creare una nota digita `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o più elementi sono attualmente crittografati e potrebbe essere necessario fornire una password principale. Per fare ciò, digitare `e2ee decrypt`. Se hai già fornito la password, gli elementi crittografati vengono decifrati in background e saranno presto disponibile.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Esportazione da \"%s\" come formato \"%s\". Si prega di attendere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importazione da \"%s\" come formato \"%s\". Si prega di attendere...","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuovo \"Cose-da-fare\"","New notebook":"Nuovo taccuino","Import":"Importa","Export":"Esporta","Print":"Stampa","Hide %s":"Nascondi %s","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Select all":"Seleziona tutto","Bold":"Grasseto","Italic":"Corsivo","Insert Date Time":"Inserisci data e ora","Edit in external editor":"Modifica in un editor esterno","Search in all the notes":"Cerca in tutte le note","Search in current note":"Cerca nella nota corrente","View":"Vista","Toggle sidebar":"Attiva / disattiva barra laterale","Toggle editor layout":"Attiva / disattiva il layout dell'editor","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"Opzioni Web Clipper","Encryption options":"Opzioni Crittografia","General Options":"Opzioni Generali","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Fai una donazione","Check for updates...":"Controlla aggiornamenti ...","About Joplin":"Informazione su Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Aprire %s","Exit":"Esci","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"La versione attuale è aggiornata.","%s (pre-release)":"","An update is available, do you want to download it now?":"È disponibile un aggiornamento, vuoi scaricarlo ora?","Your version: v%s":"","New version: v%s":"","Yes":"Sì","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Il servizio Web clipper è abilitato e impostato per l'avvio automatico.","Status: Started on port %d":"Stato: avviato sulla porta %d","Status: %s":"Stato: %s","Disable Web Clipper Service":"Disattiva servizio Web Clipper","The web clipper service is not enabled.":"Il servizio web clipper non è abilitato.","Enable Web Clipper Service":"Abilita servizio Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper consente di salvare pagine Web e schermate dal tuo browser in a Joplin.","In order to use the web clipper, you need to do the following:":"Per utilizzare il web clipper, devi fare quanto segue:","Step 1: Enable the clipper service":"Passaggio 1: abilitare il servizio clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Questo servizio consente all'estensione del browser di comunicare con Joplin. Quando lo abiliti, il tuo firewall potrebbe chiederti di dare il permesso a Joplin di ascoltare una particolare porta.","Step 2: Install the extension":"Passaggio 2: installare l'estensione","Download and install the relevant extension for your browser:":"Scarica e installa l'estensione adatta per il tuo browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Controlla la configurazione della sincronizzazione","Notes and settings are stored in: %s":"Le note e le impostazioni sono memorizzate in: %s","Apply":"Applica","Submit":"Invio","Save":"Salva","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Disabilitare la crittografia significa *tutti* i tuoi appunti e gli allegati saranno risincronizzati e inviati in chiaro alla destinazione di sincronizzazione. Vuoi continuare?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Abilitare la crittografia significa *tutte* le tue note e gli allegati verranno risincronizzati e inviati crittografati alla destinazione di sincronizzazione. Non perdere la password poiché, per motivi di sicurezza, questo sarà il *solo* modo per decifrare i dati! Per abilitare la crittografia, inserisci la tua password qui sotto.","Disable encryption":"Disattiva Crittografia","Enable encryption":"Attiva Crittografia","Master Keys":"Chiave Master","Active":"Attivo","ID":"ID","Source":"Sorgente","Created":"Creato","Updated":"Aggiornato","Password":"Password","Password OK":"Password OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: verrà utilizzata una sola chiave master per la crittografia (quella contrassegnata come \"attiva\"). È possibile utilizzare qualsiasi chiave per la decrittografia, a seconda di come le note e i taccuini erano originariamente crittografati.","Missing Master Keys":"Chiave master mancante","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Le chiavi principali con questi ID vengono utilizzate per crittografare alcuni dei tuoi articoli, tuttavia l'applicazione al momento non ha accesso ad essi. È probabile che verranno scaricati tramite la sincronizzazione.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per ulteriori informazioni sulla crittografia end-to-end (E2EE) e consigli su come abilitarlo, consultare la documentazione:","Status":"Stato","Encryption is:":"La crittografia è:","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo Taccuino \"%s\" verrà creato e \"%s\" verrà importato","Please create a notebook first.":"Per favore prima crea un Taccuino.","Please create a notebook first":"Per favore prima crea un Taccuino","Notebook title:":"Titolo del Taccuino:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il Taccuino:","Rename tag:":"Rinomina Tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Cerca...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Alcuni elementi non possono essere decodificati.","Set the password":"Imposta la password","Add or remove tags":"Aggiungi o rimuovi etichetta","Duplicate":"Duplicare","%s - Copy":"%s - Copia","Switch between note and to-do type":"Converti nota in \"Cose-da-fare\" e viceversa","Switch to note type":"Converti in nota","Switch to to-do type":"Converti in \"Cose-da-fare\"","Copy Markdown link":"Copia il link Markdown","Delete":"Elimina","Delete notes?":"Eliminare le note?","No notes in here. Create one by clicking on \"New note\".":"Non è presente nessuna nota. Creane una cliccando \"Nuova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Al momento non ci sono Taccuini. Creane uno facendo clic su \"Nuovo Taccuino\".","Location":"","URL":"","Note properties":"","Open...":"Apri ...","This file could not be opened: %s":"Questo file non può essere aperto: %s","Save as...":"Salva come...","Copy path to clipboard":"Copia il percorso negli appunti","Copy Link Address":"Copia l'indirizzo del link","This attachment is not downloaded or not decrypted yet.":"Questo allegato non è ancora stato scaricato o decriptato.","Unsupported link or message: %s":"Link o Messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Questa nota non ha contenuto. Fai clic su \"%s\" per attivare l'editor e modificare la nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"Testo grasseto","emphasized text":"Testo Sottolineato","List item":"Lista Elemento","Insert Hyperlink":"Inserire collegamento ipertestuale","Attach file":"Allega File","Tags":"Tag","Set alarm":"Imposta Allarme","In: %s":"In: %s","Hyperlink":"Collegamento ipertestuale","Code":"Codice","Numbered List":"Elenco Numerato","Bulleted List":"Elenco Puntato","Checkbox":"Casella di controllo","Heading":"Intestazione","Horizontal Rule":"Riga orizzontale","Click to stop external editing":"Fare clic per interrompere le modifiche esterne","Watching...":"Osservare...","to-do":"to-do","note":"Nota","Creating new %s...":"Creare nuovo %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"Login Dropbox","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"Opzioni di crittografia","Clipper Options":"Opzioni Clipper","Remove this tag from all the notes?":"Rimuovere questa etichetta da tutte le note?","Remove this search from the sidebar?":"Rimuovere questa ricerca dalla barra laterale?","Rename":"Rinomina","Synchronise":"Sincronizza","Notebooks":"Taccuini","Decrypting items: %d/%d":"Decrittografia Elementi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"Dropbox","File system":"File system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","WebDAV":"WebDAV","Unknown log level: %s":"Livello di log sconosciuto: %s","Unknown level ID: %s":"Livello ID sconosciuto: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non è possibile aggiornare il token. mancano i dati di autenticazione. Ricominciare la sincronizzazione da capo potrebbe risolvere il problema.","Untitled":"Senza titolo","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossibile sincronizzare con OneDrive.\n\nQuesto errore spesso accade quando si utilizza OneDrive for Business, che purtroppo non può essere supportato.\n\nSi prega di considerare l'idea di utilizzare un account OneDrive normale.","Cannot access %s":"Non è possibile accedere a %s","Created local items: %d.":"Elementi locali creati: %d.","Updated local items: %d.":"Elementi locali aggiornati: %d.","Created remote items: %d.":"Elementi remoti creati: %d.","Updated remote items: %d.":"Elementi remoti aggiornati: %d.","Deleted local items: %d.":"Elementi locali eliminati: %d.","Deleted remote items: %d.":"Elementi remoti eliminati: %d.","Fetched items: %d/%d.":"Elementi recuperati: %d/%d.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Ultimo Errore: %s","Idle":"Inattivo","In progress":"In corso","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"Crittografato","Encrypted items cannot be modified":"Gli elementi crittografati non possono essere modificati","Conflicts":"Conflitti","Cannot move notebook to this location":"Impossibile spostare il Taccuino in questa posizione","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","title":"Titolo","updated date":"Data di aggiornamento","created date":"Data di creazione","This note does not have geolocation information.":"Questa nota non ha informazione sulla geolocalizzazione.","Cannot copy note to \"%s\" notebook":"Non posso copiare la nota nel Taccuino \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel Taccuino \"%s\"","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","Uncompleted to-dos on top":"Cose da fare incomplete in cima alla lista","Show completed to-dos":"Mostra le cose da fare completate","Sort notes by":"Ordina le note per","Reverse sort order":"Inverti l'ordine","Save geo-location with notes":"Salva geolocalizzazione con le note","When creating a new to-do:":"Quando crei un nuovo \"Cose-da-fare\":","Focus title":"Focus sul titolo","Focus body":"Focus sul testo","When creating a new note:":"Quando si crea una nuova nota:","Show tray icon":"Visualizza tray icon","Note: Does not work in all desktop environments.":"Nota: non funziona in tutti gli ambienti desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Questo consentirà Joplin di essere in esecuzione in background. E’ raccomandata l’attivazione di questa impostazione per sincronizzare costantemente le tue note e quindi ridurre il numero di conflitti.","Start application minimised in the tray icon":"","Global zoom percentage":"Percentuale di zoom globale","Editor font size":"Editor dimensione caratteri","Editor font family":"Editor famiglia caratteri","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Questo carattere deve essere * monospace * o non funzionerà correttamente. Se il carattere è errato o vuoto, verrà impostato automaticamente su un carattere generico monospace.","Automatically update the application":"Aggiorna automaticamente l'applicazione","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","Text editor command":"Comando editor di testo","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Il comando editor (può includere argomenti) che verrà utilizzato per aprire una nota. Se non ne viene fornita alcuna, cercherà di rilevare automaticamente l'editor predefinito.","Show advanced options":"Mostra opzioni avanzate","Synchronisation target":"Destinazione di sincronizzazione","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ogni target di sincronizzazione può avere parametri aggiuntivi denominati come `sync.NUM.NAME` (tutti documentati di seguito).","Directory to synchronise with (absolute path)":"Cartella da sincronizzare con (percorso assoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Il percorso di sincronizzazione quando la sincronizzazione è abilitata. Vedi `sync.target`.","Nextcloud WebDAV URL":"URL Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nome Utente Nextcloud","Nextcloud password":"Password Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Nome Utente WebDAV","WebDAV password":"Password WebDAV","Custom TLS certificates":"Certificati TLS personalizzati","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Elenco separato da virgole di percorsi alle cartelle per caricare i certificati o percorso dei singoli file cert. Ad esempio: /my/cert_dir, /other/custom.pem. Notare che se si apportano modifiche alle impostazioni TLS, è necessario salvare le modifiche prima di fare clic su \"Verifica configurazione sincronizzazione\".","Ignore TLS certificate errors":"Ignora gli errori del certificato TLS","Invalid option value: \"%s\". Possible values are: %s.":"Opzione non valida: \"%s\". I valori possibili sono: %s.","The tag \"%s\" already exists. Please choose a different name.":"Il tag \"%s\" esiste già. Scegliere un nome differente.","Joplin Export File":"Esporta file di Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartella di esportazione di Joplin","Evernote Export File":"Esporta files di Evernote","Json Export Directory":"Cartella di esportazione JSON","Directory":"Cartella","Cannot load \"%s\" module for format \"%s\"":"Impossibile caricare il modulo \"%s\" per il formato \"%s\"","Please specify import format for %s":"Si prega di specificare il formato di importazione per %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Questo elemento è attualmente crittografato: %s \"%s\". Attendi che tutti gli elementi siano decodificati e riprova.","There is no data to export.":"Non ci sono dati da esportare.","Please specify the notebook where the notes should be imported to.":"Si prega di specificare il Taccuino in cui importare le note.","Items that cannot be synchronised":"Elementi che non possono essere sincronizzati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Questi elementi rimarranno sul dispositivo ma non verranno caricati nella destinazione di sincronizzazione. Per trovare questi elementi, cercare il titolo o l'ID (che viene visualizzato tra parentesi qui sopra).","Sync status (synced items / total items)":"Stato di sincronizzazione (Elementi sincronizzati / Elementi totali)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totale: %d %d","Conflicted: %d":"In conflitto: %d","To delete: %d":"Da cancellare: %d","Folders":"Cartelle","%s: %d notes":"%s: %d note","Coming alarms":"Avviso imminente","On %s: %s":"Su %s: %s","Permission to use camera":"Permesso di usare la fotocamera","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Al momento non ci sono note. Creane una cliccando sul bottone (+).","Delete these notes?":"Cancellare queste note?","Log":"Log","Export Debug Report":"Esporta il Report di Debug","Encryption Config":"Configurazione Crittografia","Configuration":"Configurazione","Move to notebook...":"Sposta sul Taccuino...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul Taccuino \"%s\"?","Press to set the decryption password.":"Premere per impostare la password di decrittografia.","Clear alarm":"Clear alarm","Save alarm":"Salva Allarme","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuovi tag:","Type new tags or select from list":"Digita nuovi tag o seleziona dalla lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per funzionare correttamente, l'app necessita delle seguenti autorizzazioni. Si prega di abilitarli nelle impostazioni del telefono, in App > Joplin > Autorizzazioni","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Archiviazione: per consentire il collegamento di file alle note e per abilitare la sincronizzazione del filesystem.","- Camera: to allow taking a picture and attaching it to a note.":"- Fotocamera: per consentire di scattare una foto e allegarla a una nota.","- Location: to allow attaching geo-location information to a note.":"- Posizione: per consentire il collegamento di informazioni sulla posizione geografica ad una nota.","Joplin website":"Sito web Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Database v%s","FTS enabled: %d":"FTS attivato: %d","Login with Dropbox":"Login Dropbox","Enter code here":"Inserisci qui il codice","Master Key %s":"Chiave Master %s","Created: %s":"Creato: %s","Password:":"Password:","Password cannot be empty":"La password non può essere vuota","Enable":"Abilitato","The notebook could not be saved: %s":"Il Taccuino non può essere salvato: %s","Edit notebook":"Modifica Taccuino","Show all":"Mostra tutto","Errors only":"Solo gli errori","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"Nessun elemento con ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'app mobile Joplin attualmente non supporta questo tipo di collegamento: %s","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Take photo":"Scatta foto","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"Condividi","Convert to note":"Converti in nota","Convert to todo":"Converti in Todo","Hide metadata":"Nascondi i Metadati","Show metadata":"Mostra i metadati","View on map":"Guarda sulla mappa","Go to source URL":"","Delete notebook":"Cancella Taccuino","Login with OneDrive":"Accedi a OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Fare clic sul pulsante (+) per creare una nuova Nota o un nuovo Taccuino. Fare clic sul menu laterale per accedere ai tuoi Taccuini esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun Taccuino. Crearne uno cliccando sul pulsante (+).","Welcome":"Benvenuto"} \ No newline at end of file diff --git a/ElectronClient/app/locales/ja_JP.json b/ElectronClient/app/locales/ja_JP.json index cde06680c..2e8a00a04 100644 --- a/ElectronClient/app/locales/ja_JP.json +++ b/ElectronClient/app/locales/ja_JP.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"タグを削除するには、関連するノートからタグを外してください。","Please select the note or notebook to be deleted first.":"ます削除するノートかノートブックを選択してください。","Press Ctrl+D or type \"exit\" to exit the application":"アプリケーションを終了するには、Ctrl+Dまたは\"exit\"と入力してください","More than one item match \"%s\". Please narrow down your query.":"一つ以上のアイテムが\"%s\"に一致しました。クエリを絞るようにしてください。","No notebook selected.":"ノートブックが選択されていません。","No notebook has been specified.":"ノートブックが選択されていません。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"バックグラウンド同期を中止中… しばらくお待ちください。","No such command: %s":"コマンドが違います:%s","The command \"%s\" is only available in GUI mode":"コマンド \"%s\"は、GUIのみで有効です","Cannot change encrypted item":"暗号化したアイテムをは変更できません","Missing required argument: %s":"引数が足りません:%s","%s: %s":"%s: %s","Your choice: ":"選択: ","Invalid answer: %s":"無効な入力:%s","Attaches the given file to the note.":"選択したファイルをノートに添付します。","Cannot find \"%s\".":"\"%s\"は見つかりませんでした。","Displays the given note.":"選択したノートを表示します。","Displays the complete information about note.":"ノートに関するすべての情報を表示します。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"設定を行います。[value]がない場合は、[name]で示された設定項目の値を表示します。両方とも指定されていない場合は、現在の設定のリストを表示します。","Also displays unset and hidden config variables.":"未設定または非表示の設定項目も表示します。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"に一致するノートを[notebook]に複製します。[notebook]が指定されていない場合は、現在のノートブックに複製を行います。","Marks a to-do as done.":"ToDoを完了としてマークします。","Note is not a to-do: \"%s\"":"ノートはToDoリストではありません:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEの設定を変更します。コマンドは `enable`, `disable`, `decrypt`, `status` and `target-status` です。","Enter master password:":"マスターパスワードを入力してください:","Operation cancelled":"操作をキャンセルしました","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"復号を開始しました... どのぐらいの数を復号するかによりますが、数分かかりますのでお待ちください。","Completed decryption.":"復号が完了しました。","Enabled":"有効","Disabled":"無効","Encryption is: %s":"暗号化: %s","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディターが定義されていません。`config editor `で設定を行ってください","No active notebook.":"有効なノートブックがありません。","Note does not exist: \"%s\". Create it?":"\"%s\"というノートはありません。お作りいたしますか?","Starting to edit note. Close the editor to get back to the prompt.":"ノートの編集を開始します。エディターを閉じると元の画面に戻ることができます。","Error opening note in editor: %s":"次のエディターで開く際にエラー: %s","Note has been saved.":"ノートは保存されました。","Exits the application.":"アプリケーションの終了。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Joplinのデータを選択されたパスにエクスポートします。既定ではノートブック・ノート・タグ・添付データを含むすべてのデータベースを出力します。","Destination format: %s":"場所の形式: %s","Exports only the given note.":"選択されたノートのみを出力する。","Exports only the given notebook.":"選択されたノートブックのみを出力する。","Displays a geolocation URL for the note.":"ノートの位置情報URLを表示する。","Displays usage information.":"使い方を表示する。","For information on how to customise the shortcuts please visit %s":"ショートカットのカスタマイズ方法は %s をご覧ください","Shortcuts are not available in CLI mode.":"CLIモードではショートカットは使用できません。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"コマンドのさらなる情報は、`help [command]`で見ることができます;または、`help all`ですべての使用方法の情報を表示できます。","The possible commands are:":"有効なコマンドは:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"すべてのコマンドで、ノートまたはノートブックは、題名またはID、または選択中の物はそれぞれショートカット`$n`または`$b`で指定できます。`$c`で選択中のアイテムを参照できます。","To move from one pane to another, press Tab or Shift+Tab.":"ペイン間を移動するには、TabかShift+Tabを押してください。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"リストや入力エリアの移動には矢印キーまたはPage Up/Downを使用します。","To maximise/minimise the console, press \"tc\".":"コンソールの最大化・最小化には\"tc\"と入力してください。","To enter command line mode, press \":\"":"コマンドラインモードに入るには、\":\"を入力してください","To exit command line mode, press ESCAPE":"コマンドラインモードを終了するには、ESCキーを押してください","For the list of keyboard shortcuts and config options, type `help keymap`":"キーボードショートカットと設定オプションを表示するには、`help shortcuts`と入力してください","Imports data into Joplin.":"Joplinにデータをインポートします。","Source format: %s":"ソースフォーマット: %s","Do not ask for confirmation.":"確認を行ないません。","Found: %d.":"総数: %d.","Created: %d.":"新規作成: %d.","Updated: %d.":"アップデート: %d.","Skipped: %d.":"スキップ: %d.","Resources: %d.":"リソース: %d.","Tagged: %d.":"タグ付き: %d.","Importing notes...":"ノートのインポート中...","The notes have been imported: %s":"ノートはインポートされました:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"現在のノートブック中のノートを表示します。ノートブックのリストを表示するには、`ls /`と入力してください。","Displays only the first top notes.":"上位 件のノートを表示します。","Sorts the item by (eg. title, updated_time, created_time).":"アイテムをで並び替え (例: title, updated_time, created_time).","Reverses the sorting order.":"逆順に並び替えます。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"選択した種類の項目のみ表示します。`n`でノートを、`t`でToDoを、`nt`でその両方を指定できます。 (例: `-tt` ではToDoのみを表示し、`-ttd`ではノートとToDoを表示します。)","Either \"text\" or \"json\"":"\"text\"または\"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"長い形式のリストフォーマットを使用します。フォーマットは:ID, NOTE_COUNT (ノートブックのみ), DATE, TODO_CHECKED (ToDoのみ), TITLE","Please select a notebook first.":"ますはノートブックを選択して下さい。","Creates a new notebook.":"あたらしいノートブックを作成します。","Creates a new note.":"あたらしいノートを作成します。","Notes can only be created within a notebook.":"ノートは、ノートブック内のみに作ることができます。","Creates a new to-do.":"新しいToDoを作成します。","Moves the notes matching to [notebook].":"に一致するアイテムを、[notebook]に移動します。","Renames the given (note or notebook) to .":" (ノートまたはノートブック)の名前を、に変更します。","Deletes the given notebook.":"指定されたノートブックを削除します。","Deletes the notebook without asking for confirmation.":"ノートブックを確認なしで削除します。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"ノートブックを削除しますか? このノートブックにあるノートとサブノートはすべて消えてしまいます。","Deletes the notes matching .":"に一致するノートを削除する。","Deletes the notes without asking for confirmation.":"ノートを確認なしで削除します。","%d notes match this pattern. Delete them?":"%d 個のノートが一致しました。削除しますか?","Delete note?":"ノートを削除しますか?","Searches for the given in all the notes.":"指定されたをすべてのノートから検索する。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"のプロパティ を、指示された[value]に設定します。有効なプロパティは:\n\n%s","Displays summary about the notes and notebooks.":"ノートとノートブックのサマリを表示します。","Synchronises with remote storage.":"リモート保存領域と同期します。","Sync to provided target (defaults to sync.target config value)":"指定のターゲットと同期します。(標準: sync.targetの設定値)","Authentication was not completed (did not receive an authentication token).":"認証は完了していません(認証トークンが得られませんでした)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"DropboxでJoplinを同期する場合は、次のステップを実行してください:","Step 1: Open this URL in your browser to authorise the application:":"ステップ1: アプリケーションを認証するためにこのURLをブラウザーで開く:","Step 2: Enter the code provided by Dropbox:":"ステップ2: Dropboxによって提供されたコードを入力する:","Not authentified with %s. Please provide any missing credentials.":"%s では認証できません。他の資格証明書を使用してください。","Synchronisation is already in progress.":"同期はすでに実行中です。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"ロックファイルがすでに保持されています。同期作業が行われていない場合は、\"%s\"にあるロックファイルを削除して、作業を再度行ってください。","Synchronisation target: %s (%s)":"同期先: %s (%s)","Cannot initialize synchroniser.":"同期プロセスを初期化できませんでした。","Starting synchronisation...":"同期を開始中...","Downloading resources...":"リソースをダウンロード中...","Cancelling... Please wait.":"中止中...お待ちください。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" は\"add\", \"remove\", \"list\"のいずれかで、指定した[ノート]から[タグ]をつけたり外したりできます。あるいは[タグ]で関連するノートをリストアップします。`tag list`で、すべてのタグを見ることができます。","Invalid command: \"%s\"":"無効な命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"は、\"toggle\"または\"clear\"を指定できます。\"toggle\"を指定すると、指定したToDoの完了済み/未完を反転できます。指定したノートが通常のノートであれば、ToDoに変換されます。\"clear\"を指定すると、ToDoを通常のノートに変換できます。","Marks a to-do as non-completed.":"ToDoを未完としてマークします。","Switches to [notebook] - all further operations will happen within this notebook.":"ノートブック [notebook]に切り替え - これ以降の作業は、指定のノートブック内で行われます。","Displays version information":"バージョン情報の表示","%s %s (%s)":"%s %s (%s)","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"既定値: %s","Possible keys/values:":"取り得るキーバリュー:","Type `joplin help` for usage information.":"`joplin help`を実行して使い方を表示します。","Fatal error:":"致命的なエラー:","The application has been authorised - you may now close this browser tab.":"アプリケーションは認証されました - ブラウザを閉じてもかまいません。","The application has been successfully authorised.":"アプリケーションは問題なく認証されました。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"このアプリケーションを認証するためには下記のURLをブラウザで開いてください。アプリケーションは\"Apps/Joplin\"フォルダを作成し、その中のファイルのみを読み書きします。あなたの個人的なファイルや、ディレクトリ外のファイルにはアクセスしません。第三者にデータが共有されることもありません。","Search:":"検索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplinへようこそ!\n\n`:help shortcuts`と入力することで、キーボードショートカットのリストを見ることができます。また、`:help`で使い方を確認できます。\n\n例えば、ノートブックの作成には`mb`ででき、ノートの作成は`mn`で行うことができます。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"現在一つ以上のアイテムが暗号化されており、マスターパスワードを提供する必要があります。その場合は`e2ee decrypt`を入力してください。もしパスワードを提供してある場合は、暗号化したアイテムは復号中で、間もなく使用できるようになるでしょう。","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットにエクスポート中。しばらくお待ちください...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットとしてインポート中。しばらくお待ちください...","PDF File":"PDF ファイル","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"エクスポート","Print":"印刷","Hide %s":"%s を隠す","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Select all":"すべて選択","Bold":"太字","Italic":"斜体","Insert Date Time":"日付の入力","Edit in external editor":"外部エディターで編集","Search in all the notes":"すべてのノートを検索","Search in current note":"現在のノートを検索","View":"表示","Toggle sidebar":"サイドバーの表示切り替え","Toggle editor layout":"エディターレイアウトの表示切り替え","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"Webクリッパーのオプション","Encryption options":"暗号化のオプション","General Options":"全般のオプション","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"寄付する","Check for updates...":"アップデートのチェック...","About Joplin":"Joplinについて","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s を開く","Exit":"終了","OK":"OK","Cancel":"キャンセル","Current version is up-to-date.":"現在のバージョンは最新版です。","An update is available, do you want to download it now?":"アップデートがあります。すぐにダウンロードしますか?","Yes":"Yes","No":"No","Token has been copied to the clipboard!":"トークンをクリップボードにコピーしました!","The web clipper service is enabled and set to auto-start.":"Webクリッパーサービスは有効で、自動起動します。","Status: Started on port %d":"状態: ポート %d で起動中","Status: %s":"状態: %s","Disable Web Clipper Service":"Webクリッパーサービス無効","The web clipper service is not enabled.":"Webクリッパーサービスは有効になっていません。","Enable Web Clipper Service":"Webクリッパーサービスを有効にする","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin WebクリッパーはブラウザーからWebページとスクリーンショットをJoplinへ保存します。","In order to use the web clipper, you need to do the following:":"Webクリッパーを使用するためには、次のことを行う必要があります:","Step 1: Enable the clipper service":"ステップ1: クリッパーサービスを有効にする","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"このサービスはブラウザーの拡張機能とJoplinを接続します。ファイアーウォールが有効になっている場合は、Joplinから特定のポートへの許可を与えるよう質問されるでしょう。","Step 2: Install the extension":"ステップ2: 拡張機能のインストール","Download and install the relevant extension for your browser:":"関連する拡張機能をブラウザーにインストールします:","Advanced options":"詳細な設定","Authorisation token:":"認証するトークン:","Copy token":"トークンのコピー","This authorisation token is only needed to allow third-party applications to access Joplin.":"この認証トークンはサードパーティアプリケーションがJoplinにアクセスするためだけに必要です。","Check synchronisation configuration":"同期の設定を確認する","Notes and settings are stored in: %s":"ノートと設定は次の場所に保存されます: %s","Apply":"適用","Submit":"入力","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"暗号化を無効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化を解除した状態で送ることを意味します。本当に継続しますか?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"暗号化を有効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化の状態で送ることを意味します。セキュリティの意味で、パスワードをなくさないでください。パスワードはデータを復号する*唯一*の方法です! 暗号化を有効にするには、下にパスワードを入力してください。","Disable encryption":"暗号化を無効にする","Enable encryption":"暗号化を有効にする","Master Keys":"マスターキー","Active":"アクティブ","ID":"ID","Source":"ソース","Created":"作成日時","Updated":"アップデート日時","Password":"パスワード","Password OK":"パスワード OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意:\"active\"に指定されたマスターキーのみが暗号化に使用されます。暗号化に使用されたキーの応じて、すべてのキーが暗号解除のために使用されます。","Missing Master Keys":"マスターキーがありません","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"これらのIDとマスターキーはアイテムを暗号化するのに使われていますが、このアプリケーションからはアクセスすることができていません。おそらく同期機能でダウンロードしてきたのでしょう。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"エンドツーエンド暗号化(E2EE)に関する詳細な情報とどのように有効化するのかのアドバイスは、次のドキュメントをご覧ください:","Status":"状態","Encryption is:":"暗号化の状態:","Back":"戻る","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" という名前の新しいノートブックが作成され、ファイル \"%s\" がインポートされます","Please create a notebook first.":"ますはノートブックを作成して下さい。","Please create a notebook first":"まず最初にノートブックを作成して下さい","Notebook title:":"ノートブックの題名:","Add or remove tags:":"タグの追加・削除:","Separate each tag by a comma.":"それぞれのタグをカンマ(,)で区切ってください。","Rename notebook:":"ノートブックの名前を変更:","Rename tag:":"タグの変更:","Set alarm:":"アラームをセット:","Layout":"レイアウト","Search...":"検索...","Some items cannot be synchronised.":"いくつかの項目は同期されませんでした。","View them now":"今すぐ表示","Some items cannot be decrypted.":"いくつかの項目は復号されませんでした。","Set the password":"パスワードの設定","Add or remove tags":"タグの追加と削除","Duplicate":"複製","%s - Copy":"%s - コピー","Switch between note and to-do type":"ノートとToDoを切り替え","Switch to note type":"ノートに切り替え","Switch to to-do type":"ToDoに切り替え","Copy Markdown link":"Markdownのリンクをコピー","Delete":"削除","Delete notes?":"ノートを削除しますか?","No notes in here. Create one by clicking on \"New note\".":"ノートがありません。新しいノートを作成して下さい。","There is currently no notebook. Create one by clicking on \"New notebook\".":"ノートブックがありません。新しいノートブックを作成してください。","Location":"場所","URL":"URL","Note properties":"ノートのプロパティ","Open...":"開く...","This file could not be opened: %s":"次のファイルは開くことができません:%s","Save as...":"変更を保存...","Copy path to clipboard":"クリップボードにパスを保存","Copy Link Address":"リンクアドレスをコピー","This attachment is not downloaded or not decrypted yet.":"この添付ファイルはダウンロードできないか、まだ復号できません。","Unsupported link or message: %s":"次のリンクまたはメッセージはサポートしていません: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"このノートには中身がありません。 \"%s\" をクリックしてエディターを表示し、ノートを編集してください。","strong text":"文字を太字に","emphasized text":"文字の強調","List item":"リストアイテム","Insert Hyperlink":"ハイパーリンクの挿入","Attach file":"ファイルを添付する","Tags":"タグ","Set alarm":"アラームをセット","In: %s":"内: %s","Hyperlink":"ハイパーリンク","Code":"コード","Numbered List":"番号つきリスト","Bulleted List":"箇条書きリスト","Checkbox":"チェックボックス","Heading":"見出し","Horizontal Rule":"横線","Click to stop external editing":"クリックすると外部エディターでの編集を終了します","Watching...":"確認中...","to-do":"to-do","note":"ノート","Creating new %s...":"新しい %s を作成中...","Refresh":"更新","Clear":"クリア","OneDrive Login":"OneDriveログイン","Dropbox Login":"Dropboxログイン","Options":"オプション","Synchronisation Status":"同期状況","Encryption Options":"暗号化のオプション","Clipper Options":"Clipperのオプション","Remove this tag from all the notes?":"すべてのノートからこのタグを削除しますか?","Remove this search from the sidebar?":"サイドバーからこの検索を削除しますか?","Rename":"名前の変更","Synchronise":"同期","Notebooks":"ノートブック","Decrypting items: %d/%d":"復号中のアイテム: %d/%d","Fetching resources: %d":"取得中のリソース: %d","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %s","Dropbox":"Dropbox","File system":"ファイルシステム","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (テスト用途のみ)","WebDAV":"WebDAV","Unknown log level: %s":"不明なログレベル: %s","Unknown level ID: %s":"不明なレベルID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"トークンの更新ができませんでした。認証データがありません。同期を再度行うことで解決することがあります。","Untitled":"名称未設定","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDriveと同期できませんでした。\n\nOneDrive for Business(未サポート)を使用中はこのエラーが起こることがあります。\n\n通常のOneDriveアカウントの使用をご検討ください。","Cannot access %s":"%sにアクセスできません","Created local items: %d.":"ローカルアイテムの作成: %d.","Updated local items: %d.":"ローカルアイテムの更新: %d.","Created remote items: %d.":"リモートアイテムの作成: %d.","Updated remote items: %d.":"リモートアイテムの更新: %d.","Deleted local items: %d.":"ローカルアイテムの削除: %d.","Deleted remote items: %d.":"リモートアイテムの削除: %d.","Fetched items: %d/%d.":"取得したアイテム: %d/%d.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"最新のエラー: %s","Idle":"待機中","In progress":"実行中","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"暗号化済","Encrypted items cannot be modified":"暗号化したアイテムは修正できません","Conflicts":"衝突","Cannot move notebook to this location":"ノートをノートブック \"%s\" に移動できません","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\" というノートブックの名称はシステムで使用するために予約済みです。名称の変更はできません。","title":"タイトル","updated date":"アップデート日","created date":"作成日","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\" にコピーできません","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\" に移動できません","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","Uncompleted to-dos on top":"未完のToDoをリストの上部に表示","Show completed to-dos":"完了したToDoを表示","Sort notes by":"ノートのソート方法","Reverse sort order":"逆順に並び替え","Save geo-location with notes":"ノートに位置情報を保存","When creating a new to-do:":"新しいToDoを作成した場合:","Focus title":"タイトルにフォーカス","Focus body":"本文にフォーカス","When creating a new note:":"新しいノートを作成した際:","Show tray icon":"トレイアイコンの表示","Note: Does not work in all desktop environments.":"注意: すべてのデスクトップ環境で動作するわけではありません。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"有効にすると、Joplinがバックグラウンドで動作するようになります。ノートを定期的に同期し、衝突を減らすために強くおすすめする設定です。","Start application minimised in the tray icon":"アプリケーションをトレイアンコンで最小化して起動","Global zoom percentage":"全体ズームの割合","Editor font size":"エディターのフォントサイズ","Editor font family":"エディターのフォントファミリー","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"ここは *monospace* (等幅)フォントを選択しないと正しく動作しません。フォントが誤っているか空の場合は、一般的な等幅フォントが指定されるでしょう。","Automatically update the application":"アプリケーションを自動的にアップデート","Synchronisation interval":"同期間隔","%d minutes":"%d 分","%d hour":"%d 時間","%d hours":"%d 時間","Text editor command":"テキストエディターのコマンド","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"このエディターコマンド(と引数)はノートを開く際に使用されます。空欄の場合は既定のエディターを自動的に検出します。","Show advanced options":"詳細な設定の表示","Synchronisation target":"同期先","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"同期する先です。いずれの同期先も `sync.NUM.NAME` のように追加のパラメーターを持つことができるでしょう(すべてのドキュメントは下にあります)。","Directory to synchronise with (absolute path)":"同期先のディレクトリ(絶対パス)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意: この場所を変更する際は、同期する前に新しい場所にすべての内容をコピーしておきましょう。そうしないとすべてのファイルが削除されていまいます! 詳しくは次のFAQをご覧ください: %s","Nextcloud username":"Nextcloud ユーザー名","Nextcloud password":"Nextcloud パスワード","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV ユーザー名","WebDAV password":"WevDAV パスワード","Custom TLS certificates":"TLS証明書のカスタマイズ","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"証明書を読み込むディレクトリ、または個々の証明書ファイルのパスのリストをコンマで区切って記述します。例は次のとおりです: /my/cert_dir, /other/custom.pem 注意点として、TLSの設定を変更する場合は\"同期の設定を確認\"をクリックする前に保存する必要があります。","Ignore TLS certificate errors":"TLS証明書のエラーを無視","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","The tag \"%s\" already exists. Please choose a different name.":"タグ \"%s\" はすでにあります。ほかの名前を選択してください。","Joplin Export File":"Joplin エクスポートファイル","Markdown":"Markdown","Joplin Export Directory":"Joplin エクスポートディレクトリ","Evernote Export File":"Evernote エクスポートファイル","Json Export Directory":"Json エクスポートディレクトリ","Directory":"ディレクトリ","Cannot load \"%s\" module for format \"%s\"":"\"%s\" モジュール(\"%s\" フォーマット用)を読み込めません","Please specify import format for %s":"%s 用のインポートフォーマットを指定してくださあい","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"このアイテムは現在暗号化されています: %s \"%s\" すべてのアイテムの復号が終わるまで待ち、もう一度実行してください。","There is no data to export.":"エクスポートするデータがありません。","Please specify the notebook where the notes should be imported to.":"ノートをどのノートブックにインポートするのか指定してください。","Items that cannot be synchronised":"同期ができなかったアイテム","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"これらのアイテムはデバイスに残りましたが、同期先にアップロードされません。そのようなアイテムを探すには、タイトルまたはID(上記の括弧内に表示されている)で検索してください。","Sync status (synced items / total items)":"同期状況 (同期済/総数)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダー","%s: %d notes":"%s: %d ノート","Coming alarms":"直近のアラーム","On %s: %s":"日時 %s: %s","Permission to use camera":"カメラ使用の許可","Your permission to use your camera is required.":"カメラを使用するには権限が必要です。","There are currently no notes. Create one by clicking on the (+) button.":"ノートがありません。(+)ボタンを押して新しいノートを作成してください。","Delete these notes?":"ノートを削除しますか?","Log":"ログ","Export Debug Report":"デバッグレポートの出力","Encryption Config":"暗号化の設定","Configuration":"設定","Move to notebook...":"ノートブックへ移動...","Move %d notes to notebook \"%s\"?":"%d個のノートを\"%s\"に移動しますか?","Press to set the decryption password.":"復号するパスワードを入力してください。","Clear alarm":"アラームをクリア","Save alarm":"アラームの保存","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","Checking... Please wait.":"確認中...お待ちください。","Success! Synchronisation configuration appears to be correct.":"成功です! 同期の設定は正しいようです。","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"エラーです。URL、ユーザー名、パスワードなどを修正し、同期するターゲットにアクセスできるかを確認してください。次が報告されたエラーです:","The application has been authorised!":"アプリケーションは問題なく認証されました!","Could not authorise application:\n\n%s\n\nPlease try again.":"アプリケーションが認証できません:\n\n%s\n\nやり直してください。","Decrypted items: %s / %s":"復号中のアイテム: %s/%s","New tags:":"新しいタグ:","Type new tags or select from list":"新しいタグを入力するか、リストから選択してください","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"正しく動作するには、次の権限が必要です。スマートフォンのアプリ情報 > Joplin > 権限 で有効にしてください","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- ストレージ: ノートにファイルを添付するのとファイルシステムの同期に必要です。","- Camera: to allow taking a picture and attaching it to a note.":"- カメラ: 撮った写真をノートに添付するのに必要です。","- Location: to allow attaching geo-location information to a note.":"- 位置情報: ノートに位置情報を添付するのに必要です。","Joplin website":"JoplinのWebサイト","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropboxでログイン","Enter code here":"Enter code here","Master Key %s":"マスターキー %s","Created: %s":"作成しました:%s","Password:":"パスワード:","Password cannot be empty":"パスワードは空にできません","Enable":"有効","The notebook could not be saved: %s":"ノートブックは保存できませんでした:%s","Edit notebook":"ノートブックの編集","Show all":"すべて表示","Errors only":"エラーのみ","This note has been modified:":"ノートは変更されています:","Save changes":"変更を保存","Discard changes":"変更を破棄","No item with ID %s":"ID %s のアイテムはありません","The Joplin mobile app does not currently support this type of link: %s":"Joplinモバイルアプリは次のタイプのリンクをまだサポートしていません: %s","Unsupported image type: %s":"サポートされていない画像の形式: %s","Take photo":"写真を撮影する","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"共有","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","Go to source URL":"ソースURLに行く","Delete notebook":"ノートブックを削除","Login with OneDrive":"OneDriveログイン","Search":"検索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+)ボタンを押してノートやノートブックを作成してください。サイドメニューからあなたのノートブックにアクセスができます。","You currently have no notebook. Create one by clicking on (+) button.":"ノートブックがありません。(+)をクリックして新しいノートブックを作成してください。","Welcome":"ようこそ"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"タグを削除するには、関連するノートからタグを外してください。","Please select the note or notebook to be deleted first.":"ます削除するノートかノートブックを選択してください。","Press Ctrl+D or type \"exit\" to exit the application":"アプリケーションを終了するには、Ctrl+Dまたは\"exit\"と入力してください","More than one item match \"%s\". Please narrow down your query.":"一つ以上のアイテムが\"%s\"に一致しました。クエリを絞るようにしてください。","No notebook selected.":"ノートブックが選択されていません。","No notebook has been specified.":"ノートブックが選択されていません。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"バックグラウンド同期を中止中… しばらくお待ちください。","No such command: %s":"コマンドが違います:%s","The command \"%s\" is only available in GUI mode":"コマンド \"%s\"は、GUIのみで有効です","Cannot change encrypted item":"暗号化したアイテムをは変更できません","Missing required argument: %s":"引数が足りません:%s","%s: %s":"%s: %s","Your choice: ":"選択: ","Invalid answer: %s":"無効な入力:%s","Attaches the given file to the note.":"選択したファイルをノートに添付します。","Cannot find \"%s\".":"\"%s\"は見つかりませんでした。","Displays the given note.":"選択したノートを表示します。","Displays the complete information about note.":"ノートに関するすべての情報を表示します。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"設定を行います。[value]がない場合は、[name]で示された設定項目の値を表示します。両方とも指定されていない場合は、現在の設定のリストを表示します。","Also displays unset and hidden config variables.":"未設定または非表示の設定項目も表示します。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"に一致するノートを[notebook]に複製します。[notebook]が指定されていない場合は、現在のノートブックに複製を行います。","Marks a to-do as done.":"ToDoを完了としてマークします。","Note is not a to-do: \"%s\"":"ノートはToDoリストではありません:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEの設定を変更します。コマンドは `enable`, `disable`, `decrypt`, `status` and `target-status` です。","Enter master password:":"マスターパスワードを入力してください:","Operation cancelled":"操作をキャンセルしました","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"復号を開始しました... どのぐらいの数を復号するかによりますが、数分かかりますのでお待ちください。","Completed decryption.":"復号が完了しました。","Enabled":"有効","Disabled":"無効","Encryption is: %s":"暗号化: %s","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディターが定義されていません。`config editor `で設定を行ってください","No active notebook.":"有効なノートブックがありません。","Note does not exist: \"%s\". Create it?":"\"%s\"というノートはありません。お作りいたしますか?","Starting to edit note. Close the editor to get back to the prompt.":"ノートの編集を開始します。エディターを閉じると元の画面に戻ることができます。","Error opening note in editor: %s":"次のエディターで開く際にエラー: %s","Note has been saved.":"ノートは保存されました。","Exits the application.":"アプリケーションの終了。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Joplinのデータを選択されたパスにエクスポートします。既定ではノートブック・ノート・タグ・添付データを含むすべてのデータベースを出力します。","Destination format: %s":"場所の形式: %s","Exports only the given note.":"選択されたノートのみを出力する。","Exports only the given notebook.":"選択されたノートブックのみを出力する。","Displays a geolocation URL for the note.":"ノートの位置情報URLを表示する。","Displays usage information.":"使い方を表示する。","For information on how to customise the shortcuts please visit %s":"ショートカットのカスタマイズ方法は %s をご覧ください","Shortcuts are not available in CLI mode.":"CLIモードではショートカットは使用できません。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"コマンドのさらなる情報は、`help [command]`で見ることができます;または、`help all`ですべての使用方法の情報を表示できます。","The possible commands are:":"有効なコマンドは:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"すべてのコマンドで、ノートまたはノートブックは、題名またはID、または選択中の物はそれぞれショートカット`$n`または`$b`で指定できます。`$c`で選択中のアイテムを参照できます。","To move from one pane to another, press Tab or Shift+Tab.":"ペイン間を移動するには、TabかShift+Tabを押してください。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"リストや入力エリアの移動には矢印キーまたはPage Up/Downを使用します。","To maximise/minimise the console, press \"tc\".":"コンソールの最大化・最小化には\"tc\"と入力してください。","To enter command line mode, press \":\"":"コマンドラインモードに入るには、\":\"を入力してください","To exit command line mode, press ESCAPE":"コマンドラインモードを終了するには、ESCキーを押してください","For the list of keyboard shortcuts and config options, type `help keymap`":"キーボードショートカットと設定オプションを表示するには、`help shortcuts`と入力してください","Imports data into Joplin.":"Joplinにデータをインポートします。","Source format: %s":"ソースフォーマット: %s","Do not ask for confirmation.":"確認を行ないません。","Found: %d.":"総数: %d.","Created: %d.":"新規作成: %d.","Updated: %d.":"アップデート: %d.","Skipped: %d.":"スキップ: %d.","Resources: %d.":"リソース: %d.","Tagged: %d.":"タグ付き: %d.","Importing notes...":"ノートのインポート中...","The notes have been imported: %s":"ノートはインポートされました:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"現在のノートブック中のノートを表示します。ノートブックのリストを表示するには、`ls /`と入力してください。","Displays only the first top notes.":"上位 件のノートを表示します。","Sorts the item by (eg. title, updated_time, created_time).":"アイテムをで並び替え (例: title, updated_time, created_time).","Reverses the sorting order.":"逆順に並び替えます。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"選択した種類の項目のみ表示します。`n`でノートを、`t`でToDoを、`nt`でその両方を指定できます。 (例: `-tt` ではToDoのみを表示し、`-ttd`ではノートとToDoを表示します。)","Either \"text\" or \"json\"":"\"text\"または\"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"長い形式のリストフォーマットを使用します。フォーマットは:ID, NOTE_COUNT (ノートブックのみ), DATE, TODO_CHECKED (ToDoのみ), TITLE","Please select a notebook first.":"ますはノートブックを選択して下さい。","Creates a new notebook.":"あたらしいノートブックを作成します。","Creates a new note.":"あたらしいノートを作成します。","Notes can only be created within a notebook.":"ノートは、ノートブック内のみに作ることができます。","Creates a new to-do.":"新しいToDoを作成します。","Moves the notes matching to [notebook].":"に一致するアイテムを、[notebook]に移動します。","Renames the given (note or notebook) to .":" (ノートまたはノートブック)の名前を、に変更します。","Deletes the given notebook.":"指定されたノートブックを削除します。","Deletes the notebook without asking for confirmation.":"ノートブックを確認なしで削除します。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"ノートブックを削除しますか? このノートブックにあるノートとサブノートはすべて消えてしまいます。","Deletes the notes matching .":"に一致するノートを削除する。","Deletes the notes without asking for confirmation.":"ノートを確認なしで削除します。","%d notes match this pattern. Delete them?":"%d 個のノートが一致しました。削除しますか?","Delete note?":"ノートを削除しますか?","Searches for the given in all the notes.":"指定されたをすべてのノートから検索する。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"のプロパティ を、指示された[value]に設定します。有効なプロパティは:\n\n%s","Displays summary about the notes and notebooks.":"ノートとノートブックのサマリを表示します。","Synchronises with remote storage.":"リモート保存領域と同期します。","Sync to provided target (defaults to sync.target config value)":"指定のターゲットと同期します。(標準: sync.targetの設定値)","Authentication was not completed (did not receive an authentication token).":"認証は完了していません(認証トークンが得られませんでした)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"DropboxでJoplinを同期する場合は、次のステップを実行してください:","Step 1: Open this URL in your browser to authorise the application:":"ステップ1: アプリケーションを認証するためにこのURLをブラウザーで開く:","Step 2: Enter the code provided by Dropbox:":"ステップ2: Dropboxによって提供されたコードを入力する:","Not authentified with %s. Please provide any missing credentials.":"%s では認証できません。他の資格証明書を使用してください。","Synchronisation is already in progress.":"同期はすでに実行中です。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"ロックファイルがすでに保持されています。同期作業が行われていない場合は、\"%s\"にあるロックファイルを削除して、作業を再度行ってください。","Synchronisation target: %s (%s)":"同期先: %s (%s)","Cannot initialize synchroniser.":"同期プロセスを初期化できませんでした。","Starting synchronisation...":"同期を開始中...","Downloading resources...":"リソースをダウンロード中...","Cancelling... Please wait.":"中止中...お待ちください。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" は\"add\", \"remove\", \"list\"のいずれかで、指定した[ノート]から[タグ]をつけたり外したりできます。あるいは[タグ]で関連するノートをリストアップします。`tag list`で、すべてのタグを見ることができます。","Invalid command: \"%s\"":"無効な命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"は、\"toggle\"または\"clear\"を指定できます。\"toggle\"を指定すると、指定したToDoの完了済み/未完を反転できます。指定したノートが通常のノートであれば、ToDoに変換されます。\"clear\"を指定すると、ToDoを通常のノートに変換できます。","Marks a to-do as non-completed.":"ToDoを未完としてマークします。","Switches to [notebook] - all further operations will happen within this notebook.":"ノートブック [notebook]に切り替え - これ以降の作業は、指定のノートブック内で行われます。","Displays version information":"バージョン情報の表示","%s %s (%s)":"%s %s (%s)","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"既定値: %s","Possible keys/values:":"取り得るキーバリュー:","Type `joplin help` for usage information.":"`joplin help`を実行して使い方を表示します。","Fatal error:":"致命的なエラー:","The application has been authorised - you may now close this browser tab.":"アプリケーションは認証されました - ブラウザを閉じてもかまいません。","The application has been successfully authorised.":"アプリケーションは問題なく認証されました。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"このアプリケーションを認証するためには下記のURLをブラウザで開いてください。アプリケーションは\"Apps/Joplin\"フォルダを作成し、その中のファイルのみを読み書きします。あなたの個人的なファイルや、ディレクトリ外のファイルにはアクセスしません。第三者にデータが共有されることもありません。","Search:":"検索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplinへようこそ!\n\n`:help shortcuts`と入力することで、キーボードショートカットのリストを見ることができます。また、`:help`で使い方を確認できます。\n\n例えば、ノートブックの作成には`mb`ででき、ノートの作成は`mn`で行うことができます。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"現在一つ以上のアイテムが暗号化されており、マスターパスワードを提供する必要があります。その場合は`e2ee decrypt`を入力してください。もしパスワードを提供してある場合は、暗号化したアイテムは復号中で、間もなく使用できるようになるでしょう。","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットにエクスポート中。しばらくお待ちください...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットとしてインポート中。しばらくお待ちください...","PDF File":"PDF ファイル","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"エクスポート","Print":"印刷","Hide %s":"%s を隠す","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Select all":"すべて選択","Bold":"太字","Italic":"斜体","Insert Date Time":"日付の入力","Edit in external editor":"外部エディターで編集","Search in all the notes":"すべてのノートを検索","Search in current note":"現在のノートを検索","View":"表示","Toggle sidebar":"サイドバーの表示切り替え","Toggle editor layout":"エディターレイアウトの表示切り替え","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"Webクリッパーのオプション","Encryption options":"暗号化のオプション","General Options":"全般のオプション","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"寄付する","Check for updates...":"アップデートのチェック...","About Joplin":"Joplinについて","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s を開く","Exit":"終了","OK":"OK","Cancel":"キャンセル","Current version is up-to-date.":"現在のバージョンは最新版です。","%s (pre-release)":"","An update is available, do you want to download it now?":"アップデートがあります。すぐにダウンロードしますか?","Your version: v%s":"","New version: v%s":"","Yes":"Yes","No":"No","Token has been copied to the clipboard!":"トークンをクリップボードにコピーしました!","The web clipper service is enabled and set to auto-start.":"Webクリッパーサービスは有効で、自動起動します。","Status: Started on port %d":"状態: ポート %d で起動中","Status: %s":"状態: %s","Disable Web Clipper Service":"Webクリッパーサービス無効","The web clipper service is not enabled.":"Webクリッパーサービスは有効になっていません。","Enable Web Clipper Service":"Webクリッパーサービスを有効にする","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin WebクリッパーはブラウザーからWebページとスクリーンショットをJoplinへ保存します。","In order to use the web clipper, you need to do the following:":"Webクリッパーを使用するためには、次のことを行う必要があります:","Step 1: Enable the clipper service":"ステップ1: クリッパーサービスを有効にする","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"このサービスはブラウザーの拡張機能とJoplinを接続します。ファイアーウォールが有効になっている場合は、Joplinから特定のポートへの許可を与えるよう質問されるでしょう。","Step 2: Install the extension":"ステップ2: 拡張機能のインストール","Download and install the relevant extension for your browser:":"関連する拡張機能をブラウザーにインストールします:","Advanced options":"詳細な設定","Authorisation token:":"認証するトークン:","Copy token":"トークンのコピー","This authorisation token is only needed to allow third-party applications to access Joplin.":"この認証トークンはサードパーティアプリケーションがJoplinにアクセスするためだけに必要です。","Check synchronisation configuration":"同期の設定を確認する","Notes and settings are stored in: %s":"ノートと設定は次の場所に保存されます: %s","Apply":"適用","Submit":"入力","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"暗号化を無効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化を解除した状態で送ることを意味します。本当に継続しますか?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"暗号化を有効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化の状態で送ることを意味します。セキュリティの意味で、パスワードをなくさないでください。パスワードはデータを復号する*唯一*の方法です! 暗号化を有効にするには、下にパスワードを入力してください。","Disable encryption":"暗号化を無効にする","Enable encryption":"暗号化を有効にする","Master Keys":"マスターキー","Active":"アクティブ","ID":"ID","Source":"ソース","Created":"作成日時","Updated":"アップデート日時","Password":"パスワード","Password OK":"パスワード OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意:\"active\"に指定されたマスターキーのみが暗号化に使用されます。暗号化に使用されたキーの応じて、すべてのキーが暗号解除のために使用されます。","Missing Master Keys":"マスターキーがありません","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"これらのIDとマスターキーはアイテムを暗号化するのに使われていますが、このアプリケーションからはアクセスすることができていません。おそらく同期機能でダウンロードしてきたのでしょう。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"エンドツーエンド暗号化(E2EE)に関する詳細な情報とどのように有効化するのかのアドバイスは、次のドキュメントをご覧ください:","Status":"状態","Encryption is:":"暗号化の状態:","Back":"戻る","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" という名前の新しいノートブックが作成され、ファイル \"%s\" がインポートされます","Please create a notebook first.":"ますはノートブックを作成して下さい。","Please create a notebook first":"まず最初にノートブックを作成して下さい","Notebook title:":"ノートブックの題名:","Add or remove tags:":"タグの追加・削除:","Separate each tag by a comma.":"それぞれのタグをカンマ(,)で区切ってください。","Rename notebook:":"ノートブックの名前を変更:","Rename tag:":"タグの変更:","Set alarm:":"アラームをセット:","Layout":"レイアウト","Search...":"検索...","Some items cannot be synchronised.":"いくつかの項目は同期されませんでした。","View them now":"今すぐ表示","Some items cannot be decrypted.":"いくつかの項目は復号されませんでした。","Set the password":"パスワードの設定","Add or remove tags":"タグの追加と削除","Duplicate":"複製","%s - Copy":"%s - コピー","Switch between note and to-do type":"ノートとToDoを切り替え","Switch to note type":"ノートに切り替え","Switch to to-do type":"ToDoに切り替え","Copy Markdown link":"Markdownのリンクをコピー","Delete":"削除","Delete notes?":"ノートを削除しますか?","No notes in here. Create one by clicking on \"New note\".":"ノートがありません。新しいノートを作成して下さい。","There is currently no notebook. Create one by clicking on \"New notebook\".":"ノートブックがありません。新しいノートブックを作成してください。","Location":"場所","URL":"URL","Note properties":"ノートのプロパティ","Open...":"開く...","This file could not be opened: %s":"次のファイルは開くことができません:%s","Save as...":"変更を保存...","Copy path to clipboard":"クリップボードにパスを保存","Copy Link Address":"リンクアドレスをコピー","This attachment is not downloaded or not decrypted yet.":"この添付ファイルはダウンロードできないか、まだ復号できません。","Unsupported link or message: %s":"次のリンクまたはメッセージはサポートしていません: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"このノートには中身がありません。 \"%s\" をクリックしてエディターを表示し、ノートを編集してください。","Only one note can be printed or exported to PDF at a time.":"","strong text":"文字を太字に","emphasized text":"文字の強調","List item":"リストアイテム","Insert Hyperlink":"ハイパーリンクの挿入","Attach file":"ファイルを添付する","Tags":"タグ","Set alarm":"アラームをセット","In: %s":"内: %s","Hyperlink":"ハイパーリンク","Code":"コード","Numbered List":"番号つきリスト","Bulleted List":"箇条書きリスト","Checkbox":"チェックボックス","Heading":"見出し","Horizontal Rule":"横線","Click to stop external editing":"クリックすると外部エディターでの編集を終了します","Watching...":"確認中...","to-do":"to-do","note":"ノート","Creating new %s...":"新しい %s を作成中...","Refresh":"更新","Clear":"クリア","OneDrive Login":"OneDriveログイン","Dropbox Login":"Dropboxログイン","Options":"オプション","Synchronisation Status":"同期状況","Encryption Options":"暗号化のオプション","Clipper Options":"Clipperのオプション","Remove this tag from all the notes?":"すべてのノートからこのタグを削除しますか?","Remove this search from the sidebar?":"サイドバーからこの検索を削除しますか?","Rename":"名前の変更","Synchronise":"同期","Notebooks":"ノートブック","Decrypting items: %d/%d":"復号中のアイテム: %d/%d","Fetching resources: %d":"取得中のリソース: %d","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %s","Dropbox":"Dropbox","File system":"ファイルシステム","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (テスト用途のみ)","WebDAV":"WebDAV","Unknown log level: %s":"不明なログレベル: %s","Unknown level ID: %s":"不明なレベルID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"トークンの更新ができませんでした。認証データがありません。同期を再度行うことで解決することがあります。","Untitled":"名称未設定","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDriveと同期できませんでした。\n\nOneDrive for Business(未サポート)を使用中はこのエラーが起こることがあります。\n\n通常のOneDriveアカウントの使用をご検討ください。","Cannot access %s":"%sにアクセスできません","Created local items: %d.":"ローカルアイテムの作成: %d.","Updated local items: %d.":"ローカルアイテムの更新: %d.","Created remote items: %d.":"リモートアイテムの作成: %d.","Updated remote items: %d.":"リモートアイテムの更新: %d.","Deleted local items: %d.":"ローカルアイテムの削除: %d.","Deleted remote items: %d.":"リモートアイテムの削除: %d.","Fetched items: %d/%d.":"取得したアイテム: %d/%d.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"最新のエラー: %s","Idle":"待機中","In progress":"実行中","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"暗号化済","Encrypted items cannot be modified":"暗号化したアイテムは修正できません","Conflicts":"衝突","Cannot move notebook to this location":"ノートをノートブック \"%s\" に移動できません","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\" というノートブックの名称はシステムで使用するために予約済みです。名称の変更はできません。","title":"タイトル","updated date":"アップデート日","created date":"作成日","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\" にコピーできません","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\" に移動できません","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","Uncompleted to-dos on top":"未完のToDoをリストの上部に表示","Show completed to-dos":"完了したToDoを表示","Sort notes by":"ノートのソート方法","Reverse sort order":"逆順に並び替え","Save geo-location with notes":"ノートに位置情報を保存","When creating a new to-do:":"新しいToDoを作成した場合:","Focus title":"タイトルにフォーカス","Focus body":"本文にフォーカス","When creating a new note:":"新しいノートを作成した際:","Show tray icon":"トレイアイコンの表示","Note: Does not work in all desktop environments.":"注意: すべてのデスクトップ環境で動作するわけではありません。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"有効にすると、Joplinがバックグラウンドで動作するようになります。ノートを定期的に同期し、衝突を減らすために強くおすすめする設定です。","Start application minimised in the tray icon":"アプリケーションをトレイアンコンで最小化して起動","Global zoom percentage":"全体ズームの割合","Editor font size":"エディターのフォントサイズ","Editor font family":"エディターのフォントファミリー","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"ここは *monospace* (等幅)フォントを選択しないと正しく動作しません。フォントが誤っているか空の場合は、一般的な等幅フォントが指定されるでしょう。","Automatically update the application":"アプリケーションを自動的にアップデート","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"同期間隔","%d minutes":"%d 分","%d hour":"%d 時間","%d hours":"%d 時間","Text editor command":"テキストエディターのコマンド","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"このエディターコマンド(と引数)はノートを開く際に使用されます。空欄の場合は既定のエディターを自動的に検出します。","Show advanced options":"詳細な設定の表示","Synchronisation target":"同期先","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"同期する先です。いずれの同期先も `sync.NUM.NAME` のように追加のパラメーターを持つことができるでしょう(すべてのドキュメントは下にあります)。","Directory to synchronise with (absolute path)":"同期先のディレクトリ(絶対パス)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意: この場所を変更する際は、同期する前に新しい場所にすべての内容をコピーしておきましょう。そうしないとすべてのファイルが削除されていまいます! 詳しくは次のFAQをご覧ください: %s","Nextcloud username":"Nextcloud ユーザー名","Nextcloud password":"Nextcloud パスワード","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV ユーザー名","WebDAV password":"WevDAV パスワード","Custom TLS certificates":"TLS証明書のカスタマイズ","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"証明書を読み込むディレクトリ、または個々の証明書ファイルのパスのリストをコンマで区切って記述します。例は次のとおりです: /my/cert_dir, /other/custom.pem 注意点として、TLSの設定を変更する場合は\"同期の設定を確認\"をクリックする前に保存する必要があります。","Ignore TLS certificate errors":"TLS証明書のエラーを無視","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","The tag \"%s\" already exists. Please choose a different name.":"タグ \"%s\" はすでにあります。ほかの名前を選択してください。","Joplin Export File":"Joplin エクスポートファイル","Markdown":"Markdown","Joplin Export Directory":"Joplin エクスポートディレクトリ","Evernote Export File":"Evernote エクスポートファイル","Json Export Directory":"Json エクスポートディレクトリ","Directory":"ディレクトリ","Cannot load \"%s\" module for format \"%s\"":"\"%s\" モジュール(\"%s\" フォーマット用)を読み込めません","Please specify import format for %s":"%s 用のインポートフォーマットを指定してくださあい","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"このアイテムは現在暗号化されています: %s \"%s\" すべてのアイテムの復号が終わるまで待ち、もう一度実行してください。","There is no data to export.":"エクスポートするデータがありません。","Please specify the notebook where the notes should be imported to.":"ノートをどのノートブックにインポートするのか指定してください。","Items that cannot be synchronised":"同期ができなかったアイテム","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"これらのアイテムはデバイスに残りましたが、同期先にアップロードされません。そのようなアイテムを探すには、タイトルまたはID(上記の括弧内に表示されている)で検索してください。","Sync status (synced items / total items)":"同期状況 (同期済/総数)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダー","%s: %d notes":"%s: %d ノート","Coming alarms":"直近のアラーム","On %s: %s":"日時 %s: %s","Permission to use camera":"カメラ使用の許可","Your permission to use your camera is required.":"カメラを使用するには権限が必要です。","There are currently no notes. Create one by clicking on the (+) button.":"ノートがありません。(+)ボタンを押して新しいノートを作成してください。","Delete these notes?":"ノートを削除しますか?","Log":"ログ","Export Debug Report":"デバッグレポートの出力","Encryption Config":"暗号化の設定","Configuration":"設定","Move to notebook...":"ノートブックへ移動...","Move %d notes to notebook \"%s\"?":"%d個のノートを\"%s\"に移動しますか?","Press to set the decryption password.":"復号するパスワードを入力してください。","Clear alarm":"アラームをクリア","Save alarm":"アラームの保存","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","Checking... Please wait.":"確認中...お待ちください。","Success! Synchronisation configuration appears to be correct.":"成功です! 同期の設定は正しいようです。","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"エラーです。URL、ユーザー名、パスワードなどを修正し、同期するターゲットにアクセスできるかを確認してください。次が報告されたエラーです:","The application has been authorised!":"アプリケーションは問題なく認証されました!","Could not authorise application:\n\n%s\n\nPlease try again.":"アプリケーションが認証できません:\n\n%s\n\nやり直してください。","Decrypted items: %s / %s":"復号中のアイテム: %s/%s","New tags:":"新しいタグ:","Type new tags or select from list":"新しいタグを入力するか、リストから選択してください","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"正しく動作するには、次の権限が必要です。スマートフォンのアプリ情報 > Joplin > 権限 で有効にしてください","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- ストレージ: ノートにファイルを添付するのとファイルシステムの同期に必要です。","- Camera: to allow taking a picture and attaching it to a note.":"- カメラ: 撮った写真をノートに添付するのに必要です。","- Location: to allow attaching geo-location information to a note.":"- 位置情報: ノートに位置情報を添付するのに必要です。","Joplin website":"JoplinのWebサイト","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropboxでログイン","Enter code here":"Enter code here","Master Key %s":"マスターキー %s","Created: %s":"作成しました:%s","Password:":"パスワード:","Password cannot be empty":"パスワードは空にできません","Enable":"有効","The notebook could not be saved: %s":"ノートブックは保存できませんでした:%s","Edit notebook":"ノートブックの編集","Show all":"すべて表示","Errors only":"エラーのみ","This note has been modified:":"ノートは変更されています:","Save changes":"変更を保存","Discard changes":"変更を破棄","No item with ID %s":"ID %s のアイテムはありません","The Joplin mobile app does not currently support this type of link: %s":"Joplinモバイルアプリは次のタイプのリンクをまだサポートしていません: %s","Unsupported image type: %s":"サポートされていない画像の形式: %s","Take photo":"写真を撮影する","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"共有","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","Go to source URL":"ソースURLに行く","Delete notebook":"ノートブックを削除","Login with OneDrive":"OneDriveログイン","Search":"検索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+)ボタンを押してノートやノートブックを作成してください。サイドメニューからあなたのノートブックにアクセスができます。","You currently have no notebook. Create one by clicking on (+) button.":"ノートブックがありません。(+)をクリックして新しいノートブックを作成してください。","Welcome":"ようこそ"} \ No newline at end of file diff --git a/ElectronClient/app/locales/ko.json b/ElectronClient/app/locales/ko.json index 6618b9f73..497820e24 100644 --- a/ElectronClient/app/locales/ko.json +++ b/ElectronClient/app/locales/ko.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"태그를 지우려면 연결된 노트의 태그를 해제하세요.","Please select the note or notebook to be deleted first.":"삭제할 노트나 노트북을 먼저 선택하세요.","Press Ctrl+D or type \"exit\" to exit the application":"Ctrl+D 키를 누르거나 \"exit\"를 입력해서 종료하세요","More than one item match \"%s\". Please narrow down your query.":"\"%s\"에 대해 하나 이상의 항목이 일치합니다. 검색 범위를 좁혀보시기 바랍니다.","No notebook selected.":"선택된 노트북이 없습니다.","No notebook has been specified.":"특정된 노트북이 없습니다.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"백그라운드 동기화를 취소하는 중입니다... 잠시만 기다리세요.","No such command: %s":"다음과 같은 명령어가 없습니다: %s","The command \"%s\" is only available in GUI mode":"\"%s\" 명령어는 그래픽 인터페이스 모드에서만 사용 가능합니다","Cannot change encrypted item":"암호화된 항목을 변경할 수 없습니다","Missing required argument: %s":"필요한 인자가 없습니다: %s","%s: %s":"%s: %s","Your choice: ":"선택한 항목: ","Invalid answer: %s":"올바르지 않은 정답: %s","Attaches the given file to the note.":"제공된 파일을 노트에 첨부합니다.","Cannot find \"%s\".":"다음을 찾을 수 없습니다: \"%s\"","Displays the given note.":"제공된 노트를 표시합니다.","Displays the complete information about note.":"노트와 관련된 모든 정보를 표시합니다.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"설정값을 얻거나 지정합니다. 만약 [value] 가 제공되지 않았다면, [name]의 값을 표시할 것입니다. [name] 및 [value] 모두가 제공되지 않았다면, 현재의 설정을 표시할 것입니다.","Also displays unset and hidden config variables.":"또한 설정하지 않았거나 숨겨진 설정 변수를 표시합니다.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"와 일치하는 노트를 [notebook]에 복제합니다. 노트북이 특정되지 않았다면 노트는 현재의 노트북에 복제됩니다.","Marks a to-do as done.":"'할 일' 항목을 완료로 표시합니다.","Note is not a to-do: \"%s\"":"노트는 '할 일' 항목이 아닙니다: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EE(종단간 암호화) 설정을 관리합니다. 명령어는 `enable`, `disable`, `decrypt`, `status`, `target-status` 입니다.","Enter master password:":"관리자 비밀번호를 입력하세요:","Operation cancelled":"작업이 중지되었습니다","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"복호화를 시작합니다... 작업량에 따라서 몇 분이 걸릴 수 있으니 잠시만 기다리세요.","Completed decryption.":"복호화가 완료되었습니다.","Enabled":"사용함","Disabled":"사용하지 않음","Encryption is: %s":"암호화: %s","Edit note.":"노트를 편집합니다.","No text editor is defined. Please set it using `config editor `":"텍스트 편집기가 지정되지 않았습니다. `config editor ` 명령어로 지정하세요.","No active notebook.":"활성화된 노트북이 없습니다.","Note does not exist: \"%s\". Create it?":"\"%s\" 노트가 존재하지 않습니다. 새로 만들까요?","Starting to edit note. Close the editor to get back to the prompt.":"노트 편집을 시작합니다. 프롬프트로 가려면 편집기를 종료하세요.","Error opening note in editor: %s":"편집기에서 노트를 열 수 없는 오류입니다: %s","Note has been saved.":"노트가 저장되었습니다.","Exits the application.":"애플리케이션을 종료합니다.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"조플린의 데이터를 주어진 경로로 내보냅니다. 기본적으로 노트북, 노트, 태그, 기타 자원을 포함한 완전한 데이터베이스를 내보내게 됩니다.","Destination format: %s":"목표 포맷: %s","Exports only the given note.":"주어진 노트만을 내보냅니다.","Exports only the given notebook.":"주어진 노트북만을 내보냅니다.","Displays a geolocation URL for the note.":"노트의 지리적 위치 URL을 표시합니다.","Displays usage information.":"사용량 정보를 표시합니다.","For information on how to customise the shortcuts please visit %s":"바로가기를 편집할 수 있는 방법에 관한 정보는 다음에서 찾으실 수 있습니다: %s","Shortcuts are not available in CLI mode.":"바로가기는 명령줄 인터페이스 모드에서는 사용할 수 없습니다.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"명령어에 관한 정보는 `help [command]`를 입력하시면 찾으실 수 있습니다. 'help all'을 입력하시면 완전한 명령어 용법에 관한 정보가 있습니다.","The possible commands are:":"가능한 명령어는 다음과 같습니다:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"어느 명령어에서든, 노트 또는 노트북은 그것의 제목이나 ID를 통해 참조할 수 있습니다. 현재 선택된 노트 또는 노트북의 경우 `$n` 이나 `$b`같은 바로가기로, 현재 선택된 항목의 경우 `$c`로 참조할 수 있습니다.","To move from one pane to another, press Tab or Shift+Tab.":"한 패널에서 다른 패널으로 옮기려면 Tab키 또는 Shift+Tab 키를 누르세요.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"화살표 키와 Page Up/Down를 눌러 목록이나 텍스트 영역을 스크롤하세요 (현재 콘솔 포함).","To maximise/minimise the console, press \"tc\".":"콘솔을 최대화/최소화 하려면 \"tc\"를 누르세요.","To enter command line mode, press \":\"":"명령줄 모드로 진입하려면 \":\"를 누르세요.","To exit command line mode, press ESCAPE":"명령줄 모드를 종료하려면 ESC를 누르세요.","For the list of keyboard shortcuts and config options, type `help keymap`":"키보드 단축키 및 설정 옵션은 `help keymap`를 입력하시면 됩니다","Imports data into Joplin.":"데이터를 조플린으로 가져옵니다.","Source format: %s":"원본 포맷: %s","Do not ask for confirmation.":"더 이상 확인을 묻지 않습니다.","Found: %d.":"발견됨: %d","Created: %d.":"생성됨: %d.","Updated: %d.":"업데이트됨: %d.","Skipped: %d.":"넘겨짐: %d.","Resources: %d.":"리소스: %d.","Tagged: %d.":"태그됨: %d.","Importing notes...":"노트 가져오는 중...","The notes have been imported: %s":"노트를 가져왔습니다: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"현재 노트북에 있는 노트를 표시합니다. `ls /`로 노트북의 목록을 확인할 수 있습니다.","Displays only the first top notes.":"맨 처음 노트만 표시합니다.","Sorts the item by (eg. title, updated_time, created_time).":"항목을 별로 정렬합니다(예시: title, updated_time, created_time).","Reverses the sorting order.":"정렬 순서를 반전시킵니다.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"특정 형식의 항목만 표시합니다. 노트의 경우 `n`, 할 일의 경우 `t`, 노트와 할 일 모두는 `nt`(예시: 할 일은 `-tt`, 노트와 할 일은 `-ttd`)를 사용하세요.","Either \"text\" or \"json\"":"\"text\" 또는 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"긴 목록 포맷을 사용합니다. 포맷은 ID, NOTE_COUNT (노트북에 해당), DATE, TODO_CHECKED (할 일에 해당), TITLE 입니다.","Please select a notebook first.":"노트북을 먼저 선택하세요.","Creates a new notebook.":"새 노트북을 만듭니다.","Creates a new note.":"새 노트를 만듭니다.","Notes can only be created within a notebook.":"노트는 노트북 속에만 만들 수 있습니다.","Creates a new to-do.":"새 '할 일'을 만듭니다.","Moves the notes matching to [notebook].":"와 일치하는 노트를 [notebook]으로 옮깁니다.","Renames the given (note or notebook) to .":"주어진 (노트 또는 노트북)의 이름을 로 바꿉니다.","Deletes the given notebook.":"주어진 노트북을 삭제합니다.","Deletes the notebook without asking for confirmation.":"확인을 거치지 않고 노트북을 삭제합니다.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"노트북을 삭제할까요? 이 노트북 안에 있는 모든 노트와 하위 노트북들도 함께 삭제됩니다.","Deletes the notes matching .":"에 일치하는 노트를 삭제합니다.","Deletes the notes without asking for confirmation.":"확인을 거치지 않고 노트를 삭제합니다.","%d notes match this pattern. Delete them?":"%d개의 노트가 이 패턴과 일치합니다. 삭제할까요?","Delete note?":"노트를 삭제할까요?","Searches for the given in all the notes.":"주어진 을 모든 노트에서 찾습니다.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"주어진 속성을 주어진 [value]로 설정합니다. 가능한 속성은 다음과 같습니다:\n\n%s","Displays summary about the notes and notebooks.":"노트와 노트북에 관한 요약 정보를 표시합니다.","Synchronises with remote storage.":"원격 저장소와 동기화 합니다.","Sync to provided target (defaults to sync.target config value)":"지정된 대상으로 동기화 (기본값은 sync.target config value)","Authentication was not completed (did not receive an authentication token).":"인증이 완료되지 않았습니다(인증 토큰을 받을 수 없음).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"조플린을 드롭박스와 동기화하려면 다음 절차를 따르세요:","Step 1: Open this URL in your browser to authorise the application:":"1단계: 브라우저에서 이 URL에 접속해 애플리케이션을 허가합니다:","Step 2: Enter the code provided by Dropbox:":"2단계: 드롭박스에서 제공하는 코드를 입력합니다:","Not authentified with %s. Please provide any missing credentials.":"%s 사항과 인증되지 않았습니다. 누락된 증명사항을 제공하세요.","Synchronisation is already in progress.":"이미 동기화가 진행중입니다.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"잠금 파일이 이미 대기중입니다. 만약 동기화가 시작되지 않는다면 \"%s\"에서 잠금 파일을 삭제하고 작업을 재개할 수 있습니다.","Synchronisation target: %s (%s)":"동기화 대상: %s (%s)","Cannot initialize synchroniser.":"동기화를 시작할 수 없습니다.","Starting synchronisation...":"동기화를 시작합니다...","Downloading resources...":"","Cancelling... Please wait.":"취소하는 중입니다... 잠시만 기다리세요."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"올바르지 않은 명령어: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"로 \"toggle\" 이나 \"clear\"를 사용할 수 있습니다. \"toggle\"은 주어진 '할 일'의 상태를 '완료됨' 또는 '완료되지 않음'으로 바꾸는 데 사용됩니다 (만약 대상이 일반적인 노트일 경우에는 '할 일'로 전환됩니다). \"clear\"는 '할 일'을 일반적인 노트로 변환하는 데 사용됩니다.","Marks a to-do as non-completed.":"할 일을 '완료되지 않음'으로 표시합니다.","Switches to [notebook] - all further operations will happen within this notebook.":"[notebook]으로 전환 - 앞으로의 모든 작업은 이 노트북 안에서만 해당됩니다.","Displays version information":"버전 정보 표시","%s %s (%s)":"%s %s (%s)","Enum":"열거","Type: %s.":"형태: %s.","Possible values: %s.":"가능한 값: %s.","Default: %s":"기본값: %s","Possible keys/values:":"가능한 키/값:","Type `joplin help` for usage information.":"사용법 정보를 알고 싶다면 `joplin help`를 입력하세요.","Fatal error:":"치명적인 오류:","The application has been authorised - you may now close this browser tab.":"애플리케이션이 허가되었습니다 - 브라우저 탭을 종료하셔도 됩니다.","The application has been successfully authorised.":"애플리케이션이 성공적으로 허가되었습니다.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"다음의 URL을 브라우저에서 열어 애플리케이션을 허가하세요. 애플리케이션은 \"Apps/Joplin\" 경로에 폴더를 만들게 되며 이 폴더 안에 있는 파일만을 읽고 쓸 것입니다. 이 외의 경로에 있는 파일 및 다른 개인 정보에는 접근할 권한이 없습니다. 데이터는 제3자와 공유되지 않습니다.","Search:":"검색:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"조플린에 오신 것을 환영합니다!\n\n`:help shortcuts`를 입력하면 키보드 단축키 목록을 확인할 수 있습니다. `:help`를 입력하면 사용 방법을 확인할 수 있습니다.\n\n예를 들어 새 노트북을 만들려면 `mb`를, 새 노트를 만들려면 `mn`을 입력하세요.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"현재 하나 또는 여러개의 항목이 암호화되어 있으며 관리자 비밀번호를 입력해야 합니다. `e2ee decrypt`를 입력해서 암호화를 해제하세요. 이미 비밀번호를 입력했다면 암호화된 항목들은 복호화 작업을 백그라운드에서 진행중입니다.","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\"에 \"%s\" 포맷으로 내보내는 중입니다. 잠시만 기다리세요...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\"에서 \"%s\" 포맷으로 가져오는 중입니다. 잠시만 기다리세요...","PDF File":"PDF 파일","File":"파일","New note":"새 노트","New to-do":"새 '할 일'","New notebook":"새 노트북","Import":"가져오기","Export":"내보내기","Print":"인쇄","Hide %s":"%s 숨기기","Quit":"종료","Edit":"편집","Copy":"복사","Cut":"잘라내기","Paste":"붙여넣기","Select all":"Select all","Bold":"굵게","Italic":"기울임","Insert Date Time":"날짜와 시간 입력","Edit in external editor":"외부 편집기에서 편집하기","Search in all the notes":"모든 노트에서 검색","Search in current note":"Search in current note","View":"보기","Toggle sidebar":"사이드바 표시 전환","Toggle editor layout":"편집기 배치 형태 전환","Tools":"도구","Synchronisation status":"동기화 상태","Web clipper options":"웹 수집기 옵션","Encryption options":"암호화 옵션","General Options":"일반 옵션","Help":"도움말","Website and documentation":"웹사이트 및 각종 문서","Make a donation":"기부하기","Check for updates...":"업데이트 확인...","About Joplin":"조플린이란?","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s 열기","Exit":"종료","OK":"확인","Cancel":"취소","Current version is up-to-date.":"현재 버전은 최신입니다.","An update is available, do you want to download it now?":"업데이트가 있습니다. 지금 다운로드할까요?","Yes":"예","No":"아니오","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"웹 수집기 서비스가 활성화되었고 자동으로 시작하도록 설정되었습니다.","Status: Started on port %d":"상태: %d 포트에서 시작됨","Status: %s":"상태: %s","Disable Web Clipper Service":"웹 수집기 서비스 사용하지 않음","The web clipper service is not enabled.":"웹 수집기 서비스가 비활성화 되었습니다.","Enable Web Clipper Service":"웹 수집기 서비스 사용","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"조플린 웹 수집기는 브라우저에서 웹 페이지 및 스크린샷을 조플린에 저장할 수 있게 해줍니다.","In order to use the web clipper, you need to do the following:":"웹 수집기를 사용하려면 다음 절차를 따르세요:","Step 1: Enable the clipper service":"1단계: 웹 수집기 서비스를 활성화","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"이 서비스는 브라우저 확장 기능이 조플린과 통신하도록 해줍니다. 활성화를 할 때 방화벽이 조플린에게 특정 포트 접근을 허가할 것인지 물어볼수도 있습니다.","Step 2: Install the extension":"2단계: 확장 기능 설치","Download and install the relevant extension for your browser:":"브라우저에 적절한 확장 기능을 다운로드 및 설치하세요:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"동기화 설정 확인","Notes and settings are stored in: %s":"노트와 설정값이 다음에 저장되었습니다: %s","Apply":"적용","Submit":"제출","Save":"저장","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"암호화를 해제한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화되지 않은 상태로 동기화 대상에 전달된다는 것을 의미합니다. 계속 진행할까요?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"암호화를 사용한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화된 상태로 동기화 대상에 전달된다는 것을 의미합니다. 비밀번호는 데이터를 복호화할 수 있는 유일한 수단이므로 보안을 위해 비밀번호를 절대로 잃어버리지 마세요. 암호화를 사용하려면 비밀번호를 입력하세요.","Disable encryption":"암호화 해제","Enable encryption":"암호화 사용","Master Keys":"관리자 키","Active":"활성화","ID":"ID","Source":"원본","Created":"생성됨","Updated":"업데이트됨","Password":"비밀번호","Password OK":"비밀번호 확인","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"참고사항: \"활성화\"로 표시된 단 하나의 관리자 키만 암호화에 사용됩니다. 모든 키는 노트나 노트북이 기존에 어떻게 암호화되었는지에 따라서 복호화에 사용될 수 있습니다.","Missing Master Keys":"관리자 키를 찾을 수 없음","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"이 ID와 연관된 관리자 키는 일부 항목을 암호화하는데에 사용되었으나, 현재 애플리케이션이 해당 키에 접근할 수 없습니다. 이는 추후에 동기화를 통해 다운로드될 가능성이 있습니다.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"종단간 암호화(E2EE)에 관한 정보, 사용법 및 조언은 다음 문서에서 확인하세요:","Status":"상태","Encryption is:":"암호화는 다음과 같습니다:","Back":"뒤로 가기","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"새 \"%s\" 노트북이 생성되었으며 \"%s\" 파일을 가져왔습니다","Please create a notebook first.":"먼저 노트북을 만들어야 합니다.","Please create a notebook first":"먼저 노트북을 만들어야 합니다","Notebook title:":"노트북 제목:","Add or remove tags:":"태그 추가 및 제거:","Separate each tag by a comma.":"각각의 태그를 쉼표로 구분합니다.","Rename notebook:":"노트북 이름 바꾸기:","Rename tag:":"태그 이름 바꾸기:","Set alarm:":"알람 설정:","Layout":"배치","Search...":"찾기...","Some items cannot be synchronised.":"일부 항목들은 동기화할 수 없습니다.","View them now":"지금 보여주기","Some items cannot be decrypted.":"일부 항목들은 암호화할 수 없습니다.","Set the password":"암호 설정","Add or remove tags":"태그 추가 및 제거","Duplicate":"복제","%s - Copy":"%s - 복사","Switch between note and to-do type":"'노트' 또는'할 일' 형식으로 전환합니다.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"마크다운 링크 복사","Delete":"삭제","Delete notes?":"노트를 삭제할까요?","No notes in here. Create one by clicking on \"New note\".":"노트가 없습니다. '새 노트'를 선택해서 노트를 새로 만드세요.","There is currently no notebook. Create one by clicking on \"New notebook\".":"노트북이 없습니다. '새 노트북'을 선택해서 노트북을 새로 만드세요.","Location":"","URL":"","Note properties":"","Open...":"열기...","This file could not be opened: %s":"다음 파일을 열 수 없습니다: %s","Save as...":"다른 이름으로 저장...","Copy path to clipboard":"경로를 클립보드에 복사","Copy Link Address":"링크 주소 복사","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"지원하지 않는 링크 또는 메세지: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"비어있는 노트입니다. \"%s\" 항목을 선택해서 편집기를 전환하고 노트를 편집하세요.","strong text":"중요 텍스트","emphasized text":"강조된 텍스트","List item":"목록 항목","Insert Hyperlink":"하이퍼링크 삽입","Attach file":"파일 첨부","Tags":"태그","Set alarm":"알람 설정","In: %s":"내부: %s","Hyperlink":"하이퍼링크","Code":"코드","Numbered List":"숫자가 매겨진 목록","Bulleted List":"글머리 기호 목록","Checkbox":"체크박스","Heading":"표제","Horizontal Rule":"수평줄","Click to stop external editing":"외부 편집을 그만두려면 클릭하세요","Watching...":"관측...","to-do":"할 일","note":"노트","Creating new %s...":"%s 새로 만들기...","Refresh":"새로고침","Clear":"지우기","OneDrive Login":"OneDrive 로그인","Dropbox Login":"Dropbox 로그인","Options":"옵션","Synchronisation Status":"동기화 상태","Encryption Options":"암호화 옵션","Clipper Options":"수집기 옵션","Remove this tag from all the notes?":"모든 노트에서 이 태그를 제거할까요?","Remove this search from the sidebar?":"사이드바에서 이 검색 항목을 제거할까요?","Rename":"이름 바꾸기","Synchronise":"동기화","Notebooks":"노트북","Decrypting items: %d/%d":"복호화 항목: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"동기화 상태를 내보낼 대상을 선택하세요","Usage: %s":"사용량: %s","Unknown flag: %s":"알 수 없는 플래그: %s","Dropbox":"Dropbox","File system":"파일 시스템","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (테스트 용도 전용)","WebDAV":"WebDAV","Unknown log level: %s":"알 수 없는 로그 레벨: %s","Unknown level ID: %s":"알 수 없는 레벨 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"토큰 새로고침 불가: 인증 데이터를 찾을 수 없습니다. 동기화를 다시 시도하면 문제가 해결될수도 있습니다.","Untitled":"제목 없음","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDrive와 동기화 할 수 없습니다.\n\n이 오류는 OneDrive for Business를 사용할 경우 주로 발생합니다. 현재로서는 지원하지 않는 제품입니다.\n\n일반 OneDrive 계정을 사용해보시기 바랍니다.","Cannot access %s":"%s에 접근할 수 없음","Created local items: %d.":"로컬 항목 생성됨: %d.","Updated local items: %d.":"로컬 항목 업데이트됨: %d.","Created remote items: %d.":"원격 항목 생성됨: %d.","Updated remote items: %d.":"원격 항목 업데이트됨: %d.","Deleted local items: %d.":"로컬 항목 삭제됨: %d.","Deleted remote items: %d.":"원격 항목 삭제됨: %d.","Fetched items: %d/%d.":"가져온 항목: %d/%d.","Cancelling...":"취소하는 중...","Completed: %s":"완료됨: %s","Last error: %s":"최근 오류: %s","Idle":"대기","In progress":"진행 중","Synchronisation is already in progress. State: %s":"동기화가 이미 진행되고 있습니다. 상태: %s","Encrypted":"암호화됨","Encrypted items cannot be modified":"암호화된 항목은 변경될 수 없습니다","Conflicts":"충돌","Cannot move notebook to this location":"노트북을 이 위치로 옮길 수 없습니다","Notebooks cannot be named \"%s\", which is a reserved title.":"노트북을 \"%s\" 제목으로 정할 수 없습니다. 이미 예약중입니다.","title":"제목","updated date":"업데이트된 날짜","created date":"만들어진 날짜","This note does not have geolocation information.":"이 노트는 지리적 위치 정보를 포함하고 있지 않습니다.","Cannot copy note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 복사할 수 없습니다","Cannot move note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 옮길 수 없습니다","Language":"언어","Date format":"날짜 형식","Time format":"시간 형식","Theme":"테마","Light":"밝음","Dark":"어두움","Uncompleted to-dos on top":"완료되지 않은 '할 일'을 맨 위에","Show completed to-dos":"완료된 '할 일'을 표시","Sort notes by":"노트를 다음 기준으로 정렬","Reverse sort order":"정렬 순서 반전","Save geo-location with notes":"노트에 지리적 위치 정보 포함시키기","When creating a new to-do:":"새로운 '할 일'을 만들때:","Focus title":"제목에 포커스","Focus body":"내용에 포커스","When creating a new note:":"새 노트를 만들 때:","Show tray icon":"트레이 아이콘 표시","Note: Does not work in all desktop environments.":"참고사항: 모든 데스크탑 환경에서 작동하는 것은 아닙니다.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"전체적 확대 비율","Editor font size":"Editor font size","Editor font family":"편집기 글꼴 집합","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"반드시 모노스페이스 글꼴을 사용해야만 정상적으로 작동합니다. 만약 글꼴이 없거나 올바르지 않을 경우, 기본 제공되는 모노스페이스 글꼴을 기본값으로 사용합니다.","Automatically update the application":"애플리케이션을 자동으로 업데이트","Synchronisation interval":"동기화 간격","%d minutes":"%d 분","%d hour":"%d 시간","%d hours":"%d 시간","Text editor command":"텍스트 편집기 명령어","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"노트를 여는데 사용할 텍스트 편집기 명령어(인자를 포함할 수 있습니다)를 지정합니다. 주어진 명령어가 없을 시 기본 편집기를 자동으로 탐지할 것입니다.","Show advanced options":"고급 옵션","Synchronisation target":"동기화 대상","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"동기화를 할 대상을 선택합니다. 각각의 동기화 대상은 `sync.NUM.NAME` 형식으로 된 추가적인 매개 변수를 포함할 수 있습니다(아래에 문서화되어 있습니다).","Directory to synchronise with (absolute path)":"동기화를 할 폴더 (절대적 경로)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"파일 시스템 동기화가 활성화된 경우에 동기화를 할 경로입니다. `sync.target`를 참조하세요.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 사용자 이름","Nextcloud password":"Nextcloud 암호","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV 사용자 이름","WebDAV password":"WebDAV 암호","Custom TLS certificates":"임의의 TLS 인증서","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"인증서를 불러올 (쉼표로 구분되어 있는) 경로들의 목록, 또는 개별적인 인증서 파일들의 경로입니다. 예를 들어 다음과 같은 형식입니다: /my/cert_dir, /other/custom.pem. 참고사항: 만약 TLS 설정을 변경했다면 \"동기화 설정 확인\"을 진행하기 전에 반드시 변경 사항을 저장해야 합니다.","Ignore TLS certificate errors":"TLS 인증서 오류 무시","Invalid option value: \"%s\". Possible values are: %s.":"올바르지 않은 옵션 값: \"%s\". 가능한 값은 다음과 같습니다: \"%s\".","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"조플린 내보내기 파일","Markdown":"마크다운","Joplin Export Directory":"조플린 내보내기 폴더","Evernote Export File":"에버노트 내보내기 파일","Json Export Directory":"Json Export Directory","Directory":"폴더","Cannot load \"%s\" module for format \"%s\"":"\"%s\" 모듈을 \"%s\" 형식에 불러올 수 없습니다","Please specify import format for %s":"%s 항목에 사용할 가져오기 형식을 지정하세요","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"이 항목은 암호화되어 있습니다: %s \"%s\". 모든 항목이 복호화 될 때까지 기다리고 나서 다시 시도하세요.","There is no data to export.":"내보낼 데이터가 없습니다.","Please specify the notebook where the notes should be imported to.":"노트를 가져와서 저장할 노트북을 지정하세요.","Items that cannot be synchronised":"동기화를 할 수 없는 항목","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"해당 항목들은 기기에 남아 있지만 동기화 대상에 업로드되지는 않을 것입니다. 이런 항목을 찾으려면 제목 또는 ID로 검색하세요. (상단에 괄호 안에 표시되어 있습니다)","Sync status (synced items / total items)":"동기화 상태 (동기화 완료 항목 / 전체 항목)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"합계: %d/%d","Conflicted: %d":"충돌됨: %d","To delete: %d":"삭제: %d","Folders":"폴더","%s: %d notes":"%s: %d 노트","Coming alarms":"다가오는 예정된 알람","On %s: %s":"%s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"노트가 없습니다. (+) 버튼을 선택해 새로 만드세요.","Delete these notes?":"노트를 삭제할까요?","Log":"로그","Export Debug Report":"디버그 보고서 내보내기","Encryption Config":"암호화 설정","Configuration":"설정","Move to notebook...":"노트북으로 옮기기...","Move %d notes to notebook \"%s\"?":"%d 노트를 \"%s\" 노트북으로 옮길까요?","Press to set the decryption password.":"복호화 암호를 설정하려면 누르세요.","Clear alarm":"Clear alarm","Save alarm":"알람 저장","Select date":"날짜 선택","Confirm":"확인","Cancel synchronisation":"동기화 취소","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"새 태그:","Type new tags or select from list":"새 태그를 입력하거나 목록에서 선택하세요","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"앱이 정상적으로 작동하기 위해서는 권한을 허가해야 합니다. '설정 > 애플리케이션 > Joplin > 권한'에서 허가하세요.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 저장소: 노트에 파일을 첨부하고 파일 시스템 동기화를 활성화하기 위해서 필요합니다.","- Camera: to allow taking a picture and attaching it to a note.":"- 카메라: 사진을 찍고 노트에 첨부하기 위해서 필요합니다.","- Location: to allow attaching geo-location information to a note.":"- 위치: 지리적 위치 정보를 노트에 첨부하기 위해서 필요합니다.","Joplin website":"조플린 웹사이트","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropbox로 로그인","Enter code here":"","Master Key %s":"관리자 키 %s","Created: %s":"생성됨: %s","Password:":"암호:","Password cannot be empty":"암호를 입력해야만 합니다","Enable":"활성화","The notebook could not be saved: %s":"노트북을 저장할 수 없습니다: %s","Edit notebook":"노트북 편집","Show all":"모두 표시","Errors only":"오류들만","This note has been modified:":"노트가 변경되었습니다:","Save changes":"변경 사항 저장","Discard changes":"변경 사항 버리기","No item with ID %s":"ID %s에 해당하는 항목이 없습니다","The Joplin mobile app does not currently support this type of link: %s":"조플린 모바일 앱은 현재 해당 형식의 링크를 지원하지 않습니다: %s","Unsupported image type: %s":"지원하지 않는 이미지 형식: %s","Take photo":"Take photo","Attach photo":"사진 첨부","Attach any file":"모든 형식의 파일 첨부","Share":"공유","Convert to note":"노트로 변환","Convert to todo":"'할 일'로 변환","Hide metadata":"메타데이터 숨김","Show metadata":"메타데이터 표시","View on map":"지도에 표시","Go to source URL":"","Delete notebook":"노트북 삭제","Login with OneDrive":"OneDrive 로그인","Search":"검색","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+) 버튼을 눌러 새 노트 및 노트북을 만드세요. 측면 메뉴를 눌러 기존의 노트북을 관리하세요.","You currently have no notebook. Create one by clicking on (+) button.":"노트북이 없습니다. (+) 버튼을 눌러 새로 만드세요.","Welcome":"환영합니다"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"태그를 지우려면 연결된 노트의 태그를 해제하세요.","Please select the note or notebook to be deleted first.":"삭제할 노트나 노트북을 먼저 선택하세요.","Press Ctrl+D or type \"exit\" to exit the application":"Ctrl+D 키를 누르거나 \"exit\"를 입력해서 종료하세요","More than one item match \"%s\". Please narrow down your query.":"\"%s\"에 대해 하나 이상의 항목이 일치합니다. 검색 범위를 좁혀보시기 바랍니다.","No notebook selected.":"선택된 노트북이 없습니다.","No notebook has been specified.":"특정된 노트북이 없습니다.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"백그라운드 동기화를 취소하는 중입니다... 잠시만 기다리세요.","No such command: %s":"다음과 같은 명령어가 없습니다: %s","The command \"%s\" is only available in GUI mode":"\"%s\" 명령어는 그래픽 인터페이스 모드에서만 사용 가능합니다","Cannot change encrypted item":"암호화된 항목을 변경할 수 없습니다","Missing required argument: %s":"필요한 인자가 없습니다: %s","%s: %s":"%s: %s","Your choice: ":"선택한 항목: ","Invalid answer: %s":"올바르지 않은 정답: %s","Attaches the given file to the note.":"제공된 파일을 노트에 첨부합니다.","Cannot find \"%s\".":"다음을 찾을 수 없습니다: \"%s\"","Displays the given note.":"제공된 노트를 표시합니다.","Displays the complete information about note.":"노트와 관련된 모든 정보를 표시합니다.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"설정값을 얻거나 지정합니다. 만약 [value] 가 제공되지 않았다면, [name]의 값을 표시할 것입니다. [name] 및 [value] 모두가 제공되지 않았다면, 현재의 설정을 표시할 것입니다.","Also displays unset and hidden config variables.":"또한 설정하지 않았거나 숨겨진 설정 변수를 표시합니다.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"와 일치하는 노트를 [notebook]에 복제합니다. 노트북이 특정되지 않았다면 노트는 현재의 노트북에 복제됩니다.","Marks a to-do as done.":"'할 일' 항목을 완료로 표시합니다.","Note is not a to-do: \"%s\"":"노트는 '할 일' 항목이 아닙니다: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EE(종단간 암호화) 설정을 관리합니다. 명령어는 `enable`, `disable`, `decrypt`, `status`, `target-status` 입니다.","Enter master password:":"관리자 비밀번호를 입력하세요:","Operation cancelled":"작업이 중지되었습니다","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"복호화를 시작합니다... 작업량에 따라서 몇 분이 걸릴 수 있으니 잠시만 기다리세요.","Completed decryption.":"복호화가 완료되었습니다.","Enabled":"사용함","Disabled":"사용하지 않음","Encryption is: %s":"암호화: %s","Edit note.":"노트를 편집합니다.","No text editor is defined. Please set it using `config editor `":"텍스트 편집기가 지정되지 않았습니다. `config editor ` 명령어로 지정하세요.","No active notebook.":"활성화된 노트북이 없습니다.","Note does not exist: \"%s\". Create it?":"\"%s\" 노트가 존재하지 않습니다. 새로 만들까요?","Starting to edit note. Close the editor to get back to the prompt.":"노트 편집을 시작합니다. 프롬프트로 가려면 편집기를 종료하세요.","Error opening note in editor: %s":"편집기에서 노트를 열 수 없는 오류입니다: %s","Note has been saved.":"노트가 저장되었습니다.","Exits the application.":"애플리케이션을 종료합니다.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"조플린의 데이터를 주어진 경로로 내보냅니다. 기본적으로 노트북, 노트, 태그, 기타 자원을 포함한 완전한 데이터베이스를 내보내게 됩니다.","Destination format: %s":"목표 포맷: %s","Exports only the given note.":"주어진 노트만을 내보냅니다.","Exports only the given notebook.":"주어진 노트북만을 내보냅니다.","Displays a geolocation URL for the note.":"노트의 지리적 위치 URL을 표시합니다.","Displays usage information.":"사용량 정보를 표시합니다.","For information on how to customise the shortcuts please visit %s":"바로가기를 편집할 수 있는 방법에 관한 정보는 다음에서 찾으실 수 있습니다: %s","Shortcuts are not available in CLI mode.":"바로가기는 명령줄 인터페이스 모드에서는 사용할 수 없습니다.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"명령어에 관한 정보는 `help [command]`를 입력하시면 찾으실 수 있습니다. 'help all'을 입력하시면 완전한 명령어 용법에 관한 정보가 있습니다.","The possible commands are:":"가능한 명령어는 다음과 같습니다:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"어느 명령어에서든, 노트 또는 노트북은 그것의 제목이나 ID를 통해 참조할 수 있습니다. 현재 선택된 노트 또는 노트북의 경우 `$n` 이나 `$b`같은 바로가기로, 현재 선택된 항목의 경우 `$c`로 참조할 수 있습니다.","To move from one pane to another, press Tab or Shift+Tab.":"한 패널에서 다른 패널으로 옮기려면 Tab키 또는 Shift+Tab 키를 누르세요.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"화살표 키와 Page Up/Down를 눌러 목록이나 텍스트 영역을 스크롤하세요 (현재 콘솔 포함).","To maximise/minimise the console, press \"tc\".":"콘솔을 최대화/최소화 하려면 \"tc\"를 누르세요.","To enter command line mode, press \":\"":"명령줄 모드로 진입하려면 \":\"를 누르세요.","To exit command line mode, press ESCAPE":"명령줄 모드를 종료하려면 ESC를 누르세요.","For the list of keyboard shortcuts and config options, type `help keymap`":"키보드 단축키 및 설정 옵션은 `help keymap`를 입력하시면 됩니다","Imports data into Joplin.":"데이터를 조플린으로 가져옵니다.","Source format: %s":"원본 포맷: %s","Do not ask for confirmation.":"더 이상 확인을 묻지 않습니다.","Found: %d.":"발견됨: %d","Created: %d.":"생성됨: %d.","Updated: %d.":"업데이트됨: %d.","Skipped: %d.":"넘겨짐: %d.","Resources: %d.":"리소스: %d.","Tagged: %d.":"태그됨: %d.","Importing notes...":"노트 가져오는 중...","The notes have been imported: %s":"노트를 가져왔습니다: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"현재 노트북에 있는 노트를 표시합니다. `ls /`로 노트북의 목록을 확인할 수 있습니다.","Displays only the first top notes.":"맨 처음 노트만 표시합니다.","Sorts the item by (eg. title, updated_time, created_time).":"항목을 별로 정렬합니다(예시: title, updated_time, created_time).","Reverses the sorting order.":"정렬 순서를 반전시킵니다.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"특정 형식의 항목만 표시합니다. 노트의 경우 `n`, 할 일의 경우 `t`, 노트와 할 일 모두는 `nt`(예시: 할 일은 `-tt`, 노트와 할 일은 `-ttd`)를 사용하세요.","Either \"text\" or \"json\"":"\"text\" 또는 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"긴 목록 포맷을 사용합니다. 포맷은 ID, NOTE_COUNT (노트북에 해당), DATE, TODO_CHECKED (할 일에 해당), TITLE 입니다.","Please select a notebook first.":"노트북을 먼저 선택하세요.","Creates a new notebook.":"새 노트북을 만듭니다.","Creates a new note.":"새 노트를 만듭니다.","Notes can only be created within a notebook.":"노트는 노트북 속에만 만들 수 있습니다.","Creates a new to-do.":"새 '할 일'을 만듭니다.","Moves the notes matching to [notebook].":"와 일치하는 노트를 [notebook]으로 옮깁니다.","Renames the given (note or notebook) to .":"주어진 (노트 또는 노트북)의 이름을 로 바꿉니다.","Deletes the given notebook.":"주어진 노트북을 삭제합니다.","Deletes the notebook without asking for confirmation.":"확인을 거치지 않고 노트북을 삭제합니다.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"노트북을 삭제할까요? 이 노트북 안에 있는 모든 노트와 하위 노트북들도 함께 삭제됩니다.","Deletes the notes matching .":"에 일치하는 노트를 삭제합니다.","Deletes the notes without asking for confirmation.":"확인을 거치지 않고 노트를 삭제합니다.","%d notes match this pattern. Delete them?":"%d개의 노트가 이 패턴과 일치합니다. 삭제할까요?","Delete note?":"노트를 삭제할까요?","Searches for the given in all the notes.":"주어진 을 모든 노트에서 찾습니다.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"주어진 속성을 주어진 [value]로 설정합니다. 가능한 속성은 다음과 같습니다:\n\n%s","Displays summary about the notes and notebooks.":"노트와 노트북에 관한 요약 정보를 표시합니다.","Synchronises with remote storage.":"원격 저장소와 동기화 합니다.","Sync to provided target (defaults to sync.target config value)":"지정된 대상으로 동기화 (기본값은 sync.target config value)","Authentication was not completed (did not receive an authentication token).":"인증이 완료되지 않았습니다(인증 토큰을 받을 수 없음).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"조플린을 드롭박스와 동기화하려면 다음 절차를 따르세요:","Step 1: Open this URL in your browser to authorise the application:":"1단계: 브라우저에서 이 URL에 접속해 애플리케이션을 허가합니다:","Step 2: Enter the code provided by Dropbox:":"2단계: 드롭박스에서 제공하는 코드를 입력합니다:","Not authentified with %s. Please provide any missing credentials.":"%s 사항과 인증되지 않았습니다. 누락된 증명사항을 제공하세요.","Synchronisation is already in progress.":"이미 동기화가 진행중입니다.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"잠금 파일이 이미 대기중입니다. 만약 동기화가 시작되지 않는다면 \"%s\"에서 잠금 파일을 삭제하고 작업을 재개할 수 있습니다.","Synchronisation target: %s (%s)":"동기화 대상: %s (%s)","Cannot initialize synchroniser.":"동기화를 시작할 수 없습니다.","Starting synchronisation...":"동기화를 시작합니다...","Downloading resources...":"","Cancelling... Please wait.":"취소하는 중입니다... 잠시만 기다리세요."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"올바르지 않은 명령어: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"로 \"toggle\" 이나 \"clear\"를 사용할 수 있습니다. \"toggle\"은 주어진 '할 일'의 상태를 '완료됨' 또는 '완료되지 않음'으로 바꾸는 데 사용됩니다 (만약 대상이 일반적인 노트일 경우에는 '할 일'로 전환됩니다). \"clear\"는 '할 일'을 일반적인 노트로 변환하는 데 사용됩니다.","Marks a to-do as non-completed.":"할 일을 '완료되지 않음'으로 표시합니다.","Switches to [notebook] - all further operations will happen within this notebook.":"[notebook]으로 전환 - 앞으로의 모든 작업은 이 노트북 안에서만 해당됩니다.","Displays version information":"버전 정보 표시","%s %s (%s)":"%s %s (%s)","Enum":"열거","Type: %s.":"형태: %s.","Possible values: %s.":"가능한 값: %s.","Default: %s":"기본값: %s","Possible keys/values:":"가능한 키/값:","Type `joplin help` for usage information.":"사용법 정보를 알고 싶다면 `joplin help`를 입력하세요.","Fatal error:":"치명적인 오류:","The application has been authorised - you may now close this browser tab.":"애플리케이션이 허가되었습니다 - 브라우저 탭을 종료하셔도 됩니다.","The application has been successfully authorised.":"애플리케이션이 성공적으로 허가되었습니다.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"다음의 URL을 브라우저에서 열어 애플리케이션을 허가하세요. 애플리케이션은 \"Apps/Joplin\" 경로에 폴더를 만들게 되며 이 폴더 안에 있는 파일만을 읽고 쓸 것입니다. 이 외의 경로에 있는 파일 및 다른 개인 정보에는 접근할 권한이 없습니다. 데이터는 제3자와 공유되지 않습니다.","Search:":"검색:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"조플린에 오신 것을 환영합니다!\n\n`:help shortcuts`를 입력하면 키보드 단축키 목록을 확인할 수 있습니다. `:help`를 입력하면 사용 방법을 확인할 수 있습니다.\n\n예를 들어 새 노트북을 만들려면 `mb`를, 새 노트를 만들려면 `mn`을 입력하세요.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"현재 하나 또는 여러개의 항목이 암호화되어 있으며 관리자 비밀번호를 입력해야 합니다. `e2ee decrypt`를 입력해서 암호화를 해제하세요. 이미 비밀번호를 입력했다면 암호화된 항목들은 복호화 작업을 백그라운드에서 진행중입니다.","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\"에 \"%s\" 포맷으로 내보내는 중입니다. 잠시만 기다리세요...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\"에서 \"%s\" 포맷으로 가져오는 중입니다. 잠시만 기다리세요...","PDF File":"PDF 파일","File":"파일","New note":"새 노트","New to-do":"새 '할 일'","New notebook":"새 노트북","Import":"가져오기","Export":"내보내기","Print":"인쇄","Hide %s":"%s 숨기기","Quit":"종료","Edit":"편집","Copy":"복사","Cut":"잘라내기","Paste":"붙여넣기","Select all":"Select all","Bold":"굵게","Italic":"기울임","Insert Date Time":"날짜와 시간 입력","Edit in external editor":"외부 편집기에서 편집하기","Search in all the notes":"모든 노트에서 검색","Search in current note":"Search in current note","View":"보기","Toggle sidebar":"사이드바 표시 전환","Toggle editor layout":"편집기 배치 형태 전환","Tools":"도구","Synchronisation status":"동기화 상태","Web clipper options":"웹 수집기 옵션","Encryption options":"암호화 옵션","General Options":"일반 옵션","Help":"도움말","Website and documentation":"웹사이트 및 각종 문서","Make a donation":"기부하기","Check for updates...":"업데이트 확인...","About Joplin":"조플린이란?","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s 열기","Exit":"종료","OK":"확인","Cancel":"취소","Current version is up-to-date.":"현재 버전은 최신입니다.","%s (pre-release)":"","An update is available, do you want to download it now?":"업데이트가 있습니다. 지금 다운로드할까요?","Your version: v%s":"","New version: v%s":"","Yes":"예","No":"아니오","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"웹 수집기 서비스가 활성화되었고 자동으로 시작하도록 설정되었습니다.","Status: Started on port %d":"상태: %d 포트에서 시작됨","Status: %s":"상태: %s","Disable Web Clipper Service":"웹 수집기 서비스 사용하지 않음","The web clipper service is not enabled.":"웹 수집기 서비스가 비활성화 되었습니다.","Enable Web Clipper Service":"웹 수집기 서비스 사용","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"조플린 웹 수집기는 브라우저에서 웹 페이지 및 스크린샷을 조플린에 저장할 수 있게 해줍니다.","In order to use the web clipper, you need to do the following:":"웹 수집기를 사용하려면 다음 절차를 따르세요:","Step 1: Enable the clipper service":"1단계: 웹 수집기 서비스를 활성화","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"이 서비스는 브라우저 확장 기능이 조플린과 통신하도록 해줍니다. 활성화를 할 때 방화벽이 조플린에게 특정 포트 접근을 허가할 것인지 물어볼수도 있습니다.","Step 2: Install the extension":"2단계: 확장 기능 설치","Download and install the relevant extension for your browser:":"브라우저에 적절한 확장 기능을 다운로드 및 설치하세요:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"동기화 설정 확인","Notes and settings are stored in: %s":"노트와 설정값이 다음에 저장되었습니다: %s","Apply":"적용","Submit":"제출","Save":"저장","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"암호화를 해제한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화되지 않은 상태로 동기화 대상에 전달된다는 것을 의미합니다. 계속 진행할까요?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"암호화를 사용한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화된 상태로 동기화 대상에 전달된다는 것을 의미합니다. 비밀번호는 데이터를 복호화할 수 있는 유일한 수단이므로 보안을 위해 비밀번호를 절대로 잃어버리지 마세요. 암호화를 사용하려면 비밀번호를 입력하세요.","Disable encryption":"암호화 해제","Enable encryption":"암호화 사용","Master Keys":"관리자 키","Active":"활성화","ID":"ID","Source":"원본","Created":"생성됨","Updated":"업데이트됨","Password":"비밀번호","Password OK":"비밀번호 확인","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"참고사항: \"활성화\"로 표시된 단 하나의 관리자 키만 암호화에 사용됩니다. 모든 키는 노트나 노트북이 기존에 어떻게 암호화되었는지에 따라서 복호화에 사용될 수 있습니다.","Missing Master Keys":"관리자 키를 찾을 수 없음","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"이 ID와 연관된 관리자 키는 일부 항목을 암호화하는데에 사용되었으나, 현재 애플리케이션이 해당 키에 접근할 수 없습니다. 이는 추후에 동기화를 통해 다운로드될 가능성이 있습니다.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"종단간 암호화(E2EE)에 관한 정보, 사용법 및 조언은 다음 문서에서 확인하세요:","Status":"상태","Encryption is:":"암호화는 다음과 같습니다:","Back":"뒤로 가기","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"새 \"%s\" 노트북이 생성되었으며 \"%s\" 파일을 가져왔습니다","Please create a notebook first.":"먼저 노트북을 만들어야 합니다.","Please create a notebook first":"먼저 노트북을 만들어야 합니다","Notebook title:":"노트북 제목:","Add or remove tags:":"태그 추가 및 제거:","Separate each tag by a comma.":"각각의 태그를 쉼표로 구분합니다.","Rename notebook:":"노트북 이름 바꾸기:","Rename tag:":"태그 이름 바꾸기:","Set alarm:":"알람 설정:","Layout":"배치","Search...":"찾기...","Some items cannot be synchronised.":"일부 항목들은 동기화할 수 없습니다.","View them now":"지금 보여주기","Some items cannot be decrypted.":"일부 항목들은 암호화할 수 없습니다.","Set the password":"암호 설정","Add or remove tags":"태그 추가 및 제거","Duplicate":"복제","%s - Copy":"%s - 복사","Switch between note and to-do type":"'노트' 또는'할 일' 형식으로 전환합니다.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"마크다운 링크 복사","Delete":"삭제","Delete notes?":"노트를 삭제할까요?","No notes in here. Create one by clicking on \"New note\".":"노트가 없습니다. '새 노트'를 선택해서 노트를 새로 만드세요.","There is currently no notebook. Create one by clicking on \"New notebook\".":"노트북이 없습니다. '새 노트북'을 선택해서 노트북을 새로 만드세요.","Location":"","URL":"","Note properties":"","Open...":"열기...","This file could not be opened: %s":"다음 파일을 열 수 없습니다: %s","Save as...":"다른 이름으로 저장...","Copy path to clipboard":"경로를 클립보드에 복사","Copy Link Address":"링크 주소 복사","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"지원하지 않는 링크 또는 메세지: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"비어있는 노트입니다. \"%s\" 항목을 선택해서 편집기를 전환하고 노트를 편집하세요.","Only one note can be printed or exported to PDF at a time.":"","strong text":"중요 텍스트","emphasized text":"강조된 텍스트","List item":"목록 항목","Insert Hyperlink":"하이퍼링크 삽입","Attach file":"파일 첨부","Tags":"태그","Set alarm":"알람 설정","In: %s":"내부: %s","Hyperlink":"하이퍼링크","Code":"코드","Numbered List":"숫자가 매겨진 목록","Bulleted List":"글머리 기호 목록","Checkbox":"체크박스","Heading":"표제","Horizontal Rule":"수평줄","Click to stop external editing":"외부 편집을 그만두려면 클릭하세요","Watching...":"관측...","to-do":"할 일","note":"노트","Creating new %s...":"%s 새로 만들기...","Refresh":"새로고침","Clear":"지우기","OneDrive Login":"OneDrive 로그인","Dropbox Login":"Dropbox 로그인","Options":"옵션","Synchronisation Status":"동기화 상태","Encryption Options":"암호화 옵션","Clipper Options":"수집기 옵션","Remove this tag from all the notes?":"모든 노트에서 이 태그를 제거할까요?","Remove this search from the sidebar?":"사이드바에서 이 검색 항목을 제거할까요?","Rename":"이름 바꾸기","Synchronise":"동기화","Notebooks":"노트북","Decrypting items: %d/%d":"복호화 항목: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"동기화 상태를 내보낼 대상을 선택하세요","Usage: %s":"사용량: %s","Unknown flag: %s":"알 수 없는 플래그: %s","Dropbox":"Dropbox","File system":"파일 시스템","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (테스트 용도 전용)","WebDAV":"WebDAV","Unknown log level: %s":"알 수 없는 로그 레벨: %s","Unknown level ID: %s":"알 수 없는 레벨 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"토큰 새로고침 불가: 인증 데이터를 찾을 수 없습니다. 동기화를 다시 시도하면 문제가 해결될수도 있습니다.","Untitled":"제목 없음","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDrive와 동기화 할 수 없습니다.\n\n이 오류는 OneDrive for Business를 사용할 경우 주로 발생합니다. 현재로서는 지원하지 않는 제품입니다.\n\n일반 OneDrive 계정을 사용해보시기 바랍니다.","Cannot access %s":"%s에 접근할 수 없음","Created local items: %d.":"로컬 항목 생성됨: %d.","Updated local items: %d.":"로컬 항목 업데이트됨: %d.","Created remote items: %d.":"원격 항목 생성됨: %d.","Updated remote items: %d.":"원격 항목 업데이트됨: %d.","Deleted local items: %d.":"로컬 항목 삭제됨: %d.","Deleted remote items: %d.":"원격 항목 삭제됨: %d.","Fetched items: %d/%d.":"가져온 항목: %d/%d.","Cancelling...":"취소하는 중...","Completed: %s":"완료됨: %s","Last error: %s":"최근 오류: %s","Idle":"대기","In progress":"진행 중","Synchronisation is already in progress. State: %s":"동기화가 이미 진행되고 있습니다. 상태: %s","Encrypted":"암호화됨","Encrypted items cannot be modified":"암호화된 항목은 변경될 수 없습니다","Conflicts":"충돌","Cannot move notebook to this location":"노트북을 이 위치로 옮길 수 없습니다","Notebooks cannot be named \"%s\", which is a reserved title.":"노트북을 \"%s\" 제목으로 정할 수 없습니다. 이미 예약중입니다.","title":"제목","updated date":"업데이트된 날짜","created date":"만들어진 날짜","This note does not have geolocation information.":"이 노트는 지리적 위치 정보를 포함하고 있지 않습니다.","Cannot copy note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 복사할 수 없습니다","Cannot move note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 옮길 수 없습니다","Language":"언어","Date format":"날짜 형식","Time format":"시간 형식","Theme":"테마","Light":"밝음","Dark":"어두움","Uncompleted to-dos on top":"완료되지 않은 '할 일'을 맨 위에","Show completed to-dos":"완료된 '할 일'을 표시","Sort notes by":"노트를 다음 기준으로 정렬","Reverse sort order":"정렬 순서 반전","Save geo-location with notes":"노트에 지리적 위치 정보 포함시키기","When creating a new to-do:":"새로운 '할 일'을 만들때:","Focus title":"제목에 포커스","Focus body":"내용에 포커스","When creating a new note:":"새 노트를 만들 때:","Show tray icon":"트레이 아이콘 표시","Note: Does not work in all desktop environments.":"참고사항: 모든 데스크탑 환경에서 작동하는 것은 아닙니다.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"전체적 확대 비율","Editor font size":"Editor font size","Editor font family":"편집기 글꼴 집합","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"반드시 모노스페이스 글꼴을 사용해야만 정상적으로 작동합니다. 만약 글꼴이 없거나 올바르지 않을 경우, 기본 제공되는 모노스페이스 글꼴을 기본값으로 사용합니다.","Automatically update the application":"애플리케이션을 자동으로 업데이트","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"동기화 간격","%d minutes":"%d 분","%d hour":"%d 시간","%d hours":"%d 시간","Text editor command":"텍스트 편집기 명령어","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"노트를 여는데 사용할 텍스트 편집기 명령어(인자를 포함할 수 있습니다)를 지정합니다. 주어진 명령어가 없을 시 기본 편집기를 자동으로 탐지할 것입니다.","Show advanced options":"고급 옵션","Synchronisation target":"동기화 대상","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"동기화를 할 대상을 선택합니다. 각각의 동기화 대상은 `sync.NUM.NAME` 형식으로 된 추가적인 매개 변수를 포함할 수 있습니다(아래에 문서화되어 있습니다).","Directory to synchronise with (absolute path)":"동기화를 할 폴더 (절대적 경로)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"파일 시스템 동기화가 활성화된 경우에 동기화를 할 경로입니다. `sync.target`를 참조하세요.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 사용자 이름","Nextcloud password":"Nextcloud 암호","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV 사용자 이름","WebDAV password":"WebDAV 암호","Custom TLS certificates":"임의의 TLS 인증서","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"인증서를 불러올 (쉼표로 구분되어 있는) 경로들의 목록, 또는 개별적인 인증서 파일들의 경로입니다. 예를 들어 다음과 같은 형식입니다: /my/cert_dir, /other/custom.pem. 참고사항: 만약 TLS 설정을 변경했다면 \"동기화 설정 확인\"을 진행하기 전에 반드시 변경 사항을 저장해야 합니다.","Ignore TLS certificate errors":"TLS 인증서 오류 무시","Invalid option value: \"%s\". Possible values are: %s.":"올바르지 않은 옵션 값: \"%s\". 가능한 값은 다음과 같습니다: \"%s\".","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"조플린 내보내기 파일","Markdown":"마크다운","Joplin Export Directory":"조플린 내보내기 폴더","Evernote Export File":"에버노트 내보내기 파일","Json Export Directory":"Json Export Directory","Directory":"폴더","Cannot load \"%s\" module for format \"%s\"":"\"%s\" 모듈을 \"%s\" 형식에 불러올 수 없습니다","Please specify import format for %s":"%s 항목에 사용할 가져오기 형식을 지정하세요","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"이 항목은 암호화되어 있습니다: %s \"%s\". 모든 항목이 복호화 될 때까지 기다리고 나서 다시 시도하세요.","There is no data to export.":"내보낼 데이터가 없습니다.","Please specify the notebook where the notes should be imported to.":"노트를 가져와서 저장할 노트북을 지정하세요.","Items that cannot be synchronised":"동기화를 할 수 없는 항목","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"해당 항목들은 기기에 남아 있지만 동기화 대상에 업로드되지는 않을 것입니다. 이런 항목을 찾으려면 제목 또는 ID로 검색하세요. (상단에 괄호 안에 표시되어 있습니다)","Sync status (synced items / total items)":"동기화 상태 (동기화 완료 항목 / 전체 항목)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"합계: %d/%d","Conflicted: %d":"충돌됨: %d","To delete: %d":"삭제: %d","Folders":"폴더","%s: %d notes":"%s: %d 노트","Coming alarms":"다가오는 예정된 알람","On %s: %s":"%s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"노트가 없습니다. (+) 버튼을 선택해 새로 만드세요.","Delete these notes?":"노트를 삭제할까요?","Log":"로그","Export Debug Report":"디버그 보고서 내보내기","Encryption Config":"암호화 설정","Configuration":"설정","Move to notebook...":"노트북으로 옮기기...","Move %d notes to notebook \"%s\"?":"%d 노트를 \"%s\" 노트북으로 옮길까요?","Press to set the decryption password.":"복호화 암호를 설정하려면 누르세요.","Clear alarm":"Clear alarm","Save alarm":"알람 저장","Select date":"날짜 선택","Confirm":"확인","Cancel synchronisation":"동기화 취소","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"새 태그:","Type new tags or select from list":"새 태그를 입력하거나 목록에서 선택하세요","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"앱이 정상적으로 작동하기 위해서는 권한을 허가해야 합니다. '설정 > 애플리케이션 > Joplin > 권한'에서 허가하세요.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 저장소: 노트에 파일을 첨부하고 파일 시스템 동기화를 활성화하기 위해서 필요합니다.","- Camera: to allow taking a picture and attaching it to a note.":"- 카메라: 사진을 찍고 노트에 첨부하기 위해서 필요합니다.","- Location: to allow attaching geo-location information to a note.":"- 위치: 지리적 위치 정보를 노트에 첨부하기 위해서 필요합니다.","Joplin website":"조플린 웹사이트","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropbox로 로그인","Enter code here":"","Master Key %s":"관리자 키 %s","Created: %s":"생성됨: %s","Password:":"암호:","Password cannot be empty":"암호를 입력해야만 합니다","Enable":"활성화","The notebook could not be saved: %s":"노트북을 저장할 수 없습니다: %s","Edit notebook":"노트북 편집","Show all":"모두 표시","Errors only":"오류들만","This note has been modified:":"노트가 변경되었습니다:","Save changes":"변경 사항 저장","Discard changes":"변경 사항 버리기","No item with ID %s":"ID %s에 해당하는 항목이 없습니다","The Joplin mobile app does not currently support this type of link: %s":"조플린 모바일 앱은 현재 해당 형식의 링크를 지원하지 않습니다: %s","Unsupported image type: %s":"지원하지 않는 이미지 형식: %s","Take photo":"Take photo","Attach photo":"사진 첨부","Attach any file":"모든 형식의 파일 첨부","Share":"공유","Convert to note":"노트로 변환","Convert to todo":"'할 일'로 변환","Hide metadata":"메타데이터 숨김","Show metadata":"메타데이터 표시","View on map":"지도에 표시","Go to source URL":"","Delete notebook":"노트북 삭제","Login with OneDrive":"OneDrive 로그인","Search":"검색","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+) 버튼을 눌러 새 노트 및 노트북을 만드세요. 측면 메뉴를 눌러 기존의 노트북을 관리하세요.","You currently have no notebook. Create one by clicking on (+) button.":"노트북이 없습니다. (+) 버튼을 눌러 새로 만드세요.","Welcome":"환영합니다"} \ No newline at end of file diff --git a/ElectronClient/app/locales/nb_NO.json b/ElectronClient/app/locales/nb_NO.json index ac56b426f..ffdb2ed3d 100644 --- a/ElectronClient/app/locales/nb_NO.json +++ b/ElectronClient/app/locales/nb_NO.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Hvis du vil slette en merkelapp, fjern merkelappen fra merkede notater.","Please select the note or notebook to be deleted first.":"Vennligst velg notatet eller notatboken som skal slettes først.","Press Ctrl+D or type \"exit\" to exit the application":"Trykk Ctrl+D eller skriv \"exit\" for å avslutte programmet","More than one item match \"%s\". Please narrow down your query.":"Mer enn ett treff for \"%s\". Vennligst gjør søket mer spesifikt.","No notebook selected.":"Ingen notatbok valgt.","No notebook has been specified.":"Ingen notatbok har blitt spesifisert.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Avbryter bakgrunnssynkronisering… Vennligst vent.","No such command: %s":"Ingen kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandoen \"%s\" er kun tilgjengelig i GUI-modus","Cannot change encrypted item":"Kan ikke endre kryptert element","Missing required argument: %s":"Mangler nødvendig argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt valg: ","Invalid answer: %s":"Ugyldig svar: %s","Attaches the given file to the note.":"Legger ved den valgte filen til notatet.","Cannot find \"%s\".":"Finner ikke \"%s\".","Displays the given note.":"Viser det valgte notatet.","Displays the complete information about note.":"Viser den komplette informasjonen om notatet.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Skaffer eller setter en konfigurasjonsverdi. Hvis [value] ikke er angitt vil den vise verdien av [name]. Hvis hverken [name] eller [value] ikke er angitt, vil den vise den gjeldende konfigurasjonen.","Also displays unset and hidden config variables.":"Viser også ikke-satte og skjulte konfigurasjonsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliserer notatene som samsvarer med til [notebook]. Hvis ingen notatbok er spesifisert blir notatet duplisert til gjeldende notatbok.","Marks a to-do as done.":"Markerer et gjøremål som ferdig.","Note is not a to-do: \"%s\"":"Notat er ikke et gjøremål: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Utfører E2EE-konfiguration. Tilgjengelige kommandoer er: `enable`(aktiver), `disable`(lukk), `decrypt`(dekrypter), `status` og `target-status` (mottager-status).","Enter master password:":"Skriv inn masterpassordet:","Operation cancelled":"Operasjon avbrutt","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starter dekryptering... Vennligst vent da det kan ta flere minutter avhengig av mengden som skal dekrypteres.","Completed decryption.":"Dekryptering fullført.","Enabled":"Aktivert","Disabled":"Deaktivitert","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger notat.","No text editor is defined. Please set it using `config editor `":"Inger teksteditor er valgt. Velg en ved å bruke `config editor `","No active notebook.":"Ingen aktiv notatbok.","Note does not exist: \"%s\". Create it?":"Notat eksisterer ikke: \"%s\". Vil du opprette det?","Starting to edit note. Close the editor to get back to the prompt.":"Notatredigering startet. Lukk editoren for å komme tilbake til kommandolinjen.","Error opening note in editor: %s":"Feil ved åpning av notat i editor: %s","Note has been saved.":"Notat har blitt lagret.","Exits the application.":"Forlat programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin-data til angitt sti. Standard er eksport av den komplette database inkludert notatbøker, notater, merkelapper og ressurser.","Destination format: %s":"Målformat: %s","Exports only the given note.":"Eksporterer kun valgt notat.","Exports only the given notebook.":"Eksporterer kun valgt notatbok.","Displays a geolocation URL for the note.":"Viser den komplette stedsinformasjonen for notatet.","Displays usage information.":"Vis brukerinformasjon.","For information on how to customise the shortcuts please visit %s":"For informasjon om hvordan tilpasse snarveier, vennligst besøk %s","Shortcuts are not available in CLI mode.":"Snarveier er ikke tilgjengelig i CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv inn `help [kommando]` for å få mer informasjon om en kommando. eller skriv inn `help all` for fullstendig brukerinformasjon.","The possible commands are:":"De mulige kommandoene er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I alle kommandoer kan et notat eller en notatbok kun refereres til etter tittel eller ID, eller ved hjelp av snarveiene `$n` (notat) eller `$b` (notatbok). `$c` kan brukes til å referere til nåværende merket element.","To move from one pane to another, press Tab or Shift+Tab.":"Hvis du vil flytte fra en fane til en annen, trykk Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Bruk pilene på tastaturet og Page up/down for å navigere i lister og tekstområder (inkludert dette konsollet).","To maximise/minimise the console, press \"tc\".":"For å maksimere/minimere konsollet, trykk \"tc\".","To enter command line mode, press \":\"":"For å gå inn i kommandolinjemodus, trykk \":\"","To exit command line mode, press ESCAPE":"For å gå ut av kommandolinjemodus, trykk ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For listen over hurtigtaster og konfigurasjonsalternativer skriver `help keymap`","Imports data into Joplin.":"Importer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Ikke spør om bekreftelse.","Found: %d.":"Funnet: %d.","Created: %d.":"Opprettet: %d.","Updated: %d.":"Oppdatert: %d.","Skipped: %d.":"Hoppet over: %d.","Resources: %d.":"Ressurser: %d.","Tagged: %d.":"Merket: %d.","Importing notes...":"Importer notater...","The notes have been imported: %s":"Notatene som har blitt importert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser notatene i gjeldende notatbok. Bruk `ls /` for å vise listen over notatbøker.","Displays only the first top notes.":"Viser kun de første notatene.","Sorts the item by (eg. title, updated_time, created_time).":"Sorter etter (f.eks. title, updated_time, created_time).","Reverses the sorting order.":"Reverserer sorteringsrekkefølgen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Viser kun elementene av den spesifikke typen. Kan være `n` for notater, `t` for gjøremål eller `nt` for notater og gjøremål (f.eks.` -tt` vile kun vise gjøremål, mens `-ttd` vil vise notater og gjøremål.)","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Bruk langt listeformat. Format er ID, NOTE_COUNT (for notatbok), DATE, TODO_CHECKED (for gjøremål), TITLE","Please select a notebook first.":"Vennligst velg en notatbok først.","Creates a new notebook.":"Opprettter en ny notatbok.","Creates a new note.":"Oppretter et nytt notat.","Notes can only be created within a notebook.":"Notater kan kun lages inne i en notatbok.","Creates a new to-do.":"Oppretter et nytt gjøremål.","Moves the notes matching to [notebook].":"Flytter notatene som samsvarer med til [notebook].","Renames the given (note or notebook) to .":"Gir nytt navn til (notat eller notatbok) til .","Deletes the given notebook.":"Sletter den valgte notatboken.","Deletes the notebook without asking for confirmation.":"Sletter notatboken uten å spørre om bekreftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Slette notatbok? Alle notater og underliggende notatbøker i denne notatboken vil også bli slettet.","Deletes the notes matching .":"Sletter notatene som samsvarer med .","Deletes the notes without asking for confirmation.":"Sletter notatene uten bekreftelse.","%d notes match this pattern. Delete them?":"%d notater passer dette mønsteret. Slette dem?","Delete note?":"Slett notat?","Searches for the given in all the notes.":"Søker etter angitt i alle notatene.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setter egenskapen for angitt til angitt [verdi]. Mulige valg er: \n\n%s","Displays summary about the notes and notebooks.":"Viser sammendrag om notatene og notatbøkene.","Synchronises with remote storage.":"Synkroniser med fjernlagring.","Sync to provided target (defaults to sync.target config value)":"Sync å forsynt mål (uteblivelsene å sync. target config-verdi)","Authentication was not completed (did not receive an authentication token).":"Godkjenning ble ikke fullført (mottok ikke et godkjennings tegn).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For å få Joplin til å synkronisere med Dropbox, vennligst følg trinnene under her:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Åpne denne URL i din nettleser for å autorisere applikasjonen:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Sett inn koden du fikk av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke autentisert med %s. Vennligst fyll inn manglende detaljer.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Den låste filen er allerede sperret. Hvis du vet at det ikke pågår noen synkronisering kan du slette den låste filen på \"%s\" og fortsette operasjonen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke starte synkronisering.","Starting synchronisation...":"Starter synkronisering...","Downloading resources...":"Laster ned ressurser...","Cancelling... Please wait.":"Avbryter… Vennligst vent."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kan være \"legg til\", \"fjern\" eller \"vis liste\" å anvise eller fjerne [tag] fra [note], eller å liste notater forbundet med [tag]. Kommandoen `tag list` kan brukes til å vise alle merkelappene.","Invalid command: \"%s\"":"Ugyldig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan enten være \"bytt\" eller \"fjern\". Bruk \"bytt\" for å veksle et gitt gjøremål mellom fullført og ikke fullført status (hvis målet er et vanlig notat det vil bli konvertert til et gjøremål). Bruk \"Clear\" for å konvertere gjøremålet tilbake til et vanlig notat.","Marks a to-do as non-completed.":"Merker et gjøremål som ikke fullført.","Switches to [notebook] - all further operations will happen within this notebook.":"Bytter til [notebook] - alle videre operasjoner vil skje i denne notatboken.","Displays version information":"Vis versjonsinformasjon","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mulige verdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøkler/verdier:","Type `joplin help` for usage information.":"Skriv `joplin help` for brukerinformasjon.","Fatal error:":"Kritisk feil:","The application has been authorised - you may now close this browser tab.":"Applikasjonen er autorisert - du kan nå lukke denne nettleserenfanen.","The application has been successfully authorised.":"Applikasjonen har blitt godkjent.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Vennligst åpne URL-en i din nettleser for autorisasjon. Programmet vil opprette en mappe i \"Apps/Joplin\" og vil kun lese og skrive filer i denne mappen. Den ikke ha tilgang til filer utenfor denne katalogen eller annen personlig data. Ingen data vil bli delt med noen tredjepart.","Search:":"Søk:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nSkriv `:help shortcuts` for listen over hurtigtaster eller kun `:help` for brukerinformasjon.\n\nHvis du for eksempel vil opprette en notatbok trykker du `mb`; for å opprette et notat, trykk `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flere elementer er kryptert, og du må mulig oppgi hovedpassord. For å gjøre dette, vennligst skriv `e2ee decrypt`. Hvis du allerede har oppgitt passordet dekrypteres de krypterte elementene i bakgrunnen og vil snart være tilgjengelige.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" i \"%s\" format. Vennligst vent...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" i \"%s\"-format. Vennligst vent...","PDF File":"PDF-fil","File":"Fil","New note":"Nytt notat","New to-do":"Nytt gjøremål","New notebook":"Ny notatbok","Import":"Importer","Export":"Eksport","Print":"Skriv ut","Hide %s":"Skjul %s","Quit":"Avslutt","Edit":"Rediger","Copy":"Kopier","Cut":"Klipp ut","Paste":"Lim inn","Select all":"Marker alt","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Sett inn dato/tid","Edit in external editor":"Rediger i ekstern editor","Search in all the notes":"Søk i alle notater","Search in current note":"Search in current note","View":"Utseende","Toggle sidebar":"Vis/skjul sidepanel","Toggle editor layout":"Bytt editorutseende","Tools":"Verktøy","Synchronisation status":"Synkroniseringsstatus","Web clipper options":"Web Clipper-innstillinger","Encryption options":"Krypteringsvalg","General Options":"Generelle innstillinger","Help":"Hjelp","Website and documentation":"Nettsted og dokumentasjon","Make a donation":"Gi et bidrag","Check for updates...":"Se etter oppdatering...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åpne %s","Exit":"Avslutt","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nåværende versjon er den siste tilgjengelige.","An update is available, do you want to download it now?":"En oppdatering er tilgjengelig, vil du laste den ned nå?","Yes":"Ja","No":"Nei","Token has been copied to the clipboard!":"Bevis har blitt kopiert til utklippstavlen!","The web clipper service is enabled and set to auto-start.":"Web Clipper-tjenesten er aktivert og satt til å starte opp automatisk.","Status: Started on port %d":"Status: Startet på port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Deaktiver Web Clipper-tjeneste","The web clipper service is not enabled.":"Web Clipper-tjenesten er ikke aktivert.","Enable Web Clipper Service":"Aktiver Web Clipper-tjeneste","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gjør det mulig å lagre nettsteder og skjermbilder fra din nettleser til Joplin.","In order to use the web clipper, you need to do the following:":"For å kunne bruke Web Clipper må du gjøre følgende:","Step 1: Enable the clipper service":"Steg 1: Aktiver Web Clipper-tjenesten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denne tjenesten tillater nettleserutvidelser å kommunisere med Joplin. Når du aktiverer den kan brannmuren spørre om du vil gi Joplin tillatelse til å lytte på en bestemt port.","Step 2: Install the extension":"Steg 2: Installer utvidelsen","Download and install the relevant extension for your browser:":"Last ned og installer den relevante utvidelsen for din nettleser:","Advanced options":"Avanserte innstillinger","Authorisation token:":"Autoriseringsbevis:","Copy token":"Kopier bevis","This authorisation token is only needed to allow third-party applications to access Joplin.":"Denne autentiseringsbeviset er det eneste nødvendig for å gi tredjepartsapplikasjoner tilgang til Joplin.","Check synchronisation configuration":"Sjekk synkroniseringskonfigurasjon","Notes and settings are stored in: %s":"Notater og innstillinger er lagret i: %s","Apply":"Bruk","Submit":"Send","Save":"Lagre","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deaktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes ukryptert til synkroniseringsmålet. Vil du fortsette?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes kryptert til synkroniseringsmålet. Ikke mist passordet som, av sikkerhetsmessige grunner, vil være den *eneste* mulighet å dekryptere data på! For å aktivere kryptering, vennlist skriv inn passordet nedenfor.","Disable encryption":"Deaktiver kryptering","Enable encryption":"Aktiver kryptering","Master Keys":"Masternøkkel","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Opprettet","Updated":"Oppdatert","Password":"Passord","Password OK":"Passord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Merk: kun én masternøkkel skal brukes til kryptering (den som er merket som \"aktiv\"). Hvilken som helst av nøklene kan brukes til dekryptering, avhengig av hvordan notatene eller notatbøkene opprinnelig ble kryptert.","Missing Master Keys":"Mangler masternøkler","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Masternøklene med disse ID-ene brukes til å kryptere noen av elementene, men programmet har for øyeblikket ikke tilgang til dem. Det er sannsynlig at de vil siden bli lastet ned via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"For mer informasjon om ende-til-ende-kryptering (E2EE) og råd om hvordan du aktiverer det kan du sjekke dokumentasjonen:","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbake","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notatbok \"%s\" vil bli opprettet og filen \"%s\" vil bli importert til den","Please create a notebook first.":"Vennligst lag en notatbok først.","Please create a notebook first":"Vennligst lag en notatbok først","Notebook title:":"Tittel på notatbok:","Add or remove tags:":"Legge til eller fjern merkelapp:","Separate each tag by a comma.":"Separer hver merkelapp med komma.","Rename notebook:":"Gi nytt navn til notatbok:","Rename tag:":"Gi nytt navn til merkelapp:","Set alarm:":"Angi alarm:","Layout":"Utseende","Search...":"Søk...","Some items cannot be synchronised.":"Noen elementer kan ikke synkroniseres.","View them now":"Vis nå","Some items cannot be decrypted.":"Noen elementer kan ikke dekrypteres.","Set the password":"Sett passord","Add or remove tags":"Legg til eller fjern merkelapper","Duplicate":"Dupliser","%s - Copy":"%s - Kopier","Switch between note and to-do type":"Bytt mellom notat og gjøremål","Switch to note type":"Bytt til notatmodus","Switch to to-do type":"Bytt til gjøremålmodus","Copy Markdown link":"Kopier Markdown-link","Delete":"Slett","Delete notes?":"Slette notater?","No notes in here. Create one by clicking on \"New note\".":"Ingen notater her enda. Opprett et ved å klikke på \"Nytt notat\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det er for tiden ingen notatbok. Lag en ved å klikke på \"Ny notatbok\".","Location":"Lokasjon","URL":"URL","Note properties":"Notategenskaper","Open...":"Åpne...","This file could not be opened: %s":"Filen kunne ikke åpnes: %s","Save as...":"Lagre som...","Copy path to clipboard":"Kopier sti til utklippstavlen","Copy Link Address":"Kopier linkadresse","This attachment is not downloaded or not decrypted yet.":"Dette vedlegget er enda ikke lastet ned eller dekryptert.","Unsupported link or message: %s":"Usupportert lenke eller melding: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Dette notatet har ikke noe innhold. Klikk på \"%s\" for å redigere notatet.","strong text":"fet tekst","emphasized text":"kursiv tekst","List item":"Listeelement","Insert Hyperlink":"Sett inn hyperlenke","Attach file":"Legg ved fil","Tags":"Merkelapper","Set alarm":"Angi alarm","In: %s":"I: %s","Hyperlink":"Hyperlenke","Code":"Kode","Numbered List":"Nummerert liste","Bulleted List":"Kuleliste","Checkbox":"Avmerkingsboks","Heading":"Overskrift","Horizontal Rule":"Horisontal strek","Click to stop external editing":"Klikk for å stoppe ekstern redigering","Watching...":"Observerer...","to-do":"gjøremål","note":"notat","Creating new %s...":"Lager ny %s...","Refresh":"Oppdater","Clear":"Nullstill","OneDrive Login":"Innlogging med OneDrive","Dropbox Login":"Innlogging med Dropbox","Options":"Generelle innstillinger","Synchronisation Status":"Synkroniseringsstatus","Encryption Options":"Krypteringsinnstillinger","Clipper Options":"Clipper-innstillinger","Remove this tag from all the notes?":"Fjern denne merkelappen fra alle notater?","Remove this search from the sidebar?":"Fjerne dette søket fra sidepanelet?","Rename":"Gi nytt navn","Synchronise":"Synkroniser","Notebooks":"Notatbøker","Decrypting items: %d/%d":"Dekrypterer elementer: %d/%d","Fetching resources: %d":"Henter ressurser: %d","Please select where the sync status should be exported to":"Velg hvor synkroniseringsstatusen skal eksporteres til","Usage: %s":"Bruk: %s","Unknown flag: %s":"Ukjent flagg: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Kun for testing)","WebDAV":"WebDAV","Unknown log level: %s":"Ukjent loggnivå: %s","Unknown level ID: %s":"Ukjent nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke oppdatere token: autentiseringsdata mangler. Hvis du starter synkroniseringen på nytt kan dette løse problemet.","Untitled":"Uten navn","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan ikke synkronisere med OneDrive.\n\nDenne feilen skjer ofte når OneDrive for Business benyttes, som beklageligvis ikke er støttet.\n\nVennligst vurder å bruke en vanlig OneDrive-konto.","Cannot access %s":"Får ikke tilgang til %s","Created local items: %d.":"Opprettet lokale elementer: %d.","Updated local items: %d.":"Oppdaterte lokale elementer: %d.","Created remote items: %d.":"Opprettede eksterne elementer: %d.","Updated remote items: %d.":"Oppdaterte eksterne elementer: %d.","Deleted local items: %d.":"Slett lokale elementer: %d.","Deleted remote items: %d.":"Slettet eksterne elementer: %d.","Fetched items: %d/%d.":"Hentede elementer: %d/%d.","Cancelling...":"Avbryter…","Completed: %s":"Ferdig: %s","Last error: %s":"Siste feil: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår allerede. Status: %s","Encrypted":"Kryptert","Encrypted items cannot be modified":"Krypterte elementer kan ikke modifiseres","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan ikke flytte notatboken til denne plasseringen","Notebooks cannot be named \"%s\", which is a reserved title.":"Notatbøker kan ikke hete %s, som er en reservert tittel.","title":"tittel","updated date":"sist oppdatert","created date":"opprettet","This note does not have geolocation information.":"Dette notatet har ingen stedsinformasjon.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere notat til notatenboken \"%s\"","Cannot move note to \"%s\" notebook":"Kan ikke flytte notatet til notatboken \"%s\"","Language":"Språk","Date format":"Datoformat","Time format":"Tidsformat","Theme":"Tema","Light":"Lys","Dark":"Mørk","Uncompleted to-dos on top":"Uferdige gjøremål på topp","Show completed to-dos":"Vis fullførte gjøremål","Sort notes by":"Sorter notater etter","Reverse sort order":"Reverser sorteringsrekkefølge","Save geo-location with notes":"Lagre stedsinformasjon med notater","When creating a new to-do:":"Når nytt gjøremål opprettes:","Focus title":"Fokuser på tittel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Når du lager et nytt notat:","Show tray icon":"Vis systemmenyikon","Note: Does not work in all desktop environments.":"Merk: fungerer ikke i alle skrivebordsmiljøer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Dette vil tillatte Joplin å kjøre i bakgrunnen. Det er anbefalt å aktivere denne innstillingen så notatene dine blir synkronisert konstant, slik at du reduserer mulige konflikter.","Start application minimised in the tray icon":"Start applikasjonen minimert som systemmenyikon","Global zoom percentage":"Global forstørrelse","Editor font size":"Editor font size","Editor font family":"Editor skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dette må være *monospace*-skrifttype eller den ville ikke fungere riktig. Hvis skriften er feil eller tom, vil den som standard ha en generisk monospace-skrifttype.","Automatically update the application":"Oppdater applikasjonen automatisk","Synchronisation interval":"Synkroniserinsintervall","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Teksteditor","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Teksteditor som skal brukes til å åpne et notat. Hvis det ikke er satt vil den prøve å automatisk velge standardprogram.","Show advanced options":"Vis avanserte innstillinger","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet å synkronisere til. Hvert synkroniseringsmål kan ha tilleggsparametere som er navngitt som `sync.NUM.NAME` (dokumentert nedenfor).","Directory to synchronise with (absolute path)":"Mappe å synkronisere med (absolutt sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Stien som skal synkroniseres når filsystemsynkronisering er aktivert. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Viktig: Dersom du endrer denne lokasjonen, sørg for at du kopierer alt innhold dit før du synkroniserer. Hvis ikke blir alle filer fjernet! Se FAQ for flere detaljer: %s","Nextcloud username":"Nextcloud-brukernavn","Nextcloud password":"Nextcloud-passord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-brukernavn","WebDAV password":"WebDAV-passord","Custom TLS certificates":"Egendefinerte TLS-sertifikater","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparert liste over stier til mapper å laste sertifikater fra, eller sti til individuelle sertifikatfiler. For eksempel: /my/cert_dir, /other/custom.perm. Merk at dersom du gjør endringer til TLS-innstillingene må du lagre endringer før du velger \"Sjekk synkroniseringsstatus\".","Ignore TLS certificate errors":"Ignorer TLS-sertifikatfeil","Invalid option value: \"%s\". Possible values are: %s.":"Ugyldig verdi: \"%s\". Mulige verdier er: %s.","The tag \"%s\" already exists. Please choose a different name.":"Merkelappen \"%s\" eksiterer allerede. Vennligst velg et annet navn.","Joplin Export File":"Joplin-eksportert fil","Markdown":"Markdown","Joplin Export Directory":"Joplin-eksportert katalog","Evernote Export File":"Evernote-eksportert fil","Json Export Directory":"Json-eksportert katalog","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan ikke laste modulen \"%s\" for formatet \"%s\"","Please specify import format for %s":"Vennligst velg importformat for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette elementet er for øyeblikket kryptert: %s \" %s\". Vent til alle elementer dekrypteres, og prøv på nytt.","There is no data to export.":"Det er ingen data for eksportering.","Please specify the notebook where the notes should be imported to.":"Velg notatbok som notatene skal importeres til.","Items that cannot be synchronised":"Elementer som ikke vil synkronisere","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse elementene blir værende på enheten, men vil ikke bli lastet opp til synkroniseringsmålet. For å finne disse elementene, enten søk etter tittel eller ID (som vises i parentes over).","Sync status (synced items / total items)":"Synkroniseringsstatus (synkroniserte elementer / totale elementer)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Slettes: %d","Folders":"Kataloger","%s: %d notes":"%s: %d notater","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"Tillatelse til å bruke kamera","Your permission to use your camera is required.":"Tillatelse til å bruke kamera er nødvendig.","There are currently no notes. Create one by clicking on the (+) button.":"Det finnes enda ingen notater. Lag en ved å klikke på (+)-knappen.","Delete these notes?":"Slett disse notatene?","Log":"Logg","Export Debug Report":"Eksporter feilsøkingsrapport","Encryption Config":"Krypteringsinnstillinger","Configuration":"Konfigurasjon","Move to notebook...":"Flytt til notatbok...","Move %d notes to notebook \"%s\"?":"Flytt %d notater til notatbok \"%s\"?","Press to set the decryption password.":"Trykk for å sette dekrypteringspassordet.","Clear alarm":"Fjern alarm","Save alarm":"Angi alarm","Select date":"Velg dato","Confirm":"Bekreft","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Sjekker… Vennligst vent.","Success! Synchronisation configuration appears to be correct.":"Suksess! Synkroniseringskonfigurasjonen ser ut til å være korrekt.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Feil. Vennligst sjekk at URL, brukernavn, passord, etc. er korrekt og at synkroniseringsmålet er tilgjengelig. Feilmeldingen var:","The application has been authorised!":"Applikasjonen har blitt godkjent!","Could not authorise application:\n\n%s\n\nPlease try again.":"Kunne ikke autorisere applikasjon:\n\n%s\n\nVennligst prøv igjen.","Decrypted items: %s / %s":"Dekrypterte elementer: %s / %s","New tags:":"Nye merkelapper:","Type new tags or select from list":"Skriv inn nye merkelapper eller velg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"For å fungere riktig behøver applikasjonen følgende tillatelser. Vennligst aktiver de i telefoninnstillingene, i Apps > Joplin > Tillatelser","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"-Lagring: for å tillate å legge ved filer til notater og aktivere filsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: for å ta bilde og legge det ved et notat.","- Location: to allow attaching geo-location information to a note.":"- Sted: for å legge ved stedsinformation til notatet.","Joplin website":"Joplins nettsted","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Innlogging med Dropbox","Enter code here":"","Master Key %s":"Masternøkkel: %s","Created: %s":"Opprettet: %s","Password:":"Passord:","Password cannot be empty":"Passordet kan ikke være tomt","Enable":"Aktiver","The notebook could not be saved: %s":"Denne notatboken kunne ikke lagres: %s","Edit notebook":"Rediger notatbok","Show all":"Vis alle","Errors only":"Kun feilmeldinger","This note has been modified:":"Dette notatet har blitt modifisert:","Save changes":"Lagre endringer","Discard changes":"Forkast endringer","No item with ID %s":"Ingen elementer med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Joplins mobilapp støtter for tiden ikke denne type linker: %s","Unsupported image type: %s":"Bildetypen er ikke støttet: %s","Take photo":"Take photo","Attach photo":"Legg ved et bilde","Attach any file":"Legg ved en fil","Share":"Del","Convert to note":"Konverter til notat","Convert to todo":"Konverter til gjøremål","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Se på kart","Go to source URL":"Gå til kilde-URL","Delete notebook":"Slett notatbok","Login with OneDrive":"Innlogging med OneDrive","Search":"Søk","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikk på (+)-knappen for å lage et nytt notat eller en ny notatbok. Klikk på sidemenyen for tilgang til dine eksisterende notatbøker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har enda ingen notatbok. Lag en ved å klikke på (+)-knappen.","Welcome":"Velkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Hvis du vil slette en merkelapp, fjern merkelappen fra merkede notater.","Please select the note or notebook to be deleted first.":"Vennligst velg notatet eller notatboken som skal slettes først.","Press Ctrl+D or type \"exit\" to exit the application":"Trykk Ctrl+D eller skriv \"exit\" for å avslutte programmet","More than one item match \"%s\". Please narrow down your query.":"Mer enn ett treff for \"%s\". Vennligst gjør søket mer spesifikt.","No notebook selected.":"Ingen notatbok valgt.","No notebook has been specified.":"Ingen notatbok har blitt spesifisert.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Avbryter bakgrunnssynkronisering… Vennligst vent.","No such command: %s":"Ingen kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandoen \"%s\" er kun tilgjengelig i GUI-modus","Cannot change encrypted item":"Kan ikke endre kryptert element","Missing required argument: %s":"Mangler nødvendig argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt valg: ","Invalid answer: %s":"Ugyldig svar: %s","Attaches the given file to the note.":"Legger ved den valgte filen til notatet.","Cannot find \"%s\".":"Finner ikke \"%s\".","Displays the given note.":"Viser det valgte notatet.","Displays the complete information about note.":"Viser den komplette informasjonen om notatet.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Skaffer eller setter en konfigurasjonsverdi. Hvis [value] ikke er angitt vil den vise verdien av [name]. Hvis hverken [name] eller [value] ikke er angitt, vil den vise den gjeldende konfigurasjonen.","Also displays unset and hidden config variables.":"Viser også ikke-satte og skjulte konfigurasjonsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliserer notatene som samsvarer med til [notebook]. Hvis ingen notatbok er spesifisert blir notatet duplisert til gjeldende notatbok.","Marks a to-do as done.":"Markerer et gjøremål som ferdig.","Note is not a to-do: \"%s\"":"Notat er ikke et gjøremål: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Utfører E2EE-konfiguration. Tilgjengelige kommandoer er: `enable`(aktiver), `disable`(lukk), `decrypt`(dekrypter), `status` og `target-status` (mottager-status).","Enter master password:":"Skriv inn masterpassordet:","Operation cancelled":"Operasjon avbrutt","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starter dekryptering... Vennligst vent da det kan ta flere minutter avhengig av mengden som skal dekrypteres.","Completed decryption.":"Dekryptering fullført.","Enabled":"Aktivert","Disabled":"Deaktivitert","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger notat.","No text editor is defined. Please set it using `config editor `":"Inger teksteditor er valgt. Velg en ved å bruke `config editor `","No active notebook.":"Ingen aktiv notatbok.","Note does not exist: \"%s\". Create it?":"Notat eksisterer ikke: \"%s\". Vil du opprette det?","Starting to edit note. Close the editor to get back to the prompt.":"Notatredigering startet. Lukk editoren for å komme tilbake til kommandolinjen.","Error opening note in editor: %s":"Feil ved åpning av notat i editor: %s","Note has been saved.":"Notat har blitt lagret.","Exits the application.":"Forlat programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin-data til angitt sti. Standard er eksport av den komplette database inkludert notatbøker, notater, merkelapper og ressurser.","Destination format: %s":"Målformat: %s","Exports only the given note.":"Eksporterer kun valgt notat.","Exports only the given notebook.":"Eksporterer kun valgt notatbok.","Displays a geolocation URL for the note.":"Viser den komplette stedsinformasjonen for notatet.","Displays usage information.":"Vis brukerinformasjon.","For information on how to customise the shortcuts please visit %s":"For informasjon om hvordan tilpasse snarveier, vennligst besøk %s","Shortcuts are not available in CLI mode.":"Snarveier er ikke tilgjengelig i CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv inn `help [kommando]` for å få mer informasjon om en kommando. eller skriv inn `help all` for fullstendig brukerinformasjon.","The possible commands are:":"De mulige kommandoene er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I alle kommandoer kan et notat eller en notatbok kun refereres til etter tittel eller ID, eller ved hjelp av snarveiene `$n` (notat) eller `$b` (notatbok). `$c` kan brukes til å referere til nåværende merket element.","To move from one pane to another, press Tab or Shift+Tab.":"Hvis du vil flytte fra en fane til en annen, trykk Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Bruk pilene på tastaturet og Page up/down for å navigere i lister og tekstområder (inkludert dette konsollet).","To maximise/minimise the console, press \"tc\".":"For å maksimere/minimere konsollet, trykk \"tc\".","To enter command line mode, press \":\"":"For å gå inn i kommandolinjemodus, trykk \":\"","To exit command line mode, press ESCAPE":"For å gå ut av kommandolinjemodus, trykk ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For listen over hurtigtaster og konfigurasjonsalternativer skriver `help keymap`","Imports data into Joplin.":"Importer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Ikke spør om bekreftelse.","Found: %d.":"Funnet: %d.","Created: %d.":"Opprettet: %d.","Updated: %d.":"Oppdatert: %d.","Skipped: %d.":"Hoppet over: %d.","Resources: %d.":"Ressurser: %d.","Tagged: %d.":"Merket: %d.","Importing notes...":"Importer notater...","The notes have been imported: %s":"Notatene som har blitt importert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser notatene i gjeldende notatbok. Bruk `ls /` for å vise listen over notatbøker.","Displays only the first top notes.":"Viser kun de første notatene.","Sorts the item by (eg. title, updated_time, created_time).":"Sorter etter (f.eks. title, updated_time, created_time).","Reverses the sorting order.":"Reverserer sorteringsrekkefølgen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Viser kun elementene av den spesifikke typen. Kan være `n` for notater, `t` for gjøremål eller `nt` for notater og gjøremål (f.eks.` -tt` vile kun vise gjøremål, mens `-ttd` vil vise notater og gjøremål.)","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Bruk langt listeformat. Format er ID, NOTE_COUNT (for notatbok), DATE, TODO_CHECKED (for gjøremål), TITLE","Please select a notebook first.":"Vennligst velg en notatbok først.","Creates a new notebook.":"Opprettter en ny notatbok.","Creates a new note.":"Oppretter et nytt notat.","Notes can only be created within a notebook.":"Notater kan kun lages inne i en notatbok.","Creates a new to-do.":"Oppretter et nytt gjøremål.","Moves the notes matching to [notebook].":"Flytter notatene som samsvarer med til [notebook].","Renames the given (note or notebook) to .":"Gir nytt navn til (notat eller notatbok) til .","Deletes the given notebook.":"Sletter den valgte notatboken.","Deletes the notebook without asking for confirmation.":"Sletter notatboken uten å spørre om bekreftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Slette notatbok? Alle notater og underliggende notatbøker i denne notatboken vil også bli slettet.","Deletes the notes matching .":"Sletter notatene som samsvarer med .","Deletes the notes without asking for confirmation.":"Sletter notatene uten bekreftelse.","%d notes match this pattern. Delete them?":"%d notater passer dette mønsteret. Slette dem?","Delete note?":"Slett notat?","Searches for the given in all the notes.":"Søker etter angitt i alle notatene.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setter egenskapen for angitt til angitt [verdi]. Mulige valg er: \n\n%s","Displays summary about the notes and notebooks.":"Viser sammendrag om notatene og notatbøkene.","Synchronises with remote storage.":"Synkroniser med fjernlagring.","Sync to provided target (defaults to sync.target config value)":"Sync å forsynt mål (uteblivelsene å sync. target config-verdi)","Authentication was not completed (did not receive an authentication token).":"Godkjenning ble ikke fullført (mottok ikke et godkjennings tegn).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For å få Joplin til å synkronisere med Dropbox, vennligst følg trinnene under her:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Åpne denne URL i din nettleser for å autorisere applikasjonen:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Sett inn koden du fikk av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke autentisert med %s. Vennligst fyll inn manglende detaljer.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Den låste filen er allerede sperret. Hvis du vet at det ikke pågår noen synkronisering kan du slette den låste filen på \"%s\" og fortsette operasjonen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke starte synkronisering.","Starting synchronisation...":"Starter synkronisering...","Downloading resources...":"Laster ned ressurser...","Cancelling... Please wait.":"Avbryter… Vennligst vent."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kan være \"legg til\", \"fjern\" eller \"vis liste\" å anvise eller fjerne [tag] fra [note], eller å liste notater forbundet med [tag]. Kommandoen `tag list` kan brukes til å vise alle merkelappene.","Invalid command: \"%s\"":"Ugyldig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan enten være \"bytt\" eller \"fjern\". Bruk \"bytt\" for å veksle et gitt gjøremål mellom fullført og ikke fullført status (hvis målet er et vanlig notat det vil bli konvertert til et gjøremål). Bruk \"Clear\" for å konvertere gjøremålet tilbake til et vanlig notat.","Marks a to-do as non-completed.":"Merker et gjøremål som ikke fullført.","Switches to [notebook] - all further operations will happen within this notebook.":"Bytter til [notebook] - alle videre operasjoner vil skje i denne notatboken.","Displays version information":"Vis versjonsinformasjon","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mulige verdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøkler/verdier:","Type `joplin help` for usage information.":"Skriv `joplin help` for brukerinformasjon.","Fatal error:":"Kritisk feil:","The application has been authorised - you may now close this browser tab.":"Applikasjonen er autorisert - du kan nå lukke denne nettleserenfanen.","The application has been successfully authorised.":"Applikasjonen har blitt godkjent.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Vennligst åpne URL-en i din nettleser for autorisasjon. Programmet vil opprette en mappe i \"Apps/Joplin\" og vil kun lese og skrive filer i denne mappen. Den ikke ha tilgang til filer utenfor denne katalogen eller annen personlig data. Ingen data vil bli delt med noen tredjepart.","Search:":"Søk:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nSkriv `:help shortcuts` for listen over hurtigtaster eller kun `:help` for brukerinformasjon.\n\nHvis du for eksempel vil opprette en notatbok trykker du `mb`; for å opprette et notat, trykk `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flere elementer er kryptert, og du må mulig oppgi hovedpassord. For å gjøre dette, vennligst skriv `e2ee decrypt`. Hvis du allerede har oppgitt passordet dekrypteres de krypterte elementene i bakgrunnen og vil snart være tilgjengelige.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" i \"%s\" format. Vennligst vent...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" i \"%s\"-format. Vennligst vent...","PDF File":"PDF-fil","File":"Fil","New note":"Nytt notat","New to-do":"Nytt gjøremål","New notebook":"Ny notatbok","Import":"Importer","Export":"Eksport","Print":"Skriv ut","Hide %s":"Skjul %s","Quit":"Avslutt","Edit":"Rediger","Copy":"Kopier","Cut":"Klipp ut","Paste":"Lim inn","Select all":"Marker alt","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Sett inn dato/tid","Edit in external editor":"Rediger i ekstern editor","Search in all the notes":"Søk i alle notater","Search in current note":"Search in current note","View":"Utseende","Toggle sidebar":"Vis/skjul sidepanel","Toggle editor layout":"Bytt editorutseende","Tools":"Verktøy","Synchronisation status":"Synkroniseringsstatus","Web clipper options":"Web Clipper-innstillinger","Encryption options":"Krypteringsvalg","General Options":"Generelle innstillinger","Help":"Hjelp","Website and documentation":"Nettsted og dokumentasjon","Make a donation":"Gi et bidrag","Check for updates...":"Se etter oppdatering...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åpne %s","Exit":"Avslutt","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nåværende versjon er den siste tilgjengelige.","%s (pre-release)":"","An update is available, do you want to download it now?":"En oppdatering er tilgjengelig, vil du laste den ned nå?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nei","Token has been copied to the clipboard!":"Bevis har blitt kopiert til utklippstavlen!","The web clipper service is enabled and set to auto-start.":"Web Clipper-tjenesten er aktivert og satt til å starte opp automatisk.","Status: Started on port %d":"Status: Startet på port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Deaktiver Web Clipper-tjeneste","The web clipper service is not enabled.":"Web Clipper-tjenesten er ikke aktivert.","Enable Web Clipper Service":"Aktiver Web Clipper-tjeneste","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gjør det mulig å lagre nettsteder og skjermbilder fra din nettleser til Joplin.","In order to use the web clipper, you need to do the following:":"For å kunne bruke Web Clipper må du gjøre følgende:","Step 1: Enable the clipper service":"Steg 1: Aktiver Web Clipper-tjenesten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denne tjenesten tillater nettleserutvidelser å kommunisere med Joplin. Når du aktiverer den kan brannmuren spørre om du vil gi Joplin tillatelse til å lytte på en bestemt port.","Step 2: Install the extension":"Steg 2: Installer utvidelsen","Download and install the relevant extension for your browser:":"Last ned og installer den relevante utvidelsen for din nettleser:","Advanced options":"Avanserte innstillinger","Authorisation token:":"Autoriseringsbevis:","Copy token":"Kopier bevis","This authorisation token is only needed to allow third-party applications to access Joplin.":"Denne autentiseringsbeviset er det eneste nødvendig for å gi tredjepartsapplikasjoner tilgang til Joplin.","Check synchronisation configuration":"Sjekk synkroniseringskonfigurasjon","Notes and settings are stored in: %s":"Notater og innstillinger er lagret i: %s","Apply":"Bruk","Submit":"Send","Save":"Lagre","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deaktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes ukryptert til synkroniseringsmålet. Vil du fortsette?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes kryptert til synkroniseringsmålet. Ikke mist passordet som, av sikkerhetsmessige grunner, vil være den *eneste* mulighet å dekryptere data på! For å aktivere kryptering, vennlist skriv inn passordet nedenfor.","Disable encryption":"Deaktiver kryptering","Enable encryption":"Aktiver kryptering","Master Keys":"Masternøkkel","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Opprettet","Updated":"Oppdatert","Password":"Passord","Password OK":"Passord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Merk: kun én masternøkkel skal brukes til kryptering (den som er merket som \"aktiv\"). Hvilken som helst av nøklene kan brukes til dekryptering, avhengig av hvordan notatene eller notatbøkene opprinnelig ble kryptert.","Missing Master Keys":"Mangler masternøkler","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Masternøklene med disse ID-ene brukes til å kryptere noen av elementene, men programmet har for øyeblikket ikke tilgang til dem. Det er sannsynlig at de vil siden bli lastet ned via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"For mer informasjon om ende-til-ende-kryptering (E2EE) og råd om hvordan du aktiverer det kan du sjekke dokumentasjonen:","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbake","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notatbok \"%s\" vil bli opprettet og filen \"%s\" vil bli importert til den","Please create a notebook first.":"Vennligst lag en notatbok først.","Please create a notebook first":"Vennligst lag en notatbok først","Notebook title:":"Tittel på notatbok:","Add or remove tags:":"Legge til eller fjern merkelapp:","Separate each tag by a comma.":"Separer hver merkelapp med komma.","Rename notebook:":"Gi nytt navn til notatbok:","Rename tag:":"Gi nytt navn til merkelapp:","Set alarm:":"Angi alarm:","Layout":"Utseende","Search...":"Søk...","Some items cannot be synchronised.":"Noen elementer kan ikke synkroniseres.","View them now":"Vis nå","Some items cannot be decrypted.":"Noen elementer kan ikke dekrypteres.","Set the password":"Sett passord","Add or remove tags":"Legg til eller fjern merkelapper","Duplicate":"Dupliser","%s - Copy":"%s - Kopier","Switch between note and to-do type":"Bytt mellom notat og gjøremål","Switch to note type":"Bytt til notatmodus","Switch to to-do type":"Bytt til gjøremålmodus","Copy Markdown link":"Kopier Markdown-link","Delete":"Slett","Delete notes?":"Slette notater?","No notes in here. Create one by clicking on \"New note\".":"Ingen notater her enda. Opprett et ved å klikke på \"Nytt notat\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det er for tiden ingen notatbok. Lag en ved å klikke på \"Ny notatbok\".","Location":"Lokasjon","URL":"URL","Note properties":"Notategenskaper","Open...":"Åpne...","This file could not be opened: %s":"Filen kunne ikke åpnes: %s","Save as...":"Lagre som...","Copy path to clipboard":"Kopier sti til utklippstavlen","Copy Link Address":"Kopier linkadresse","This attachment is not downloaded or not decrypted yet.":"Dette vedlegget er enda ikke lastet ned eller dekryptert.","Unsupported link or message: %s":"Usupportert lenke eller melding: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Dette notatet har ikke noe innhold. Klikk på \"%s\" for å redigere notatet.","Only one note can be printed or exported to PDF at a time.":"","strong text":"fet tekst","emphasized text":"kursiv tekst","List item":"Listeelement","Insert Hyperlink":"Sett inn hyperlenke","Attach file":"Legg ved fil","Tags":"Merkelapper","Set alarm":"Angi alarm","In: %s":"I: %s","Hyperlink":"Hyperlenke","Code":"Kode","Numbered List":"Nummerert liste","Bulleted List":"Kuleliste","Checkbox":"Avmerkingsboks","Heading":"Overskrift","Horizontal Rule":"Horisontal strek","Click to stop external editing":"Klikk for å stoppe ekstern redigering","Watching...":"Observerer...","to-do":"gjøremål","note":"notat","Creating new %s...":"Lager ny %s...","Refresh":"Oppdater","Clear":"Nullstill","OneDrive Login":"Innlogging med OneDrive","Dropbox Login":"Innlogging med Dropbox","Options":"Generelle innstillinger","Synchronisation Status":"Synkroniseringsstatus","Encryption Options":"Krypteringsinnstillinger","Clipper Options":"Clipper-innstillinger","Remove this tag from all the notes?":"Fjern denne merkelappen fra alle notater?","Remove this search from the sidebar?":"Fjerne dette søket fra sidepanelet?","Rename":"Gi nytt navn","Synchronise":"Synkroniser","Notebooks":"Notatbøker","Decrypting items: %d/%d":"Dekrypterer elementer: %d/%d","Fetching resources: %d":"Henter ressurser: %d","Please select where the sync status should be exported to":"Velg hvor synkroniseringsstatusen skal eksporteres til","Usage: %s":"Bruk: %s","Unknown flag: %s":"Ukjent flagg: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Kun for testing)","WebDAV":"WebDAV","Unknown log level: %s":"Ukjent loggnivå: %s","Unknown level ID: %s":"Ukjent nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke oppdatere token: autentiseringsdata mangler. Hvis du starter synkroniseringen på nytt kan dette løse problemet.","Untitled":"Uten navn","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan ikke synkronisere med OneDrive.\n\nDenne feilen skjer ofte når OneDrive for Business benyttes, som beklageligvis ikke er støttet.\n\nVennligst vurder å bruke en vanlig OneDrive-konto.","Cannot access %s":"Får ikke tilgang til %s","Created local items: %d.":"Opprettet lokale elementer: %d.","Updated local items: %d.":"Oppdaterte lokale elementer: %d.","Created remote items: %d.":"Opprettede eksterne elementer: %d.","Updated remote items: %d.":"Oppdaterte eksterne elementer: %d.","Deleted local items: %d.":"Slett lokale elementer: %d.","Deleted remote items: %d.":"Slettet eksterne elementer: %d.","Fetched items: %d/%d.":"Hentede elementer: %d/%d.","Cancelling...":"Avbryter…","Completed: %s":"Ferdig: %s","Last error: %s":"Siste feil: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår allerede. Status: %s","Encrypted":"Kryptert","Encrypted items cannot be modified":"Krypterte elementer kan ikke modifiseres","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan ikke flytte notatboken til denne plasseringen","Notebooks cannot be named \"%s\", which is a reserved title.":"Notatbøker kan ikke hete %s, som er en reservert tittel.","title":"tittel","updated date":"sist oppdatert","created date":"opprettet","This note does not have geolocation information.":"Dette notatet har ingen stedsinformasjon.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere notat til notatenboken \"%s\"","Cannot move note to \"%s\" notebook":"Kan ikke flytte notatet til notatboken \"%s\"","Language":"Språk","Date format":"Datoformat","Time format":"Tidsformat","Theme":"Tema","Light":"Lys","Dark":"Mørk","Uncompleted to-dos on top":"Uferdige gjøremål på topp","Show completed to-dos":"Vis fullførte gjøremål","Sort notes by":"Sorter notater etter","Reverse sort order":"Reverser sorteringsrekkefølge","Save geo-location with notes":"Lagre stedsinformasjon med notater","When creating a new to-do:":"Når nytt gjøremål opprettes:","Focus title":"Fokuser på tittel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Når du lager et nytt notat:","Show tray icon":"Vis systemmenyikon","Note: Does not work in all desktop environments.":"Merk: fungerer ikke i alle skrivebordsmiljøer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Dette vil tillatte Joplin å kjøre i bakgrunnen. Det er anbefalt å aktivere denne innstillingen så notatene dine blir synkronisert konstant, slik at du reduserer mulige konflikter.","Start application minimised in the tray icon":"Start applikasjonen minimert som systemmenyikon","Global zoom percentage":"Global forstørrelse","Editor font size":"Editor font size","Editor font family":"Editor skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dette må være *monospace*-skrifttype eller den ville ikke fungere riktig. Hvis skriften er feil eller tom, vil den som standard ha en generisk monospace-skrifttype.","Automatically update the application":"Oppdater applikasjonen automatisk","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synkroniserinsintervall","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Teksteditor","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Teksteditor som skal brukes til å åpne et notat. Hvis det ikke er satt vil den prøve å automatisk velge standardprogram.","Show advanced options":"Vis avanserte innstillinger","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet å synkronisere til. Hvert synkroniseringsmål kan ha tilleggsparametere som er navngitt som `sync.NUM.NAME` (dokumentert nedenfor).","Directory to synchronise with (absolute path)":"Mappe å synkronisere med (absolutt sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Stien som skal synkroniseres når filsystemsynkronisering er aktivert. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Viktig: Dersom du endrer denne lokasjonen, sørg for at du kopierer alt innhold dit før du synkroniserer. Hvis ikke blir alle filer fjernet! Se FAQ for flere detaljer: %s","Nextcloud username":"Nextcloud-brukernavn","Nextcloud password":"Nextcloud-passord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-brukernavn","WebDAV password":"WebDAV-passord","Custom TLS certificates":"Egendefinerte TLS-sertifikater","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparert liste over stier til mapper å laste sertifikater fra, eller sti til individuelle sertifikatfiler. For eksempel: /my/cert_dir, /other/custom.perm. Merk at dersom du gjør endringer til TLS-innstillingene må du lagre endringer før du velger \"Sjekk synkroniseringsstatus\".","Ignore TLS certificate errors":"Ignorer TLS-sertifikatfeil","Invalid option value: \"%s\". Possible values are: %s.":"Ugyldig verdi: \"%s\". Mulige verdier er: %s.","The tag \"%s\" already exists. Please choose a different name.":"Merkelappen \"%s\" eksiterer allerede. Vennligst velg et annet navn.","Joplin Export File":"Joplin-eksportert fil","Markdown":"Markdown","Joplin Export Directory":"Joplin-eksportert katalog","Evernote Export File":"Evernote-eksportert fil","Json Export Directory":"Json-eksportert katalog","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan ikke laste modulen \"%s\" for formatet \"%s\"","Please specify import format for %s":"Vennligst velg importformat for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette elementet er for øyeblikket kryptert: %s \" %s\". Vent til alle elementer dekrypteres, og prøv på nytt.","There is no data to export.":"Det er ingen data for eksportering.","Please specify the notebook where the notes should be imported to.":"Velg notatbok som notatene skal importeres til.","Items that cannot be synchronised":"Elementer som ikke vil synkronisere","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse elementene blir værende på enheten, men vil ikke bli lastet opp til synkroniseringsmålet. For å finne disse elementene, enten søk etter tittel eller ID (som vises i parentes over).","Sync status (synced items / total items)":"Synkroniseringsstatus (synkroniserte elementer / totale elementer)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Slettes: %d","Folders":"Kataloger","%s: %d notes":"%s: %d notater","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"Tillatelse til å bruke kamera","Your permission to use your camera is required.":"Tillatelse til å bruke kamera er nødvendig.","There are currently no notes. Create one by clicking on the (+) button.":"Det finnes enda ingen notater. Lag en ved å klikke på (+)-knappen.","Delete these notes?":"Slett disse notatene?","Log":"Logg","Export Debug Report":"Eksporter feilsøkingsrapport","Encryption Config":"Krypteringsinnstillinger","Configuration":"Konfigurasjon","Move to notebook...":"Flytt til notatbok...","Move %d notes to notebook \"%s\"?":"Flytt %d notater til notatbok \"%s\"?","Press to set the decryption password.":"Trykk for å sette dekrypteringspassordet.","Clear alarm":"Fjern alarm","Save alarm":"Angi alarm","Select date":"Velg dato","Confirm":"Bekreft","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Sjekker… Vennligst vent.","Success! Synchronisation configuration appears to be correct.":"Suksess! Synkroniseringskonfigurasjonen ser ut til å være korrekt.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Feil. Vennligst sjekk at URL, brukernavn, passord, etc. er korrekt og at synkroniseringsmålet er tilgjengelig. Feilmeldingen var:","The application has been authorised!":"Applikasjonen har blitt godkjent!","Could not authorise application:\n\n%s\n\nPlease try again.":"Kunne ikke autorisere applikasjon:\n\n%s\n\nVennligst prøv igjen.","Decrypted items: %s / %s":"Dekrypterte elementer: %s / %s","New tags:":"Nye merkelapper:","Type new tags or select from list":"Skriv inn nye merkelapper eller velg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"For å fungere riktig behøver applikasjonen følgende tillatelser. Vennligst aktiver de i telefoninnstillingene, i Apps > Joplin > Tillatelser","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"-Lagring: for å tillate å legge ved filer til notater og aktivere filsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: for å ta bilde og legge det ved et notat.","- Location: to allow attaching geo-location information to a note.":"- Sted: for å legge ved stedsinformation til notatet.","Joplin website":"Joplins nettsted","Joplin v%s":"Joplin v%s","Database v%s":"Database v%s","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Innlogging med Dropbox","Enter code here":"Skriv inn kode her","Master Key %s":"Masternøkkel: %s","Created: %s":"Opprettet: %s","Password:":"Passord:","Password cannot be empty":"Passordet kan ikke være tomt","Enable":"Aktiver","The notebook could not be saved: %s":"Denne notatboken kunne ikke lagres: %s","Edit notebook":"Rediger notatbok","Show all":"Vis alle","Errors only":"Kun feilmeldinger","This note has been modified:":"Dette notatet har blitt modifisert:","Save changes":"Lagre endringer","Discard changes":"Forkast endringer","No item with ID %s":"Ingen elementer med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Joplins mobilapp støtter for tiden ikke denne type linker: %s","Unsupported image type: %s":"Bildetypen er ikke støttet: %s","Take photo":"Take photo","Attach photo":"Legg ved et bilde","Attach any file":"Legg ved en fil","Share":"Del","Convert to note":"Konverter til notat","Convert to todo":"Konverter til gjøremål","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Se på kart","Go to source URL":"Gå til kilde-URL","Delete notebook":"Slett notatbok","Login with OneDrive":"Innlogging med OneDrive","Search":"Søk","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikk på (+)-knappen for å lage et nytt notat eller en ny notatbok. Klikk på sidemenyen for tilgang til dine eksisterende notatbøker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har enda ingen notatbok. Lag en ved å klikke på (+)-knappen.","Welcome":"Velkommen"} \ No newline at end of file diff --git a/ElectronClient/app/locales/nl_BE.json b/ElectronClient/app/locales/nl_BE.json index 403aaf9b3..74b501994 100644 --- a/ElectronClient/app/locales/nl_BE.json +++ b/ElectronClient/app/locales/nl_BE.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Untag de geassocieerde notities om een tag te verwijderen.","Please select the note or notebook to be deleted first.":"Selecteer eerst het notitieboek of de notitie om te verwijderen.","Press Ctrl+D or type \"exit\" to exit the application":"Typ Ctrl+D of \"exit\" om de applicatie te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan een item voldoet aan de zoekterm \"%s\". Verfijn uw zoekterm a.u.b.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek is gespecifieerd","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Achtergrond synchronisatie wordt geannuleerd... Even geduld.","No such command: %s":"Geen commando gevonden: \"%s\"","The command \"%s\" is only available in GUI mode":"Het opgegeven command \"%s\" is alleen beschikbaar in de GUI versie","Cannot change encrypted item":"Kan het versleutelde item niet wijzigen","Missing required argument: %s":"Benodigde argumenten niet voorzien: %s","%s: %s":"%s: %s","Your choice: ":"Uw keuze:","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het bestand toe aan de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont de volledige informatie van een notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Haal een configuratie waarde op of stel een waarde in. Als [value] niet opgegeven is, zal de waarde van [name] getoond worden. Als nog de [name] of [waarde] opgegeven zijn, zal de huidige configuratie opgelijst worden.","Also displays unset and hidden config variables.":"Toont ook niet-geconfigureerde en verborgen configuratie opties. ","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Verveelvoudig de notities die voldoen aan in [notitieboek]. Als er geen notitieboek is meegegeven, de notitie is gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeer een to-do als voltooid. ","Note is not a to-do: \"%s\"":"Notitie is geen to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert E2EE configuratie. Commando's zijn `enable`, `disable`, `decrypt`, `status` and `target-status`.","Enter master password:":"Voeg hoofdsleutel in:","Operation cancelled":"Operatie geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Ontsleuteling starten... Dit kan enkele minuten duren, afhankelijk van hoeveel er te ontsleutelen is. ","Completed decryption.":"Ontsleuteling voltooid","Enabled":"Ingeschakeld","Disabled":"UItgeschakeld","Encryption is: %s":"Encryptie is: %s","Edit note.":"Bewerk notitie.","No text editor is defined. Please set it using `config editor `":"Geen tekst editor is ingesteld. Stel in met `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Aanmaken?","Starting to edit note. Close the editor to get back to the prompt.":"Bewerken notitie gestart. Sluit de editor om terug naar de prompt te gaan.","Error opening note in editor: %s":"","Note has been saved.":"Notitie is opgeslaan.","Exits the application.":"Sluit de applicatie.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een geolocatie link voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Shortcuts zijn niet beschikbaar in command line modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [commando]` voor meer informatie over een commando; of typ `help all` voor de volledige gebruiksaanwijzing.","The possible commands are:":"Mogelijke commando's zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In iedere commando kan een notitie of een notitieboek opgegeven worden door de title of het ID of de shortcuts `$n` of `$b` voor, respectievelijk, het huidig geslecteerde notitieboek of huidig geselecteerde notitie. `$c` kan gebruikt worden om te refereren naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Om van het ene paneel naar het andere te gaan, duw Tab of Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjes en page up/down om door de lijsten en de tekstvelden te scrollen (ook deze console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Om command line modus te gebruiken, duw \":\"","To exit command line mode, press ESCAPE":"Om command line modus te verlaten, duw ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Vraag niet om bevestiging. ","Found: %d.":"Gevonden: %d.","Created: %d.":"Aangemaakt: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Geskipt: %d.","Resources: %d.":"Middelen: %d.","Tagged: %d.":"Getagd: %d.","Importing notes...":"Notities importeren...","The notes have been imported: %s":"Notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities in het huidige notitieboek. Gebruik `ls /` om een lijst van notitieboeken te tonen.","Displays only the first top notes.":"Toont enkel de top notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items volgens (vb. title, updated_time, created_time).","Reverses the sorting order.":"Draait de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont enkel de items van de specifieke type(s). Kan `n` zijn voor notities, `t` voor to-do's, of `nt` voor notities en to-do's (vb. `-tt` zou alleen to-do's tonen, terwijl `-ttd` notities en to-do's zou tonen).","Either \"text\" or \"json\"":"Of \"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik volgend lijst formaat. Formaat is ID, NOTE_COUNT (voor notitieboek), DATE, TODO_CHECKED (voor to-do's), TITLE","Please select a notebook first.":"Selecteer eerst een notitieboek. ","Creates a new notebook.":"Maakt een nieuw notitieboek aan.","Creates a new note.":"Maakt een nieuwe notitie aan.","Notes can only be created within a notebook.":"Notities kunnen enkel in een notitieboek aangemaakt worden.","Creates a new to-do.":"Maakt nieuwe to-do aan.","Moves the notes matching to [notebook].":"Verplaatst de notities die voldoen aan naar [notitieboek].","Renames the given (note or notebook) to .":"Hernoemt het gegeven (notitie of notitieboek) naar .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Verwijder alle notities die voldoen aan .","Deletes the notes without asking for confirmation.":"Verwijder de notities zonder te vragen om bevestiging. ","%d notes match this pattern. Delete them?":"%d notities voldoen aan het patroon. Items verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Zoektermen voor het opgegeven in alle notities.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Zet de eigenschap van de opgegeven naar de opgegeven [value]. Mogelijke eigenschappen zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toon samenvatting van alle notities en notitieboeken","Synchronises with remote storage.":"Synchroniseert met remote opslag. ","Sync to provided target (defaults to sync.target config value)":"Synchroniseer naar opgegeven doel (standaard sync.target configuratie optie)","Authentication was not completed (did not receive an authentication token).":"Authenticatie was niet voltooid (geen authenticatietoken ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Synchronisatie reeds bezig.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Er is reeds een lockfile. Als u zeker bent dat er geen synchronisatie bezig is, kan de lock file verwijderd worden op \"%s\" en verder gegaan worden met de synchronisatie. ","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"Kan de synchronisatie niet starten.","Starting synchronisation...":"Synchronisatie starten...","Downloading resources...":"","Cancelling... Please wait.":"Annuleren.. Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldig commando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan of \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de to-do als voltooid of onvoltooid weer te geven (als het doel een standaard notitie is, zal ze geconverteerd worden naar een to-do). Gebruik \"clear\" om terug te wisselen naar een standaard notitie. ","Marks a to-do as non-completed.":"Markeert een to-do als onvoltooid.","Switches to [notebook] - all further operations will happen within this notebook.":"Wisselt naar [notitieboek] - Alle verdere acties zullen op dit notitieboek toegepast worden.","Displays version information":"Toont versie informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijke waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geauthenticeerd - U kan deze tab sluiten.","The application has been successfully authorised.":"De applicatie is succesvol geauthenticeerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende link in uw browser om de applicatie te authenticeren. De applicatie zal een folder in \"Apps/Joplin\" aanmaken en zal enkel bestanden aanmaken en lezen in deze folder. De applicatie zal geen toegang hebben tot bestanden buiten deze folder of enige andere persoonlijke gegevens. Geen gegevens zullen gedeeld worden met een externe partij. ","Search:":"Zoek:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst van shortcuts, of `:help` voor gebruiksinformatie.\n\nOm bijvoorbeeld een notitieboek aan te maken, typ `mb`; om een notitie te maken, typ `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld en de hoofdsleutel kan gevraagd worden. Om te ontsleutelen, typ `e2ee decrypt`. Als je de hoofdsleutel al ingegeven hebt, worden de versleutelde items ontsleuteld in de achtergrond. Ze zijn binnenkort beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe to-do","New notebook":"Nieuw notitieboek","Import":"Importeer","Export":"Export","Print":"","Hide %s":"","Quit":"Stop","Edit":"Bewerk","Copy":"Kopieer","Cut":"Knip","Paste":"Plak","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Zoek in alle notities","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tools","Synchronisation status":"Synchronisatie status","Web clipper options":"","Encryption options":"Versleutelopties","General Options":"Algemene opties","Help":"Help","Website and documentation":"Website en documentatie","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Annuleer","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Apply":"","Submit":"","Save":"Sla op","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Encryptie uitschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en ontsleuteld naar het synchronisatiedoel zullen gestuurd worden. Wil u verder gaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Encryptie inschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en versleuteld verzonden worden naar het synchronisatiedoel. Verlies het wachtwoord niet, aangezien dit de enige manier is om de date de ontsleutelen. Om encryptie in te schakelen, vul uw wachtwoord hieronder in. ","Disable encryption":"Schakel encryptie uit","Enable encryption":"Schakel encryptie in","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Aangemaakt","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opmerking: Slechts één hoofdsleutel zal gebruikt worden voor versleuteling (aangeduid met \"active\"). Alle sleutels kunnen gebruikt worden voor decodering, afhankelijk van hoe de notitieboeken initieel versleuteld zijn.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Versleuteling is:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nieuw notitieboek \"%s\" zal aangemaakt worden en bestand \"%s\" wordt eraan toegevoegd","Please create a notebook first.":"Maak eerst een notitieboek aan.","Please create a notebook first":"Maak eerst een notitieboek aan","Notebook title:":"Notitieboek titel:","Add or remove tags:":"Voeg tag toe of verwijder tag","Separate each tag by a comma.":"Scheid iedere tag met een komma.","Rename notebook:":"Hernoem notitieboek:","Rename tag:":"Rename tag:","Set alarm:":"Stel melding in:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Sommige items kunnen niet gesynchroniseerd worden.","View them now":"Bekijk ze nu","Some items cannot be decrypted.":"Sommige items kunnen niet gedecodeerd worden.","Set the password":"Stel wachtwoord in","Add or remove tags":"Voeg tag toe of verwijder tag","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Wissel tussen notitie en to-do type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Geen notities. Maak een notitie door op \"Nieuwe notitie\" te klikken.","There is currently no notebook. Create one by clicking on \"New notebook\".":"U heeft momenteel geen notitieboek. Maak een notitieboek door op \"Nieuw notitieboek\" te klikken.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Link of bericht \"%s\" wordt niet ondersteund","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Vernieuwen","Clear":"Vrijmaken","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opties","Synchronisation Status":"Synchronisatie status","Encryption Options":"Versleutelopties","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Deze tag verwijderen van alle notities?","Remove this search from the sidebar?":"Dit item verwijderen van de zijbalk?","Rename":"Hernoem","Synchronise":"Synchroniseer","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Selecteer waar de synchronisatie status naar geëxporteerd moet worden","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekende optie: %s","Dropbox":"","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Alleen voor testen)","WebDAV":"","Unknown log level: %s":"Onbekend log level: %s","Unknown level ID: %s":"Onbekend level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan token niet vernieuwen: authenticatiedata ontbreekt. Herstarten van de synchronisatie kan het probleem eventueel oplossen. ","Untitled":"Untitled","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout gebeurt wanneer OneDrive for Business wordt gebruikt. Dit kan helaas niet ondersteund worden.\n\nOverweeg om een standaard OnDrive account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Aangemaakte lokale items: %d.","Updated local items: %d.":"Bijgewerkte lokale items: %d.","Created remote items: %d.":"Aangemaakte remote items: %d.","Updated remote items: %d.":"Bijgewerkte remote items: %d.","Deleted local items: %d.":"Verwijderde lokale items: %d.","Deleted remote items: %d.":"Verwijderde remote items: %d.","Fetched items: %d/%d.":"Opgehaalde items: %d/%d.","Cancelling...":"Annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Synchronisatie is reeds bezig. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet aangepast worden","Conflicts":"Conflicten","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Deze notitie bevat geen geo-locatie informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" kopiëren.","Cannot move note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" verplaatsen.","Language":"Taal","Date format":"Datumnotatie","Time format":"Tijdsnotatie","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Sla geo-locatie op bij notities","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Update de applicatie automatisch","Synchronisation interval":"Synchronisatie interval","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uren","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Toon geavanceerde opties","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Folder om mee te synchroniseren (absolute pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad om mee te synchroniseren als bestandssysteem synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Items die niet gesynchroniseerd kunnen worden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items zullen op het apparaat beschikbaar blijven, maar zullen niet geüpload worden naar het synchronistatiedoel. Om deze items te vinden, zoek naar de titel of het ID (afgebeeld bovenaan tussen haakjes).","Sync status (synced items / total items)":"Sync status (gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflict: %d","To delete: %d":"Verwijderen: %d","Folders":"Folders","%s: %d notes":"%s: %d notities","Coming alarms":"Meldingen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Maak een notitie door op (+) te klikken.","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Exporteer debug rapport","Encryption Config":"Encryptie configuratie","Configuration":"Configuratie","Move to notebook...":"Verplaats naar notitieboek...","Move %d notes to notebook \"%s\"?":"Verplaats %d notities naar notitieboek \"%s\"?","Press to set the decryption password.":"Klik om het decryptie wachtwoord in te stellen","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Hoofdsleutel: %s","Created: %s":"Aangemaakt: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord kan niet leeg zijn","Enable":"Activeer","The notebook could not be saved: %s":"Het notitieboek kon niet opgeslaan worden: %s","Edit notebook":"Bewerk notitieboek","Show all":"","Errors only":"","This note has been modified:":"Deze notitie werd aangepast:","Save changes":"Sla wijzigingen op","Discard changes":"Verwijder wijzigingen","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Afbeeldingstype %s wordt niet ondersteund","Take photo":"Take photo","Attach photo":"Voeg foto toe","Attach any file":"Voeg bestand toe","Share":"","Convert to note":"Converteer naar notitie","Convert to todo":"Converteer naar to-do","Hide metadata":"Verberg metadata","Show metadata":"Toon metadata","View on map":"Toon op de kaart","Go to source URL":"","Delete notebook":"Verwijder notitieboek","Login with OneDrive":"Log in met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik op de (+) om een nieuwe notitie of een nieuw notitieboek aan te maken. Klik in het menu om uw bestaande notitieboeken te raadplegen.","You currently have no notebook. Create one by clicking on (+) button.":"U heeft momenteel geen notitieboek. Maak een notitieboek door op (+) te klikken.","Welcome":"Welkom"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Untag de geassocieerde notities om een tag te verwijderen.","Please select the note or notebook to be deleted first.":"Selecteer eerst het notitieboek of de notitie om te verwijderen.","Press Ctrl+D or type \"exit\" to exit the application":"Typ Ctrl+D of \"exit\" om de applicatie te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan een item voldoet aan de zoekterm \"%s\". Verfijn uw zoekterm a.u.b.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek is gespecifieerd","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Achtergrond synchronisatie wordt geannuleerd... Even geduld.","No such command: %s":"Geen commando gevonden: \"%s\"","The command \"%s\" is only available in GUI mode":"Het opgegeven command \"%s\" is alleen beschikbaar in de GUI versie","Cannot change encrypted item":"Kan het versleutelde item niet wijzigen","Missing required argument: %s":"Benodigde argumenten niet voorzien: %s","%s: %s":"%s: %s","Your choice: ":"Uw keuze:","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het bestand toe aan de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont de volledige informatie van een notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Haal een configuratie waarde op of stel een waarde in. Als [value] niet opgegeven is, zal de waarde van [name] getoond worden. Als nog de [name] of [waarde] opgegeven zijn, zal de huidige configuratie opgelijst worden.","Also displays unset and hidden config variables.":"Toont ook niet-geconfigureerde en verborgen configuratie opties. ","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Verveelvoudig de notities die voldoen aan in [notitieboek]. Als er geen notitieboek is meegegeven, de notitie is gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeer een to-do als voltooid. ","Note is not a to-do: \"%s\"":"Notitie is geen to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert E2EE configuratie. Commando's zijn `enable`, `disable`, `decrypt`, `status` and `target-status`.","Enter master password:":"Voeg hoofdsleutel in:","Operation cancelled":"Operatie geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Ontsleuteling starten... Dit kan enkele minuten duren, afhankelijk van hoeveel er te ontsleutelen is. ","Completed decryption.":"Ontsleuteling voltooid","Enabled":"Ingeschakeld","Disabled":"UItgeschakeld","Encryption is: %s":"Encryptie is: %s","Edit note.":"Bewerk notitie.","No text editor is defined. Please set it using `config editor `":"Geen tekst editor is ingesteld. Stel in met `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Aanmaken?","Starting to edit note. Close the editor to get back to the prompt.":"Bewerken notitie gestart. Sluit de editor om terug naar de prompt te gaan.","Error opening note in editor: %s":"","Note has been saved.":"Notitie is opgeslaan.","Exits the application.":"Sluit de applicatie.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een geolocatie link voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Shortcuts zijn niet beschikbaar in command line modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [commando]` voor meer informatie over een commando; of typ `help all` voor de volledige gebruiksaanwijzing.","The possible commands are:":"Mogelijke commando's zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In iedere commando kan een notitie of een notitieboek opgegeven worden door de title of het ID of de shortcuts `$n` of `$b` voor, respectievelijk, het huidig geslecteerde notitieboek of huidig geselecteerde notitie. `$c` kan gebruikt worden om te refereren naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Om van het ene paneel naar het andere te gaan, duw Tab of Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjes en page up/down om door de lijsten en de tekstvelden te scrollen (ook deze console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Om command line modus te gebruiken, duw \":\"","To exit command line mode, press ESCAPE":"Om command line modus te verlaten, duw ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Vraag niet om bevestiging. ","Found: %d.":"Gevonden: %d.","Created: %d.":"Aangemaakt: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Geskipt: %d.","Resources: %d.":"Middelen: %d.","Tagged: %d.":"Getagd: %d.","Importing notes...":"Notities importeren...","The notes have been imported: %s":"Notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities in het huidige notitieboek. Gebruik `ls /` om een lijst van notitieboeken te tonen.","Displays only the first top notes.":"Toont enkel de top notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items volgens (vb. title, updated_time, created_time).","Reverses the sorting order.":"Draait de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont enkel de items van de specifieke type(s). Kan `n` zijn voor notities, `t` voor to-do's, of `nt` voor notities en to-do's (vb. `-tt` zou alleen to-do's tonen, terwijl `-ttd` notities en to-do's zou tonen).","Either \"text\" or \"json\"":"Of \"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik volgend lijst formaat. Formaat is ID, NOTE_COUNT (voor notitieboek), DATE, TODO_CHECKED (voor to-do's), TITLE","Please select a notebook first.":"Selecteer eerst een notitieboek. ","Creates a new notebook.":"Maakt een nieuw notitieboek aan.","Creates a new note.":"Maakt een nieuwe notitie aan.","Notes can only be created within a notebook.":"Notities kunnen enkel in een notitieboek aangemaakt worden.","Creates a new to-do.":"Maakt nieuwe to-do aan.","Moves the notes matching to [notebook].":"Verplaatst de notities die voldoen aan naar [notitieboek].","Renames the given (note or notebook) to .":"Hernoemt het gegeven (notitie of notitieboek) naar .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Verwijder alle notities die voldoen aan .","Deletes the notes without asking for confirmation.":"Verwijder de notities zonder te vragen om bevestiging. ","%d notes match this pattern. Delete them?":"%d notities voldoen aan het patroon. Items verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Zoektermen voor het opgegeven in alle notities.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Zet de eigenschap van de opgegeven naar de opgegeven [value]. Mogelijke eigenschappen zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toon samenvatting van alle notities en notitieboeken","Synchronises with remote storage.":"Synchroniseert met remote opslag. ","Sync to provided target (defaults to sync.target config value)":"Synchroniseer naar opgegeven doel (standaard sync.target configuratie optie)","Authentication was not completed (did not receive an authentication token).":"Authenticatie was niet voltooid (geen authenticatietoken ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Synchronisatie reeds bezig.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Er is reeds een lockfile. Als u zeker bent dat er geen synchronisatie bezig is, kan de lock file verwijderd worden op \"%s\" en verder gegaan worden met de synchronisatie. ","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"Kan de synchronisatie niet starten.","Starting synchronisation...":"Synchronisatie starten...","Downloading resources...":"","Cancelling... Please wait.":"Annuleren.. Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldig commando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan of \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de to-do als voltooid of onvoltooid weer te geven (als het doel een standaard notitie is, zal ze geconverteerd worden naar een to-do). Gebruik \"clear\" om terug te wisselen naar een standaard notitie. ","Marks a to-do as non-completed.":"Markeert een to-do als onvoltooid.","Switches to [notebook] - all further operations will happen within this notebook.":"Wisselt naar [notitieboek] - Alle verdere acties zullen op dit notitieboek toegepast worden.","Displays version information":"Toont versie informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijke waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geauthenticeerd - U kan deze tab sluiten.","The application has been successfully authorised.":"De applicatie is succesvol geauthenticeerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende link in uw browser om de applicatie te authenticeren. De applicatie zal een folder in \"Apps/Joplin\" aanmaken en zal enkel bestanden aanmaken en lezen in deze folder. De applicatie zal geen toegang hebben tot bestanden buiten deze folder of enige andere persoonlijke gegevens. Geen gegevens zullen gedeeld worden met een externe partij. ","Search:":"Zoek:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst van shortcuts, of `:help` voor gebruiksinformatie.\n\nOm bijvoorbeeld een notitieboek aan te maken, typ `mb`; om een notitie te maken, typ `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld en de hoofdsleutel kan gevraagd worden. Om te ontsleutelen, typ `e2ee decrypt`. Als je de hoofdsleutel al ingegeven hebt, worden de versleutelde items ontsleuteld in de achtergrond. Ze zijn binnenkort beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe to-do","New notebook":"Nieuw notitieboek","Import":"Importeer","Export":"Export","Print":"","Hide %s":"","Quit":"Stop","Edit":"Bewerk","Copy":"Kopieer","Cut":"Knip","Paste":"Plak","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Zoek in alle notities","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tools","Synchronisation status":"Synchronisatie status","Web clipper options":"","Encryption options":"Versleutelopties","General Options":"Algemene opties","Help":"Help","Website and documentation":"Website en documentatie","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Annuleer","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Apply":"","Submit":"","Save":"Sla op","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Encryptie uitschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en ontsleuteld naar het synchronisatiedoel zullen gestuurd worden. Wil u verder gaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Encryptie inschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en versleuteld verzonden worden naar het synchronisatiedoel. Verlies het wachtwoord niet, aangezien dit de enige manier is om de date de ontsleutelen. Om encryptie in te schakelen, vul uw wachtwoord hieronder in. ","Disable encryption":"Schakel encryptie uit","Enable encryption":"Schakel encryptie in","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Aangemaakt","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opmerking: Slechts één hoofdsleutel zal gebruikt worden voor versleuteling (aangeduid met \"active\"). Alle sleutels kunnen gebruikt worden voor decodering, afhankelijk van hoe de notitieboeken initieel versleuteld zijn.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Versleuteling is:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nieuw notitieboek \"%s\" zal aangemaakt worden en bestand \"%s\" wordt eraan toegevoegd","Please create a notebook first.":"Maak eerst een notitieboek aan.","Please create a notebook first":"Maak eerst een notitieboek aan","Notebook title:":"Notitieboek titel:","Add or remove tags:":"Voeg tag toe of verwijder tag","Separate each tag by a comma.":"Scheid iedere tag met een komma.","Rename notebook:":"Hernoem notitieboek:","Rename tag:":"Rename tag:","Set alarm:":"Stel melding in:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Sommige items kunnen niet gesynchroniseerd worden.","View them now":"Bekijk ze nu","Some items cannot be decrypted.":"Sommige items kunnen niet gedecodeerd worden.","Set the password":"Stel wachtwoord in","Add or remove tags":"Voeg tag toe of verwijder tag","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Wissel tussen notitie en to-do type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Geen notities. Maak een notitie door op \"Nieuwe notitie\" te klikken.","There is currently no notebook. Create one by clicking on \"New notebook\".":"U heeft momenteel geen notitieboek. Maak een notitieboek door op \"Nieuw notitieboek\" te klikken.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Link of bericht \"%s\" wordt niet ondersteund","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Vernieuwen","Clear":"Vrijmaken","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opties","Synchronisation Status":"Synchronisatie status","Encryption Options":"Versleutelopties","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Deze tag verwijderen van alle notities?","Remove this search from the sidebar?":"Dit item verwijderen van de zijbalk?","Rename":"Hernoem","Synchronise":"Synchroniseer","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Selecteer waar de synchronisatie status naar geëxporteerd moet worden","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekende optie: %s","Dropbox":"","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Alleen voor testen)","WebDAV":"","Unknown log level: %s":"Onbekend log level: %s","Unknown level ID: %s":"Onbekend level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan token niet vernieuwen: authenticatiedata ontbreekt. Herstarten van de synchronisatie kan het probleem eventueel oplossen. ","Untitled":"Untitled","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout gebeurt wanneer OneDrive for Business wordt gebruikt. Dit kan helaas niet ondersteund worden.\n\nOverweeg om een standaard OnDrive account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Aangemaakte lokale items: %d.","Updated local items: %d.":"Bijgewerkte lokale items: %d.","Created remote items: %d.":"Aangemaakte remote items: %d.","Updated remote items: %d.":"Bijgewerkte remote items: %d.","Deleted local items: %d.":"Verwijderde lokale items: %d.","Deleted remote items: %d.":"Verwijderde remote items: %d.","Fetched items: %d/%d.":"Opgehaalde items: %d/%d.","Cancelling...":"Annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Synchronisatie is reeds bezig. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet aangepast worden","Conflicts":"Conflicten","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Deze notitie bevat geen geo-locatie informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" kopiëren.","Cannot move note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" verplaatsen.","Language":"Taal","Date format":"Datumnotatie","Time format":"Tijdsnotatie","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Sla geo-locatie op bij notities","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Update de applicatie automatisch","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synchronisatie interval","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uren","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Toon geavanceerde opties","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Folder om mee te synchroniseren (absolute pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad om mee te synchroniseren als bestandssysteem synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Items die niet gesynchroniseerd kunnen worden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items zullen op het apparaat beschikbaar blijven, maar zullen niet geüpload worden naar het synchronistatiedoel. Om deze items te vinden, zoek naar de titel of het ID (afgebeeld bovenaan tussen haakjes).","Sync status (synced items / total items)":"Sync status (gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflict: %d","To delete: %d":"Verwijderen: %d","Folders":"Folders","%s: %d notes":"%s: %d notities","Coming alarms":"Meldingen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Maak een notitie door op (+) te klikken.","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Exporteer debug rapport","Encryption Config":"Encryptie configuratie","Configuration":"Configuratie","Move to notebook...":"Verplaats naar notitieboek...","Move %d notes to notebook \"%s\"?":"Verplaats %d notities naar notitieboek \"%s\"?","Press to set the decryption password.":"Klik om het decryptie wachtwoord in te stellen","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Hoofdsleutel: %s","Created: %s":"Aangemaakt: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord kan niet leeg zijn","Enable":"Activeer","The notebook could not be saved: %s":"Het notitieboek kon niet opgeslaan worden: %s","Edit notebook":"Bewerk notitieboek","Show all":"","Errors only":"","This note has been modified:":"Deze notitie werd aangepast:","Save changes":"Sla wijzigingen op","Discard changes":"Verwijder wijzigingen","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Afbeeldingstype %s wordt niet ondersteund","Take photo":"Take photo","Attach photo":"Voeg foto toe","Attach any file":"Voeg bestand toe","Share":"","Convert to note":"Converteer naar notitie","Convert to todo":"Converteer naar to-do","Hide metadata":"Verberg metadata","Show metadata":"Toon metadata","View on map":"Toon op de kaart","Go to source URL":"","Delete notebook":"Verwijder notitieboek","Login with OneDrive":"Log in met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik op de (+) om een nieuwe notitie of een nieuw notitieboek aan te maken. Klik in het menu om uw bestaande notitieboeken te raadplegen.","You currently have no notebook. Create one by clicking on (+) button.":"U heeft momenteel geen notitieboek. Maak een notitieboek door op (+) te klikken.","Welcome":"Welkom"} \ No newline at end of file diff --git a/ElectronClient/app/locales/nl_NL.json b/ElectronClient/app/locales/nl_NL.json index 41932ff93..cbba391fb 100644 --- a/ElectronClient/app/locales/nl_NL.json +++ b/ElectronClient/app/locales/nl_NL.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Om een label te verwijderen, verwijder je het label van de bijbehorende notities.","Please select the note or notebook to be deleted first.":"Kies eerst een te verwijderen notitie of notitieboek.","Press Ctrl+D or type \"exit\" to exit the application":"Druk op Ctrl+D of typ \"exit\" om de applicatie af te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan één overeenkomst voor \"%s\". Maak je zoekopdracht specifieker.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek opgegeven.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Bezig met annuleren van achtergrondsynchronisatie... even geduld.","No such command: %s":"Opdracht bestaat niet: %s","The command \"%s\" is only available in GUI mode":"De opdracht \"%s\" is alleen beschikbaar in GUI-modus","Cannot change encrypted item":"Kan versleuteld item niet wijzigen","Missing required argument: %s":"Vereist argument ontbreekt: %s","%s: %s":"%s: %s","Your choice: ":"Jouw keuze: ","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het opgegeven bestand bij de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont volledige informatie over de notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Verkrijgt of stelt een configuratiewaarde in. Als [value] niet is opgegeven, dan wordt de waarde van [name] getoond. Als zowel [name] als [value] niet zijn opgegeven, dan wordt de huidige configuratie getoond.","Also displays unset and hidden config variables.":"Toont ook niet-ingestelde en verborgen configuratiewaarden.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliceert de notities die overeenkomen met tot [notebook]. Als geen notitieboek wordt opgegeven, dan wordt de notitie gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeert een taak als afgerond.","Note is not a to-do: \"%s\"":"Notitie is geen taak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert de E2EE-configuratie. Opdrachten zijn: `enable`, `disable`, `decrypt`, `status` en `target-status`.","Enter master password:":"Voer het hoofdwachtwoord in:","Operation cancelled":"Handeling geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Bezig met starten van ontsleuteling... Het kan, afhankelijk van de hoeveelheid, enkele minuten duren; even geduld dus.","Completed decryption.":"Ontsleuteling voltooid.","Enabled":"Ingeschakeld","Disabled":"Uitgeschakeld","Encryption is: %s":"Versleuteld met: %s","Edit note.":"Notitie bewerken.","No text editor is defined. Please set it using `config editor `":"Geen tekstbewerker opgegeven. Stel deze in via `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Wil je deze creëren?","Starting to edit note. Close the editor to get back to the prompt.":"Bezig met starten van notitiebewerking. Sluit de bewerker om terug te keren.","Error opening note in editor: %s":"Fout bij openen van notitie in bewerker: %s","Note has been saved.":"Notitie is opgeslagen.","Exits the application.":"Sluit de applicatie af.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporteert Joplin-gegevens naar het opgegeven pad. Standaard exporteert het de volledige databank, inclusief notitieboeken, notities, labels en bronnen.","Destination format: %s":"Bestemmingsformaat: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een locatie-URL voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"Ga, voor meer informatie over het aanpassen van sneltoetsen, naar %s","Shortcuts are not available in CLI mode.":"Sneltoetsen zijn niet beschikbaar in CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [opdracht]` voor meer informatie over een opdracht of typ `help all` voor volledige gebruiksinformatie.","The possible commands are:":"De beschikbare opdrachten zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In elke opdracht kan middels een titel of ID worden verwezen naar een notitie of notitieboek. Dit kan ook met de sneltoetsen `$n` of `$b` voor respectievelijk de huidige geselecteerde notitie of het notitieboek. `$c` kan worden gebruikt om te verwijzen naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Gebruik Tab of Shift+Tab om over te schakelen van het ene naar het andere paneel.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjestoetsen en page up/down of door lijsten en tekstvelden te scrollen (inclusief deze console).","To maximise/minimise the console, press \"tc\".":"Gebruik \"tc\" om de console te maximaliseren/minimaliseren.","To enter command line mode, press \":\"":"Druk op \":\" om de opdrachtregelmodus te starten.","To exit command line mode, press ESCAPE":"Druk op Esc om de opdrachtregelmodus af te sluiten.","For the list of keyboard shortcuts and config options, type `help keymap`":"Typ `help keymap` om de lijst met sneltoetsen en configuratie-opties te bekijken.","Imports data into Joplin.":"Importeert gegeven naar Joplin.","Source format: %s":"Bronformaat: %s","Do not ask for confirmation.":"Niet vragen om bevestiging.","Found: %d.":"Gevonden: %d.","Created: %d.":"Gecreëerd: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Overgeslagen: %d.","Resources: %d.":"Bronnen: %d.","Tagged: %d.":"Gelabeld: %d.","Importing notes...":"Bezig met importeren van notities...","The notes have been imported: %s":"De notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities van het huidige notitieboek. Gebruik `ls /` om de lijst met notitieboeken te tonen.","Displays only the first top notes.":"Toont alleen de eerste notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items op (bijv. title, updated_time, created_time).","Reverses the sorting order.":"Keert de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont alleen items van specifieke type(s). Dit kan zijn: `n` voor notities, `t` voor taken of `nt` voor notities en taken (`-tt` toont alleen de taken, `-ttd` toont notities en taken).","Either \"text\" or \"json\"":"\"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik de langelijstopmaak. De opmaak is ID, NOTE_COUNT (voor het notitieboek), DATA, TODO_CHECKED (voor taken), TITLE","Please select a notebook first.":"Kies eerst een notitieboek.","Creates a new notebook.":"Creëert een nieuw notitieboek.","Creates a new note.":"Creëert een nieuwe notitie.","Notes can only be created within a notebook.":"Notities kunnen alleen worden gecreëerd in een notitieboek.","Creates a new to-do.":"Creëert een nieuwe taak.","Moves the notes matching to [notebook].":"Verplaatst de notities die overeenkomen met naar [notebook].","Renames the given (note or notebook) to .":"Wijzigt de naam van het opgegeven (notitie of notitieboek) in .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notitieboek verwijderen? Alle notities en sub-notitieboeken worden eveneens verwijderd.","Deletes the notes matching .":"Verwijdert de notities die overeenkomen met .","Deletes the notes without asking for confirmation.":"Verwijdert de notities zonder te vragen om bevestiging.","%d notes match this pattern. Delete them?":"Er komen %d notities overeen met dit patroon. Wil je ze verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Doorzoekt alle notities op het opgegeven .","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Stelt de in van de opgegeven notitie op de opgegeven [value]. Mogelijkheden zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toont een samenvatting over de notities en notitieboeken.","Synchronises with remote storage.":"Synchroniseert met cloudopslag.","Sync to provided target (defaults to sync.target config value)":"Synchroniseren naar opgegeven doel (standaard is dit sync.target)","Authentication was not completed (did not receive an authentication token).":"Authenticatie is niet voltooid (geen authenticatiesleutel ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Volg de onderstaande stappen om Joplin te synchroniseren met Dropbox:","Step 1: Open this URL in your browser to authorise the application:":"Stap 1: Open deze URL in je browser om de applicatie te autoriseren:","Step 2: Enter the code provided by Dropbox:":"Stap 2: Voer de door Dropbox aangeleverde code in:","Not authentified with %s. Please provide any missing credentials.":"Niet geauthenticeerd met %s. Voer ontbrekende inloggegevens in.","Synchronisation is already in progress.":"De synchronisatie loopt al.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Het vergrendelbestand wordt al vastgehouden. Als je zeker weet dat er geen synchronisatie plaatsvindt, dan kun je bestand verwijderen in \"%s\" en de handeling hervatten.","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"De synchronisatie kan niet worden geïnitaliseerd.","Starting synchronisation...":"Bezig met starten van synchronisatie...","Downloading resources...":"","Cancelling... Please wait.":"Bezig met annuleren... Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldige opdracht: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de status van de opgegeven taak te wijzigen in afgerond of niet-afgerond (als het doel een reguliere notitie is, dan wordt deze omgezet in een taak). Gebruik \"clear\" om de taak weer om te zetten naar een reguliere notitie.","Marks a to-do as non-completed.":"Markeert een taak als niet-afgerond.","Switches to [notebook] - all further operations will happen within this notebook.":"Schakelt over naar [notebook] - alle toekomstige handelingen worden gedaan in dit notitieboek.","Displays version information":"Toont versie-informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijk waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Typ `joplin help` voor meer informatie over het gebruik.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geautoriseerd - je kunt dit browsertabblad nu sluiten.","The application has been successfully authorised.":"De applicatie is geautoriseerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende URL in je browser om de applicatie te authenticeren. De applicatie creëert een map in \"Apps/Joplin\" en zal alleen bestanden lezen uit en wegschrijven naar deze map. Er is geen toegang tot bestanden buiten deze map, noch tot persoonlijke gegevens. Er worden geen gegevens gedeeld met een derde partij.","Search:":"Zoeken:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst met sneltoetsen of `:help` voor informatie omtrent het gebruik.\n\nVoorbeeld: om een notitieboek te creëren, druk je op `mb`; om een notitie te creëren, druk je op `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld. Hiervoor moet je mogelijk een hoofdwachtwoord opgeven. Dit kun je doen door `e2ee decrypt` te typen. Als je het wachtwoord al hebt opgegeven, dan worden de versleutelde items op de achtergrond ontsleuteld en komen spoedig beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Bezig met exporteren van \"%s\" in het formaat \"%s\". Even geduld...","Importing from \"%s\" as \"%s\" format. Please wait...":"Bezig met importeren van \"%s\" in het formaat \"%s\". Even geduld...","PDF File":"PDF-bestand","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe taak","New notebook":"Nieuw notitieboek","Import":"Importeren","Export":"Exporteren","Print":"Afdrukken","Hide %s":"%s verbergen","Quit":"Afsluiten","Edit":"Bewerken","Copy":"Kopiëren","Cut":"Knippen","Paste":"Plakken","Select all":"Select all","Bold":"Vetgedrukt","Italic":"Cursief","Insert Date Time":"Datum en tijd invoegen","Edit in external editor":"Bewerken in externe bewerker","Search in all the notes":"Alle notities doorzoeken","Search in current note":"Search in current note","View":"Beeld","Toggle sidebar":"Zijbalk tonen/verbergen","Toggle editor layout":"Bewerkindeling tonen/verbergen","Tools":"Hulpmiddelen","Synchronisation status":"Synchronisatiestatus","Web clipper options":"Webclipper-opties","Encryption options":"Versleutelingsopties","General Options":"Algemene opties","Help":"Hulp","Website and documentation":"Website en documentatie","Make a donation":"Doneren","Check for updates...":"Controleren op updates...","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s openen","Exit":"Afsluiten","OK":"Oké","Cancel":"Annuleren","Current version is up-to-date.":"De huidige versie is up-to-date.","An update is available, do you want to download it now?":"Er is een update beschikbaar. Wil je deze nu downloaden?","Yes":"Ja","No":"Nee","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"De webclipper-dienst is ingeschakeld en wordt automatisch opgestart.","Status: Started on port %d":"Status: gestart op poort %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Webclipper-dienst uitschakelen","The web clipper service is not enabled.":"De webclipper-dienst is niet ingeschakeld.","Enable Web Clipper Service":"Webclipper-dienst inschakelen","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Webclipper stelt je in staat om webpagina's en schermafbeeldingen van je browser op te slaan in Joplin.","In order to use the web clipper, you need to do the following:":"Als je de webclipper wilt gebruiken, dan moet je de volgende stappen volgen:","Step 1: Enable the clipper service":"Stap 1: Schakel de webclipper-dienst in","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Deze dienst stelt de browserextensie in staat om te communiceren met Joplin. Na het inschakelen kan je firewall om toestemming vragen voor het uitvoeren van Joplin op een specifieke poort.","Step 2: Install the extension":"Stap 2: Installeer de extensie","Download and install the relevant extension for your browser:":"Download en installeer de bijbehorende extensie in je browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Synchronisatieconfiguratie controleren","Notes and settings are stored in: %s":"Notities en instellingen worden opgeslagen in: %s","Apply":"Toepassen","Submit":"Versturen","Save":"Opslaan","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Door versleuteling uit te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan onversleuteld. Wil je doorgaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Door versleuteling in te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan versleuteld. Wil je doorgaan? Raak het wachtwoord niet kwijt; i.v.m. veiligheidsdoeleinden is dit de *enige* manier om gegevens te ontsleutelen! Voer je wachtwoord hieronder in om versleuteling in te schakelen.","Disable encryption":"Versleuteling uitschakelen","Enable encryption":"Versleuteling inschakelen","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Gecreëerd","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord is juist","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Let op: er wordt slechts één hoofdsleutel gebruikt voor versleuteling (de als \"actief\" gemarkeerde). De anderen kunnen worden gebruikt voor ontsleuteling, afhankelijk van hoe de notities en notitieboeken oorspronkelijk versleuteld waren.","Missing Master Keys":"Ontbrekende hoofdsleutels","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"De hoofdsleutels met deze ID's worden gebruikt om sommige items te versleutelen, maar de applicatie heeft momenteel geen toegang tot deze items. Waarschijnlijk worden ze uiteindelijk gedownload via synchronisatie.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Bekijk, voor meer informatie over End-To-End-versleuteling (E2EE) en hulp bij het inschakelen hiervan, onze documentatie:","Status":"Status","Encryption is:":"Gebruikte versleuteling:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Het nieuwe notitieboek \"%s\" wordt gecreëerd en het bestand \"%s\" wordt ernaar geïmporteerd","Please create a notebook first.":"Kies eerst een notitieboek.","Please create a notebook first":"Creëer eerst een notitieboek","Notebook title:":"Titel van notitieboek:","Add or remove tags:":"Labels toevoegen of verwijderen:","Separate each tag by a comma.":"Scheidt elk label met een komma.","Rename notebook:":"Notitieboeknaam wijzigen:","Rename tag:":"Labelnaam wijzigen:","Set alarm:":"Alarm instellen:","Layout":"Indeling","Search...":"Zoeken...","Some items cannot be synchronised.":"Sommige items kunnen niet worden gesynchroniseerd.","View them now":"Items tonen","Some items cannot be decrypted.":"Sommige items kunnen niet worden ontsleuteled.","Set the password":"Wachtwoord instellen","Add or remove tags":"Labels toevoegen of verwijderen","Duplicate":"Dupliceren","%s - Copy":"%s - kopiëren","Switch between note and to-do type":"Schakelen tussen notitie en taak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Markdownlink kopiëren","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Er zijn hier geen notities. Creëer een notitie door de klikken op \"Nieuwe notitie\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Er is momenteel geen notitieboek. Creëer een notitieboek door de klikken op \"Nieuw notitieboek\".","Location":"","URL":"","Note properties":"","Open...":"Openen...","This file could not be opened: %s":"Dit bestand kan niet worden geopend: %s","Save as...":"Opslaan als...","Copy path to clipboard":"Pad kopiëren naar klembord","Copy Link Address":"Linkadres kopiëren","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Niet-ondersteunde link of bericht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Deze notitie bevat geen inhoud. Klik op \"%s\" om de bewerker te openen en de notitie te bewerken.","strong text":"vetgedrukte tekst","emphasized text":"nadrukkelijke tekst","List item":"Lijstitem","Insert Hyperlink":"Hyperlink invoegen","Attach file":"Bestand bijvoegen","Tags":"Labels","Set alarm":"Alarm instellen","In: %s":"In: %s","Hyperlink":"Hyperlink","Code":"Code","Numbered List":"Genummerde lijst","Bulleted List":"Opsommingslijst","Checkbox":"Keuzevakje","Heading":"Kop","Horizontal Rule":"Horizontale regel","Click to stop external editing":"Klik om extern bewerken te stoppen","Watching...":"Bezig met in de gaten houden...","to-do":"taak","note":"notitie","Creating new %s...":"Bezig met creëren van nieuw(e) %s...","Refresh":"Verversen","Clear":"Wissen","OneDrive Login":"Inloggen op OneDrive","Dropbox Login":"Inloggen op Dropbox","Options":"Opties","Synchronisation Status":"Synchronisatiestatus","Encryption Options":"Versleutelopties","Clipper Options":"Webclipperopties","Remove this tag from all the notes?":"Wil je dit label verwijderen van alle notities?","Remove this search from the sidebar?":"Wil je deze zoekopdracht verwijderen uit de zijbalk?","Rename":"Naam wijzigen","Synchronise":"Synchroniseren","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Bezig met ontsleutelen van items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Kies waar de synchronisatiestatus naar moet worden geëxporteerd","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekend argument: %s","Dropbox":"Dropbox","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (alleen voor testdoeleinden)","WebDAV":"WebDAV","Unknown log level: %s":"Onbekend logniveau: %s","Unknown level ID: %s":"Onbekende niveau-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan toegangssleutel niet verversen: de authenticatiegegevens ontbreken. Probeer om de synchronisatie opnieuw te starten.","Untitled":"Naamloos","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout komt vaak voor bij gebruik van OneDrive for Business, wat we helaas niet kunnen ondersteunen.\n\nOverweeg een regulier OneDrive-account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Lokale items gecreëerd: %d.","Updated local items: %d.":"Lokale items bijgewerkt: %d.","Created remote items: %d.":"Externe items gecreëerd: %d.","Updated remote items: %d.":"Externe items bijgewerkt: %d.","Deleted local items: %d.":"Lokale items verwijderd: %d.","Deleted remote items: %d.":"Externe items verwijderd: %d.","Fetched items: %d/%d.":"Items opgehaald: %d/%d.","Cancelling...":"Bezig met annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Laatst gemelde fout: %s","Idle":"Inactief","In progress":"Bezig","Synchronisation is already in progress. State: %s":"De synchronisatie loopt al. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet worden bewerkt","Conflicts":"Conflicten","Cannot move notebook to this location":"Kan notitieboek niet verplaatsen naar deze locatie","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken mogen niet \"%s\" heten; dit is een gereserveerde titel.","title":"titel","updated date":"bijgewerkt op","created date":"gecreëerd op","This note does not have geolocation information.":"Deze notitie bevat geen locatie-informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet kopiëren naar notitieboek \"%s\"","Cannot move note to \"%s\" notebook":"Kan notitie niet verplaatsen naar notitieboek \"%s\"","Language":"Taal","Date format":"Datumopmaak","Time format":"Tijdopmaak","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Niet-afgeronde taken bovenaan","Show completed to-dos":"Afgeronde taken tonen","Sort notes by":"Notities sorteren op","Reverse sort order":"Sorteervolgorde omdraaien","Save geo-location with notes":"Locatie opslaan in notities","When creating a new to-do:":"Bij het creëren van een nieuwe taak:","Focus title":"Titel focussen","Focus body":"Inhoud focussen","When creating a new note:":"Bij het creëren van een nieuwe notitie:","Show tray icon":"Systeemvakpictogram tonen","Note: Does not work in all desktop environments.":"Let op: dit werkt niet in alle werkomgevingen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globaal zoompercentage","Editor font size":"Editor font size","Editor font family":"Lettertype van bewerker","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dit moet een *monospace*-lettertype zijn, anders werkt het niet goed. Als het lettertype onjuist of leeg is, dan wordt er teruggevallen op een algemeen monospace-lettertype.","Automatically update the application":"Applicatie automatisch bijwerken","Synchronisation interval":"Synchronisatietussenpoos","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uur","Text editor command":"Opdracht van tekstbwerker","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De opdracht van de tekstbewerker (mag argumenten bevatten) die wordt gebruikt bij het openen van notities. Als er geen wordt opgegeven, dan wordt getracht de standaard bewerker te achterhalen.","Show advanced options":"Geavanceerde opties tonen","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Het doel waarnaar gesynchroniseerd moet worden. Elk doel mag extra argumenten bevatten, welke `sync.NUM.NAME` worden genoemd (wordt hieronder uitgelegd).","Directory to synchronise with (absolute path)":"Map waarnaar gesynchroniseerd moet worden (absoluut pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad waarnaar gesynchroniseerd moet worden als bestandssysteem-synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-gebruikersnaam","Nextcloud password":"Nextcloud-wachtwoord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-gebruikersnaam","WebDAV password":"WebDAV-wachtwoord","Custom TLS certificates":"Aangepaste TLS-certificaten","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagescheiden lijst van paden naar mappen vwaaruit de certificaten moeten worden geladen, of paden naar individuele bestanden. Bijvoorbeeld: /mijn/cert_map, /overig/aangepast.pem. Let op: als je wijzigingen aanbrengt, dan moet je ze opslaan voordat je klik op \"Synchronisatie-configuratie controleren .","Ignore TLS certificate errors":"TLS-certificaatfouten negeren","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exportbestand","Markdown":"Markdown","Joplin Export Directory":"Joplin-exportmap","Evernote Export File":"Evernote-exportbestand","Json Export Directory":"Json Export Directory","Directory":"Map","Cannot load \"%s\" module for format \"%s\"":"Kan de module \"%s\" niet laden voor het formaat \"%s\"","Please specify import format for %s":"Geef een importformaat op voor %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dit item is momenteel versleuteld: %s \"%s\". Wacht tot alle items ontsleuteld zijn en probeer het opnieuw.","There is no data to export.":"Er zijn geen te exporteren gegevens.","Please specify the notebook where the notes should be imported to.":"Geef het notitieboek op waar de notities naar moeten worden geïmporteerd.","Items that cannot be synchronised":"Items die niet kunnen worden gesynchroniseerd","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items blijven op het apparaat, maar worden niet geüpload naar het synchronisatiedoel. Als je deze items wilt vinden, moet je zoeken naar de titel of ID ervan (welke hierboven tussen haakjes wordt getoond).","Sync status (synced items / total items)":"Synchronisatiestatus (aantal gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflicten: %d","To delete: %d":"Te verwijderen: %d","Folders":"Mappen","%s: %d notes":"%s: %d notities","Coming alarms":"Aankomende alarmen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Creëer een notitie door te drukken op de knop (+).","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Foutopsporingsrapportage exporteren","Encryption Config":"Versleutelconfiguratie","Configuration":"Configuratie","Move to notebook...":"Verplaatsen naar notitieboek...","Move %d notes to notebook \"%s\"?":"%d notities verplaatsen naar notitieboek \"%s\"?","Press to set the decryption password.":"Druk om het ontsleutelwachtwoord in te stellen.","Clear alarm":"Clear alarm","Save alarm":"Alarm opslaam","Select date":"Datum kiezen","Confirm":"Bevestigen","Cancel synchronisation":"Synchronisatie annuleren","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nieuwe labels:","Type new tags or select from list":"Typ nieuwe labels of kies ze uit de lijst","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"De app heeft de volgende machtigingen nodig om goed te kunnen werken. Schakel ze in in je telefooninstellingen via Apps > Joplin > Machtigingen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Opslag: om bestanden bij notities te mogen voegen en synchronisatie in te schakelen.","- Camera: to allow taking a picture and attaching it to a note.":"- Camera: zodat je een foto kunt maken en deze bij een notitie kunt voegen.","- Location: to allow attaching geo-location information to a note.":"- Locatie: zodat je locatie-informatie kunt toevoegen aan een notitie.","Joplin website":"Joplin-website","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inloggen met Dropbox","Enter code here":"","Master Key %s":"Hoofdsleutel %s","Created: %s":"Gecreëerd op: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord mag niet blanco zijn","Enable":"Inschakelen","The notebook could not be saved: %s":"Het notitieboek kan niet worden opgeslagen: %s","Edit notebook":"Notitieboek bewerken","Show all":"Alles tonen","Errors only":"Alleen fouten","This note has been modified:":"Deze notitie is bewerkt:","Save changes":"Wijzigingen opslaan","Discard changes":"Wijzigingen verwerpen","No item with ID %s":"Geen item met ID %s","The Joplin mobile app does not currently support this type of link: %s":"De mobiele Joplin-app ondersteunt momenteel niet dit soort links: %s","Unsupported image type: %s":"Niet-ondersteunde afbeeldingssoort: %s","Take photo":"Take photo","Attach photo":"Foto bijvoegen","Attach any file":"Ander bestand bijvoegen","Share":"Delen","Convert to note":"Omzetten naar notitie","Convert to todo":"Omzetten naar taak","Hide metadata":"Metagegevens verbergen","Show metadata":"Metagegevens tonen","View on map":"Tonen op kaart","Go to source URL":"","Delete notebook":"Notitieboek verwijderen","Login with OneDrive":"Inloggen met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Druk op de knop (+) om een nieuwe notitie of notitieboek te creëren. Klik op het zijmenu om bestaande notitieboeken te openen.","You currently have no notebook. Create one by clicking on (+) button.":"Je hebt momenteel geen notitieboek. Creëer een notitieboek door de drukken op de knop (+).","Welcome":"Welkom"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Om een label te verwijderen, verwijder je het label van de bijbehorende notities.","Please select the note or notebook to be deleted first.":"Kies eerst een te verwijderen notitie of notitieboek.","Press Ctrl+D or type \"exit\" to exit the application":"Druk op Ctrl+D of typ \"exit\" om de applicatie af te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan één overeenkomst voor \"%s\". Maak je zoekopdracht specifieker.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek opgegeven.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Bezig met annuleren van achtergrondsynchronisatie... even geduld.","No such command: %s":"Opdracht bestaat niet: %s","The command \"%s\" is only available in GUI mode":"De opdracht \"%s\" is alleen beschikbaar in GUI-modus","Cannot change encrypted item":"Kan versleuteld item niet wijzigen","Missing required argument: %s":"Vereist argument ontbreekt: %s","%s: %s":"%s: %s","Your choice: ":"Jouw keuze: ","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het opgegeven bestand bij de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont volledige informatie over de notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Verkrijgt of stelt een configuratiewaarde in. Als [value] niet is opgegeven, dan wordt de waarde van [name] getoond. Als zowel [name] als [value] niet zijn opgegeven, dan wordt de huidige configuratie getoond.","Also displays unset and hidden config variables.":"Toont ook niet-ingestelde en verborgen configuratiewaarden.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliceert de notities die overeenkomen met tot [notebook]. Als geen notitieboek wordt opgegeven, dan wordt de notitie gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeert een taak als afgerond.","Note is not a to-do: \"%s\"":"Notitie is geen taak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert de E2EE-configuratie. Opdrachten zijn: `enable`, `disable`, `decrypt`, `status` en `target-status`.","Enter master password:":"Voer het hoofdwachtwoord in:","Operation cancelled":"Handeling geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Bezig met starten van ontsleuteling... Het kan, afhankelijk van de hoeveelheid, enkele minuten duren; even geduld dus.","Completed decryption.":"Ontsleuteling voltooid.","Enabled":"Ingeschakeld","Disabled":"Uitgeschakeld","Encryption is: %s":"Versleuteld met: %s","Edit note.":"Notitie bewerken.","No text editor is defined. Please set it using `config editor `":"Geen tekstbewerker opgegeven. Stel deze in via `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Wil je deze creëren?","Starting to edit note. Close the editor to get back to the prompt.":"Bezig met starten van notitiebewerking. Sluit de bewerker om terug te keren.","Error opening note in editor: %s":"Fout bij openen van notitie in bewerker: %s","Note has been saved.":"Notitie is opgeslagen.","Exits the application.":"Sluit de applicatie af.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporteert Joplin-gegevens naar het opgegeven pad. Standaard exporteert het de volledige databank, inclusief notitieboeken, notities, labels en bronnen.","Destination format: %s":"Bestemmingsformaat: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een locatie-URL voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"Ga, voor meer informatie over het aanpassen van sneltoetsen, naar %s","Shortcuts are not available in CLI mode.":"Sneltoetsen zijn niet beschikbaar in CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [opdracht]` voor meer informatie over een opdracht of typ `help all` voor volledige gebruiksinformatie.","The possible commands are:":"De beschikbare opdrachten zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In elke opdracht kan middels een titel of ID worden verwezen naar een notitie of notitieboek. Dit kan ook met de sneltoetsen `$n` of `$b` voor respectievelijk de huidige geselecteerde notitie of het notitieboek. `$c` kan worden gebruikt om te verwijzen naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Gebruik Tab of Shift+Tab om over te schakelen van het ene naar het andere paneel.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjestoetsen en page up/down of door lijsten en tekstvelden te scrollen (inclusief deze console).","To maximise/minimise the console, press \"tc\".":"Gebruik \"tc\" om de console te maximaliseren/minimaliseren.","To enter command line mode, press \":\"":"Druk op \":\" om de opdrachtregelmodus te starten.","To exit command line mode, press ESCAPE":"Druk op Esc om de opdrachtregelmodus af te sluiten.","For the list of keyboard shortcuts and config options, type `help keymap`":"Typ `help keymap` om de lijst met sneltoetsen en configuratie-opties te bekijken.","Imports data into Joplin.":"Importeert gegeven naar Joplin.","Source format: %s":"Bronformaat: %s","Do not ask for confirmation.":"Niet vragen om bevestiging.","Found: %d.":"Gevonden: %d.","Created: %d.":"Gecreëerd: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Overgeslagen: %d.","Resources: %d.":"Bronnen: %d.","Tagged: %d.":"Gelabeld: %d.","Importing notes...":"Bezig met importeren van notities...","The notes have been imported: %s":"De notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities van het huidige notitieboek. Gebruik `ls /` om de lijst met notitieboeken te tonen.","Displays only the first top notes.":"Toont alleen de eerste notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items op (bijv. title, updated_time, created_time).","Reverses the sorting order.":"Keert de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont alleen items van specifieke type(s). Dit kan zijn: `n` voor notities, `t` voor taken of `nt` voor notities en taken (`-tt` toont alleen de taken, `-ttd` toont notities en taken).","Either \"text\" or \"json\"":"\"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik de langelijstopmaak. De opmaak is ID, NOTE_COUNT (voor het notitieboek), DATA, TODO_CHECKED (voor taken), TITLE","Please select a notebook first.":"Kies eerst een notitieboek.","Creates a new notebook.":"Creëert een nieuw notitieboek.","Creates a new note.":"Creëert een nieuwe notitie.","Notes can only be created within a notebook.":"Notities kunnen alleen worden gecreëerd in een notitieboek.","Creates a new to-do.":"Creëert een nieuwe taak.","Moves the notes matching to [notebook].":"Verplaatst de notities die overeenkomen met naar [notebook].","Renames the given (note or notebook) to .":"Wijzigt de naam van het opgegeven (notitie of notitieboek) in .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notitieboek verwijderen? Alle notities en sub-notitieboeken worden eveneens verwijderd.","Deletes the notes matching .":"Verwijdert de notities die overeenkomen met .","Deletes the notes without asking for confirmation.":"Verwijdert de notities zonder te vragen om bevestiging.","%d notes match this pattern. Delete them?":"Er komen %d notities overeen met dit patroon. Wil je ze verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Doorzoekt alle notities op het opgegeven .","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Stelt de in van de opgegeven notitie op de opgegeven [value]. Mogelijkheden zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toont een samenvatting over de notities en notitieboeken.","Synchronises with remote storage.":"Synchroniseert met cloudopslag.","Sync to provided target (defaults to sync.target config value)":"Synchroniseren naar opgegeven doel (standaard is dit sync.target)","Authentication was not completed (did not receive an authentication token).":"Authenticatie is niet voltooid (geen authenticatiesleutel ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Volg de onderstaande stappen om Joplin te synchroniseren met Dropbox:","Step 1: Open this URL in your browser to authorise the application:":"Stap 1: Open deze URL in je browser om de applicatie te autoriseren:","Step 2: Enter the code provided by Dropbox:":"Stap 2: Voer de door Dropbox aangeleverde code in:","Not authentified with %s. Please provide any missing credentials.":"Niet geauthenticeerd met %s. Voer ontbrekende inloggegevens in.","Synchronisation is already in progress.":"De synchronisatie loopt al.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Het vergrendelbestand wordt al vastgehouden. Als je zeker weet dat er geen synchronisatie plaatsvindt, dan kun je bestand verwijderen in \"%s\" en de handeling hervatten.","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"De synchronisatie kan niet worden geïnitaliseerd.","Starting synchronisation...":"Bezig met starten van synchronisatie...","Downloading resources...":"","Cancelling... Please wait.":"Bezig met annuleren... Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldige opdracht: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de status van de opgegeven taak te wijzigen in afgerond of niet-afgerond (als het doel een reguliere notitie is, dan wordt deze omgezet in een taak). Gebruik \"clear\" om de taak weer om te zetten naar een reguliere notitie.","Marks a to-do as non-completed.":"Markeert een taak als niet-afgerond.","Switches to [notebook] - all further operations will happen within this notebook.":"Schakelt over naar [notebook] - alle toekomstige handelingen worden gedaan in dit notitieboek.","Displays version information":"Toont versie-informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijk waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Typ `joplin help` voor meer informatie over het gebruik.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geautoriseerd - je kunt dit browsertabblad nu sluiten.","The application has been successfully authorised.":"De applicatie is geautoriseerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende URL in je browser om de applicatie te authenticeren. De applicatie creëert een map in \"Apps/Joplin\" en zal alleen bestanden lezen uit en wegschrijven naar deze map. Er is geen toegang tot bestanden buiten deze map, noch tot persoonlijke gegevens. Er worden geen gegevens gedeeld met een derde partij.","Search:":"Zoeken:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst met sneltoetsen of `:help` voor informatie omtrent het gebruik.\n\nVoorbeeld: om een notitieboek te creëren, druk je op `mb`; om een notitie te creëren, druk je op `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld. Hiervoor moet je mogelijk een hoofdwachtwoord opgeven. Dit kun je doen door `e2ee decrypt` te typen. Als je het wachtwoord al hebt opgegeven, dan worden de versleutelde items op de achtergrond ontsleuteld en komen spoedig beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Bezig met exporteren van \"%s\" in het formaat \"%s\". Even geduld...","Importing from \"%s\" as \"%s\" format. Please wait...":"Bezig met importeren van \"%s\" in het formaat \"%s\". Even geduld...","PDF File":"PDF-bestand","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe taak","New notebook":"Nieuw notitieboek","Import":"Importeren","Export":"Exporteren","Print":"Afdrukken","Hide %s":"%s verbergen","Quit":"Afsluiten","Edit":"Bewerken","Copy":"Kopiëren","Cut":"Knippen","Paste":"Plakken","Select all":"Select all","Bold":"Vetgedrukt","Italic":"Cursief","Insert Date Time":"Datum en tijd invoegen","Edit in external editor":"Bewerken in externe bewerker","Search in all the notes":"Alle notities doorzoeken","Search in current note":"Search in current note","View":"Beeld","Toggle sidebar":"Zijbalk tonen/verbergen","Toggle editor layout":"Bewerkindeling tonen/verbergen","Tools":"Hulpmiddelen","Synchronisation status":"Synchronisatiestatus","Web clipper options":"Webclipper-opties","Encryption options":"Versleutelingsopties","General Options":"Algemene opties","Help":"Hulp","Website and documentation":"Website en documentatie","Make a donation":"Doneren","Check for updates...":"Controleren op updates...","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s openen","Exit":"Afsluiten","OK":"Oké","Cancel":"Annuleren","Current version is up-to-date.":"De huidige versie is up-to-date.","%s (pre-release)":"","An update is available, do you want to download it now?":"Er is een update beschikbaar. Wil je deze nu downloaden?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nee","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"De webclipper-dienst is ingeschakeld en wordt automatisch opgestart.","Status: Started on port %d":"Status: gestart op poort %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Webclipper-dienst uitschakelen","The web clipper service is not enabled.":"De webclipper-dienst is niet ingeschakeld.","Enable Web Clipper Service":"Webclipper-dienst inschakelen","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Webclipper stelt je in staat om webpagina's en schermafbeeldingen van je browser op te slaan in Joplin.","In order to use the web clipper, you need to do the following:":"Als je de webclipper wilt gebruiken, dan moet je de volgende stappen volgen:","Step 1: Enable the clipper service":"Stap 1: Schakel de webclipper-dienst in","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Deze dienst stelt de browserextensie in staat om te communiceren met Joplin. Na het inschakelen kan je firewall om toestemming vragen voor het uitvoeren van Joplin op een specifieke poort.","Step 2: Install the extension":"Stap 2: Installeer de extensie","Download and install the relevant extension for your browser:":"Download en installeer de bijbehorende extensie in je browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Synchronisatieconfiguratie controleren","Notes and settings are stored in: %s":"Notities en instellingen worden opgeslagen in: %s","Apply":"Toepassen","Submit":"Versturen","Save":"Opslaan","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Door versleuteling uit te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan onversleuteld. Wil je doorgaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Door versleuteling in te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan versleuteld. Wil je doorgaan? Raak het wachtwoord niet kwijt; i.v.m. veiligheidsdoeleinden is dit de *enige* manier om gegevens te ontsleutelen! Voer je wachtwoord hieronder in om versleuteling in te schakelen.","Disable encryption":"Versleuteling uitschakelen","Enable encryption":"Versleuteling inschakelen","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Gecreëerd","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord is juist","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Let op: er wordt slechts één hoofdsleutel gebruikt voor versleuteling (de als \"actief\" gemarkeerde). De anderen kunnen worden gebruikt voor ontsleuteling, afhankelijk van hoe de notities en notitieboeken oorspronkelijk versleuteld waren.","Missing Master Keys":"Ontbrekende hoofdsleutels","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"De hoofdsleutels met deze ID's worden gebruikt om sommige items te versleutelen, maar de applicatie heeft momenteel geen toegang tot deze items. Waarschijnlijk worden ze uiteindelijk gedownload via synchronisatie.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Bekijk, voor meer informatie over End-To-End-versleuteling (E2EE) en hulp bij het inschakelen hiervan, onze documentatie:","Status":"Status","Encryption is:":"Gebruikte versleuteling:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Het nieuwe notitieboek \"%s\" wordt gecreëerd en het bestand \"%s\" wordt ernaar geïmporteerd","Please create a notebook first.":"Kies eerst een notitieboek.","Please create a notebook first":"Creëer eerst een notitieboek","Notebook title:":"Titel van notitieboek:","Add or remove tags:":"Labels toevoegen of verwijderen:","Separate each tag by a comma.":"Scheidt elk label met een komma.","Rename notebook:":"Notitieboeknaam wijzigen:","Rename tag:":"Labelnaam wijzigen:","Set alarm:":"Alarm instellen:","Layout":"Indeling","Search...":"Zoeken...","Some items cannot be synchronised.":"Sommige items kunnen niet worden gesynchroniseerd.","View them now":"Items tonen","Some items cannot be decrypted.":"Sommige items kunnen niet worden ontsleuteled.","Set the password":"Wachtwoord instellen","Add or remove tags":"Labels toevoegen of verwijderen","Duplicate":"Dupliceren","%s - Copy":"%s - kopiëren","Switch between note and to-do type":"Schakelen tussen notitie en taak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Markdownlink kopiëren","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Er zijn hier geen notities. Creëer een notitie door de klikken op \"Nieuwe notitie\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Er is momenteel geen notitieboek. Creëer een notitieboek door de klikken op \"Nieuw notitieboek\".","Location":"","URL":"","Note properties":"","Open...":"Openen...","This file could not be opened: %s":"Dit bestand kan niet worden geopend: %s","Save as...":"Opslaan als...","Copy path to clipboard":"Pad kopiëren naar klembord","Copy Link Address":"Linkadres kopiëren","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Niet-ondersteunde link of bericht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Deze notitie bevat geen inhoud. Klik op \"%s\" om de bewerker te openen en de notitie te bewerken.","Only one note can be printed or exported to PDF at a time.":"","strong text":"vetgedrukte tekst","emphasized text":"nadrukkelijke tekst","List item":"Lijstitem","Insert Hyperlink":"Hyperlink invoegen","Attach file":"Bestand bijvoegen","Tags":"Labels","Set alarm":"Alarm instellen","In: %s":"In: %s","Hyperlink":"Hyperlink","Code":"Code","Numbered List":"Genummerde lijst","Bulleted List":"Opsommingslijst","Checkbox":"Keuzevakje","Heading":"Kop","Horizontal Rule":"Horizontale regel","Click to stop external editing":"Klik om extern bewerken te stoppen","Watching...":"Bezig met in de gaten houden...","to-do":"taak","note":"notitie","Creating new %s...":"Bezig met creëren van nieuw(e) %s...","Refresh":"Verversen","Clear":"Wissen","OneDrive Login":"Inloggen op OneDrive","Dropbox Login":"Inloggen op Dropbox","Options":"Opties","Synchronisation Status":"Synchronisatiestatus","Encryption Options":"Versleutelopties","Clipper Options":"Webclipperopties","Remove this tag from all the notes?":"Wil je dit label verwijderen van alle notities?","Remove this search from the sidebar?":"Wil je deze zoekopdracht verwijderen uit de zijbalk?","Rename":"Naam wijzigen","Synchronise":"Synchroniseren","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Bezig met ontsleutelen van items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Kies waar de synchronisatiestatus naar moet worden geëxporteerd","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekend argument: %s","Dropbox":"Dropbox","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (alleen voor testdoeleinden)","WebDAV":"WebDAV","Unknown log level: %s":"Onbekend logniveau: %s","Unknown level ID: %s":"Onbekende niveau-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan toegangssleutel niet verversen: de authenticatiegegevens ontbreken. Probeer om de synchronisatie opnieuw te starten.","Untitled":"Naamloos","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout komt vaak voor bij gebruik van OneDrive for Business, wat we helaas niet kunnen ondersteunen.\n\nOverweeg een regulier OneDrive-account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Lokale items gecreëerd: %d.","Updated local items: %d.":"Lokale items bijgewerkt: %d.","Created remote items: %d.":"Externe items gecreëerd: %d.","Updated remote items: %d.":"Externe items bijgewerkt: %d.","Deleted local items: %d.":"Lokale items verwijderd: %d.","Deleted remote items: %d.":"Externe items verwijderd: %d.","Fetched items: %d/%d.":"Items opgehaald: %d/%d.","Cancelling...":"Bezig met annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Laatst gemelde fout: %s","Idle":"Inactief","In progress":"Bezig","Synchronisation is already in progress. State: %s":"De synchronisatie loopt al. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet worden bewerkt","Conflicts":"Conflicten","Cannot move notebook to this location":"Kan notitieboek niet verplaatsen naar deze locatie","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken mogen niet \"%s\" heten; dit is een gereserveerde titel.","title":"titel","updated date":"bijgewerkt op","created date":"gecreëerd op","This note does not have geolocation information.":"Deze notitie bevat geen locatie-informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet kopiëren naar notitieboek \"%s\"","Cannot move note to \"%s\" notebook":"Kan notitie niet verplaatsen naar notitieboek \"%s\"","Language":"Taal","Date format":"Datumopmaak","Time format":"Tijdopmaak","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Niet-afgeronde taken bovenaan","Show completed to-dos":"Afgeronde taken tonen","Sort notes by":"Notities sorteren op","Reverse sort order":"Sorteervolgorde omdraaien","Save geo-location with notes":"Locatie opslaan in notities","When creating a new to-do:":"Bij het creëren van een nieuwe taak:","Focus title":"Titel focussen","Focus body":"Inhoud focussen","When creating a new note:":"Bij het creëren van een nieuwe notitie:","Show tray icon":"Systeemvakpictogram tonen","Note: Does not work in all desktop environments.":"Let op: dit werkt niet in alle werkomgevingen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globaal zoompercentage","Editor font size":"Editor font size","Editor font family":"Lettertype van bewerker","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dit moet een *monospace*-lettertype zijn, anders werkt het niet goed. Als het lettertype onjuist of leeg is, dan wordt er teruggevallen op een algemeen monospace-lettertype.","Automatically update the application":"Applicatie automatisch bijwerken","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synchronisatietussenpoos","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uur","Text editor command":"Opdracht van tekstbwerker","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De opdracht van de tekstbewerker (mag argumenten bevatten) die wordt gebruikt bij het openen van notities. Als er geen wordt opgegeven, dan wordt getracht de standaard bewerker te achterhalen.","Show advanced options":"Geavanceerde opties tonen","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Het doel waarnaar gesynchroniseerd moet worden. Elk doel mag extra argumenten bevatten, welke `sync.NUM.NAME` worden genoemd (wordt hieronder uitgelegd).","Directory to synchronise with (absolute path)":"Map waarnaar gesynchroniseerd moet worden (absoluut pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad waarnaar gesynchroniseerd moet worden als bestandssysteem-synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-gebruikersnaam","Nextcloud password":"Nextcloud-wachtwoord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-gebruikersnaam","WebDAV password":"WebDAV-wachtwoord","Custom TLS certificates":"Aangepaste TLS-certificaten","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagescheiden lijst van paden naar mappen vwaaruit de certificaten moeten worden geladen, of paden naar individuele bestanden. Bijvoorbeeld: /mijn/cert_map, /overig/aangepast.pem. Let op: als je wijzigingen aanbrengt, dan moet je ze opslaan voordat je klik op \"Synchronisatie-configuratie controleren .","Ignore TLS certificate errors":"TLS-certificaatfouten negeren","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exportbestand","Markdown":"Markdown","Joplin Export Directory":"Joplin-exportmap","Evernote Export File":"Evernote-exportbestand","Json Export Directory":"Json Export Directory","Directory":"Map","Cannot load \"%s\" module for format \"%s\"":"Kan de module \"%s\" niet laden voor het formaat \"%s\"","Please specify import format for %s":"Geef een importformaat op voor %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dit item is momenteel versleuteld: %s \"%s\". Wacht tot alle items ontsleuteld zijn en probeer het opnieuw.","There is no data to export.":"Er zijn geen te exporteren gegevens.","Please specify the notebook where the notes should be imported to.":"Geef het notitieboek op waar de notities naar moeten worden geïmporteerd.","Items that cannot be synchronised":"Items die niet kunnen worden gesynchroniseerd","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items blijven op het apparaat, maar worden niet geüpload naar het synchronisatiedoel. Als je deze items wilt vinden, moet je zoeken naar de titel of ID ervan (welke hierboven tussen haakjes wordt getoond).","Sync status (synced items / total items)":"Synchronisatiestatus (aantal gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflicten: %d","To delete: %d":"Te verwijderen: %d","Folders":"Mappen","%s: %d notes":"%s: %d notities","Coming alarms":"Aankomende alarmen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Creëer een notitie door te drukken op de knop (+).","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Foutopsporingsrapportage exporteren","Encryption Config":"Versleutelconfiguratie","Configuration":"Configuratie","Move to notebook...":"Verplaatsen naar notitieboek...","Move %d notes to notebook \"%s\"?":"%d notities verplaatsen naar notitieboek \"%s\"?","Press to set the decryption password.":"Druk om het ontsleutelwachtwoord in te stellen.","Clear alarm":"Clear alarm","Save alarm":"Alarm opslaam","Select date":"Datum kiezen","Confirm":"Bevestigen","Cancel synchronisation":"Synchronisatie annuleren","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nieuwe labels:","Type new tags or select from list":"Typ nieuwe labels of kies ze uit de lijst","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"De app heeft de volgende machtigingen nodig om goed te kunnen werken. Schakel ze in in je telefooninstellingen via Apps > Joplin > Machtigingen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Opslag: om bestanden bij notities te mogen voegen en synchronisatie in te schakelen.","- Camera: to allow taking a picture and attaching it to a note.":"- Camera: zodat je een foto kunt maken en deze bij een notitie kunt voegen.","- Location: to allow attaching geo-location information to a note.":"- Locatie: zodat je locatie-informatie kunt toevoegen aan een notitie.","Joplin website":"Joplin-website","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inloggen met Dropbox","Enter code here":"","Master Key %s":"Hoofdsleutel %s","Created: %s":"Gecreëerd op: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord mag niet blanco zijn","Enable":"Inschakelen","The notebook could not be saved: %s":"Het notitieboek kan niet worden opgeslagen: %s","Edit notebook":"Notitieboek bewerken","Show all":"Alles tonen","Errors only":"Alleen fouten","This note has been modified:":"Deze notitie is bewerkt:","Save changes":"Wijzigingen opslaan","Discard changes":"Wijzigingen verwerpen","No item with ID %s":"Geen item met ID %s","The Joplin mobile app does not currently support this type of link: %s":"De mobiele Joplin-app ondersteunt momenteel niet dit soort links: %s","Unsupported image type: %s":"Niet-ondersteunde afbeeldingssoort: %s","Take photo":"Take photo","Attach photo":"Foto bijvoegen","Attach any file":"Ander bestand bijvoegen","Share":"Delen","Convert to note":"Omzetten naar notitie","Convert to todo":"Omzetten naar taak","Hide metadata":"Metagegevens verbergen","Show metadata":"Metagegevens tonen","View on map":"Tonen op kaart","Go to source URL":"","Delete notebook":"Notitieboek verwijderen","Login with OneDrive":"Inloggen met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Druk op de knop (+) om een nieuwe notitie of notitieboek te creëren. Klik op het zijmenu om bestaande notitieboeken te openen.","You currently have no notebook. Create one by clicking on (+) button.":"Je hebt momenteel geen notitieboek. Creëer een notitieboek door de drukken op de knop (+).","Welcome":"Welkom"} \ No newline at end of file diff --git a/ElectronClient/app/locales/pt_BR.json b/ElectronClient/app/locales/pt_BR.json index 3ba58d89b..5944f5045 100644 --- a/ElectronClient/app/locales/pt_BR.json +++ b/ElectronClient/app/locales/pt_BR.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Para eliminar uma tag, remova a tag das notas associadas a ela.","Please select the note or notebook to be deleted first.":"Por favor, primeiro, selecione a nota ou caderno a excluir.","Press Ctrl+D or type \"exit\" to exit the application":"Digite Ctrl+D ou \"exit\" para sair da aplicação","More than one item match \"%s\". Please narrow down your query.":"Mais que um item combinam com \"%s\". Por favor, refine sua pesquisa.","No notebook selected.":"Nenhum caderno selecionado.","No notebook has been specified.":"Nenhum caderno foi especificado.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronização em segundo plano... Por favor, aguarde.","No such command: %s":"Não existe o comando: \"%s\"","The command \"%s\" is only available in GUI mode":"O comando \"%s\" está disponível somente em modo gráfico","Cannot change encrypted item":"Não pode mudar um item encriptado","Missing required argument: %s":"Argumento requerido faltando: %s","%s: %s":"%s: %s","Your choice: ":"Sua escolha: ","Invalid answer: %s":"Resposta inválida: %s","Attaches the given file to the note.":"Anexa o arquivo dado à nota.","Cannot find \"%s\".":"Não posso encontrar \"%s\".","Displays the given note.":"Exibe a nota informada.","Displays the complete information about note.":"Exibe a informação completa sobre a nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtém ou define um valor de configuração. Se [valor] não for fornecido, ele mostrará o valor de [nome]. Se nem [nome] nem [valor] forem fornecidos, ele listará a configuração atual.","Also displays unset and hidden config variables.":"Também exibe variáveis de configuração não definidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que correspondem a para o [caderno]. Se nenhum caderno for especificado, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca uma tarefa como feita.","Note is not a to-do: \"%s\"":"Nota não é uma tarefa: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gerencia a configuração E2EE. Os comandos são `enable`, `disable`, `decrypt`, `status` e `target-status`.","Enter master password:":"Entre a senha master:","Operation cancelled":"Operação cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando decriptação... Por favor aguarde, pois isso pode demorar vários minutos, dependendo de quanto há para decriptar.","Completed decryption.":"Decriptação completada.","Enabled":"Habilitado","Disabled":"Desabilitado","Encryption is: %s":"Encriptação está: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Nenhum editor de texto está definido. Defina-o usando o comando `config edit `","No active notebook.":"Nenhum caderno ativo.","Note does not exist: \"%s\". Create it?":"A nota não existe: \"%s\". Criar?","Starting to edit note. Close the editor to get back to the prompt.":"Começando a editar a nota. Feche o editor para voltar ao prompt.","Error opening note in editor: %s":"Erro ao abir a nota no editor: %s","Note has been saved.":"Nota gravada.","Exits the application.":"Sai da aplicação.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os dados do Joplin para o diretório informado. Por padrão, ele exportará o banco de dados completo, incluindo cadernos, notas, tags e recursos.","Destination format: %s":"Formato do destino: %s","Exports only the given note.":"Exporta apenas a nota fornecida.","Exports only the given notebook.":"Exporta apenas o caderno fornecido.","Displays a geolocation URL for the note.":"Exibe uma URL de geolocalização para a nota.","Displays usage information.":"Exibe informações de uso.","For information on how to customise the shortcuts please visit %s":"Para informações sobre como customizar os atalhos, por favor visite %s","Shortcuts are not available in CLI mode.":"Os atalhos não estão disponíveis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Digite `help [comando]` para obter mais informações sobre um comando; ou digite `help all` para informações completas de uso.","The possible commands are:":"Os comandos possíveis são:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Em qualquer comando, uma nota ou caderno pode ser referenciado por título ou ID, ou usando os atalhos `$n` ou` $b` para, respectivamente, a nota ou caderno selecionado. `$c` pode ser usado para se referenciar ao item atualmente selecionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover de um painel para outro, pressione Tab ou Shift + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use as setas e a Page Up/Page Down para rolar as listas e áreas de texto (incluindo este console).","To maximise/minimise the console, press \"tc\".":"Para maximizar / minimizar o console, pressione \"tc\".","To enter command line mode, press \":\"":"Para entrar no modo de linha de comando, pressione \":\"","To exit command line mode, press ESCAPE":"Para sair do modo de linha de comando, pressione o ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para a lista completa de atalhos de teclado disponíveis, digite `help keymap`","Imports data into Joplin.":"Importa dados para o Joplin.","Source format: %s":"Formato da origem: \"%s\"","Do not ask for confirmation.":"Não pedir confirmação.","Found: %d.":"Encontrado: %d.","Created: %d.":"Criado: %d.","Updated: %d.":"Atualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Tag adicionada: %d.","Importing notes...":"Importando notas ...","The notes have been imported: %s":"As notas foram importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Exibe as notas no caderno atual. Use `ls /` para exibir a lista de cadernos.","Displays only the first top notes.":"Exibe apenas as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Classifica o item por (ex.: title, update_time, created_time).","Reverses the sorting order.":"Inverte a ordem de classificação.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Exibe apenas os itens do(s) tipo(s) específico(s). Pode ser `n` para notas,` t` para tarefas, ou `nt` para notas e tarefas (por exemplo.` -tt` exibiria apenas os itens pendentes, enquanto `-ttd` exibiria notas e tarefas .","Either \"text\" or \"json\"":"Ou \"text\" ou \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use o formato da lista longa. O formato é ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Por favor, selecione um caderno primeiro.","Creates a new notebook.":"Cria um novo caderno.","Creates a new note.":"Cria uma nova nota.","Notes can only be created within a notebook.":"As notas só podem ser criadas dentro de um caderno.","Creates a new to-do.":"Cria uma nova tarefa.","Moves the notes matching to [notebook].":"Move as notas correspondentes para [caderno].","Renames the given (note or notebook) to .":"Renomeia o dado (nota ou caderno) para .","Deletes the given notebook.":"Exclui o caderno informado.","Deletes the notebook without asking for confirmation.":"Exclui o caderno sem pedir confirmação.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Excluir o caderno? Todas as notas e sub-cadernos dentro deste também serão excluídas.","Deletes the notes matching .":"Exclui as notas correspondentes ao padrão .","Deletes the notes without asking for confirmation.":"Exclui as notas sem pedir confirmação.","%d notes match this pattern. Delete them?":"%d notas correspondem a este padrão. Apagar todos?","Delete note?":"Apagar nota?","Searches for the given in all the notes.":"Procura o padrão em todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Define a propriedade da para o valor [value]. As propriedades possíveis são:\n\n%s","Displays summary about the notes and notebooks.":"Exibe sumário sobre as notas e cadernos.","Synchronises with remote storage.":"Sincroniza com o armazenamento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar para destino fornecido (p padrão é o valor de configuração sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticação não foi concluída (não recebeu um token de autenticação).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir o Joplin sincronizar com o Dropbox, por favor, execute os seguintes passos:","Step 1: Open this URL in your browser to authorise the application:":"Passo 1: Abra essa URL em seu navegador para autorizar:","Step 2: Enter the code provided by Dropbox:":"Passo 2: Entre o código fornecido pelo Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Não autenticado com %s. Por favor, complete as credenciais que estiverem faltando.","Synchronisation is already in progress.":"A sincronização já está em andamento.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O arquivo de bloqueio já está ativo. Se você sabe que nenhuma sincronização está ocorrendo, você pode excluir o arquivo de bloqueio em \"%s\" e retomar a operação.","Synchronisation target: %s (%s)":"Alvo de sincronização: %s (%s)","Cannot initialize synchroniser.":"Não é possível inicializar o sincronizador.","Starting synchronisation...":"Iniciando sincronização...","Downloading resources...":"Baixando os recursos...","Cancelling... Please wait.":"Cancelando... Aguarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `tag list` pode ser usado para listar todas as tags (use -l para opção longa).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser \"toggle\" ou \"clear\". Use \"toggle\" para alternar entre as tarefas entre o estado completo e incompleto (se o alvo for uma nota comum, ele será convertido em uma tarefa a fazer). Use \"clear\" para converter a tarefa em uma nota normal.","Marks a to-do as non-completed.":"Marca uma tarefa como não completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Alterna para [caderno] - todas as operações adicionais acontecerão dentro deste caderno.","Displays version information":"Exibe informações da versão","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores possíveis: %s.","Default: %s":"Padrão: %s","Possible keys/values:":"Possíveis chaves/valores:","Type `joplin help` for usage information.":"Digite 'joplin help' para informações de uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado - agora você pode fechar esta guia do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado com sucesso.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra a seguinte URL no seu navegador para autenticar o aplicativo. O aplicativo criará um diretório em \"Apps/Joplin\" e somente lerá e gravará arquivos neste diretório. Não terá acesso a nenhum arquivo fora deste diretório nem a nenhum outro dado pessoal. Nenhum dado será compartilhado com terceiros.","Search:":"Procurar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bem-vindo ao Joplin!\n\nDigite `:help shortcuts` para obter a lista de atalhos de teclado, ou apenas `:help` para informações de utilização.\n\nPor exemplo, para criar um caderno digite `mb`; para criar uma nota, digite `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Um ou mais itens estão criptografados, e você pode precisar de informar uma senha master. Para fazer isso, por favor digite `e2ee decrypt`. Se você já forneceu a senha, os itens criptografados estão sendo decriptados em background e logo estarão disponíveis.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando para \"%s\" com o formato \"%s\". Por favor, aguarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de \"%s\" com o formato \"%s\". Por favor, aguarde...","PDF File":"Arquivo PDF","File":"Arquivo","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Sair","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Colar","Select all":"Selecionar tudo","Bold":"Negrito","Italic":"Itálico","Insert Date Time":"Inserir Data e Hora","Edit in external editor":"Editar com editor externo","Search in all the notes":"Pesquisar em todas as notas","Search in current note":"Pesquisar na nota atual","View":"Visualizar","Toggle sidebar":"Alternar barra lateral","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"Opções do Web clipper","Encryption options":"Opções de Encriptação","General Options":"Opções Gerais","Help":"Ajuda","Website and documentation":"Website e documentação","Make a donation":"Fazer uma doação","Check for updates...":"Verificar atualizações...","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Sair","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"A versão atual está atualizada.","An update is available, do you want to download it now?":"Uma atualização está disponível, você quer baixar agora?","Yes":"Sim","No":"Não","Token has been copied to the clipboard!":"Token foi copiado para a \\u00e1rea de transfer\\u00eancia!","The web clipper service is enabled and set to auto-start.":"O serviço de web clipper está habilitado e configurado para auto-start.","Status: Started on port %d":"Status: Iniciado, na porta %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Desabilitar serviço Web Clipper","The web clipper service is not enabled.":"O serviço de web clipper não está habilitado.","Enable Web Clipper Service":"Habilitar serviço Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"O serviço de Web Clipper do Joplin permite salvar páginas da web e screenshots do seu browser, no Joplin.","In order to use the web clipper, you need to do the following:":"Para usar o web clipper, você precisa fazer o seguinte:","Step 1: Enable the clipper service":"Passo 1: Habilitar o serviço do clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este serviço permite a extensão do browser se comunicat com o Joplin. Quando habilitar, talvez seu firewall peça que você conceda permissão ao Joplin para escutar determinada porta.","Step 2: Install the extension":"Passo 2: Instalar a extensão","Download and install the relevant extension for your browser:":"Baixe e instale a extensão relevante para seu browser:","Advanced options":"Mostrar opções avançadas","Authorisation token:":"Token de autoriza\\u00e7\\u00e3o:","Copy token":"Copira token","This authorisation token is only needed to allow third-party applications to access Joplin.":"Esse token de autoriza\\u00e7\\u00e3o só é necess\\u00e1rio para permitir que aplicativos de terceiros acessem o Joplin.","Check synchronisation configuration":"Verificar a configuração da sincronização","Notes and settings are stored in: %s":"Notas e configurações estão armazenadas em: %s","Apply":"Aplicar","Submit":"Enviar","Save":"Salvar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desabilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e enviados sem encriptação. Você quer continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e re-enviados com encriptação. Não perca sua senha, pois, por medidas de segurança, esse será o *único* modo de decriptar seus dados! Para habilitar a encriptação, por favor entre sua senha abaixo.","Disable encryption":"Desabilitar encriptação","Enable encryption":"Habilitar encriptação","Master Keys":"Chaves mestras","Active":"Ativar","ID":"ID","Source":"Origem","Created":"Criado","Updated":"Atualizado","Password":"Senha","Password OK":"Senha OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Noto: Apenas uma chave máster será usada para encriptação (a que estiver marcada como \"ativa\"). Qualquer uma das chaves pode ser usada para decriptação, dependendo de como as notas ou os cadernos foram encriptados originalmente.","Missing Master Keys":"Chaves Master faltando","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves master com essas IDs são usadas para encriptar alguns de seus itens, contudo a aplicação atualmente não tem acesso a elas. Provavelmente, elas serão baixadas via sincronização.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para mais informações sobre Encriptação ponto-a-ponto (E2EE) e recomendações sobre como habilitar, favor verificar a documentação:","Status":"Status","Encryption is:":"Encriptação está:","Back":"Voltar","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"O novo caderno \"%s\" será criado e o arquivo \"%s\" será importado para ele","Please create a notebook first.":"Primeiro, crie um caderno.","Please create a notebook first":"Primeiro, crie um caderno","Notebook title:":"Título do caderno:","Add or remove tags:":"Adicionar ou remover tags:","Separate each tag by a comma.":"Separe cada tag por vírgula.","Rename notebook:":"Renomear caderno:","Rename tag:":"Renomear tag:","Set alarm:":"Definir alarme:","Layout":"Layout","Search...":"Pesquisar...","Some items cannot be synchronised.":"Alguns itens não podem ser sincronizados.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Alguns itens não podem ser decriptados.","Set the password":"Configurar a senha","Add or remove tags":"Adicionar ou remover tags","Duplicate":"Duplicar","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Switch to note type":"Alternar para o tipo Nota","Switch to to-do type":"Alternar para o tipo Tarefa","Copy Markdown link":"Copiar link de Markdown","Delete":"Excluir","Delete notes?":"Excluir notas?","No notes in here. Create one by clicking on \"New note\".":"Não há notas aqui. Crie uma, clicando em \"Nova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Atualmente, não há cadernos. Crie um, clicando em \"Novo caderno\".","Location":"Localização","URL":"URL","Note properties":"Propriedades da nota","Open...":"Abrir...","This file could not be opened: %s":"Este arquivo não pôde ser aberto: %s","Save as...":"Salvar como...","Copy path to clipboard":"Copiar caminho para a área de transferência","Copy Link Address":"Copiar endereço do link","This attachment is not downloaded or not decrypted yet.":"O anexo ainda não foi baixado ou decriptado.","Unsupported link or message: %s":"Link ou mensagem não suportada: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota não possui conteúdo. Clique em \"%s\" para alternar para o editor, e edite a nota.","strong text":"texto forte","emphasized text":"texto enfatizado","List item":"Listar item","Insert Hyperlink":"Inserir Hiperlink","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","In: %s":"Em: %s","Hyperlink":"Hiperlink","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista com bullets","Checkbox":"Checkbox","Heading":"Cabeçalho","Horizontal Rule":"Régua horizontal","Click to stop external editing":"Clique para encerrar edição externa","Watching...":"Observando alterações...","to-do":"tarefa","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Atualizar","Clear":"Limpar (clear)","OneDrive Login":"Login no OneDrive","Dropbox Login":"Login no Dropbox","Options":"Opções","Synchronisation Status":"Status de sincronização","Encryption Options":"Opções de Encriptação","Clipper Options":"Opções do clipper","Remove this tag from all the notes?":"Remover esta tag de todas as notas?","Remove this search from the sidebar?":"Remover essa pesquisa da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decriptando itens: %d/%d","Fetching resources: %d":"Buscando recursos: %d","Please select where the sync status should be exported to":"Favor selecionar o local para onde o status de sincronia deveria ser exportado","Usage: %s":"Uso: %s","Unknown flag: %s":"Flag desconhecido: %s","Dropbox":"Dropbox","File system":"Sistema de arquivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (apenas para testes)","WebDAV":"WebDAV","Unknown log level: %s":"Nível de log desconhecido: %s","Unknown level ID: %s":"Nível ID desconhecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Não é possível atualizar token: faltam dados de autenticação. Iniciar a sincronização novamente pode corrigir o problema.","Untitled":"Sem título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Não foi possível sincronizar com o OneDrive.\n\nEste erro geralmente acontece ao usar o OneDrive for Business, que infelizmente não pode ser suportado.\n\nConsidere usar uma conta regular do OneDrive.","Cannot access %s":"Não é possível acessar %s","Created local items: %d.":"Itens locais criados: %d.","Updated local items: %d.":"Itens locais atualizados: %d.","Created remote items: %d.":"Itens remotos criados: %d.","Updated remote items: %d.":"Itens remotos atualizados: %d.","Deleted local items: %d.":"Itens locais excluídos: %d.","Deleted remote items: %d.":"Itens remotos excluídos: %d.","Fetched items: %d/%d.":"Itens pesquisados: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inativo","In progress":"Em andamento","Synchronisation is already in progress. State: %s":"Sincronização já em andamento. Estado: %s","Encrypted":"Encriptado","Encrypted items cannot be modified":"Itens encriptados não podem ser modificados","Conflicts":"Conflitos","Cannot move notebook to this location":"Não é possível mover a nota para este local","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","title":"título","updated date":"data de atualização","created date":"data de criação","This note does not have geolocation information.":"Esta nota não possui informações de geolocalização.","Cannot copy note to \"%s\" notebook":"Não é possível copiar a nota para o caderno \"%s\"","Cannot move note to \"%s\" notebook":"Não é possível mover a nota para o caderno \"%s\"","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Light","Dark":"Dark","Uncompleted to-dos on top":"Mostrar tarefas incompletas no topo","Show completed to-dos":"Mostrar tarefas completas","Sort notes by":"Ordenar notas por","Reverse sort order":"Inverter ordem de classificação","Save geo-location with notes":"Salvar geolocalização com notas","When creating a new to-do:":"Quando criar uma nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Quando criar uma nota nova:","Show tray icon":"Exibir tray icon","Note: Does not work in all desktop environments.":"Nota: não funciona em todos os ambientes de desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Isso irá permitir que o Joplin continue sendo executado em segundo plano. É recomendado que você habilita essa configuração para que suas notas sejamconstantemente sincronizadas, de modo a reduzir as chances de conflitos.","Start application minimised in the tray icon":"Iniciar aplicativo minimizado na barra de tarefas","Global zoom percentage":"Porcentagem global do zoom","Editor font size":"Tamanho da fonte no Editor","Editor font family":"Família de fontes do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Deve ser uma fonte *monospace\" ou não vai funcionar direito. Se a fonte estiver incorreta ou vazia, será usada uma fonte genérica monospace default.","Automatically update the application":"Atualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Comando do editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O comando do editor (pode incluir argumentos) que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","Show advanced options":"Mostrar opções avançadas","Synchronisation target":"Alvo de sincronização","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"O alvo para onde sincronizar. Cada alvo pode ter parâmetros adicionais que são nomeados como `sync.NUM.NAME` (todos documentados abaixo).","Directory to synchronise with (absolute path)":"Diretório para sincronizar (caminho absoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"O caminho para sincronizar, quando a sincronização do sistema de arquivos está habilitada. Veja `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Atenção: Se você modificar esse local, tenha certeza de copiar todo o seu conteúdo para lá antes de sincronizar, do contrário todos os seus arquivos serão removidos! Veja o FAQ para mais detalhes: %s","Nextcloud username":"Usuário da Nextcloud","Nextcloud password":"Senha da Nextcloud","WebDAV URL":"WebDAV URL","WebDAV username":"Usuário do WebDAV","WebDAV password":"Senha do WebDAV","Custom TLS certificates":"Certificados TLS customizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de caminhos para diretórios, separados por vírgula, de onde carregar os certificados, ou caminhos para arquivos cert. Por exemplo, /my/cert_dir, /other/custom.pem. Note que se você fizer mudanças nas configurações de TLS, você tem que salvar as mudanças antes de clicar em \"Verificar a configuração da sincronização\".","Ignore TLS certificate errors":"Ignorar erros de certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","The tag \"%s\" already exists. Please choose a different name.":"A tag \"%s\" já existe. Escolha um nome diferente.","Joplin Export File":"Arquivo de Exportação do Joplin","Markdown":"Markdown","Joplin Export Directory":"Diretório de Exportação do Joplin","Evernote Export File":"Arquivo de Exportação do Evernote","Json Export Directory":"Diretório de Exportação JSON","Directory":"Diretório","Cannot load \"%s\" module for format \"%s\"":"Não é possível carregar o módulo \"%s\" para o formato \"%s\"","Please specify import format for %s":"Favor especificar o formato de importação para %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este item atualmente está encriptado: %s \"%s\". Favor aguardar que todos os itens sejam decriptados e tente novamente.","There is no data to export.":"Não há dados a exportar.","Please specify the notebook where the notes should be imported to.":"Por favor, especifique o caderno para onde as notas deveriam ser importadas.","Items that cannot be synchronised":"Os itens não podem ser sincronizados","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes itens continuarão no dispositivo mas não serão enviados ao alvo de sincronização. Para encontrar esses itens, ou pesquise pelo título ou pelo ID (que é exibido nos colchetes acima)","Sync status (synced items / total items)":"Status de sincronização (sincronizados / totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Em conflito: %d","To delete: %d":"Para excluir: %d","Folders":"Pastas","%s: %d notes":"%s: %d notas","Coming alarms":"Próximos alarmes","On %s: %s":"Em %s: %s","Permission to use camera":"Permissão para utilizar sua c\\u00e2mera","Your permission to use your camera is required.":"É necessária a sua permissão para utilizar sua c\\u00e2mera.","There are currently no notes. Create one by clicking on the (+) button.":"Atualmente, não há notas. Crie uma, clicando no botão (+).","Delete these notes?":"Excluir estas notas?","Log":"Log","Export Debug Report":"Exportar Relatório de Debug","Encryption Config":"Configuração de Encriptação","Configuration":"Configuração","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Pressione para configurar a senha de decriptação.","Clear alarm":"Limpar alarme","Save alarm":"Salvar alarme","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","Checking... Please wait.":"Verificando... Por favor aguarde.","Success! Synchronisation configuration appears to be correct.":"Sucesso! A configuração da sincronização parece estar correta.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erro. Verifique se a URL, nome de usuário, senha, etc., estão corretos e tenha certeza que o destino da sincronização está acessível. O erro reportado foi:","The application has been authorised!":"O aplicativo foi autorizado!","Could not authorise application:\n\n%s\n\nPlease try again.":"Não foi possível autorizar o aplicativo:\n\n%s\n\nPor favor tente novamente.","Decrypted items: %s / %s":"Itens decriptados: %s / %s","New tags:":"Novas tags:","Type new tags or select from list":"Digite novsa tags, ou selecione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar corretamente, o app precisa das seguintes permissões. Por favor, habilite-as nas configurações do seu telefone, em Apps >Joplin > Permissões","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Armazenamento: para permitir anexar arquivos a notas e para permitir a sincronização do sistema de arquivos.","- Camera: to allow taking a picture and attaching it to a note.":"- Câmera: para permitir tirar fotos e anexar a uma nota.","- Location: to allow attaching geo-location information to a note.":"- Localização: para permitir anexar informações de geo-localização a uma nota.","Joplin website":"Site do Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login com Dropbox","Enter code here":"Enter code here","Master Key %s":"Chave Master %s","Created: %s":"Criado: %s","Password:":"Senha:","Password cannot be empty":"Senha não pode ser vazia","Enable":"Habilitar","The notebook could not be saved: %s":"O caderno não pôde ser salvo: %s","Edit notebook":"Editar caderno","Show all":"Exibir tudo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gravar alterações","Discard changes":"Descartar alterações","No item with ID %s":"Nenhum item com ID %s","The Joplin mobile app does not currently support this type of link: %s":"O app mobile do Joplin não suporta, atualmente, esse tipo de link: %s","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Take photo":"Tirar foto","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"Compartilhar","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Exibir metadados","View on map":"Ver no mapa","Go to source URL":"Ir para a URL de origem","Delete notebook":"Excluir caderno","Login with OneDrive":"Login com OneDrive","Search":"Procurar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Clique no botão (+) para criar uma nova nota ou caderno. Clique no menu lateral para acessar seus cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Você não possui cadernos. Crie um clicando no botão (+).","Welcome":"Bem-vindo"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Para eliminar uma tag, remova a tag das notas associadas a ela.","Please select the note or notebook to be deleted first.":"Por favor, primeiro, selecione a nota ou caderno a excluir.","Press Ctrl+D or type \"exit\" to exit the application":"Digite Ctrl+D ou \"exit\" para sair da aplicação","More than one item match \"%s\". Please narrow down your query.":"Mais que um item combinam com \"%s\". Por favor, refine sua pesquisa.","No notebook selected.":"Nenhum caderno selecionado.","No notebook has been specified.":"Nenhum caderno foi especificado.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronização em segundo plano... Por favor, aguarde.","No such command: %s":"Não existe o comando: \"%s\"","The command \"%s\" is only available in GUI mode":"O comando \"%s\" está disponível somente em modo gráfico","Cannot change encrypted item":"Não pode mudar um item encriptado","Missing required argument: %s":"Argumento requerido faltando: %s","%s: %s":"%s: %s","Your choice: ":"Sua escolha: ","Invalid answer: %s":"Resposta inválida: %s","Attaches the given file to the note.":"Anexa o arquivo dado à nota.","Cannot find \"%s\".":"Não posso encontrar \"%s\".","Displays the given note.":"Exibe a nota informada.","Displays the complete information about note.":"Exibe a informação completa sobre a nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtém ou define um valor de configuração. Se [valor] não for fornecido, ele mostrará o valor de [nome]. Se nem [nome] nem [valor] forem fornecidos, ele listará a configuração atual.","Also displays unset and hidden config variables.":"Também exibe variáveis de configuração não definidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que correspondem a para o [caderno]. Se nenhum caderno for especificado, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca uma tarefa como feita.","Note is not a to-do: \"%s\"":"Nota não é uma tarefa: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gerencia a configuração E2EE. Os comandos são `enable`, `disable`, `decrypt`, `status` e `target-status`.","Enter master password:":"Entre a senha master:","Operation cancelled":"Operação cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando decriptação... Por favor aguarde, pois isso pode demorar vários minutos, dependendo de quanto há para decriptar.","Completed decryption.":"Decriptação completada.","Enabled":"Habilitado","Disabled":"Desabilitado","Encryption is: %s":"Encriptação está: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Nenhum editor de texto está definido. Defina-o usando o comando `config edit `","No active notebook.":"Nenhum caderno ativo.","Note does not exist: \"%s\". Create it?":"A nota não existe: \"%s\". Criar?","Starting to edit note. Close the editor to get back to the prompt.":"Começando a editar a nota. Feche o editor para voltar ao prompt.","Error opening note in editor: %s":"Erro ao abir a nota no editor: %s","Note has been saved.":"Nota gravada.","Exits the application.":"Sai da aplicação.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os dados do Joplin para o diretório informado. Por padrão, ele exportará o banco de dados completo, incluindo cadernos, notas, tags e recursos.","Destination format: %s":"Formato do destino: %s","Exports only the given note.":"Exporta apenas a nota fornecida.","Exports only the given notebook.":"Exporta apenas o caderno fornecido.","Displays a geolocation URL for the note.":"Exibe uma URL de geolocalização para a nota.","Displays usage information.":"Exibe informações de uso.","For information on how to customise the shortcuts please visit %s":"Para informações sobre como customizar os atalhos, por favor visite %s","Shortcuts are not available in CLI mode.":"Os atalhos não estão disponíveis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Digite `help [comando]` para obter mais informações sobre um comando; ou digite `help all` para informações completas de uso.","The possible commands are:":"Os comandos possíveis são:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Em qualquer comando, uma nota ou caderno pode ser referenciado por título ou ID, ou usando os atalhos `$n` ou` $b` para, respectivamente, a nota ou caderno selecionado. `$c` pode ser usado para se referenciar ao item atualmente selecionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover de um painel para outro, pressione Tab ou Shift + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use as setas e a Page Up/Page Down para rolar as listas e áreas de texto (incluindo este console).","To maximise/minimise the console, press \"tc\".":"Para maximizar / minimizar o console, pressione \"tc\".","To enter command line mode, press \":\"":"Para entrar no modo de linha de comando, pressione \":\"","To exit command line mode, press ESCAPE":"Para sair do modo de linha de comando, pressione o ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para a lista completa de atalhos de teclado disponíveis, digite `help keymap`","Imports data into Joplin.":"Importa dados para o Joplin.","Source format: %s":"Formato da origem: \"%s\"","Do not ask for confirmation.":"Não pedir confirmação.","Found: %d.":"Encontrado: %d.","Created: %d.":"Criado: %d.","Updated: %d.":"Atualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Tag adicionada: %d.","Importing notes...":"Importando notas ...","The notes have been imported: %s":"As notas foram importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Exibe as notas no caderno atual. Use `ls /` para exibir a lista de cadernos.","Displays only the first top notes.":"Exibe apenas as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Classifica o item por (ex.: title, update_time, created_time).","Reverses the sorting order.":"Inverte a ordem de classificação.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Exibe apenas os itens do(s) tipo(s) específico(s). Pode ser `n` para notas,` t` para tarefas, ou `nt` para notas e tarefas (por exemplo.` -tt` exibiria apenas os itens pendentes, enquanto `-ttd` exibiria notas e tarefas .","Either \"text\" or \"json\"":"Ou \"text\" ou \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use o formato da lista longa. O formato é ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Por favor, selecione um caderno primeiro.","Creates a new notebook.":"Cria um novo caderno.","Creates a new note.":"Cria uma nova nota.","Notes can only be created within a notebook.":"As notas só podem ser criadas dentro de um caderno.","Creates a new to-do.":"Cria uma nova tarefa.","Moves the notes matching to [notebook].":"Move as notas correspondentes para [caderno].","Renames the given (note or notebook) to .":"Renomeia o dado (nota ou caderno) para .","Deletes the given notebook.":"Exclui o caderno informado.","Deletes the notebook without asking for confirmation.":"Exclui o caderno sem pedir confirmação.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Excluir o caderno? Todas as notas e sub-cadernos dentro deste também serão excluídas.","Deletes the notes matching .":"Exclui as notas correspondentes ao padrão .","Deletes the notes without asking for confirmation.":"Exclui as notas sem pedir confirmação.","%d notes match this pattern. Delete them?":"%d notas correspondem a este padrão. Apagar todos?","Delete note?":"Apagar nota?","Searches for the given in all the notes.":"Procura o padrão em todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Define a propriedade da para o valor [value]. As propriedades possíveis são:\n\n%s","Displays summary about the notes and notebooks.":"Exibe sumário sobre as notas e cadernos.","Synchronises with remote storage.":"Sincroniza com o armazenamento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar para destino fornecido (p padrão é o valor de configuração sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticação não foi concluída (não recebeu um token de autenticação).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir o Joplin sincronizar com o Dropbox, por favor, execute os seguintes passos:","Step 1: Open this URL in your browser to authorise the application:":"Passo 1: Abra essa URL em seu navegador para autorizar:","Step 2: Enter the code provided by Dropbox:":"Passo 2: Entre o código fornecido pelo Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Não autenticado com %s. Por favor, complete as credenciais que estiverem faltando.","Synchronisation is already in progress.":"A sincronização já está em andamento.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O arquivo de bloqueio já está ativo. Se você sabe que nenhuma sincronização está ocorrendo, você pode excluir o arquivo de bloqueio em \"%s\" e retomar a operação.","Synchronisation target: %s (%s)":"Alvo de sincronização: %s (%s)","Cannot initialize synchroniser.":"Não é possível inicializar o sincronizador.","Starting synchronisation...":"Iniciando sincronização...","Downloading resources...":"Baixando os recursos...","Cancelling... Please wait.":"Cancelando... Aguarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `tag list` pode ser usado para listar todas as tags (use -l para opção longa).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser \"toggle\" ou \"clear\". Use \"toggle\" para alternar entre as tarefas entre o estado completo e incompleto (se o alvo for uma nota comum, ele será convertido em uma tarefa a fazer). Use \"clear\" para converter a tarefa em uma nota normal.","Marks a to-do as non-completed.":"Marca uma tarefa como não completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Alterna para [caderno] - todas as operações adicionais acontecerão dentro deste caderno.","Displays version information":"Exibe informações da versão","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores possíveis: %s.","Default: %s":"Padrão: %s","Possible keys/values:":"Possíveis chaves/valores:","Type `joplin help` for usage information.":"Digite 'joplin help' para informações de uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado - agora você pode fechar esta guia do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado com sucesso.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra a seguinte URL no seu navegador para autenticar o aplicativo. O aplicativo criará um diretório em \"Apps/Joplin\" e somente lerá e gravará arquivos neste diretório. Não terá acesso a nenhum arquivo fora deste diretório nem a nenhum outro dado pessoal. Nenhum dado será compartilhado com terceiros.","Search:":"Procurar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bem-vindo ao Joplin!\n\nDigite `:help shortcuts` para obter a lista de atalhos de teclado, ou apenas `:help` para informações de utilização.\n\nPor exemplo, para criar um caderno digite `mb`; para criar uma nota, digite `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Um ou mais itens estão criptografados, e você pode precisar de informar uma senha master. Para fazer isso, por favor digite `e2ee decrypt`. Se você já forneceu a senha, os itens criptografados estão sendo decriptados em background e logo estarão disponíveis.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando para \"%s\" com o formato \"%s\". Por favor, aguarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de \"%s\" com o formato \"%s\". Por favor, aguarde...","PDF File":"Arquivo PDF","File":"Arquivo","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Sair","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Colar","Select all":"Selecionar tudo","Bold":"Negrito","Italic":"Itálico","Insert Date Time":"Inserir Data e Hora","Edit in external editor":"Editar com editor externo","Search in all the notes":"Pesquisar em todas as notas","Search in current note":"Pesquisar na nota atual","View":"Visualizar","Toggle sidebar":"Alternar barra lateral","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"Opções do Web clipper","Encryption options":"Opções de Encriptação","General Options":"Opções Gerais","Help":"Ajuda","Website and documentation":"Website e documentação","Make a donation":"Fazer uma doação","Check for updates...":"Verificar atualizações...","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Sair","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"A versão atual está atualizada.","%s (pre-release)":"","An update is available, do you want to download it now?":"Uma atualização está disponível, você quer baixar agora?","Your version: v%s":"","New version: v%s":"","Yes":"Sim","No":"Não","Token has been copied to the clipboard!":"Token foi copiado para a \\u00e1rea de transfer\\u00eancia!","The web clipper service is enabled and set to auto-start.":"O serviço de web clipper está habilitado e configurado para auto-start.","Status: Started on port %d":"Status: Iniciado, na porta %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Desabilitar serviço Web Clipper","The web clipper service is not enabled.":"O serviço de web clipper não está habilitado.","Enable Web Clipper Service":"Habilitar serviço Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"O serviço de Web Clipper do Joplin permite salvar páginas da web e screenshots do seu browser, no Joplin.","In order to use the web clipper, you need to do the following:":"Para usar o web clipper, você precisa fazer o seguinte:","Step 1: Enable the clipper service":"Passo 1: Habilitar o serviço do clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este serviço permite a extensão do browser se comunicat com o Joplin. Quando habilitar, talvez seu firewall peça que você conceda permissão ao Joplin para escutar determinada porta.","Step 2: Install the extension":"Passo 2: Instalar a extensão","Download and install the relevant extension for your browser:":"Baixe e instale a extensão relevante para seu browser:","Advanced options":"Mostrar opções avançadas","Authorisation token:":"Token de autoriza\\u00e7\\u00e3o:","Copy token":"Copira token","This authorisation token is only needed to allow third-party applications to access Joplin.":"Esse token de autoriza\\u00e7\\u00e3o só é necess\\u00e1rio para permitir que aplicativos de terceiros acessem o Joplin.","Check synchronisation configuration":"Verificar a configuração da sincronização","Notes and settings are stored in: %s":"Notas e configurações estão armazenadas em: %s","Apply":"Aplicar","Submit":"Enviar","Save":"Salvar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desabilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e enviados sem encriptação. Você quer continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e re-enviados com encriptação. Não perca sua senha, pois, por medidas de segurança, esse será o *único* modo de decriptar seus dados! Para habilitar a encriptação, por favor entre sua senha abaixo.","Disable encryption":"Desabilitar encriptação","Enable encryption":"Habilitar encriptação","Master Keys":"Chaves mestras","Active":"Ativar","ID":"ID","Source":"Origem","Created":"Criado","Updated":"Atualizado","Password":"Senha","Password OK":"Senha OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Noto: Apenas uma chave máster será usada para encriptação (a que estiver marcada como \"ativa\"). Qualquer uma das chaves pode ser usada para decriptação, dependendo de como as notas ou os cadernos foram encriptados originalmente.","Missing Master Keys":"Chaves Master faltando","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves master com essas IDs são usadas para encriptar alguns de seus itens, contudo a aplicação atualmente não tem acesso a elas. Provavelmente, elas serão baixadas via sincronização.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para mais informações sobre Encriptação ponto-a-ponto (E2EE) e recomendações sobre como habilitar, favor verificar a documentação:","Status":"Status","Encryption is:":"Encriptação está:","Back":"Voltar","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"O novo caderno \"%s\" será criado e o arquivo \"%s\" será importado para ele","Please create a notebook first.":"Primeiro, crie um caderno.","Please create a notebook first":"Primeiro, crie um caderno","Notebook title:":"Título do caderno:","Add or remove tags:":"Adicionar ou remover tags:","Separate each tag by a comma.":"Separe cada tag por vírgula.","Rename notebook:":"Renomear caderno:","Rename tag:":"Renomear tag:","Set alarm:":"Definir alarme:","Layout":"Layout","Search...":"Pesquisar...","Some items cannot be synchronised.":"Alguns itens não podem ser sincronizados.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Alguns itens não podem ser decriptados.","Set the password":"Configurar a senha","Add or remove tags":"Adicionar ou remover tags","Duplicate":"Duplicar","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Switch to note type":"Alternar para o tipo Nota","Switch to to-do type":"Alternar para o tipo Tarefa","Copy Markdown link":"Copiar link de Markdown","Delete":"Excluir","Delete notes?":"Excluir notas?","No notes in here. Create one by clicking on \"New note\".":"Não há notas aqui. Crie uma, clicando em \"Nova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Atualmente, não há cadernos. Crie um, clicando em \"Novo caderno\".","Location":"Localização","URL":"URL","Note properties":"Propriedades da nota","Open...":"Abrir...","This file could not be opened: %s":"Este arquivo não pôde ser aberto: %s","Save as...":"Salvar como...","Copy path to clipboard":"Copiar caminho para a área de transferência","Copy Link Address":"Copiar endereço do link","This attachment is not downloaded or not decrypted yet.":"O anexo ainda não foi baixado ou decriptado.","Unsupported link or message: %s":"Link ou mensagem não suportada: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota não possui conteúdo. Clique em \"%s\" para alternar para o editor, e edite a nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"texto forte","emphasized text":"texto enfatizado","List item":"Listar item","Insert Hyperlink":"Inserir Hiperlink","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","In: %s":"Em: %s","Hyperlink":"Hiperlink","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista com bullets","Checkbox":"Checkbox","Heading":"Cabeçalho","Horizontal Rule":"Régua horizontal","Click to stop external editing":"Clique para encerrar edição externa","Watching...":"Observando alterações...","to-do":"tarefa","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Atualizar","Clear":"Limpar (clear)","OneDrive Login":"Login no OneDrive","Dropbox Login":"Login no Dropbox","Options":"Opções","Synchronisation Status":"Status de sincronização","Encryption Options":"Opções de Encriptação","Clipper Options":"Opções do clipper","Remove this tag from all the notes?":"Remover esta tag de todas as notas?","Remove this search from the sidebar?":"Remover essa pesquisa da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decriptando itens: %d/%d","Fetching resources: %d":"Buscando recursos: %d","Please select where the sync status should be exported to":"Favor selecionar o local para onde o status de sincronia deveria ser exportado","Usage: %s":"Uso: %s","Unknown flag: %s":"Flag desconhecido: %s","Dropbox":"Dropbox","File system":"Sistema de arquivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (apenas para testes)","WebDAV":"WebDAV","Unknown log level: %s":"Nível de log desconhecido: %s","Unknown level ID: %s":"Nível ID desconhecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Não é possível atualizar token: faltam dados de autenticação. Iniciar a sincronização novamente pode corrigir o problema.","Untitled":"Sem título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Não foi possível sincronizar com o OneDrive.\n\nEste erro geralmente acontece ao usar o OneDrive for Business, que infelizmente não pode ser suportado.\n\nConsidere usar uma conta regular do OneDrive.","Cannot access %s":"Não é possível acessar %s","Created local items: %d.":"Itens locais criados: %d.","Updated local items: %d.":"Itens locais atualizados: %d.","Created remote items: %d.":"Itens remotos criados: %d.","Updated remote items: %d.":"Itens remotos atualizados: %d.","Deleted local items: %d.":"Itens locais excluídos: %d.","Deleted remote items: %d.":"Itens remotos excluídos: %d.","Fetched items: %d/%d.":"Itens pesquisados: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inativo","In progress":"Em andamento","Synchronisation is already in progress. State: %s":"Sincronização já em andamento. Estado: %s","Encrypted":"Encriptado","Encrypted items cannot be modified":"Itens encriptados não podem ser modificados","Conflicts":"Conflitos","Cannot move notebook to this location":"Não é possível mover a nota para este local","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","title":"título","updated date":"data de atualização","created date":"data de criação","This note does not have geolocation information.":"Esta nota não possui informações de geolocalização.","Cannot copy note to \"%s\" notebook":"Não é possível copiar a nota para o caderno \"%s\"","Cannot move note to \"%s\" notebook":"Não é possível mover a nota para o caderno \"%s\"","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Light","Dark":"Dark","Uncompleted to-dos on top":"Mostrar tarefas incompletas no topo","Show completed to-dos":"Mostrar tarefas completas","Sort notes by":"Ordenar notas por","Reverse sort order":"Inverter ordem de classificação","Save geo-location with notes":"Salvar geolocalização com notas","When creating a new to-do:":"Quando criar uma nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Quando criar uma nota nova:","Show tray icon":"Exibir tray icon","Note: Does not work in all desktop environments.":"Nota: não funciona em todos os ambientes de desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Isso irá permitir que o Joplin continue sendo executado em segundo plano. É recomendado que você habilita essa configuração para que suas notas sejamconstantemente sincronizadas, de modo a reduzir as chances de conflitos.","Start application minimised in the tray icon":"Iniciar aplicativo minimizado na barra de tarefas","Global zoom percentage":"Porcentagem global do zoom","Editor font size":"Tamanho da fonte no Editor","Editor font family":"Família de fontes do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Deve ser uma fonte *monospace\" ou não vai funcionar direito. Se a fonte estiver incorreta ou vazia, será usada uma fonte genérica monospace default.","Automatically update the application":"Atualizar automaticamente o aplicativo","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Comando do editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O comando do editor (pode incluir argumentos) que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","Show advanced options":"Mostrar opções avançadas","Synchronisation target":"Alvo de sincronização","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"O alvo para onde sincronizar. Cada alvo pode ter parâmetros adicionais que são nomeados como `sync.NUM.NAME` (todos documentados abaixo).","Directory to synchronise with (absolute path)":"Diretório para sincronizar (caminho absoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"O caminho para sincronizar, quando a sincronização do sistema de arquivos está habilitada. Veja `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Atenção: Se você modificar esse local, tenha certeza de copiar todo o seu conteúdo para lá antes de sincronizar, do contrário todos os seus arquivos serão removidos! Veja o FAQ para mais detalhes: %s","Nextcloud username":"Usuário da Nextcloud","Nextcloud password":"Senha da Nextcloud","WebDAV URL":"WebDAV URL","WebDAV username":"Usuário do WebDAV","WebDAV password":"Senha do WebDAV","Custom TLS certificates":"Certificados TLS customizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de caminhos para diretórios, separados por vírgula, de onde carregar os certificados, ou caminhos para arquivos cert. Por exemplo, /my/cert_dir, /other/custom.pem. Note que se você fizer mudanças nas configurações de TLS, você tem que salvar as mudanças antes de clicar em \"Verificar a configuração da sincronização\".","Ignore TLS certificate errors":"Ignorar erros de certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","The tag \"%s\" already exists. Please choose a different name.":"A tag \"%s\" já existe. Escolha um nome diferente.","Joplin Export File":"Arquivo de Exportação do Joplin","Markdown":"Markdown","Joplin Export Directory":"Diretório de Exportação do Joplin","Evernote Export File":"Arquivo de Exportação do Evernote","Json Export Directory":"Diretório de Exportação JSON","Directory":"Diretório","Cannot load \"%s\" module for format \"%s\"":"Não é possível carregar o módulo \"%s\" para o formato \"%s\"","Please specify import format for %s":"Favor especificar o formato de importação para %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este item atualmente está encriptado: %s \"%s\". Favor aguardar que todos os itens sejam decriptados e tente novamente.","There is no data to export.":"Não há dados a exportar.","Please specify the notebook where the notes should be imported to.":"Por favor, especifique o caderno para onde as notas deveriam ser importadas.","Items that cannot be synchronised":"Os itens não podem ser sincronizados","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes itens continuarão no dispositivo mas não serão enviados ao alvo de sincronização. Para encontrar esses itens, ou pesquise pelo título ou pelo ID (que é exibido nos colchetes acima)","Sync status (synced items / total items)":"Status de sincronização (sincronizados / totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Em conflito: %d","To delete: %d":"Para excluir: %d","Folders":"Pastas","%s: %d notes":"%s: %d notas","Coming alarms":"Próximos alarmes","On %s: %s":"Em %s: %s","Permission to use camera":"Permissão para utilizar sua c\\u00e2mera","Your permission to use your camera is required.":"É necessária a sua permissão para utilizar sua c\\u00e2mera.","There are currently no notes. Create one by clicking on the (+) button.":"Atualmente, não há notas. Crie uma, clicando no botão (+).","Delete these notes?":"Excluir estas notas?","Log":"Log","Export Debug Report":"Exportar Relatório de Debug","Encryption Config":"Configuração de Encriptação","Configuration":"Configuração","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Pressione para configurar a senha de decriptação.","Clear alarm":"Limpar alarme","Save alarm":"Salvar alarme","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","Checking... Please wait.":"Verificando... Por favor aguarde.","Success! Synchronisation configuration appears to be correct.":"Sucesso! A configuração da sincronização parece estar correta.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erro. Verifique se a URL, nome de usuário, senha, etc., estão corretos e tenha certeza que o destino da sincronização está acessível. O erro reportado foi:","The application has been authorised!":"O aplicativo foi autorizado!","Could not authorise application:\n\n%s\n\nPlease try again.":"Não foi possível autorizar o aplicativo:\n\n%s\n\nPor favor tente novamente.","Decrypted items: %s / %s":"Itens decriptados: %s / %s","New tags:":"Novas tags:","Type new tags or select from list":"Digite novsa tags, ou selecione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar corretamente, o app precisa das seguintes permissões. Por favor, habilite-as nas configurações do seu telefone, em Apps >Joplin > Permissões","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Armazenamento: para permitir anexar arquivos a notas e para permitir a sincronização do sistema de arquivos.","- Camera: to allow taking a picture and attaching it to a note.":"- Câmera: para permitir tirar fotos e anexar a uma nota.","- Location: to allow attaching geo-location information to a note.":"- Localização: para permitir anexar informações de geo-localização a uma nota.","Joplin website":"Site do Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login com Dropbox","Enter code here":"Enter code here","Master Key %s":"Chave Master %s","Created: %s":"Criado: %s","Password:":"Senha:","Password cannot be empty":"Senha não pode ser vazia","Enable":"Habilitar","The notebook could not be saved: %s":"O caderno não pôde ser salvo: %s","Edit notebook":"Editar caderno","Show all":"Exibir tudo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gravar alterações","Discard changes":"Descartar alterações","No item with ID %s":"Nenhum item com ID %s","The Joplin mobile app does not currently support this type of link: %s":"O app mobile do Joplin não suporta, atualmente, esse tipo de link: %s","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Take photo":"Tirar foto","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"Compartilhar","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Exibir metadados","View on map":"Ver no mapa","Go to source URL":"Ir para a URL de origem","Delete notebook":"Excluir caderno","Login with OneDrive":"Login com OneDrive","Search":"Procurar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Clique no botão (+) para criar uma nova nota ou caderno. Clique no menu lateral para acessar seus cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Você não possui cadernos. Crie um clicando no botão (+).","Welcome":"Bem-vindo"} \ No newline at end of file diff --git a/ElectronClient/app/locales/ro.json b/ElectronClient/app/locales/ro.json index bd9b068ff..8dd5343af 100644 --- a/ElectronClient/app/locales/ro.json +++ b/ElectronClient/app/locales/ro.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Pentru a șterge o eticheta, ștergeți eticheta respectivă din cadrul notițelor aferente.","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"Apăsați Ctrl+D ori scrieți \"exit\" pentru a ieși din aplicație","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"Niciun caiet de notițe nu a fost selectat.","No notebook has been specified.":"Niciun caiet de notițe nu a fost specificat.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"","No such command: %s":"Nu există o asemenea comandă: %s","The command \"%s\" is only available in GUI mode":"Comanda \"%s\" este disponibilă doar în modul GUI","Cannot change encrypted item":"Nu se poate schimba itemul criptat","Missing required argument: %s":"Lipsește argumentul necesar: %s","%s: %s":"%s: %s","Your choice: ":"Alegerea dumneavoastră: ","Invalid answer: %s":"Răspuns invalid: %s","Attaches the given file to the note.":"Atașează fișierul în notiță.","Cannot find \"%s\".":"Nu poate fi găsit \"%s\".","Displays the given note.":"","Displays the complete information about note.":"Afișează informațiile complete despre notiță.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"Marcați o sarcină ca fiind terminată.","Note is not a to-do: \"%s\"":"Notița nu este o sarcină: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"Operațiunea a fost amânată","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"Decriptare completă.","Enabled":"Activat","Disabled":"Dezactivat","Encryption is: %s":"Criptarea este: %s","Edit note.":"Editează notiță.","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"Niciun caiet de notițe activ.","Note does not exist: \"%s\". Create it?":"Notița nu există: \"%s\". Doriți să o creați?","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"Eroare deschidere notiță în editor: %s","Note has been saved.":"Notița a fost salvată.","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"Format la destinație: %s","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"Afișați informațiile de utilizare.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Scurtăturile nu sunt disponibile în modul CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"Comenzile posibile sunt:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Pentru a vă muta dintr-un panou în altul, apăsați Tab ori Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"Pentru a maximiza/minimiza consola, apăsați \"tc\".","To enter command line mode, press \":\"":"Pentru a intra în linia de comandă, apăsați \":\"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"Importați date în Joplin.","Source format: %s":"Formatul sursei: %s","Do not ask for confirmation.":"","Found: %d.":"Găsit: %d.","Created: %d.":"Creat: %d.","Updated: %d.":"Actualizat: %d.","Skipped: %d.":"Sărite: %d.","Resources: %d.":"Resurse: %d.","Tagged: %d.":"Etichetate: %d.","Importing notes...":"Se importă notițe...","The notes have been imported: %s":"Notițele au fost importante: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"Inversează ordinea sortării.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"Fie \"text\", fie \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"Selectați prima dată un caiet de notițe.","Creates a new notebook.":"Creați caiet de notițe.","Creates a new note.":"Creați o nouă notiță.","Notes can only be created within a notebook.":"Notițele pot fi create numai în cadrul unui caiet de notițe.","Creates a new to-do.":"Creează o nouă sarcină.","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"Șterge caietele de notițe fără a mai cere confirmarea.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"Ștergeți notița?","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"Pasul 1: Deschideți adresa URL în navigatorul dumneavoastră web pentru a autoriza aplicația:","Step 2: Enter the code provided by Dropbox:":"Pasul 2: Introduceți codul oferit de Dropbox:","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sincronizarea este deja în progres.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"Nu se poate inițializa sincronizatorul.","Starting synchronisation...":"Se începe sincronizarea...","Downloading resources...":"","Cancelling... Please wait.":"Se anulează... Vă rugăm să așteptați."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":"Comandă invalidă: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"Marcați o sarcină ca fiind necompletă.","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"Afișează informații despre versiune","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tip: %s.","Possible values: %s.":"Valori posibile: %s.","Default: %s":"Modul implicit: %s","Possible keys/values:":"Posibile chei/valori:","Type `joplin help` for usage information.":"Tastați `joplin help` pentru informații de utilizare.","Fatal error:":"Eroare fatală:","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"Căutați:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bine ați venit în Joplin!\n\nTastați `:help shortcuts` pentru afișarea listei scurtăturilor for ori doar `:help` pentru informații de utilizare.\n\nDe exemplu, creați un caiet de notițe apăsând 'mb'; pentru a crea o notă apăsați 'mn'.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"Se exportă către \"%s\" în format \"%s\". Vă rugăm să așteotați...","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"Fișier PDF","File":"Fișier","New note":"Adăugați o nouă notiță","New to-do":"Adăugați o nouă sarcină","New notebook":"Adăugați un nou caiet de notițe","Import":"Importați","Export":"Exportați","Print":"Printați","Hide %s":"Ascundeți %s","Quit":"Ieșiți","Edit":"Editați","Copy":"Copiați","Cut":"Tăiați","Paste":"Lipește","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"Editați într-un editor extern","Search in all the notes":"Căutați în toate notițele","Search in current note":"Search in current note","View":"Vizualizați","Toggle sidebar":"","Toggle editor layout":"","Tools":"Unelte","Synchronisation status":"Statusul sincronizării","Web clipper options":"","Encryption options":"Opțiuni de criptare","General Options":"Opțiuni Generale","Help":"Ajutor","Website and documentation":"Website și documentație","Make a donation":"Faceți o donație","Check for updates...":"Verificați actualizările...","About Joplin":"Despre Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Deschideți %s","Exit":"Ieșiți","OK":"OK","Cancel":"Anulați","Current version is up-to-date.":"Versiunea curentă este actualizată.","An update is available, do you want to download it now?":"","Yes":"Da","No":"Nu","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Dezactivați Web Clipper Service","The web clipper service is not enabled.":"","Enable Web Clipper Service":"Activați Web Clipper Service","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Pasul 2: Instalați extensia","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"Aplicați","Submit":"","Save":"Salvați","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"Dezactivați criptarea","Enable encryption":"Activați criptarea","Master Keys":"","Active":"Activ","ID":"ID","Source":"Sursă","Created":"Creat","Updated":"Actualizat","Password":"Parolă","Password OK":"Parolă OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Criptarea este:","Back":"Înapoi","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"Creați un caiet de sarcini prima dată.","Please create a notebook first":"Creați un caiet de sarcini prima dată","Notebook title:":"Titlul caietului de notițe:","Add or remove tags:":"Adăugați ori eliminați etichete:","Separate each tag by a comma.":"Separați fiecare etichetă printr-o virgulă.","Rename notebook:":"Redenumiți caietul de notițe:","Rename tag:":"Redenumiți eticheta:","Set alarm:":"Setați alarma:","Layout":"","Search...":"Caută...","Some items cannot be synchronised.":"Câțiva itemi nu pot fi sincronizați.","View them now":"Vizualizați-le acum","Some items cannot be decrypted.":"Câțiva itemi nu pot fi descriptați.","Set the password":"Setați parola","Add or remove tags":"Adăugați ori eliminați etichete","Duplicate":"Duplicați","%s - Copy":"%s - Copiați","Switch between note and to-do type":"Schimbați între notiță și sarcină","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiați link-ul Markdown","Delete":"Ștergeți","Delete notes?":"Ștergeți notițele?","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"Deschideți...","This file could not be opened: %s":"Acest fișier nu a putut fi deschis: %s","Save as...":"Salvați ca...","Copy path to clipboard":"Copiați locația în clipboard","Copy Link Address":"Copați adresa link-ului","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"Listați item","Insert Hyperlink":"Introduceți hyperlink","Attach file":"Atașați fișier","Tags":"Etichete","Set alarm":"Setați alarma","In: %s":"În: %s","Hyperlink":"Hyperlink","Code":"Cod","Numbered List":"Listă numerotată","Bulleted List":"Listă cu puncte","Checkbox":"Căsuță","Heading":"","Horizontal Rule":"Linie orizontală","Click to stop external editing":"Faceți click pentru a opri editarea în aplicația externă","Watching...":"","to-do":"sarcină","note":"notiță","Creating new %s...":"Se crează un %s...","Refresh":"Reîncărcați","Clear":"","OneDrive Login":"Autentificare OneDrive","Dropbox Login":"Autentificare Dropbox","Options":"Opțiuni","Synchronisation Status":"Statutul sincronizării","Encryption Options":"Opțiuni de criptare","Clipper Options":"Opțiuni Clipper","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"Redenumiți","Synchronise":"Sincronizați","Notebooks":"Caiete de notițe","Decrypting items: %d/%d":"Se decriptează itemi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Utilizare: %s","Unknown flag: %s":"","Dropbox":"Dropbox","File system":"","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Doar pentru teste)","WebDAV":"WebDAV","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"Fără denumire","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"Nu se poate accesa %s","Created local items: %d.":"Creare itemi locali: %d.","Updated local items: %d.":"Itemi locali actualizați: %d.","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"Itemi locali șterși: %d.","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"Se amână...","Completed: %s":"Completat: %s","Last error: %s":"Ultima eroare: %s","Idle":"","In progress":"În progres","Synchronisation is already in progress. State: %s":"","Encrypted":"Criptat","Encrypted items cannot be modified":"Itemii criptați nu pot fi editați","Conflicts":"Conflicte","Cannot move notebook to this location":"Nu se poate muta caietul de notițe în această locație","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"titlu","updated date":"data actualizării","created date":"data creării","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"Nu se poate copia notița în caietul de notițe \"%s\"","Cannot move note to \"%s\" notebook":"Nu se poate muta notița în caietul de notițe \"%s\"","Language":"Limbă","Date format":"Format dată","Time format":"Format timp","Theme":"Temă","Light":"Deschisă","Dark":"Închisă","Uncompleted to-dos on top":"","Show completed to-dos":"Arătați sarcinile terminate","Sort notes by":"Sortați notițele după","Reverse sort order":"Inversați ordinea sortării","Save geo-location with notes":"Salvați geo-locația în notițe","When creating a new to-do:":"Când este creată o nouă sarcină:","Focus title":"","Focus body":"","When creating a new note:":"Când este creată o nouă notiță:","Show tray icon":"Afișați iconița coșul de gunoi","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Actualizați automat aplicația","Synchronisation interval":"Intervalul de sincronizare","%d minutes":"%d minute","%d hour":"%d oră","%d hours":"%d ore","Text editor command":"Comandă editor de text","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"Afișați opțiunile avansate","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"URL NextCloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nume utilizator Nextcloud","Nextcloud password":"Parolă Nextcloud","WebDAV URL":"URL-ul WebDAV","WebDAV username":"Nume utilizator WebDAV","WebDAV password":"Parolă WebDAV","Custom TLS certificates":"Certificate TLS cusomizate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"Ignoră erorile de certificat TLS","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"Markdown","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"Nu există date de exportat.","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"Itemii nu pot fi sincronizați","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"În conflict: %d","To delete: %d":"De șters: %d","Folders":"","%s: %d notes":"%s: %d notițe","Coming alarms":"Alarmele următoare","On %s: %s":"Pe %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"Ștergeți aceste notițe?","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"Configurare","Move to notebook...":"Mutați în caietul de notițe...","Move %d notes to notebook \"%s\"?":"Mutați %d notițe în caietul de notițe \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Salvați alarma","Select date":"Selectați data","Confirm":"Confirmați","Cancel synchronisation":"Amânați sincronizarea","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etichete noi:","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Website Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Autentificați-vă cu Dropbox","Enter code here":"","Master Key %s":"","Created: %s":"Creat: %s","Password:":"Parolă:","Password cannot be empty":"Parolă nu poate fi un câmp gol","Enable":"Activați","The notebook could not be saved: %s":"Caietul de notițe nu a puut fi salvat: %s","Edit notebook":"Editați caietul de notițe","Show all":"Afișați tot","Errors only":"Doar erori","This note has been modified:":"Această notiță a fost modificată:","Save changes":"Salvați schimbările","Discard changes":"Renunțați la schimbări","No item with ID %s":"Niciun item cu ID-ul %s","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"Take photo","Attach photo":"Atașează imagine","Attach any file":"Atașați orice fișier","Share":"Distribuie","Convert to note":"","Convert to todo":"","Hide metadata":"Ascundeți metadatele","Show metadata":"Afișați metadatele","View on map":"Vizualizați pe hartă","Go to source URL":"","Delete notebook":"Ștergeți caiet de notițe","Login with OneDrive":"Autentificare prin OneDrive","Search":"Caută","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"Nu aveți niciun caiet de notițe creat. Creați unul făcând click pe butonnul (+).","Welcome":"Bine ați venit"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Pentru a șterge o eticheta, ștergeți eticheta respectivă din cadrul notițelor aferente.","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"Apăsați Ctrl+D ori scrieți \"exit\" pentru a ieși din aplicație","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"Niciun caiet de notițe nu a fost selectat.","No notebook has been specified.":"Niciun caiet de notițe nu a fost specificat.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"","No such command: %s":"Nu există o asemenea comandă: %s","The command \"%s\" is only available in GUI mode":"Comanda \"%s\" este disponibilă doar în modul GUI","Cannot change encrypted item":"Nu se poate schimba itemul criptat","Missing required argument: %s":"Lipsește argumentul necesar: %s","%s: %s":"%s: %s","Your choice: ":"Alegerea dumneavoastră: ","Invalid answer: %s":"Răspuns invalid: %s","Attaches the given file to the note.":"Atașează fișierul în notiță.","Cannot find \"%s\".":"Nu poate fi găsit \"%s\".","Displays the given note.":"","Displays the complete information about note.":"Afișează informațiile complete despre notiță.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"Marcați o sarcină ca fiind terminată.","Note is not a to-do: \"%s\"":"Notița nu este o sarcină: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"Operațiunea a fost amânată","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"Decriptare completă.","Enabled":"Activat","Disabled":"Dezactivat","Encryption is: %s":"Criptarea este: %s","Edit note.":"Editează notiță.","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"Niciun caiet de notițe activ.","Note does not exist: \"%s\". Create it?":"Notița nu există: \"%s\". Doriți să o creați?","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"Eroare deschidere notiță în editor: %s","Note has been saved.":"Notița a fost salvată.","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"Format la destinație: %s","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"Afișați informațiile de utilizare.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Scurtăturile nu sunt disponibile în modul CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"Comenzile posibile sunt:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Pentru a vă muta dintr-un panou în altul, apăsați Tab ori Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"Pentru a maximiza/minimiza consola, apăsați \"tc\".","To enter command line mode, press \":\"":"Pentru a intra în linia de comandă, apăsați \":\"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"Importați date în Joplin.","Source format: %s":"Formatul sursei: %s","Do not ask for confirmation.":"","Found: %d.":"Găsit: %d.","Created: %d.":"Creat: %d.","Updated: %d.":"Actualizat: %d.","Skipped: %d.":"Sărite: %d.","Resources: %d.":"Resurse: %d.","Tagged: %d.":"Etichetate: %d.","Importing notes...":"Se importă notițe...","The notes have been imported: %s":"Notițele au fost importante: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"Inversează ordinea sortării.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"Fie \"text\", fie \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"Selectați prima dată un caiet de notițe.","Creates a new notebook.":"Creați caiet de notițe.","Creates a new note.":"Creați o nouă notiță.","Notes can only be created within a notebook.":"Notițele pot fi create numai în cadrul unui caiet de notițe.","Creates a new to-do.":"Creează o nouă sarcină.","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"Șterge caietele de notițe fără a mai cere confirmarea.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"Ștergeți notița?","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"Pasul 1: Deschideți adresa URL în navigatorul dumneavoastră web pentru a autoriza aplicația:","Step 2: Enter the code provided by Dropbox:":"Pasul 2: Introduceți codul oferit de Dropbox:","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sincronizarea este deja în progres.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"Nu se poate inițializa sincronizatorul.","Starting synchronisation...":"Se începe sincronizarea...","Downloading resources...":"","Cancelling... Please wait.":"Se anulează... Vă rugăm să așteptați."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":"Comandă invalidă: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"Marcați o sarcină ca fiind necompletă.","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"Afișează informații despre versiune","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tip: %s.","Possible values: %s.":"Valori posibile: %s.","Default: %s":"Modul implicit: %s","Possible keys/values:":"Posibile chei/valori:","Type `joplin help` for usage information.":"Tastați `joplin help` pentru informații de utilizare.","Fatal error:":"Eroare fatală:","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"Căutați:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bine ați venit în Joplin!\n\nTastați `:help shortcuts` pentru afișarea listei scurtăturilor for ori doar `:help` pentru informații de utilizare.\n\nDe exemplu, creați un caiet de notițe apăsând 'mb'; pentru a crea o notă apăsați 'mn'.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"Se exportă către \"%s\" în format \"%s\". Vă rugăm să așteotați...","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"Fișier PDF","File":"Fișier","New note":"Adăugați o nouă notiță","New to-do":"Adăugați o nouă sarcină","New notebook":"Adăugați un nou caiet de notițe","Import":"Importați","Export":"Exportați","Print":"Printați","Hide %s":"Ascundeți %s","Quit":"Ieșiți","Edit":"Editați","Copy":"Copiați","Cut":"Tăiați","Paste":"Lipește","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"Editați într-un editor extern","Search in all the notes":"Căutați în toate notițele","Search in current note":"Search in current note","View":"Vizualizați","Toggle sidebar":"","Toggle editor layout":"","Tools":"Unelte","Synchronisation status":"Statusul sincronizării","Web clipper options":"","Encryption options":"Opțiuni de criptare","General Options":"Opțiuni Generale","Help":"Ajutor","Website and documentation":"Website și documentație","Make a donation":"Faceți o donație","Check for updates...":"Verificați actualizările...","About Joplin":"Despre Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Deschideți %s","Exit":"Ieșiți","OK":"OK","Cancel":"Anulați","Current version is up-to-date.":"Versiunea curentă este actualizată.","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"Da","No":"Nu","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Dezactivați Web Clipper Service","The web clipper service is not enabled.":"","Enable Web Clipper Service":"Activați Web Clipper Service","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Pasul 2: Instalați extensia","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"Aplicați","Submit":"","Save":"Salvați","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"Dezactivați criptarea","Enable encryption":"Activați criptarea","Master Keys":"","Active":"Activ","ID":"ID","Source":"Sursă","Created":"Creat","Updated":"Actualizat","Password":"Parolă","Password OK":"Parolă OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Criptarea este:","Back":"Înapoi","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"Creați un caiet de sarcini prima dată.","Please create a notebook first":"Creați un caiet de sarcini prima dată","Notebook title:":"Titlul caietului de notițe:","Add or remove tags:":"Adăugați ori eliminați etichete:","Separate each tag by a comma.":"Separați fiecare etichetă printr-o virgulă.","Rename notebook:":"Redenumiți caietul de notițe:","Rename tag:":"Redenumiți eticheta:","Set alarm:":"Setați alarma:","Layout":"","Search...":"Caută...","Some items cannot be synchronised.":"Câțiva itemi nu pot fi sincronizați.","View them now":"Vizualizați-le acum","Some items cannot be decrypted.":"Câțiva itemi nu pot fi descriptați.","Set the password":"Setați parola","Add or remove tags":"Adăugați ori eliminați etichete","Duplicate":"Duplicați","%s - Copy":"%s - Copiați","Switch between note and to-do type":"Schimbați între notiță și sarcină","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiați link-ul Markdown","Delete":"Ștergeți","Delete notes?":"Ștergeți notițele?","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"Deschideți...","This file could not be opened: %s":"Acest fișier nu a putut fi deschis: %s","Save as...":"Salvați ca...","Copy path to clipboard":"Copiați locația în clipboard","Copy Link Address":"Copați adresa link-ului","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"Listați item","Insert Hyperlink":"Introduceți hyperlink","Attach file":"Atașați fișier","Tags":"Etichete","Set alarm":"Setați alarma","In: %s":"În: %s","Hyperlink":"Hyperlink","Code":"Cod","Numbered List":"Listă numerotată","Bulleted List":"Listă cu puncte","Checkbox":"Căsuță","Heading":"","Horizontal Rule":"Linie orizontală","Click to stop external editing":"Faceți click pentru a opri editarea în aplicația externă","Watching...":"","to-do":"sarcină","note":"notiță","Creating new %s...":"Se crează un %s...","Refresh":"Reîncărcați","Clear":"","OneDrive Login":"Autentificare OneDrive","Dropbox Login":"Autentificare Dropbox","Options":"Opțiuni","Synchronisation Status":"Statutul sincronizării","Encryption Options":"Opțiuni de criptare","Clipper Options":"Opțiuni Clipper","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"Redenumiți","Synchronise":"Sincronizați","Notebooks":"Caiete de notițe","Decrypting items: %d/%d":"Se decriptează itemi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Utilizare: %s","Unknown flag: %s":"","Dropbox":"Dropbox","File system":"","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Doar pentru teste)","WebDAV":"WebDAV","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"Fără denumire","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"Nu se poate accesa %s","Created local items: %d.":"Creare itemi locali: %d.","Updated local items: %d.":"Itemi locali actualizați: %d.","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"Itemi locali șterși: %d.","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"Se amână...","Completed: %s":"Completat: %s","Last error: %s":"Ultima eroare: %s","Idle":"","In progress":"În progres","Synchronisation is already in progress. State: %s":"","Encrypted":"Criptat","Encrypted items cannot be modified":"Itemii criptați nu pot fi editați","Conflicts":"Conflicte","Cannot move notebook to this location":"Nu se poate muta caietul de notițe în această locație","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"titlu","updated date":"data actualizării","created date":"data creării","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"Nu se poate copia notița în caietul de notițe \"%s\"","Cannot move note to \"%s\" notebook":"Nu se poate muta notița în caietul de notițe \"%s\"","Language":"Limbă","Date format":"Format dată","Time format":"Format timp","Theme":"Temă","Light":"Deschisă","Dark":"Închisă","Uncompleted to-dos on top":"","Show completed to-dos":"Arătați sarcinile terminate","Sort notes by":"Sortați notițele după","Reverse sort order":"Inversați ordinea sortării","Save geo-location with notes":"Salvați geo-locația în notițe","When creating a new to-do:":"Când este creată o nouă sarcină:","Focus title":"","Focus body":"","When creating a new note:":"Când este creată o nouă notiță:","Show tray icon":"Afișați iconița coșul de gunoi","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Actualizați automat aplicația","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalul de sincronizare","%d minutes":"%d minute","%d hour":"%d oră","%d hours":"%d ore","Text editor command":"Comandă editor de text","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"Afișați opțiunile avansate","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"URL NextCloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nume utilizator Nextcloud","Nextcloud password":"Parolă Nextcloud","WebDAV URL":"URL-ul WebDAV","WebDAV username":"Nume utilizator WebDAV","WebDAV password":"Parolă WebDAV","Custom TLS certificates":"Certificate TLS cusomizate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"Ignoră erorile de certificat TLS","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"Markdown","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"Nu există date de exportat.","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"Itemii nu pot fi sincronizați","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"În conflict: %d","To delete: %d":"De șters: %d","Folders":"","%s: %d notes":"%s: %d notițe","Coming alarms":"Alarmele următoare","On %s: %s":"Pe %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"Ștergeți aceste notițe?","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"Configurare","Move to notebook...":"Mutați în caietul de notițe...","Move %d notes to notebook \"%s\"?":"Mutați %d notițe în caietul de notițe \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Salvați alarma","Select date":"Selectați data","Confirm":"Confirmați","Cancel synchronisation":"Amânați sincronizarea","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etichete noi:","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Website Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Autentificați-vă cu Dropbox","Enter code here":"","Master Key %s":"","Created: %s":"Creat: %s","Password:":"Parolă:","Password cannot be empty":"Parolă nu poate fi un câmp gol","Enable":"Activați","The notebook could not be saved: %s":"Caietul de notițe nu a puut fi salvat: %s","Edit notebook":"Editați caietul de notițe","Show all":"Afișați tot","Errors only":"Doar erori","This note has been modified:":"Această notiță a fost modificată:","Save changes":"Salvați schimbările","Discard changes":"Renunțați la schimbări","No item with ID %s":"Niciun item cu ID-ul %s","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"Take photo","Attach photo":"Atașează imagine","Attach any file":"Atașați orice fișier","Share":"Distribuie","Convert to note":"","Convert to todo":"","Hide metadata":"Ascundeți metadatele","Show metadata":"Afișați metadatele","View on map":"Vizualizați pe hartă","Go to source URL":"","Delete notebook":"Ștergeți caiet de notițe","Login with OneDrive":"Autentificare prin OneDrive","Search":"Caută","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"Nu aveți niciun caiet de notițe creat. Creați unul făcând click pe butonnul (+).","Welcome":"Bine ați venit"} \ No newline at end of file diff --git a/ElectronClient/app/locales/ru_RU.json b/ElectronClient/app/locales/ru_RU.json index adf06c50e..bc1f75ee2 100644 --- a/ElectronClient/app/locales/ru_RU.json +++ b/ElectronClient/app/locales/ru_RU.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Чтобы удалить тег, уберите его с ассоциированных с ним заметок.","Please select the note or notebook to be deleted first.":"Сначала выберите заметку или блокнот, которые должны быть удалены.","Press Ctrl+D or type \"exit\" to exit the application":"Для выхода из приложения нажмите Ctrl+D или введите «exit»","More than one item match \"%s\". Please narrow down your query.":"Более одного элемента соответствуют «%s». Уточните ваш запрос, пожалуйста.","No notebook selected.":"Не выбран блокнот.","No notebook has been specified.":"Не был указан блокнот.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Отмена фоновой синхронизации... Пожалуйста, ожидайте.","No such command: %s":"Нет такой команды: %s","The command \"%s\" is only available in GUI mode":"Команда «%s» доступна только в режиме GUI","Cannot change encrypted item":"Не удалось изменить зашифрованный элемент","Missing required argument: %s":"Отсутствует требуемый аргумент: %s","%s: %s":"%s: %s","Your choice: ":"Ваш выбор: ","Invalid answer: %s":"Неверный ответ: %s","Attaches the given file to the note.":"Прикрепляет заданный файл к заметке.","Cannot find \"%s\".":"Не удалось найти «%s».","Displays the given note.":"Отображает заданную заметку.","Displays the complete information about note.":"Отображает полную информацию о заметке.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Выводит или задаёт параметр конфигурации. Если [value] не указано, выведет значение [name]. Если не указаны ни [name], ни [value], выведет текущую конфигурацию.","Also displays unset and hidden config variables.":"Также выводит неустановленные или скрытые переменные конфигурации.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Дублирует заметки, содержащие , в [notebook]. Если блокнот не указан, заметки продублируются в текущем.","Marks a to-do as done.":"Отмечает задачу как завершённую.","Note is not a to-do: \"%s\"":"Заметка не является задачей: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Управляет конфигурацией E2EE. Команды: `enable`, `disable`, `decrypt`, `status` и `target-status`.","Enter master password:":"Введите мастер-пароль:","Operation cancelled":"Операция отменена","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Запуск расшифровки... Пожалуйста, ожидайте. Время расшифровки зависит от объёма расшифровываемых данных.","Completed decryption.":"Расшифровка завершена.","Enabled":"Включено","Disabled":"Отключено","Encryption is: %s":"Шифрование: %s","Edit note.":"Редактировать заметку.","No text editor is defined. Please set it using `config editor `":"Текстовый редактор не определён. Задайте его, используя `config editor `","No active notebook.":"Нет активного блокнота.","Note does not exist: \"%s\". Create it?":"Заметки не существует: «%s». Создать?","Starting to edit note. Close the editor to get back to the prompt.":"Запуск редактирования заметки. Закройте редактор, чтобы вернуться к командной строке.","Error opening note in editor: %s":"Ошибка при открытии заметки в редакторе: %s","Note has been saved.":"Заметка сохранена.","Exits the application.":"Выход из приложения.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Экспортирует данные Joplin по заданному пути. По умолчанию экспортируется полная база данных, включая блокноты, заметки, теги и ресурсы.","Destination format: %s":"Целевой формат: %s","Exports only the given note.":"Экспортирует только заданную заметку.","Exports only the given notebook.":"Экспортирует только заданный блокнот.","Displays a geolocation URL for the note.":"Выводит URL геолокации для заметки.","Displays usage information.":"Выводит информацию об использовании.","For information on how to customise the shortcuts please visit %s":"Информацию по настройке сочетаний можно получить, посетив %s","Shortcuts are not available in CLI mode.":"Ярлыки недоступны в режиме командной строки.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Введите `help [команда]` для получения информации о команде или `help all` для получения полной информации по использованию.","The possible commands are:":"Доступные команды:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"В любой команде можно ссылаться на заметку или блокнот по названию или ID, либо используя ярлыки `$n` или `$b`, указывающие на текущую заметку или блокнот соответственно. С помощью `$c` можно ссылаться на текущий выбранный элемент.","To move from one pane to another, press Tab or Shift+Tab.":"Чтобы переключаться между панелями, нажимайте Tab или Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Используйте стрелки и клавиши перелистывания страницы вверх/вниз для прокрутки списков и текстовых областей (включая эту консоль).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Чтобы войти в режим командной строки, нажмите «:»","To exit command line mode, press ESCAPE":"Чтобы выйти из режима командной строки, нажмите ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Для просмотра списка клавиатурных сочетаний и настроек конфигурации введите `help keymap`","Imports data into Joplin.":"Импортирует данные в Joplin.","Source format: %s":"Исходный формат: %s","Do not ask for confirmation.":"Не запрашивать подтверждение.","Found: %d.":"Найдено: %d.","Created: %d.":"Создано: %d.","Updated: %d.":"Обновлено: %d.","Skipped: %d.":"Пропущено: %d.","Resources: %d.":"Ресурсов: %d.","Tagged: %d.":"С тегами: %d.","Importing notes...":"Импорт заметок...","The notes have been imported: %s":"Импортировано заметок: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Выводит заметки текущего блокнота. Используйте `ls /` для вывода списка блокнотов.","Displays only the first top notes.":"Выводит только первые заметок.","Sorts the item by (eg. title, updated_time, created_time).":"Сортирует элементы по (например, title, updated_time, created_time).","Reverses the sorting order.":"Обращает порядок сортировки.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Выводит только элементы указанного типа. Может быть `n` для заметок, `t` для задач или `nt` для заметок и задач (например, `-tt` выведет только задачи, в то время как `-ttd` выведет заметки и задачи).","Either \"text\" or \"json\"":"«text» или «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Использовать формат длинного списка. Форматом является ID, NOTE_COUNT (для блокнотов), DATE, TODO_CHECKED (для задач), TITLE","Please select a notebook first.":"Сначала выберите блокнот.","Creates a new notebook.":"Создаёт новый блокнот.","Creates a new note.":"Создаёт новую заметку.","Notes can only be created within a notebook.":"Заметки могут быть созданы только в блокноте.","Creates a new to-do.":"Создаёт новую задачу.","Moves the notes matching to [notebook].":"Перемещает заметки, содержащие в [notebook].","Renames the given (note or notebook) to .":"Переименовывает заданный (заметку или блокнот) в .","Deletes the given notebook.":"Удаляет заданный блокнот.","Deletes the notebook without asking for confirmation.":"Удаляет блокнот без запроса подтверждения.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Удаляет заметки, соответствующие .","Deletes the notes without asking for confirmation.":"Удаляет заметки без запроса подтверждения.","%d notes match this pattern. Delete them?":"%d заметок соответствуют этому шаблону. Удалить их?","Delete note?":"Удалить заметку?","Searches for the given in all the notes.":"Запросы для заданного во всех заметках.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Устанавливает для свойства заданной заданное [value]. Возможные свойства:\n\n%s","Displays summary about the notes and notebooks.":"Выводит общую информацию о заметках и блокнотах.","Synchronises with remote storage.":"Синхронизирует с удалённым хранилищем.","Sync to provided target (defaults to sync.target config value)":"Синхронизация с заданной целью (по умолчанию — значение конфигурации sync.target)","Authentication was not completed (did not receive an authentication token).":"Аутентификация не была завершена (не получен токен аутентификации).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Не аутентифицировано с %s. Пожалуйста, предоставьте все недостающие данные.","Synchronisation is already in progress.":"Синхронизация уже выполняется.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Файл блокировки уже установлен. Если вам известно, что синхронизация не производится, вы можете удалить файл блокировки в «%s» и возобновить операцию.","Synchronisation target: %s (%s)":"Цель синхронизации: %s (%s)","Cannot initialize synchroniser.":"Не удалось инициировать синхронизацию.","Starting synchronisation...":"Начало синхронизации...","Downloading resources...":"","Cancelling... Please wait.":"Отмена... Пожалуйста, ожидайте."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Неверная команда: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" может быть «toggle» или «clear». «toggle» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «clear» используется для преобразования задачи обратно в обычную заметку.","Marks a to-do as non-completed.":"Отмечает задачу как незавершённую.","Switches to [notebook] - all further operations will happen within this notebook.":"Переключает на [блокнот] — все дальнейшие операции будут происходить в этом блокноте.","Displays version information":"Выводит информацию о версии","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Тип: %s.","Possible values: %s.":"Возможные значения: %s.","Default: %s":"По умолчанию: %s","Possible keys/values:":"Возможные ключи/значения:","Type `joplin help` for usage information.":"Введите `joplin help` для получения информации об использовании.","Fatal error:":"Фатальная ошибка:","The application has been authorised - you may now close this browser tab.":"Приложение авторизовано — можно закрыть вкладку браузера.","The application has been successfully authorised.":"Приложение успешно авторизовано.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Откройте следующую ссылку в вашем браузере для аутентификации приложения. Приложением будет создан каталог «Apps/Joplin». Чтение и запись файлов будет осуществляться только в его пределах. У приложения не будет доступа к каким-либо файлам за пределами этого каталога и другим личным данным. Никакая информация не будет передана третьим лицам.","Search:":"Поиск:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Добро пожаловать в Joplin!\n\nВведите `:help shortcuts` для просмотра списка клавиатурных сочетаний или просто `:help` для просмотра информации об использовании.\n\nНапример, для создания блокнота нужно ввести `mb`, для создания заметки — `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Один или несколько элементов сейчас зашифрованы и может потребоваться, чтобы вы предоставили мастер-пароль. Для этого введите, пожалуйста, «e2ee decrypt». Если пароль уже был вами предоставлен, зашифрованные элементы расшифруются в фоновом режиме и вскоре станут доступны.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Экспорт в «%s» в формате «%s». Пожалуйста, ожидайте...","Importing from \"%s\" as \"%s\" format. Please wait...":"Импорт из «%s» в формате «%s». Пожалуйста, ожидайте...","PDF File":"PDF-файл","File":"Файл","New note":"Новая заметка","New to-do":"Новая задача","New notebook":"Новый блокнот","Import":"Импорт","Export":"Экспорт","Print":"Печать","Hide %s":"Скрыть %s","Quit":"Выход","Edit":"Правка","Copy":"Копировать","Cut":"Вырезать","Paste":"Вставить","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Поиск во всех заметках","Search in current note":"Search in current note","View":"Вид","Toggle sidebar":"Переключить панель","Toggle editor layout":"Переключить вид редактора","Tools":"Инструменты","Synchronisation status":"Статус синхронизации","Web clipper options":"Настройки веб-клиппера","Encryption options":"Настройки шифрования","General Options":"Основные настройки","Help":"Помощь","Website and documentation":"Сайт и документация","Make a donation":"Сделать пожертвование","Check for updates...":"Проверить обновления...","About Joplin":"О Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Открыть %s","Exit":"Выход","OK":"OK","Cancel":"Отмена","Current version is up-to-date.":"Вы используете самую свежую версию.","An update is available, do you want to download it now?":"Доступно обновление. Желаете скачать его сейчас?","Yes":"Да","No":"Нет","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Веб-клиппер включен","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Выключить веб-клиппер","The web clipper service is not enabled.":"Веб-клиппер остановлен","Enable Web Clipper Service":"Включить веб-клиппер","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"Шаг 1: включить веб-клиппер","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Шаг 2: установить расширение","Download and install the relevant extension for your browser:":"Скачайте и установите расширение для вашего браузера","Advanced options":"Advanced options","Authorisation token:":"Токен авторизации","Copy token":"Скопировать токен","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Apply":"Применить","Submit":"Отправить","Save":"Сохранить","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Отключение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в расшифрованном виде к цели синхронизации. Желаете продолжить?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Включение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в зашифрованном виде к цели синхронизации. Не теряйте пароль, так как в целях безопасности *только* с его помощью можно будет расшифровать данные! Чтобы включить шифрование, введите ваш пароль ниже.","Disable encryption":"Отключить шифрование","Enable encryption":"Включить шифрование","Master Keys":"Мастер-ключи","Active":"Активен","ID":"ID","Source":"Источник","Created":"Создан","Updated":"Обновлён","Password":"Пароль","Password OK":"Пароль OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Внимание: Для шифрования может быть использован только один мастер-ключ (отмеченный как «активный»). Для расшифровки может использоваться любой из ключей, в зависимости от того, как изначально были зашифрованы заметки или блокноты.","Missing Master Keys":"Недостающие мастер-ключи","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Мастер-ключи с такими ID используются для шифрования некоторых из ваших элементов, однако у приложения сейчас нет к ним доступа. Скорее всего, они загрузятся при синхронизации.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Статус","Encryption is:":"Шифрование:","Back":"Назад","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Будет создан новый блокнот «%s» и в него будет импортирован файл «%s»","Please create a notebook first.":"Сначала создайте блокнот.","Please create a notebook first":"Сначала создайте блокнот","Notebook title:":"Название блокнота:","Add or remove tags:":"Добавить или удалить теги:","Separate each tag by a comma.":"Каждый тег отделяется запятой.","Rename notebook:":"Переименовать блокнот:","Rename tag:":"Rename tag:","Set alarm:":"Установить напоминание:","Layout":"Вид","Search...":"Search...","Some items cannot be synchronised.":"Некоторые элементы не могут быть синхронизированы.","View them now":"Просмотреть их сейчас","Some items cannot be decrypted.":"Некоторые элементы не могут быть расшифрованы.","Set the password":"Установить пароль","Add or remove tags":"Добавить или удалить теги","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Переключить тип между заметкой и задачей","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Удалить","Delete notes?":"Удалить заметки?","No notes in here. Create one by clicking on \"New note\".":"Здесь нет заметок. Создайте новую нажатием на «Новая заметка».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Location":"","URL":"","Note properties":"","Open...":"Открыть...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Сохранить как...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"задача","note":"заметка","Creating new %s...":"Создание новой %s...","Refresh":"Обновить","Clear":"Очистить","OneDrive Login":"Вход в OneDrive","Dropbox Login":"","Options":"Настройки","Synchronisation Status":"Статус синхронизации","Encryption Options":"Настройки шифрования","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Убрать этот тег со всех заметок?","Remove this search from the sidebar?":"Убрать этот запрос с боковой панели?","Rename":"Переименовать","Synchronise":"Синхронизировать","Notebooks":"Блокноты","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Выберите, куда должен быть экспортирован статус синхронизации","Usage: %s":"Использование: %s","Unknown flag: %s":"Неизвестный флаг: %s","Dropbox":"","File system":"Файловая система","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (только для тестирования)","WebDAV":"WebDAV","Unknown log level: %s":"Неизвестный уровень лога: %s","Unknown level ID: %s":"Неизвестный ID уровня: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","Untitled":"Без имени","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Не удалось синхронизироваться с OneDrive.\n\nТакая ошибка часто возникает при использовании OneDrive для бизнеса, который, к сожалению, не поддерживается.\n\nПожалуйста, рассмотрите возможность использования обычного аккаунта OneDrive.","Cannot access %s":"Не удалось получить доступ %s","Created local items: %d.":"Создано локальных элементов: %d.","Updated local items: %d.":"Обновлено локальных элементов: %d.","Created remote items: %d.":"Создано удалённых элементов: %d.","Updated remote items: %d.":"Обновлено удалённых элементов: %d.","Deleted local items: %d.":"Удалено локальных элементов: %d.","Deleted remote items: %d.":"Удалено удалённых элементов: %d.","Fetched items: %d/%d.":"Получено элементов: %d/%d.","Cancelling...":"Отмена...","Completed: %s":"Завершено: %s","Last error: %s":"Последняя ошибка: %s","Idle":"Простой","In progress":"Выполнение","Synchronisation is already in progress. State: %s":"Синхронизация уже выполняется. Статус: %s","Encrypted":"Зашифровано","Encrypted items cannot be modified":"Зашифрованные элементы не могут быть изменены","Conflicts":"Конфликты","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Language":"Язык","Date format":"Формат даты","Time format":"Формат времени","Theme":"Тема","Light":"Светлая","Dark":"Тёмная","Uncompleted to-dos on top":"Незавершённые задачи сверху","Show completed to-dos":"Show completed to-dos","Sort notes by":"Сортировать заметки по","Reverse sort order":"Обратный порядок сортировки","Save geo-location with notes":"Сохранять информацию о геолокации в заметках","When creating a new to-do:":"При создании новой задачи:","Focus title":"Фокус на названии","Focus body":"Фокус на содержимом","When creating a new note:":"При создании новой заметки:","Show tray icon":"Показывать иконку в панели задач","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Глобальный масштаб в процентах","Editor font size":"Editor font size","Editor font family":"Семейство шрифтов редактора","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Автоматически обновлять приложение","Synchronisation interval":"Интервал синхронизации","%d minutes":"%d минут","%d hour":"%d час","%d hours":"%d часов","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Показывать расширенные настройки","Synchronisation target":"Цель синхронизации","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Цель синхронизации. Каждая цель синхронизации может иметь дополнительные параметры, именованные как «sync.NUM.NAME» (все описаны ниже).","Directory to synchronise with (absolute path)":"Каталог синхронизации (абсолютный путь)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Путь для синхронизации при включённой синхронизации с файловой системой. См. `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","Json Export Directory":"Json Export Directory","Directory":"Директория","Cannot load \"%s\" module for format \"%s\"":"Не удалось загрузить модуль «%s» для формата «%s»","Please specify import format for %s":"Пожалуйста, укажите формат импорта для %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Этот элемент сейчас зашифрован: %s «%s». Пожалуйста, дождитесь расшифровки всех элементов и попробуйте снова.","There is no data to export.":"Нет данных для экспорта.","Please specify the notebook where the notes should be imported to.":"Пожалуйста, укажите блокнот, в который должны быть импортированы заметки.","Items that cannot be synchronised":"Элементы, которые не могут быть синхронизированы","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Эти элементы будут оставаться на устройстве, но не будут загружены в целевой объект синхронизации. Чтобы найти эти элементы, воспользуйтесь поиском по названию или ID (который указывается в скобках выше).","Sync status (synced items / total items)":"Статус синхронизации (элементов синхронизировано/всего)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Всего: %d/%d","Conflicted: %d":"Конфликтующих: %d","To delete: %d":"К удалению: %d","Folders":"Папки","%s: %d notes":"%s: %d заметок","Coming alarms":"Грядущие напоминания","On %s: %s":"В %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Сейчас здесь нет заметок. Создаёте новую, нажав кнопку (+).","Delete these notes?":"Удалить эти заметки?","Log":"Лог","Export Debug Report":"Экспортировать отладочный отчёт","Encryption Config":"Конфигурация шифрования","Configuration":"Конфигурация","Move to notebook...":"Переместить в блокнот...","Move %d notes to notebook \"%s\"?":"Переместить %d заметок в блокнот «%s»?","Press to set the decryption password.":"Нажмите, чтобы установить пароль для расшифровки.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Сайт Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Мастер-ключ %s","Created: %s":"Создано: %s","Password:":"Пароль:","Password cannot be empty":"Пароль не может быть пустым","Enable":"Включено","The notebook could not be saved: %s":"Не удалось сохранить блокнот: %s","Edit notebook":"Редактировать блокнот","Show all":"Показать всё","Errors only":"Только ошибки","This note has been modified:":"Эта заметка была изменена:","Save changes":"Сохранить изменения","Discard changes":"Отменить изменения","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Неподдерживаемый формат изображения: %s","Take photo":"Take photo","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","Go to source URL":"","Delete notebook":"Удалить блокнот","Login with OneDrive":"Войти в OneDrive","Search":"Поиск","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Нажмите на кнопку (+) для создания новой заметки или нового блокнота. Нажмите на боковое меню для доступа к вашим существующим блокнотам.","You currently have no notebook. Create one by clicking on (+) button.":"У вас сейчас нет блокнота. Создайте его нажатием на кнопку (+).","Welcome":"Добро пожаловать"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Чтобы удалить тег, уберите его с ассоциированных с ним заметок.","Please select the note or notebook to be deleted first.":"Сначала выберите заметку или блокнот, которые должны быть удалены.","Press Ctrl+D or type \"exit\" to exit the application":"Для выхода из приложения нажмите Ctrl+D или введите «exit»","More than one item match \"%s\". Please narrow down your query.":"Более одного элемента соответствуют «%s». Уточните ваш запрос, пожалуйста.","No notebook selected.":"Не выбран блокнот.","No notebook has been specified.":"Не был указан блокнот.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Отмена фоновой синхронизации... Пожалуйста, ожидайте.","No such command: %s":"Нет такой команды: %s","The command \"%s\" is only available in GUI mode":"Команда «%s» доступна только в режиме GUI","Cannot change encrypted item":"Не удалось изменить зашифрованный элемент","Missing required argument: %s":"Отсутствует требуемый аргумент: %s","%s: %s":"%s: %s","Your choice: ":"Ваш выбор: ","Invalid answer: %s":"Неверный ответ: %s","Attaches the given file to the note.":"Прикрепляет заданный файл к заметке.","Cannot find \"%s\".":"Не удалось найти «%s».","Displays the given note.":"Отображает заданную заметку.","Displays the complete information about note.":"Отображает полную информацию о заметке.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Выводит или задаёт параметр конфигурации. Если [value] не указано, выведет значение [name]. Если не указаны ни [name], ни [value], выведет текущую конфигурацию.","Also displays unset and hidden config variables.":"Также выводит неустановленные или скрытые переменные конфигурации.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Дублирует заметки, содержащие , в [notebook]. Если блокнот не указан, заметки продублируются в текущем.","Marks a to-do as done.":"Отмечает задачу как завершённую.","Note is not a to-do: \"%s\"":"Заметка не является задачей: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Управляет конфигурацией E2EE. Команды: `enable`, `disable`, `decrypt`, `status` и `target-status`.","Enter master password:":"Введите мастер-пароль:","Operation cancelled":"Операция отменена","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Запуск расшифровки... Пожалуйста, ожидайте. Время расшифровки зависит от объёма расшифровываемых данных.","Completed decryption.":"Расшифровка завершена.","Enabled":"Включено","Disabled":"Отключено","Encryption is: %s":"Шифрование: %s","Edit note.":"Редактировать заметку.","No text editor is defined. Please set it using `config editor `":"Текстовый редактор не определён. Задайте его, используя `config editor `","No active notebook.":"Нет активного блокнота.","Note does not exist: \"%s\". Create it?":"Заметки не существует: «%s». Создать?","Starting to edit note. Close the editor to get back to the prompt.":"Запуск редактирования заметки. Закройте редактор, чтобы вернуться к командной строке.","Error opening note in editor: %s":"Ошибка при открытии заметки в редакторе: %s","Note has been saved.":"Заметка сохранена.","Exits the application.":"Выход из приложения.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Экспортирует данные Joplin по заданному пути. По умолчанию экспортируется полная база данных, включая блокноты, заметки, теги и ресурсы.","Destination format: %s":"Целевой формат: %s","Exports only the given note.":"Экспортирует только заданную заметку.","Exports only the given notebook.":"Экспортирует только заданный блокнот.","Displays a geolocation URL for the note.":"Выводит URL геолокации для заметки.","Displays usage information.":"Выводит информацию об использовании.","For information on how to customise the shortcuts please visit %s":"Информацию по настройке сочетаний можно получить, посетив %s","Shortcuts are not available in CLI mode.":"Ярлыки недоступны в режиме командной строки.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Введите `help [команда]` для получения информации о команде или `help all` для получения полной информации по использованию.","The possible commands are:":"Доступные команды:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"В любой команде можно ссылаться на заметку или блокнот по названию или ID, либо используя ярлыки `$n` или `$b`, указывающие на текущую заметку или блокнот соответственно. С помощью `$c` можно ссылаться на текущий выбранный элемент.","To move from one pane to another, press Tab or Shift+Tab.":"Чтобы переключаться между панелями, нажимайте Tab или Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Используйте стрелки и клавиши перелистывания страницы вверх/вниз для прокрутки списков и текстовых областей (включая эту консоль).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Чтобы войти в режим командной строки, нажмите «:»","To exit command line mode, press ESCAPE":"Чтобы выйти из режима командной строки, нажмите ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Для просмотра списка клавиатурных сочетаний и настроек конфигурации введите `help keymap`","Imports data into Joplin.":"Импортирует данные в Joplin.","Source format: %s":"Исходный формат: %s","Do not ask for confirmation.":"Не запрашивать подтверждение.","Found: %d.":"Найдено: %d.","Created: %d.":"Создано: %d.","Updated: %d.":"Обновлено: %d.","Skipped: %d.":"Пропущено: %d.","Resources: %d.":"Ресурсов: %d.","Tagged: %d.":"С тегами: %d.","Importing notes...":"Импорт заметок...","The notes have been imported: %s":"Импортировано заметок: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Выводит заметки текущего блокнота. Используйте `ls /` для вывода списка блокнотов.","Displays only the first top notes.":"Выводит только первые заметок.","Sorts the item by (eg. title, updated_time, created_time).":"Сортирует элементы по (например, title, updated_time, created_time).","Reverses the sorting order.":"Обращает порядок сортировки.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Выводит только элементы указанного типа. Может быть `n` для заметок, `t` для задач или `nt` для заметок и задач (например, `-tt` выведет только задачи, в то время как `-ttd` выведет заметки и задачи).","Either \"text\" or \"json\"":"«text» или «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Использовать формат длинного списка. Форматом является ID, NOTE_COUNT (для блокнотов), DATE, TODO_CHECKED (для задач), TITLE","Please select a notebook first.":"Сначала выберите блокнот.","Creates a new notebook.":"Создаёт новый блокнот.","Creates a new note.":"Создаёт новую заметку.","Notes can only be created within a notebook.":"Заметки могут быть созданы только в блокноте.","Creates a new to-do.":"Создаёт новую задачу.","Moves the notes matching to [notebook].":"Перемещает заметки, содержащие в [notebook].","Renames the given (note or notebook) to .":"Переименовывает заданный (заметку или блокнот) в .","Deletes the given notebook.":"Удаляет заданный блокнот.","Deletes the notebook without asking for confirmation.":"Удаляет блокнот без запроса подтверждения.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Удаляет заметки, соответствующие .","Deletes the notes without asking for confirmation.":"Удаляет заметки без запроса подтверждения.","%d notes match this pattern. Delete them?":"%d заметок соответствуют этому шаблону. Удалить их?","Delete note?":"Удалить заметку?","Searches for the given in all the notes.":"Запросы для заданного во всех заметках.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Устанавливает для свойства заданной заданное [value]. Возможные свойства:\n\n%s","Displays summary about the notes and notebooks.":"Выводит общую информацию о заметках и блокнотах.","Synchronises with remote storage.":"Синхронизирует с удалённым хранилищем.","Sync to provided target (defaults to sync.target config value)":"Синхронизация с заданной целью (по умолчанию — значение конфигурации sync.target)","Authentication was not completed (did not receive an authentication token).":"Аутентификация не была завершена (не получен токен аутентификации).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Не аутентифицировано с %s. Пожалуйста, предоставьте все недостающие данные.","Synchronisation is already in progress.":"Синхронизация уже выполняется.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Файл блокировки уже установлен. Если вам известно, что синхронизация не производится, вы можете удалить файл блокировки в «%s» и возобновить операцию.","Synchronisation target: %s (%s)":"Цель синхронизации: %s (%s)","Cannot initialize synchroniser.":"Не удалось инициировать синхронизацию.","Starting synchronisation...":"Начало синхронизации...","Downloading resources...":"","Cancelling... Please wait.":"Отмена... Пожалуйста, ожидайте."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Неверная команда: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" может быть «toggle» или «clear». «toggle» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «clear» используется для преобразования задачи обратно в обычную заметку.","Marks a to-do as non-completed.":"Отмечает задачу как незавершённую.","Switches to [notebook] - all further operations will happen within this notebook.":"Переключает на [блокнот] — все дальнейшие операции будут происходить в этом блокноте.","Displays version information":"Выводит информацию о версии","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Тип: %s.","Possible values: %s.":"Возможные значения: %s.","Default: %s":"По умолчанию: %s","Possible keys/values:":"Возможные ключи/значения:","Type `joplin help` for usage information.":"Введите `joplin help` для получения информации об использовании.","Fatal error:":"Фатальная ошибка:","The application has been authorised - you may now close this browser tab.":"Приложение авторизовано — можно закрыть вкладку браузера.","The application has been successfully authorised.":"Приложение успешно авторизовано.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Откройте следующую ссылку в вашем браузере для аутентификации приложения. Приложением будет создан каталог «Apps/Joplin». Чтение и запись файлов будет осуществляться только в его пределах. У приложения не будет доступа к каким-либо файлам за пределами этого каталога и другим личным данным. Никакая информация не будет передана третьим лицам.","Search:":"Поиск:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Добро пожаловать в Joplin!\n\nВведите `:help shortcuts` для просмотра списка клавиатурных сочетаний или просто `:help` для просмотра информации об использовании.\n\nНапример, для создания блокнота нужно ввести `mb`, для создания заметки — `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Один или несколько элементов сейчас зашифрованы и может потребоваться, чтобы вы предоставили мастер-пароль. Для этого введите, пожалуйста, «e2ee decrypt». Если пароль уже был вами предоставлен, зашифрованные элементы расшифруются в фоновом режиме и вскоре станут доступны.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Экспорт в «%s» в формате «%s». Пожалуйста, ожидайте...","Importing from \"%s\" as \"%s\" format. Please wait...":"Импорт из «%s» в формате «%s». Пожалуйста, ожидайте...","PDF File":"PDF-файл","File":"Файл","New note":"Новая заметка","New to-do":"Новая задача","New notebook":"Новый блокнот","Import":"Импорт","Export":"Экспорт","Print":"Печать","Hide %s":"Скрыть %s","Quit":"Выход","Edit":"Правка","Copy":"Копировать","Cut":"Вырезать","Paste":"Вставить","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Поиск во всех заметках","Search in current note":"Search in current note","View":"Вид","Toggle sidebar":"Переключить панель","Toggle editor layout":"Переключить вид редактора","Tools":"Инструменты","Synchronisation status":"Статус синхронизации","Web clipper options":"Настройки веб-клиппера","Encryption options":"Настройки шифрования","General Options":"Основные настройки","Help":"Помощь","Website and documentation":"Сайт и документация","Make a donation":"Сделать пожертвование","Check for updates...":"Проверить обновления...","About Joplin":"О Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Открыть %s","Exit":"Выход","OK":"OK","Cancel":"Отмена","Current version is up-to-date.":"Вы используете самую свежую версию.","%s (pre-release)":"","An update is available, do you want to download it now?":"Доступно обновление. Желаете скачать его сейчас?","Your version: v%s":"","New version: v%s":"","Yes":"Да","No":"Нет","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Веб-клиппер включен","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Выключить веб-клиппер","The web clipper service is not enabled.":"Веб-клиппер остановлен","Enable Web Clipper Service":"Включить веб-клиппер","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"Шаг 1: включить веб-клиппер","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Шаг 2: установить расширение","Download and install the relevant extension for your browser:":"Скачайте и установите расширение для вашего браузера","Advanced options":"Advanced options","Authorisation token:":"Токен авторизации","Copy token":"Скопировать токен","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Apply":"Применить","Submit":"Отправить","Save":"Сохранить","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Отключение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в расшифрованном виде к цели синхронизации. Желаете продолжить?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Включение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в зашифрованном виде к цели синхронизации. Не теряйте пароль, так как в целях безопасности *только* с его помощью можно будет расшифровать данные! Чтобы включить шифрование, введите ваш пароль ниже.","Disable encryption":"Отключить шифрование","Enable encryption":"Включить шифрование","Master Keys":"Мастер-ключи","Active":"Активен","ID":"ID","Source":"Источник","Created":"Создан","Updated":"Обновлён","Password":"Пароль","Password OK":"Пароль OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Внимание: Для шифрования может быть использован только один мастер-ключ (отмеченный как «активный»). Для расшифровки может использоваться любой из ключей, в зависимости от того, как изначально были зашифрованы заметки или блокноты.","Missing Master Keys":"Недостающие мастер-ключи","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Мастер-ключи с такими ID используются для шифрования некоторых из ваших элементов, однако у приложения сейчас нет к ним доступа. Скорее всего, они загрузятся при синхронизации.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Статус","Encryption is:":"Шифрование:","Back":"Назад","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Будет создан новый блокнот «%s» и в него будет импортирован файл «%s»","Please create a notebook first.":"Сначала создайте блокнот.","Please create a notebook first":"Сначала создайте блокнот","Notebook title:":"Название блокнота:","Add or remove tags:":"Добавить или удалить теги:","Separate each tag by a comma.":"Каждый тег отделяется запятой.","Rename notebook:":"Переименовать блокнот:","Rename tag:":"Rename tag:","Set alarm:":"Установить напоминание:","Layout":"Вид","Search...":"Search...","Some items cannot be synchronised.":"Некоторые элементы не могут быть синхронизированы.","View them now":"Просмотреть их сейчас","Some items cannot be decrypted.":"Некоторые элементы не могут быть расшифрованы.","Set the password":"Установить пароль","Add or remove tags":"Добавить или удалить теги","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Переключить тип между заметкой и задачей","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Удалить","Delete notes?":"Удалить заметки?","No notes in here. Create one by clicking on \"New note\".":"Здесь нет заметок. Создайте новую нажатием на «Новая заметка».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Location":"","URL":"","Note properties":"","Open...":"Открыть...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Сохранить как...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"задача","note":"заметка","Creating new %s...":"Создание новой %s...","Refresh":"Обновить","Clear":"Очистить","OneDrive Login":"Вход в OneDrive","Dropbox Login":"","Options":"Настройки","Synchronisation Status":"Статус синхронизации","Encryption Options":"Настройки шифрования","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Убрать этот тег со всех заметок?","Remove this search from the sidebar?":"Убрать этот запрос с боковой панели?","Rename":"Переименовать","Synchronise":"Синхронизировать","Notebooks":"Блокноты","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Выберите, куда должен быть экспортирован статус синхронизации","Usage: %s":"Использование: %s","Unknown flag: %s":"Неизвестный флаг: %s","Dropbox":"","File system":"Файловая система","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (только для тестирования)","WebDAV":"WebDAV","Unknown log level: %s":"Неизвестный уровень лога: %s","Unknown level ID: %s":"Неизвестный ID уровня: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","Untitled":"Без имени","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Не удалось синхронизироваться с OneDrive.\n\nТакая ошибка часто возникает при использовании OneDrive для бизнеса, который, к сожалению, не поддерживается.\n\nПожалуйста, рассмотрите возможность использования обычного аккаунта OneDrive.","Cannot access %s":"Не удалось получить доступ %s","Created local items: %d.":"Создано локальных элементов: %d.","Updated local items: %d.":"Обновлено локальных элементов: %d.","Created remote items: %d.":"Создано удалённых элементов: %d.","Updated remote items: %d.":"Обновлено удалённых элементов: %d.","Deleted local items: %d.":"Удалено локальных элементов: %d.","Deleted remote items: %d.":"Удалено удалённых элементов: %d.","Fetched items: %d/%d.":"Получено элементов: %d/%d.","Cancelling...":"Отмена...","Completed: %s":"Завершено: %s","Last error: %s":"Последняя ошибка: %s","Idle":"Простой","In progress":"Выполнение","Synchronisation is already in progress. State: %s":"Синхронизация уже выполняется. Статус: %s","Encrypted":"Зашифровано","Encrypted items cannot be modified":"Зашифрованные элементы не могут быть изменены","Conflicts":"Конфликты","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Language":"Язык","Date format":"Формат даты","Time format":"Формат времени","Theme":"Тема","Light":"Светлая","Dark":"Тёмная","Uncompleted to-dos on top":"Незавершённые задачи сверху","Show completed to-dos":"Show completed to-dos","Sort notes by":"Сортировать заметки по","Reverse sort order":"Обратный порядок сортировки","Save geo-location with notes":"Сохранять информацию о геолокации в заметках","When creating a new to-do:":"При создании новой задачи:","Focus title":"Фокус на названии","Focus body":"Фокус на содержимом","When creating a new note:":"При создании новой заметки:","Show tray icon":"Показывать иконку в панели задач","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Глобальный масштаб в процентах","Editor font size":"Editor font size","Editor font family":"Семейство шрифтов редактора","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Автоматически обновлять приложение","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Интервал синхронизации","%d minutes":"%d минут","%d hour":"%d час","%d hours":"%d часов","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Показывать расширенные настройки","Synchronisation target":"Цель синхронизации","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Цель синхронизации. Каждая цель синхронизации может иметь дополнительные параметры, именованные как «sync.NUM.NAME» (все описаны ниже).","Directory to synchronise with (absolute path)":"Каталог синхронизации (абсолютный путь)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Путь для синхронизации при включённой синхронизации с файловой системой. См. `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","Json Export Directory":"Json Export Directory","Directory":"Директория","Cannot load \"%s\" module for format \"%s\"":"Не удалось загрузить модуль «%s» для формата «%s»","Please specify import format for %s":"Пожалуйста, укажите формат импорта для %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Этот элемент сейчас зашифрован: %s «%s». Пожалуйста, дождитесь расшифровки всех элементов и попробуйте снова.","There is no data to export.":"Нет данных для экспорта.","Please specify the notebook where the notes should be imported to.":"Пожалуйста, укажите блокнот, в который должны быть импортированы заметки.","Items that cannot be synchronised":"Элементы, которые не могут быть синхронизированы","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Эти элементы будут оставаться на устройстве, но не будут загружены в целевой объект синхронизации. Чтобы найти эти элементы, воспользуйтесь поиском по названию или ID (который указывается в скобках выше).","Sync status (synced items / total items)":"Статус синхронизации (элементов синхронизировано/всего)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Всего: %d/%d","Conflicted: %d":"Конфликтующих: %d","To delete: %d":"К удалению: %d","Folders":"Папки","%s: %d notes":"%s: %d заметок","Coming alarms":"Грядущие напоминания","On %s: %s":"В %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Сейчас здесь нет заметок. Создаёте новую, нажав кнопку (+).","Delete these notes?":"Удалить эти заметки?","Log":"Лог","Export Debug Report":"Экспортировать отладочный отчёт","Encryption Config":"Конфигурация шифрования","Configuration":"Конфигурация","Move to notebook...":"Переместить в блокнот...","Move %d notes to notebook \"%s\"?":"Переместить %d заметок в блокнот «%s»?","Press to set the decryption password.":"Нажмите, чтобы установить пароль для расшифровки.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Сайт Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Мастер-ключ %s","Created: %s":"Создано: %s","Password:":"Пароль:","Password cannot be empty":"Пароль не может быть пустым","Enable":"Включено","The notebook could not be saved: %s":"Не удалось сохранить блокнот: %s","Edit notebook":"Редактировать блокнот","Show all":"Показать всё","Errors only":"Только ошибки","This note has been modified:":"Эта заметка была изменена:","Save changes":"Сохранить изменения","Discard changes":"Отменить изменения","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Неподдерживаемый формат изображения: %s","Take photo":"Take photo","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","Go to source URL":"","Delete notebook":"Удалить блокнот","Login with OneDrive":"Войти в OneDrive","Search":"Поиск","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Нажмите на кнопку (+) для создания новой заметки или нового блокнота. Нажмите на боковое меню для доступа к вашим существующим блокнотам.","You currently have no notebook. Create one by clicking on (+) button.":"У вас сейчас нет блокнота. Создайте его нажатием на кнопку (+).","Welcome":"Добро пожаловать"} \ No newline at end of file diff --git a/ElectronClient/app/locales/sl_SI.json b/ElectronClient/app/locales/sl_SI.json index 4415443da..e240dc88c 100644 --- a/ElectronClient/app/locales/sl_SI.json +++ b/ElectronClient/app/locales/sl_SI.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Za izbris dane oznake, odoznačite zabeležke s to oznako.","Please select the note or notebook to be deleted first.":"Prosim izberite zabeležko ali beležnico, ki jo želite najprej zbrisati.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisnite Ctrl+D ali napišite \"exit\" za izhod iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Več kot en predmet se ujema z \"%s\". Prosim zožite iskani niz besed.","No notebook selected.":"Nobena beležnica ni bila izbrana.","No notebook has been specified.":"Nobena beležnica ni bila izbrana.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Sinhronizacija v ozadju se preklicuje... Prosim počakajte.","No such command: %s":"Noben tak ukaz ni bil najden: %s","The command \"%s\" is only available in GUI mode":"Ukaz \"%s\" je na voljo samo v GUI načinu","Cannot change encrypted item":"Ni mogoče spremeniti enkriptiranega predmeta","Missing required argument: %s":"Manjka zahtevani argument %s","%s: %s":"%s: %s","Your choice: ":"Vaša izbira: ","Invalid answer: %s":"Neveljaven odgovor: %s","Attaches the given file to the note.":"Pripni dano datoteko k zabeležki.","Cannot find \"%s\".":"Ni moč najti \"%s\".","Displays the given note.":"Prikaže dano zabeležko.","Displays the complete information about note.":"Prikaže vse informacije o zabeležki.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Dobi ali nastavi configuracijsko vrednost. Če [value] ni dodeljena, bo prikazana vrednost od [name]. Če niti [name] ali [value] nista dodeljena, bo prikazana sedanja konfiguracija.","Also displays unset and hidden config variables.":"Prikaže tudi nenastavljene in skrite spremenljivke konfiguracije.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Podvoji zabeležke ustrezajoče v [notebook]. Če nobena beležnica ni specificirana, zabeležka je podvojena v trenutni beležnici.","Marks a to-do as done.":"Označi seznam opravil kot končan.","Note is not a to-do: \"%s\"":"Zabeležka ni formata seznam opravil: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Upravlja z E2EE nastavitvami. Ukazi so `enable`, `disable`, `decrypt`, `status` in `target-status`.","Enter master password:":"Vnesite glavno geslo:","Operation cancelled":"Operacija je preklicana","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekripcija se začenja... Prosim počakajte. Vse skupaj lahko vzame nekaj minut, glede na količino materiala, ki jo je potrebno dekriptirati.","Completed decryption.":"Dekripcija končana.","Enabled":"Omogočeno","Disabled":"Onemogočeno","Encryption is: %s":"Enkripcija je: %s","Edit note.":"Uredi zabeležko.","No text editor is defined. Please set it using `config editor `":"Noben urejevalec teksta ni izbran. Prosim, nastavite ga z uporabo `config editor `","No active notebook.":"Ni aktivnih beležnic.","Note does not exist: \"%s\". Create it?":"Zabeležka ne obstaja: \"%s\". Bi jo radi ustvarili?","Starting to edit note. Close the editor to get back to the prompt.":"Urejanje zabeležke se začenja. Zaprite urejevalnik, da se vrnete na ukazni poziv.","Error opening note in editor: %s":"Napaka v odpiranju zabeležke v urejevalniku: %s","Note has been saved.":"Zabeležka je bila shranjena.","Exits the application.":"Izhod iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Izvozi Joplin datoteke glede na dano pot. Privzeto bo izvozilo celotno bazo podatkov vključujoče beležnice, zabeležke, oznake in vire.","Destination format: %s":"Format destinacije: %s","Exports only the given note.":"Izvozi samo dano zabeležko.","Exports only the given notebook.":"Izvozi samo dano beležnico.","Displays a geolocation URL for the note.":"Prikaže geolokacijski URL za zabeležk.","Displays usage information.":"Prikaže informacijo uporabe.","For information on how to customise the shortcuts please visit %s":"Za več informacij na kako prilagoditi bližnjice prosim obiščite %s","Shortcuts are not available in CLI mode.":"Bližnjice niso na voljo v CLI načinu.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Vtipkajte `help [command]` za več informacij o ukazu; ali vtipkajte `help all` za popoln prikaz informacij o uporabi.","The possible commands are:":"Možni ukazi si:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.","To move from one pane to another, press Tab or Shift+Tab.":"Če se želite premakniti iz enega sklopa v drugega, pritisnite Tab ali Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Uporabite puščice in page up/down tipke za listanje strani in besedila(vključno s to konzolo).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za vstop v način ukaznega poziva pritisnite\":\"","To exit command line mode, press ESCAPE":"Za izhod iz načina Ukazni poziv pritisnite ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Za seznam bližnjic na tipkovnici in možnosti konfiguracije vtipkajte `help keymap`","Imports data into Joplin.":"Uvozi podatke v Joplin.","Source format: %s":"Format vira: %s","Do not ask for confirmation.":"Ne sprašuj za potrditev.","Found: %d.":"Najdeno: %d.","Created: %d.":"Ustvarjeno: %d.","Updated: %d.":"Posodobljeno: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Viri: %d.","Tagged: %d.":"Zaznamovano: %d.","Importing notes...":"Uvažanje zabeležk...","The notes have been imported: %s":"Zabeležke so bile uvožene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikaže zabeležke v trenutni beležnici. Uporabite `ls /` za prikaz seznama beležnic.","Displays only the first top notes.":"Prikaže samo prvih zabeležk.","Sorts the item by (eg. title, updated_time, created_time).":"Razvrsti predmete glede na(title, updated_time, created_time).","Reverses the sorting order.":"Obrne vrstni red.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Prikaže samo predmete specifičnega tipa(tipov). Lahko je `n` za zabeležke, `t` za seznam opravil ali `nt` za zabeležke in za seznam opravil (to pomeni. `-tt` bi prikazal samo za narediti, med tem ko `-ttd` bi prikazal zabeležke in seznam opravil.","Either \"text\" or \"json\"":"Ali \"text\" ali \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"V uporabi je format dolgi seznam in je formata ID, NOTE_COUNT (za beležnice), DATE, TODO_CHECKED (seznam opravil), TITLE","Please select a notebook first.":"Prosim najprej izberite beležnico.","Creates a new notebook.":"Ustvari novo beležnico.","Creates a new note.":"Ustvari novo zabeležko.","Notes can only be created within a notebook.":"Zabeležke so lahko ustvarjene samo znotraj beležnice.","Creates a new to-do.":"Ustvari nov seznam opravil.","Moves the notes matching to [notebook].":"Premakne ustrezno zabeležko, ki ustreza v [notebook].","Renames the given (note or notebook) to .":"Preimenuje dano (zabeležka ali beležnica) v .","Deletes the given notebook.":"Izbriše dano beležnico.","Deletes the notebook without asking for confirmation.":"Izbriše beležnico brez potrebne potrditve.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Izbriše zabeležke, ki se ujemajo z .","Deletes the notes without asking for confirmation.":"Izbriše zabeležke brez potrebne predhodne potrditve.","%d notes match this pattern. Delete them?":"%d zabeležk ustreza temu iskalnemu nizu. Jih želite zbrisati?","Delete note?":"Želite izbrisati zabeležko?","Searches for the given in all the notes.":"Išči dani v vseh zabeležkah.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Nastavi lastnost dane v dano [value]. Možne lastnosti so:\n\n%s","Displays summary about the notes and notebooks.":"Prikaži povzetek o zabeležkah in beležnicah.","Synchronises with remote storage.":"Sinhronizira z oddaljenim dostopom.","Sync to provided target (defaults to sync.target config value)":"Sinhroniziraj z danim ciljem(defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Avtentikacija ni bila uspešna(autentikacijski token ni bil prejet).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Avtentikacija z %s ni potekla. Prosim priskrbite manjkajoče podatke.","Synchronisation is already in progress.":"Sinhronizacija je že v postopku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Zaklenjena datoteka je že v postopku. Če veste, da trenutno ne poteka sinhronizacija, lahko izbrišete zaklenjeno datoteko na \"%s\" in nadaljujete z operacijo.","Synchronisation target: %s (%s)":"Mesto sinhronizacije: %s(%s)","Cannot initialize synchroniser.":"Ni moč zagnati sinhronizatorja.","Starting synchronisation...":"Sinhronizacija se začenja.","Downloading resources...":"","Cancelling... Please wait.":"V preklicu...Prosim počakajte."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neveljaven ukaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" ima lahko funkcije ali \"spremeni\" or \"počisti\". Uporabi \"spremeni\" da spremeniš dani seznam opravil iz opravljeno v neopravljeno ali obratno. (Če je tarča navadna zabeležka, bo ta pretvorjena v seznam opravil). Uporabi \"počisti\" za pretvoriti seznam opravil nazaj v običajno zabeležko.","Marks a to-do as non-completed.":"Označi seznam opravil kot neopravljen.","Switches to [notebook] - all further operations will happen within this notebook.":"Se premakne v [notebook] - vse nadaljnje operacije se bodo zgodile znotraj te beležnice.","Displays version information":"Prikaži informacije o verziji","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Možne vrednosti: %s.","Default: %s":"Privzeto: %s","Possible keys/values:":"Možne tipke/vrednosti:","Type `joplin help` for usage information.":"Vtipkajte `joplin help` za informacije o uporabi.","Fatal error:":"Usodna napaka:","The application has been authorised - you may now close this browser tab.":"Aplikacija je bila avtorizirana - lahko zaprete zavihek v brskalniku.","The application has been successfully authorised.":"Aplikacija je bila uspešno avtorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Prosim, odprite sledeči URL v vašem brskalniku za avtentikacijo aplikacije. Aplikacija bo ustvarila mapo v \"Aplikacije/Joplin\" in bo samo bralo in pisalo datoteke v to mapo. Aplikacija ne bo imela dostopa do katerekoli datoteke zunaj mape niti nobene druge osebne mape. Noben podatek ne bo deljen s katerokoli tretjo osebo.","Search:":"Išči:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Dobrodošli v Joplinu!\n\nVtipkajte `:help shortcuts` za seznam bližnjic na tipkovnici ali vtipkajte samo`:help` za informacije o uporabi.\n\nNa primer, če želite ustvariti beležnico pritisnite `mb`; če želite ustvariti zabeležko pritisnite`mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ena ali več predmetov je trenutno enkriptiranih in boste morda morali navesti glavno geslo. Če želite to narediti, vtipkajte `e2ee decrypt`. Če ste že vnesli geslo, so enkriptirani predmeti v stanju dekripcije v ozadju in bodo kmalu na voljo.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Izvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","Importing from \"%s\" as \"%s\" format. Please wait...":"Uvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","PDF File":"PDF datoteka","File":"Datoteka","New note":"Nova zabeležka","New to-do":"Novi seznam opravil","New notebook":"Nova beležnica","Import":"Uvozi","Export":"Izvozi","Print":"Natisni","Hide %s":"Skrij %s","Quit":"Izhod","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Prilepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Išči znotraj vseh zabeležk","Search in current note":"Search in current note","View":"Pogled","Toggle sidebar":"","Toggle editor layout":"Spremeni izgled urejevalnika","Tools":"Orodja","Synchronisation status":"Status sinhronizacije","Web clipper options":"","Encryption options":"Možnosti enkripcije","General Options":"Splošne možnosti","Help":"Pomoč","Website and documentation":"Spletna stran in dokumentacija","Make a donation":"Doniraj","Check for updates...":"Preverjanje za posodobitvami...","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Odpri %s","Exit":"Izhod","OK":"OK","Cancel":"Prekliči","Current version is up-to-date.":"Sedanja verzija je najnovejša.","An update is available, do you want to download it now?":"Posodobitev je na voljo, jo želite prenesti sedaj?","Yes":"Da","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Apply":"","Submit":"","Save":"Shrani","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Onemogočanje enkripcije pomeni da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane neenkriptirane do ciljne sinhronizacijske naprave. Ali želite nadaljevati?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Omogočanje enkripcije pomeni, da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane enkriptirane do ciljne sinhronizacijske naprave. Obvezno si zapomnite geslo, saj bo zaradi varnostnih namenov to edini način, da dekriptirate vsebino beležnice. Da omogočite enkripcijo, vnesite geslo.","Disable encryption":"Onemogoči enkripcijo","Enable encryption":"Omogoči enkripcijo","Master Keys":"Glavno geslo","Active":"Aktiven","ID":"ID","Source":"Vir","Created":"Ustvarjeno","Updated":"Posodobljeno","Password":"Geslo","Password OK":"Geslo OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opomnik: samo eno glavno geslo bo uporabljeno za enkripcijo(tisto, ki je označena kot ''aktiven''). Vsa izmed gesel se lahko morda uporabijo za dekripcijo, odvisno od načina, kako so bile zabeležke in beležnice prvotno enkriptirane.","Missing Master Keys":"Manjkajoča glavna gesla","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Glavna gesla s sledečimi ID so uporabljena za enkripcijo nekaterih vaših predmetov. Kakorkoli, aplikacija trenutno nima dostopa do njih. Verjetno je, da bodo sčasoma preneseni s sinhronizacijo.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Enkripcija je:","Back":"Nazaj","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova beležnica \"%s\" bo ustvarjena in datoteka \"%s\" bo uvožena v njo","Please create a notebook first.":"Najprej prosim ustvarite beležnico.","Please create a notebook first":"Najprej prosim ustvarite beležnico","Notebook title:":"Naslov beležnice:","Add or remove tags:":"Dodaj ali odstrani oznako:","Separate each tag by a comma.":"Loči vsako oznako z vejico.","Rename notebook:":"Preimenuj beležnico:","Rename tag:":"Rename tag:","Set alarm:":"Nastavi alarm:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Nekateri premeti ne morejo biti sinhronizirani.","View them now":"Prikaži jih sedaj","Some items cannot be decrypted.":"Nekateri predmeti ne morejo biti dekriptirani.","Set the password":"Nastavi geslo","Add or remove tags":"Dodaj ali odstrani oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Izbriši","Delete notes?":"Izbriši zabeležke?","No notes in here. Create one by clicking on \"New note\".":"Trenutno ni tukaj nobene zabeležke. Ustvarite jo z klikom na \"Nova zabeležka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Trenutno ni tukaj nobene beležnice. Ustvarite jo z klikom na \"Nova beležnica\".","Location":"","URL":"","Note properties":"","Open...":"Odpri...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Shrani kot...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodprta povezava ali sporočilo: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Ta zabeležka nima vsebine. Kliknite na \"%s\" da menjate med urejevalnikom in urejanje zabeležke.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"seznam opravil","note":"zabeležka","Creating new %s...":"Ustvarjanje nove %s...","Refresh":"Osveži","Clear":"Počisti","OneDrive Login":"Prijava OneDrive","Dropbox Login":"","Options":"Možnosti","Synchronisation Status":"Sinhronizacijski status","Encryption Options":"Možnosti enkripcije","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odstranite to oznako iz vseh zabeležk?","Remove this search from the sidebar?":"Odstranite ta iskalni niz iz stranske vrstice?","Rename":"Preimenuj","Synchronise":"Sinhroniziraj","Notebooks":"Beležnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosim izberite, kam želite izvoziti sinhronizacijski status","Usage: %s":"Uporaba: %s","Unknown flag: %s":"Nepoznana oznaka: %s","Dropbox":"","File system":"Sistem datotek","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (samo za testiranje)","WebDAV":"WebDAV","Unknown log level: %s":"Nepoznana stopnja zapisovanja delovanja programa: %s","Unknown level ID: %s":"Nepoznana stopnja ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Ne gre osvežiti tokena: manjkajo podatki o avtentikaciji. Ponovno zaženite sinhronizacijo, da morda popravite težavo.","Untitled":"Neimenovano","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne gre sinhronizirati z OneDrive \n\nTa napaka se pogosto pojavi, če uporabljate OneDrive Business, ki trenutno še ni podprt .\n\nProsim, razmislite o uporabi običajnega OneDrive računa .","Cannot access %s":"Ne gre dostopati %s","Created local items: %d.":"Ustvarjeni lokalni predmeti: %d.","Updated local items: %d.":"Posodobljeni lokalni predmeti: %d.","Created remote items: %d.":"Ustvarjeni oddaljeni predmeti: %d.","Updated remote items: %d.":"Posodobljeni oddaljeni predmeti: %d.","Deleted local items: %d.":"Izbrisani lokalni predmeti: %d.","Deleted remote items: %d.":"Izbrisani oddaljeni predmeti: %d.","Fetched items: %d/%d.":"Preneseni predmeti: %d/%d.","Cancelling...":"V preklicu...","Completed: %s":"Dokončano: %s","Last error: %s":"Zadnja napaka: %s","Idle":"V mirovanju","In progress":"V postopku","Synchronisation is already in progress. State: %s":"Sinhronizacija je že v postopku. Stanje: %s","Encrypted":"Enkriptirano","Encrypted items cannot be modified":"Enkriptirani predmeti ne morejo biti spremenjeni","Conflicts":"Konfikti","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ta zabeležke nima geografske lokacije.","Cannot copy note to \"%s\" notebook":"Ni moč kopirati zabeležke v \"%s\" beležnico","Cannot move note to \"%s\" notebook":"Ni moč premakniti zabeležke v \"%s\" beležnico","Language":"Jezik","Date format":"Način zapisa datuma","Time format":"Način zapisa ure","Theme":"Tema","Light":"Svetlo","Dark":"Temno","Uncompleted to-dos on top":"Premakni nedokončane sezname opravil na vrh","Show completed to-dos":"Show completed to-dos","Sort notes by":"Razporedi zabeležko po","Reverse sort order":"Obrni vrstni red","Save geo-location with notes":"Shrani geo-lokacijo z zabeležkami","When creating a new to-do:":"Ob ustvarjanju novega seznama opravil:","Focus title":"Fokusiraj naslov","Focus body":"Fokusiraj vsebino","When creating a new note:":"Ob ustvarjanju nove zabeležke:","Show tray icon":"Pokaži ikono v območju za obvestila(opravilna vrstica)","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Celokupen procent povečave","Editor font size":"Editor font size","Editor font family":"Družina urejevalnika besedilnega stila","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Samodejno posodobi aplikacijo","Synchronisation interval":"Časovni interval sinhronizacije","%d minutes":"Številno minut: %d","%d hour":"Števil ur: %d","%d hours":"Število ur: %d","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Pokaži napredne možnosti","Synchronisation target":"Sinhronizacijski cilj","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ciljno sinhronizacijsko mesto. Vsak sinhronizacijski cilj ima lahko dodatne parametre imenovano kot `sync.NUM.NAME` (vse je dokumentirano spodaj).","Directory to synchronise with (absolute path)":"Mesto ciljne sinhronizacije (absolutna pot)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Pot za sinhronizacijo, ki bo uporabljena ob omogočeni sinhronizaciji. Poglej `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","Json Export Directory":"Json Export Directory","Directory":"Mesto datoteke","Cannot load \"%s\" module for format \"%s\"":"Ne gre naložiti \"%s\" modula za format \"%s\"","Please specify import format for %s":"Prosim navedite format uvoza za %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Predmet je trenutno enkriptiran: %s \"%s\". Prosim počakajte, da bodo vsi predmeti dekriptirani in poskusite ponovno.","There is no data to export.":"Ni datotek za izvoz.","Please specify the notebook where the notes should be imported to.":"Prosim navedite beležnico, kamor želite uvoziti zabeležke.","Items that cannot be synchronised":"Predmeti ne morejo biti sinhronizirani","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ti predmeti bodo ostali na napravi, ampak ne bodo naloženi na sinhronizacijski cilj. Če želite najti te predmete, iščite po ali naslovu ali ID(je prikazan zgoraj v oklepajih)","Sync status (synced items / total items)":"Status sinhronizacije(sinhronizirani predmeti / vse datoteke)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Skupno: %d/%d","Conflicted: %d":"V konfliktu: %d","To delete: %d":"Za izbris: %d","Folders":"Datoteke","%s: %d notes":"%s: %d zabeležke","Coming alarms":"Prihajajoči alarmi","On %s: %s":"Vključeno %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno ni zabeležk. Ustvarite jo s klikom na (+) gumb.","Delete these notes?":"Izbriši te zabeležke?","Log":"Dnevnik","Export Debug Report":"Izvozi poročilo o napakah","Encryption Config":"Nastavite enkripcije","Configuration":"Nastavitve","Move to notebook...":"Premakni v beležnico...","Move %d notes to notebook \"%s\"?":"Premakni %d zabeležk v beležnico \"%s\"?","Press to set the decryption password.":"Klikni za nastavitev dekripcijskega gesla.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin spletna stran","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Glavno geslo %s","Created: %s":"Ustvarjeno: %s","Password:":"Geslo:","Password cannot be empty":"Geslo ne more biti prazno","Enable":"Omogoči","The notebook could not be saved: %s":"Beležnica ne more biti shranjena: %s","Edit notebook":"Uredi beležnico","Show all":"Prikaži vse","Errors only":"Samo napake","This note has been modified:":"Ta zabeležka je bila spremenjena:","Save changes":"Shrani spremembe","Discard changes":"Opusti spremembe","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodprt tip slike: %s","Take photo":"Take photo","Attach photo":"Pripni fotografijo","Attach any file":"Pripni katerokoli datoteko","Share":"","Convert to note":"Pretvori v zabeležko","Convert to todo":"Pretvori v za narediti","Hide metadata":"Skrij meta podatke","Show metadata":"Prikaži meta podatke","View on map":"Prikaži na zemljevidu","Go to source URL":"","Delete notebook":"Izbriši beležnico","Login with OneDrive":"Prijavi se z OneDrive","Search":"Išči","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Kliknite na (+) gumb, da ustvarite novo zabeležko ali beležnico. Kliknite na stranski menu za dostop do obstoječih beležnic.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nimate nobene beležnice. Ustvarite jo s klikom na (+) gumb.","Welcome":"Dobrodošli"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Za izbris dane oznake, odoznačite zabeležke s to oznako.","Please select the note or notebook to be deleted first.":"Prosim izberite zabeležko ali beležnico, ki jo želite najprej zbrisati.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisnite Ctrl+D ali napišite \"exit\" za izhod iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Več kot en predmet se ujema z \"%s\". Prosim zožite iskani niz besed.","No notebook selected.":"Nobena beležnica ni bila izbrana.","No notebook has been specified.":"Nobena beležnica ni bila izbrana.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Sinhronizacija v ozadju se preklicuje... Prosim počakajte.","No such command: %s":"Noben tak ukaz ni bil najden: %s","The command \"%s\" is only available in GUI mode":"Ukaz \"%s\" je na voljo samo v GUI načinu","Cannot change encrypted item":"Ni mogoče spremeniti enkriptiranega predmeta","Missing required argument: %s":"Manjka zahtevani argument %s","%s: %s":"%s: %s","Your choice: ":"Vaša izbira: ","Invalid answer: %s":"Neveljaven odgovor: %s","Attaches the given file to the note.":"Pripni dano datoteko k zabeležki.","Cannot find \"%s\".":"Ni moč najti \"%s\".","Displays the given note.":"Prikaže dano zabeležko.","Displays the complete information about note.":"Prikaže vse informacije o zabeležki.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Dobi ali nastavi configuracijsko vrednost. Če [value] ni dodeljena, bo prikazana vrednost od [name]. Če niti [name] ali [value] nista dodeljena, bo prikazana sedanja konfiguracija.","Also displays unset and hidden config variables.":"Prikaže tudi nenastavljene in skrite spremenljivke konfiguracije.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Podvoji zabeležke ustrezajoče v [notebook]. Če nobena beležnica ni specificirana, zabeležka je podvojena v trenutni beležnici.","Marks a to-do as done.":"Označi seznam opravil kot končan.","Note is not a to-do: \"%s\"":"Zabeležka ni formata seznam opravil: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Upravlja z E2EE nastavitvami. Ukazi so `enable`, `disable`, `decrypt`, `status` in `target-status`.","Enter master password:":"Vnesite glavno geslo:","Operation cancelled":"Operacija je preklicana","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekripcija se začenja... Prosim počakajte. Vse skupaj lahko vzame nekaj minut, glede na količino materiala, ki jo je potrebno dekriptirati.","Completed decryption.":"Dekripcija končana.","Enabled":"Omogočeno","Disabled":"Onemogočeno","Encryption is: %s":"Enkripcija je: %s","Edit note.":"Uredi zabeležko.","No text editor is defined. Please set it using `config editor `":"Noben urejevalec teksta ni izbran. Prosim, nastavite ga z uporabo `config editor `","No active notebook.":"Ni aktivnih beležnic.","Note does not exist: \"%s\". Create it?":"Zabeležka ne obstaja: \"%s\". Bi jo radi ustvarili?","Starting to edit note. Close the editor to get back to the prompt.":"Urejanje zabeležke se začenja. Zaprite urejevalnik, da se vrnete na ukazni poziv.","Error opening note in editor: %s":"Napaka v odpiranju zabeležke v urejevalniku: %s","Note has been saved.":"Zabeležka je bila shranjena.","Exits the application.":"Izhod iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Izvozi Joplin datoteke glede na dano pot. Privzeto bo izvozilo celotno bazo podatkov vključujoče beležnice, zabeležke, oznake in vire.","Destination format: %s":"Format destinacije: %s","Exports only the given note.":"Izvozi samo dano zabeležko.","Exports only the given notebook.":"Izvozi samo dano beležnico.","Displays a geolocation URL for the note.":"Prikaže geolokacijski URL za zabeležk.","Displays usage information.":"Prikaže informacijo uporabe.","For information on how to customise the shortcuts please visit %s":"Za več informacij na kako prilagoditi bližnjice prosim obiščite %s","Shortcuts are not available in CLI mode.":"Bližnjice niso na voljo v CLI načinu.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Vtipkajte `help [command]` za več informacij o ukazu; ali vtipkajte `help all` za popoln prikaz informacij o uporabi.","The possible commands are:":"Možni ukazi si:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.","To move from one pane to another, press Tab or Shift+Tab.":"Če se želite premakniti iz enega sklopa v drugega, pritisnite Tab ali Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Uporabite puščice in page up/down tipke za listanje strani in besedila(vključno s to konzolo).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za vstop v način ukaznega poziva pritisnite\":\"","To exit command line mode, press ESCAPE":"Za izhod iz načina Ukazni poziv pritisnite ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Za seznam bližnjic na tipkovnici in možnosti konfiguracije vtipkajte `help keymap`","Imports data into Joplin.":"Uvozi podatke v Joplin.","Source format: %s":"Format vira: %s","Do not ask for confirmation.":"Ne sprašuj za potrditev.","Found: %d.":"Najdeno: %d.","Created: %d.":"Ustvarjeno: %d.","Updated: %d.":"Posodobljeno: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Viri: %d.","Tagged: %d.":"Zaznamovano: %d.","Importing notes...":"Uvažanje zabeležk...","The notes have been imported: %s":"Zabeležke so bile uvožene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikaže zabeležke v trenutni beležnici. Uporabite `ls /` za prikaz seznama beležnic.","Displays only the first top notes.":"Prikaže samo prvih zabeležk.","Sorts the item by (eg. title, updated_time, created_time).":"Razvrsti predmete glede na(title, updated_time, created_time).","Reverses the sorting order.":"Obrne vrstni red.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Prikaže samo predmete specifičnega tipa(tipov). Lahko je `n` za zabeležke, `t` za seznam opravil ali `nt` za zabeležke in za seznam opravil (to pomeni. `-tt` bi prikazal samo za narediti, med tem ko `-ttd` bi prikazal zabeležke in seznam opravil.","Either \"text\" or \"json\"":"Ali \"text\" ali \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"V uporabi je format dolgi seznam in je formata ID, NOTE_COUNT (za beležnice), DATE, TODO_CHECKED (seznam opravil), TITLE","Please select a notebook first.":"Prosim najprej izberite beležnico.","Creates a new notebook.":"Ustvari novo beležnico.","Creates a new note.":"Ustvari novo zabeležko.","Notes can only be created within a notebook.":"Zabeležke so lahko ustvarjene samo znotraj beležnice.","Creates a new to-do.":"Ustvari nov seznam opravil.","Moves the notes matching to [notebook].":"Premakne ustrezno zabeležko, ki ustreza v [notebook].","Renames the given (note or notebook) to .":"Preimenuje dano (zabeležka ali beležnica) v .","Deletes the given notebook.":"Izbriše dano beležnico.","Deletes the notebook without asking for confirmation.":"Izbriše beležnico brez potrebne potrditve.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Izbriše zabeležke, ki se ujemajo z .","Deletes the notes without asking for confirmation.":"Izbriše zabeležke brez potrebne predhodne potrditve.","%d notes match this pattern. Delete them?":"%d zabeležk ustreza temu iskalnemu nizu. Jih želite zbrisati?","Delete note?":"Želite izbrisati zabeležko?","Searches for the given in all the notes.":"Išči dani v vseh zabeležkah.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Nastavi lastnost dane v dano [value]. Možne lastnosti so:\n\n%s","Displays summary about the notes and notebooks.":"Prikaži povzetek o zabeležkah in beležnicah.","Synchronises with remote storage.":"Sinhronizira z oddaljenim dostopom.","Sync to provided target (defaults to sync.target config value)":"Sinhroniziraj z danim ciljem(defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Avtentikacija ni bila uspešna(autentikacijski token ni bil prejet).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Avtentikacija z %s ni potekla. Prosim priskrbite manjkajoče podatke.","Synchronisation is already in progress.":"Sinhronizacija je že v postopku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Zaklenjena datoteka je že v postopku. Če veste, da trenutno ne poteka sinhronizacija, lahko izbrišete zaklenjeno datoteko na \"%s\" in nadaljujete z operacijo.","Synchronisation target: %s (%s)":"Mesto sinhronizacije: %s(%s)","Cannot initialize synchroniser.":"Ni moč zagnati sinhronizatorja.","Starting synchronisation...":"Sinhronizacija se začenja.","Downloading resources...":"","Cancelling... Please wait.":"V preklicu...Prosim počakajte."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neveljaven ukaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" ima lahko funkcije ali \"spremeni\" or \"počisti\". Uporabi \"spremeni\" da spremeniš dani seznam opravil iz opravljeno v neopravljeno ali obratno. (Če je tarča navadna zabeležka, bo ta pretvorjena v seznam opravil). Uporabi \"počisti\" za pretvoriti seznam opravil nazaj v običajno zabeležko.","Marks a to-do as non-completed.":"Označi seznam opravil kot neopravljen.","Switches to [notebook] - all further operations will happen within this notebook.":"Se premakne v [notebook] - vse nadaljnje operacije se bodo zgodile znotraj te beležnice.","Displays version information":"Prikaži informacije o verziji","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Možne vrednosti: %s.","Default: %s":"Privzeto: %s","Possible keys/values:":"Možne tipke/vrednosti:","Type `joplin help` for usage information.":"Vtipkajte `joplin help` za informacije o uporabi.","Fatal error:":"Usodna napaka:","The application has been authorised - you may now close this browser tab.":"Aplikacija je bila avtorizirana - lahko zaprete zavihek v brskalniku.","The application has been successfully authorised.":"Aplikacija je bila uspešno avtorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Prosim, odprite sledeči URL v vašem brskalniku za avtentikacijo aplikacije. Aplikacija bo ustvarila mapo v \"Aplikacije/Joplin\" in bo samo bralo in pisalo datoteke v to mapo. Aplikacija ne bo imela dostopa do katerekoli datoteke zunaj mape niti nobene druge osebne mape. Noben podatek ne bo deljen s katerokoli tretjo osebo.","Search:":"Išči:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Dobrodošli v Joplinu!\n\nVtipkajte `:help shortcuts` za seznam bližnjic na tipkovnici ali vtipkajte samo`:help` za informacije o uporabi.\n\nNa primer, če želite ustvariti beležnico pritisnite `mb`; če želite ustvariti zabeležko pritisnite`mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ena ali več predmetov je trenutno enkriptiranih in boste morda morali navesti glavno geslo. Če želite to narediti, vtipkajte `e2ee decrypt`. Če ste že vnesli geslo, so enkriptirani predmeti v stanju dekripcije v ozadju in bodo kmalu na voljo.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Izvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","Importing from \"%s\" as \"%s\" format. Please wait...":"Uvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","PDF File":"PDF datoteka","File":"Datoteka","New note":"Nova zabeležka","New to-do":"Novi seznam opravil","New notebook":"Nova beležnica","Import":"Uvozi","Export":"Izvozi","Print":"Natisni","Hide %s":"Skrij %s","Quit":"Izhod","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Prilepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Išči znotraj vseh zabeležk","Search in current note":"Search in current note","View":"Pogled","Toggle sidebar":"","Toggle editor layout":"Spremeni izgled urejevalnika","Tools":"Orodja","Synchronisation status":"Status sinhronizacije","Web clipper options":"","Encryption options":"Možnosti enkripcije","General Options":"Splošne možnosti","Help":"Pomoč","Website and documentation":"Spletna stran in dokumentacija","Make a donation":"Doniraj","Check for updates...":"Preverjanje za posodobitvami...","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Odpri %s","Exit":"Izhod","OK":"OK","Cancel":"Prekliči","Current version is up-to-date.":"Sedanja verzija je najnovejša.","%s (pre-release)":"","An update is available, do you want to download it now?":"Posodobitev je na voljo, jo želite prenesti sedaj?","Your version: v%s":"","New version: v%s":"","Yes":"Da","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Apply":"","Submit":"","Save":"Shrani","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Onemogočanje enkripcije pomeni da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane neenkriptirane do ciljne sinhronizacijske naprave. Ali želite nadaljevati?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Omogočanje enkripcije pomeni, da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane enkriptirane do ciljne sinhronizacijske naprave. Obvezno si zapomnite geslo, saj bo zaradi varnostnih namenov to edini način, da dekriptirate vsebino beležnice. Da omogočite enkripcijo, vnesite geslo.","Disable encryption":"Onemogoči enkripcijo","Enable encryption":"Omogoči enkripcijo","Master Keys":"Glavno geslo","Active":"Aktiven","ID":"ID","Source":"Vir","Created":"Ustvarjeno","Updated":"Posodobljeno","Password":"Geslo","Password OK":"Geslo OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opomnik: samo eno glavno geslo bo uporabljeno za enkripcijo(tisto, ki je označena kot ''aktiven''). Vsa izmed gesel se lahko morda uporabijo za dekripcijo, odvisno od načina, kako so bile zabeležke in beležnice prvotno enkriptirane.","Missing Master Keys":"Manjkajoča glavna gesla","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Glavna gesla s sledečimi ID so uporabljena za enkripcijo nekaterih vaših predmetov. Kakorkoli, aplikacija trenutno nima dostopa do njih. Verjetno je, da bodo sčasoma preneseni s sinhronizacijo.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Enkripcija je:","Back":"Nazaj","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova beležnica \"%s\" bo ustvarjena in datoteka \"%s\" bo uvožena v njo","Please create a notebook first.":"Najprej prosim ustvarite beležnico.","Please create a notebook first":"Najprej prosim ustvarite beležnico","Notebook title:":"Naslov beležnice:","Add or remove tags:":"Dodaj ali odstrani oznako:","Separate each tag by a comma.":"Loči vsako oznako z vejico.","Rename notebook:":"Preimenuj beležnico:","Rename tag:":"Rename tag:","Set alarm:":"Nastavi alarm:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Nekateri premeti ne morejo biti sinhronizirani.","View them now":"Prikaži jih sedaj","Some items cannot be decrypted.":"Nekateri predmeti ne morejo biti dekriptirani.","Set the password":"Nastavi geslo","Add or remove tags":"Dodaj ali odstrani oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Izbriši","Delete notes?":"Izbriši zabeležke?","No notes in here. Create one by clicking on \"New note\".":"Trenutno ni tukaj nobene zabeležke. Ustvarite jo z klikom na \"Nova zabeležka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Trenutno ni tukaj nobene beležnice. Ustvarite jo z klikom na \"Nova beležnica\".","Location":"","URL":"","Note properties":"","Open...":"Odpri...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Shrani kot...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodprta povezava ali sporočilo: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Ta zabeležka nima vsebine. Kliknite na \"%s\" da menjate med urejevalnikom in urejanje zabeležke.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"seznam opravil","note":"zabeležka","Creating new %s...":"Ustvarjanje nove %s...","Refresh":"Osveži","Clear":"Počisti","OneDrive Login":"Prijava OneDrive","Dropbox Login":"","Options":"Možnosti","Synchronisation Status":"Sinhronizacijski status","Encryption Options":"Možnosti enkripcije","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odstranite to oznako iz vseh zabeležk?","Remove this search from the sidebar?":"Odstranite ta iskalni niz iz stranske vrstice?","Rename":"Preimenuj","Synchronise":"Sinhroniziraj","Notebooks":"Beležnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosim izberite, kam želite izvoziti sinhronizacijski status","Usage: %s":"Uporaba: %s","Unknown flag: %s":"Nepoznana oznaka: %s","Dropbox":"","File system":"Sistem datotek","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (samo za testiranje)","WebDAV":"WebDAV","Unknown log level: %s":"Nepoznana stopnja zapisovanja delovanja programa: %s","Unknown level ID: %s":"Nepoznana stopnja ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Ne gre osvežiti tokena: manjkajo podatki o avtentikaciji. Ponovno zaženite sinhronizacijo, da morda popravite težavo.","Untitled":"Neimenovano","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne gre sinhronizirati z OneDrive \n\nTa napaka se pogosto pojavi, če uporabljate OneDrive Business, ki trenutno še ni podprt .\n\nProsim, razmislite o uporabi običajnega OneDrive računa .","Cannot access %s":"Ne gre dostopati %s","Created local items: %d.":"Ustvarjeni lokalni predmeti: %d.","Updated local items: %d.":"Posodobljeni lokalni predmeti: %d.","Created remote items: %d.":"Ustvarjeni oddaljeni predmeti: %d.","Updated remote items: %d.":"Posodobljeni oddaljeni predmeti: %d.","Deleted local items: %d.":"Izbrisani lokalni predmeti: %d.","Deleted remote items: %d.":"Izbrisani oddaljeni predmeti: %d.","Fetched items: %d/%d.":"Preneseni predmeti: %d/%d.","Cancelling...":"V preklicu...","Completed: %s":"Dokončano: %s","Last error: %s":"Zadnja napaka: %s","Idle":"V mirovanju","In progress":"V postopku","Synchronisation is already in progress. State: %s":"Sinhronizacija je že v postopku. Stanje: %s","Encrypted":"Enkriptirano","Encrypted items cannot be modified":"Enkriptirani predmeti ne morejo biti spremenjeni","Conflicts":"Konfikti","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ta zabeležke nima geografske lokacije.","Cannot copy note to \"%s\" notebook":"Ni moč kopirati zabeležke v \"%s\" beležnico","Cannot move note to \"%s\" notebook":"Ni moč premakniti zabeležke v \"%s\" beležnico","Language":"Jezik","Date format":"Način zapisa datuma","Time format":"Način zapisa ure","Theme":"Tema","Light":"Svetlo","Dark":"Temno","Uncompleted to-dos on top":"Premakni nedokončane sezname opravil na vrh","Show completed to-dos":"Show completed to-dos","Sort notes by":"Razporedi zabeležko po","Reverse sort order":"Obrni vrstni red","Save geo-location with notes":"Shrani geo-lokacijo z zabeležkami","When creating a new to-do:":"Ob ustvarjanju novega seznama opravil:","Focus title":"Fokusiraj naslov","Focus body":"Fokusiraj vsebino","When creating a new note:":"Ob ustvarjanju nove zabeležke:","Show tray icon":"Pokaži ikono v območju za obvestila(opravilna vrstica)","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Celokupen procent povečave","Editor font size":"Editor font size","Editor font family":"Družina urejevalnika besedilnega stila","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Samodejno posodobi aplikacijo","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Časovni interval sinhronizacije","%d minutes":"Številno minut: %d","%d hour":"Števil ur: %d","%d hours":"Število ur: %d","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Pokaži napredne možnosti","Synchronisation target":"Sinhronizacijski cilj","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ciljno sinhronizacijsko mesto. Vsak sinhronizacijski cilj ima lahko dodatne parametre imenovano kot `sync.NUM.NAME` (vse je dokumentirano spodaj).","Directory to synchronise with (absolute path)":"Mesto ciljne sinhronizacije (absolutna pot)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Pot za sinhronizacijo, ki bo uporabljena ob omogočeni sinhronizaciji. Poglej `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","Json Export Directory":"Json Export Directory","Directory":"Mesto datoteke","Cannot load \"%s\" module for format \"%s\"":"Ne gre naložiti \"%s\" modula za format \"%s\"","Please specify import format for %s":"Prosim navedite format uvoza za %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Predmet je trenutno enkriptiran: %s \"%s\". Prosim počakajte, da bodo vsi predmeti dekriptirani in poskusite ponovno.","There is no data to export.":"Ni datotek za izvoz.","Please specify the notebook where the notes should be imported to.":"Prosim navedite beležnico, kamor želite uvoziti zabeležke.","Items that cannot be synchronised":"Predmeti ne morejo biti sinhronizirani","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ti predmeti bodo ostali na napravi, ampak ne bodo naloženi na sinhronizacijski cilj. Če želite najti te predmete, iščite po ali naslovu ali ID(je prikazan zgoraj v oklepajih)","Sync status (synced items / total items)":"Status sinhronizacije(sinhronizirani predmeti / vse datoteke)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Skupno: %d/%d","Conflicted: %d":"V konfliktu: %d","To delete: %d":"Za izbris: %d","Folders":"Datoteke","%s: %d notes":"%s: %d zabeležke","Coming alarms":"Prihajajoči alarmi","On %s: %s":"Vključeno %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno ni zabeležk. Ustvarite jo s klikom na (+) gumb.","Delete these notes?":"Izbriši te zabeležke?","Log":"Dnevnik","Export Debug Report":"Izvozi poročilo o napakah","Encryption Config":"Nastavite enkripcije","Configuration":"Nastavitve","Move to notebook...":"Premakni v beležnico...","Move %d notes to notebook \"%s\"?":"Premakni %d zabeležk v beležnico \"%s\"?","Press to set the decryption password.":"Klikni za nastavitev dekripcijskega gesla.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin spletna stran","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Glavno geslo %s","Created: %s":"Ustvarjeno: %s","Password:":"Geslo:","Password cannot be empty":"Geslo ne more biti prazno","Enable":"Omogoči","The notebook could not be saved: %s":"Beležnica ne more biti shranjena: %s","Edit notebook":"Uredi beležnico","Show all":"Prikaži vse","Errors only":"Samo napake","This note has been modified:":"Ta zabeležka je bila spremenjena:","Save changes":"Shrani spremembe","Discard changes":"Opusti spremembe","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodprt tip slike: %s","Take photo":"Take photo","Attach photo":"Pripni fotografijo","Attach any file":"Pripni katerokoli datoteko","Share":"","Convert to note":"Pretvori v zabeležko","Convert to todo":"Pretvori v za narediti","Hide metadata":"Skrij meta podatke","Show metadata":"Prikaži meta podatke","View on map":"Prikaži na zemljevidu","Go to source URL":"","Delete notebook":"Izbriši beležnico","Login with OneDrive":"Prijavi se z OneDrive","Search":"Išči","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Kliknite na (+) gumb, da ustvarite novo zabeležko ali beležnico. Kliknite na stranski menu za dostop do obstoječih beležnic.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nimate nobene beležnice. Ustvarite jo s klikom na (+) gumb.","Welcome":"Dobrodošli"} \ No newline at end of file diff --git a/ElectronClient/app/locales/sv.json b/ElectronClient/app/locales/sv.json index 6ba817f67..3e2a8fc48 100644 --- a/ElectronClient/app/locales/sv.json +++ b/ElectronClient/app/locales/sv.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"För att ta bort en tagg, ta bort de associerade anteckningarna.","Please select the note or notebook to be deleted first.":"Välj anteckningen eller anteckningsboken som ska tas bort först.","Press Ctrl+D or type \"exit\" to exit the application":"Tryck Ctrl+D eller skriv \"exit\" för att avsluta programmet","More than one item match \"%s\". Please narrow down your query.":"Mer än ett objekt matchar \"%s\". Begränsa din förfråga.","No notebook selected.":"Ingen anteckningsbok vald.","No notebook has been specified.":"Ingen anteckningsbok har angivits.","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"Avbryter bakgrundssynkronisering... vänta.","No such command: %s":"Inget sådant kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandot \"%s\" är endast tillgängligt i läge för grafiskt gränssnitt","Cannot change encrypted item":"Kan inte ändra krypterat objekt","Missing required argument: %s":"Saknade obligatoriskt argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt val: ","Invalid answer: %s":"Ogiltigt svar: %s","Attaches the given file to the note.":"Bifogar den angivna filen till anteckningen.","Cannot find \"%s\".":"Kan inte hitta \"%s\".","Displays the given note.":"Visar den angivna anteckningen.","Displays the complete information about note.":"Visar fullständig information om anteckning.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Hämtar eller ställer in ett konfigureringsvärde. Om [value] inte anges kommer det att visa värdet på [name]. Om varken [name] eller [value] anges, kommer det att lista den nuvarande konfigurationen.","Also displays unset and hidden config variables.":"Visar även inte inställda och dolda konfigurationsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicerar anteckningarna som matchar till [notebook]. Om ingen anteckningsbok är angiven kopieras anteckningen i den aktuella anteckningsboken.","Marks a to-do as done.":"Märker en att-göra som gjord.","Note is not a to-do: \"%s\"":"Anteckning är inte en att-göra: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Hanterar E2EE-konfiguration. Kommandon är `enable`,` disable`, `decrypt`,` status` och `target-status`.","Enter master password:":"Ange huvudlösenord:","Operation cancelled":"Operation avbruten","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Startar dekryptering... Vänta eftersom det kan ta flera minuter beroende på hur mycket som ska dekrypteras.","Completed decryption.":"Dekryptering färdig.","Enabled":"Aktiverad","Disabled":"Inaktiverad","Encryption is: %s":"Kryptering är: %s","Edit note.":"Redigera anteckning.","No text editor is defined. Please set it using `config editor `":"Ingen textredigerare är definierad. Ange det med `config editor `","No active notebook.":"Ingen aktiv anteckningsbok.","Note does not exist: \"%s\". Create it?":"Anteckning finns inte: \"%s\". Skapa den?","Starting to edit note. Close the editor to get back to the prompt.":"Börjar redigera anteckning. Stäng redigeraren för att komma tillbaka till prompten.","Error opening note in editor: %s":"Fel vid öppning av anteckning i redigeraren: %s","Note has been saved.":"Anteckning har sparats.","Exits the application.":"Avslutar programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporterar Joplin-data till den angivna sökvägen. Som standard exporterar den hela databasen inklusive anteckningsböcker, anteckningar, taggar och resurser.","Destination format: %s":"Destinationsformat: %s","Exports only the given note.":"Exporterar endast den angivna anteckningen.","Exports only the given notebook.":"Exporterar endast den angivna anteckningsboken.","Displays a geolocation URL for the note.":"Visar en geolokaliserings-webbadress för anteckningen.","Displays usage information.":"Visar användningsinformation.","For information on how to customise the shortcuts please visit %s":"För information om hur du anpassar snabbkommandon, besök %s","Shortcuts are not available in CLI mode.":"Snabbkommandon är inte tillgängliga i läge för kommandotolk.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv `help [command]` för mer information om ett kommando; eller skriv `help all` för fullständig användningsinformation.","The possible commands are:":"De möjliga kommandona är:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I ett kommando kan en anteckning eller anteckningsbok hänvisas till med titeln eller ID eller med snabbkommandona `$n` eller `$b` för respektive den för närvarande valda anteckningen eller anteckningsboken. `$c` kan användas för att referera till det för närvarande valda objektet.","To move from one pane to another, press Tab or Shift+Tab.":"För att flytta från en ruta till en annan, tryck på Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Använd pilarna och sid upp/ner för att bläddra i listorna och textområdena (inklusive den här konsolen).","To maximise/minimise the console, press \"tc\".":"För att maximera/minimera konsolen trycker du på \"tc\".","To enter command line mode, press \":\"":"För att komma in i kommandoradsläget, tryck på \":\"","To exit command line mode, press ESCAPE":"För att avsluta kommandoradsläge, tryck på ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"För listan över snabbkommandon och konfigurationsinställningar, skriv `help keymap`","Imports data into Joplin.":"Importerar data till Joplin.","Source format: %s":"Källformat: %s","Do not ask for confirmation.":"Fråga inte om bekräftelse.","Found: %d.":"Hittad: %d.","Created: %d.":"Skapad: %d.","Updated: %d.":"Uppdaterad: %d.","Skipped: %d.":"Överhoppad: %d.","Resources: %d.":"Resurser: %d.","Tagged: %d.":"Taggad: %d.","Importing notes...":"Importerar anteckningar...","The notes have been imported: %s":"Anteckningarna har importerats: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Visar anteckningarna i den nuvarande anteckningsboken. Använd `ls /` för att visa listan över anteckningsböcker.","Displays only the first top notes.":"Visar endast de första övre anteckningarna.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterar objektet efter (t.ex. title, updated_time, created_time).","Reverses the sorting order.":"Omvänder sorteringsordningen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Visar endast objekt av den specifika typen/typerna. Kan vara `n` för anteckningar, `t` för att-göra eller `nt` för anteckningar och att-göra (t.ex. `-tt` skulle bara visa att-göra, medan `-ttd` skulle visa anteckningar och att-göra.","Either \"text\" or \"json\"":"Antingen \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Använd långt listformat. Format är ID, NOTE_COUNT (för anteckningsbok), DATE, TODO_CHECKED (för att-göra), TITLE","Please select a notebook first.":"Välj en anteckningsbok först.","Creates a new notebook.":"Skapar en ny anteckningsbok.","Creates a new note.":"Skapar en ny anteckning.","Notes can only be created within a notebook.":"Anteckningar kan bara skapas i en anteckningsbok.","Creates a new to-do.":"Skapar en ny att-göra.","Moves the notes matching to [notebook].":"Flyttar anteckningarna som matchar till [notebook].","Renames the given (note or notebook) to .":"Byter namn på den angivna (anteckning eller anteckningsbok) till .","Deletes the given notebook.":"Tar bort den angivna anteckningsboken.","Deletes the notebook without asking for confirmation.":"Tar bort anteckningsboken utan att be om bekräftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Ta bort anteckningsboken? Alla anteckningar och delanteckningsböcker i den här anteckningsboken tas bort också.","Deletes the notes matching .":"Tar bort noterna som matchar .","Deletes the notes without asking for confirmation.":"Tar bort anteckningarna utan att be om bekräftelse.","%d notes match this pattern. Delete them?":"%d anteckningar matchar det här mönstret. Ta bort dem?","Delete note?":"Ta bort anteckning?","Searches for the given in all the notes.":"Söker efter det givna i alla anteckningarna.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Ställer in egenskapen av den givna till det angivna [value]. Möjliga egenskaper är:\n\n%s","Displays summary about the notes and notebooks.":"Visar sammanfattning om anteckningarna och anteckningsböckerna.","Synchronises with remote storage.":"Synkroniserar med fjärrlagring.","Sync to provided target (defaults to sync.target config value)":"Synkronisera till det angivna målet (standardvärde till sync.target-konfigueringsvärde)","Authentication was not completed (did not receive an authentication token).":"Autentisering slutfördes inte (mottog inte en autentiseringstoken).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"För att tillåta Joplin att synkronisera med Dropbox, följ stegen nedan:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Öppna den här webbadressen i din webbläsare för att godkänna programmet:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Ange koden som tillhandahålls av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ej autentiserad med %s. Ange eventuella saknade uppgifter.","Synchronisation is already in progress.":"Synkronisering pågår redan.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsfilen hålls redan. Om du vet att ingen synkronisering sker, kan du ta bort låsfilen vid \"%s\" och återuppta operationen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan inte initiera synkroniseraren.","Starting synchronisation...":"Startar synkronisering...","Downloading resources...":"","Cancelling... Please wait.":"Avbryter... vänta."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ogiltigt kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan antingen vara \"toggle\" eller \"clear\". Använd \"toggle\" för att växla mellan givna uppgifter mellan slutförda och inte slutförda tillstånd (Om målet är en vanlig anteckning kommer den att konverteras till en att-göra). Använd \"clear\" för att konvertera uppgiften att-göra tillbaka till en vanlig anteckning.","Marks a to-do as non-completed.":"Märker en att-göra som inte fullständig.","Switches to [notebook] - all further operations will happen within this notebook.":"Växlar till [notebook] - alla ytterligare åtgärder kommer att hända inom denna anteckningsbok.","Displays version information":"Visar versionsinformation","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Möjliga värden: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Möjliga nycklar/värden:","Type `joplin help` for usage information.":"Skriv `joplin help` för användningsinformation.","Fatal error:":"Allvarligt fel:","The application has been authorised - you may now close this browser tab.":"Programmet har godkänts - du kan nu stänga den här webbläsarfliken.","The application has been successfully authorised.":"Programmet har godkänts.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Öppna följande webbadress i webbläsaren för att verifiera programmet. Programmet skapar en katalog i \"Apps/Joplin\" och kommer endast att läsa och skriva filer i den här katalogen. Det kommer inte att ha tillgång till några filer utanför den här katalogen eller till någon annan personlig information. Ingen data kommer att delas med någon tredjepart.","Search:":"Sök:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Välkommen till Joplin!\n\nSkriv `:help shortcuts` för listan över snabbkommandon eller bara`:help` för användningsinformation.\n\nTill exempel, för att skapa en anteckningsbok, tryck på `mb`; För att skapa en anteckning, tryck på `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flera objekt är för närvarande krypterade och du kan behöva ange ett huvudlösenord. För att göra så skriv `e2ee decrypt`. Om du redan har angett lösenordet dekrypteras de krypterade objekten i bakgrunden och kommer snart att vara tillgängliga.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportera till \"%s\" som \"%s\" format. Vänta...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerar från \"%s\" som \"%s\" format. Vänta...","PDF File":"PDF-fil","File":"Fil","New note":"Ny anteckning","New to-do":"Ny att-göra","New notebook":"Ny anteckningsbok","Import":"Importera","Export":"Exportera","Print":"Skriv ut","Hide %s":"Dölj %s","Quit":"Avsluta","Edit":"Redigera","Copy":"Kopiera","Cut":"Klipp ut","Paste":"Klistra in","Select all":"Select all","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Infoga datumtid","Edit in external editor":"Redigera i extern redigerare","Search in all the notes":"Sök i alla anteckningarna","Search in current note":"Search in current note","View":"Visa","Toggle sidebar":"Växla sidofältet","Toggle editor layout":"Växla redigeringslayout","Tools":"Verktyg","Synchronisation status":"Synkroniseringstillstånd","Web clipper options":"Web clipper-inställningar","Encryption options":"Krypteringsinställningar","General Options":"Allmänna inställningar","Help":"Hjälp","Website and documentation":"Webbplats och dokumentation","Make a donation":"Gör en donation","Check for updates...":"Sök efter uppdateringar...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öppna %s","Exit":"Avsluta","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nuvarande version är uppdaterad.","An update is available, do you want to download it now?":"En uppdatering är tillgänglig, vill du hämta den nu?","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper-tjänsten är aktiverad och inställd för automatisk start.","Status: Started on port %d":"Tillstånd: Startad på port %d","Status: %s":"Tillstånd: %s","Disable Web Clipper Service":"Inaktivera Web Clipper-tjänsten","The web clipper service is not enabled.":"Web clipper-tjänsten är inte aktiverad.","Enable Web Clipper Service":"Aktivera Web Clipper-tjänsten","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gör det möjligt att spara webbsidor och skärmdumpar från din webbläsare till Joplin.","In order to use the web clipper, you need to do the following:":"För att kunna använda web Clipper måste du göra följande:","Step 1: Enable the clipper service":"Steg 1: Aktivera Clipper-tjänsten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denna tjänst tillåter webbläsarens tillägg att kommunicera med Joplin. När du aktiverar den kan din brandvägg be dig ge tillstånd till Joplin att lyssna på en viss port.","Step 2: Install the extension":"Steg 2: Installera tillägget","Download and install the relevant extension for your browser:":"Hämta och installera det relevanta tillägget för din webbläsare:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Kontrollera synkroniseringskonfigurationen","Notes and settings are stored in: %s":"Anteckningar och inställningar lagras i: %s","Apply":"Tillämpa","Submit":"Skicka","Save":"Spara","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Inaktivera kryptering innebär att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas okrypterade till synkroniseringsmålet. Vill du fortsätta?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivera kryptering betyder att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas krypterade till synkroniseringsmålet. Förlora inte lösenordet eftersom det i säkerhetssyfte är det *enda* sättet att dekryptera data! För att aktivera kryptering, ange ditt lösenord nedan.","Disable encryption":"Inaktivera kryptering","Enable encryption":"Aktivera kryptering","Master Keys":"Huvudnycklar","Active":"Aktiv","ID":"ID","Source":"Källa","Created":"Skapad","Updated":"Uppdaterad","Password":"Lösenord","Password OK":"Lösenord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Obs: Endast en huvudnyckel kommer att användas för kryptering (den som är markerad som \"aktiv\"). Några av nycklarna kan användas för dekryptering, beroende på hur anteckningarna eller anteckningsböckerna ursprungligen krypterades.","Missing Master Keys":"Saknade huvudnycklar","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Huvudnycklarna med dessa ID används för att kryptera några av dina objekt, men programmet har inte tillgång till dem. Det är troligt att de så småningom kommer att hämtas via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"För mer information om End-to-End Encryption (E2EE) och råd om hur du aktiverar det finns i dokumentationen:","Status":"Tillstånd","Encryption is:":"Kryptering är:","Back":"Tillbaka","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny anteckningsbok \"%s\" kommer att skapas och filen \"%s\" kommer att importeras till den","Please create a notebook first.":"Skapa en anteckningsbok först.","Please create a notebook first":"Skapa en anteckningsbok först","Notebook title:":"Titel på anteckningsbok:","Add or remove tags:":"Lägg till eller ta bort taggar:","Separate each tag by a comma.":"Separera varje tagg med ett komma.","Rename notebook:":"Byt namn på anteckningsbok:","Rename tag:":"Byt namn på tagg:","Set alarm:":"Ställ in alarm:","Layout":"Layout","Search...":"Sök...","Some items cannot be synchronised.":"Några objekt kan inte synkroniseras.","View them now":"Visa dem nu","Some items cannot be decrypted.":"Några objekt kan inte dekrypteras.","Set the password":"Ställ in lösenord","Add or remove tags":"Lägg till eller ta bort taggar","Duplicate":"Duplikat","%s - Copy":"%s - Kopiera","Switch between note and to-do type":"Växla mellan antecknings- och att-göra-typ","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Kopiera Markdown-länk","Delete":"Ta bort","Delete notes?":"Ta bort anteckningar?","No notes in here. Create one by clicking on \"New note\".":"Inga anteckningar här. Skapa en genom att klicka på \"Ny anteckning\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det finns för närvarande ingen anteckningsbok. Skapa en genom att klicka på \"Ny anteckningsbok\".","Location":"","URL":"","Note properties":"","Open...":"Öppna...","This file could not be opened: %s":"Den här filen kunde inte öppnas: %s","Save as...":"Spara som...","Copy path to clipboard":"Kopiera sökväg till urklipp","Copy Link Address":"Kopiera länkadress","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Länk eller meddelande stöds inte: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Den här anteckningen har inget innehåll. Klicka på \"%s\" för att växla redigeraren och redigera anteckningen.","strong text":"stark text","emphasized text":"betonad text","List item":"Listobjekt","Insert Hyperlink":"Infoga hyperlänk","Attach file":"Bifoga fil","Tags":"Taggar","Set alarm":"Sätt alarm","In: %s":"I: %s","Hyperlink":"Hyperlänk","Code":"Kod","Numbered List":"Numrerad lista","Bulleted List":"Punktlista","Checkbox":"Kryssruta","Heading":"Rubrik","Horizontal Rule":"Horisontell regel","Click to stop external editing":"Klicka för att stoppa extern redigering","Watching...":"Observerar...","to-do":"att-göra","note":"anteckning","Creating new %s...":"Skapar ny %s...","Refresh":"Uppdatera","Clear":"Rensa","OneDrive Login":"OneDrive-inloggning","Dropbox Login":"Dropbox-inloggning","Options":"Inställningar","Synchronisation Status":"Synkroniseringstillstånd","Encryption Options":"Krypteringsinställningar","Clipper Options":"Clipper-inställningar","Remove this tag from all the notes?":"Ta bort den här taggen från alla anteckningar?","Remove this search from the sidebar?":"Ta bort den här sökningen från sidofältet?","Rename":"Byt namn","Synchronise":"Synkronisera","Notebooks":"Anteckningsböcker","Decrypting items: %d/%d":"Dekrypterar objekt: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Välj vart synkroniseringstillståndet ska exporteras till","Usage: %s":"Användning: %s","Unknown flag: %s":"Okänd flagga: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Endast för testning)","WebDAV":"WebDAV","Unknown log level: %s":"Okänd loggnivå: %s","Unknown level ID: %s":"Okänt nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan inte uppdatera token: autentiseringsdata saknas. Om du startar synkroniseringen igen kan det lösa problemet.","Untitled":"Utan titel","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Det gick inte att synkronisera med OneDrive.\n\nDet här felet händer ofta när du använder OneDrive for Business, vilket tyvärr inte kan stödjas.\n\nTänk på att använda ett vanligt OneDrive-konto.","Cannot access %s":"Kan inte komma åt %s","Created local items: %d.":"Skapade lokala objekt: %d.","Updated local items: %d.":"Uppdaterade lokala objekt: %d.","Created remote items: %d.":"Skapade fjärrobjekt: %d.","Updated remote items: %d.":"Uppdaterade fjärrobjekt: %d.","Deleted local items: %d.":"Borttagna lokala objekt: %d.","Deleted remote items: %d.":"Borttagna fjärrobjekt: %d.","Fetched items: %d/%d.":"Hämtade objekt: %d/%d.","Cancelling...":"Avbryter...","Completed: %s":"Slutfört: %s","Last error: %s":"Senaste fel: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår redan. Tillstånd: %s","Encrypted":"Krypterad","Encrypted items cannot be modified":"Krypterade objekt kan inte ändras","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan inte flytta anteckningsbok till den här platsen","Notebooks cannot be named \"%s\", which is a reserved title.":"Anteckningsböcker kan inte namnges \"%s\", vilket är en reserverad titel.","title":"titel","updated date":"uppdaterad datum","created date":"Skapad datum","This note does not have geolocation information.":"Denna anteckning har inte geolokaliseringsinformation.","Cannot copy note to \"%s\" notebook":"Kan inte kopiera anteckning till \"%s\" anteckningsbok","Cannot move note to \"%s\" notebook":"Kan inte flytta anteckning till \"%s\" anteckningsbok","Language":"Språk","Date format":"Datumformat","Time format":"Tidsformat","Theme":"Tema","Light":"Ljus","Dark":"Mörk","Uncompleted to-dos on top":"Inte slutförda att-göra högst upp","Show completed to-dos":"Visa slutförda att-göra","Sort notes by":"Sortera anteckningar efter","Reverse sort order":"Omvänd sorteringsordning","Save geo-location with notes":"Spara geolokalisering med anteckningar","When creating a new to-do:":"När du skapar en ny att-göra:","Focus title":"Fokus på titel","Focus body":"Fokus på huvuddel","When creating a new note:":"När du skapar en ny anteckning:","Show tray icon":"Visa fältikon","Note: Does not work in all desktop environments.":"Obs: Fungerar inte i alla skrivbordsmiljöer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoomprocent","Editor font size":"Editor font size","Editor font family":"Redigerarens typsnittsfamilj","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Detta måste vara *monospace*-typsnitt eller så kommer det inte att fungera korrekt. Om typsnittet är felaktigt eller tomt, kommer ett standard generisk monospace-typsnitt användas.","Automatically update the application":"Uppdatera programmet automatiskt","Synchronisation interval":"Synkroniseringsintervall","%d minutes":"%d minuter","%d hour":"%d timme","%d hours":"%d timmar","Text editor command":"Textredigeringskommando","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Redigeringskommandot (kan inkludera argument) som används för att öppna en anteckning. Om inget tillhandahålls försöker det automatiskt identifiera standardredigeraren.","Show advanced options":"Visa avancerade inställningar","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet att synkronisera till. Varje synkroniseringsmål kan ha ytterligare parametrar som heter `sync.NUM.NAME` (alla dokumenterade nedan).","Directory to synchronise with (absolute path)":"Katalog för att synkronisera med (absolut sökväg)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sökvägen att synkronisera med när synkronisering av filsystem är aktiverat. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud-WebDAV-webbadress","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-användarnamn","Nextcloud password":"Nextcloud-lösenord","WebDAV URL":"WebDAV-webbadress","WebDAV username":"WebDAV-användarnamn","WebDAV password":"WebDAV-lösenord","Custom TLS certificates":"Anpassade TLS-certifikat","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparerad lista över sökvägar till kataloger för att läsa certifikaten från eller sökvägen till enskilda cert-filer. Till exempel: /my/cert_dir,/other/custom.pem. Observera att om du ändrar TLS-inställningarna måste du spara dina ändringar innan du klickar på \"Kontrollera synkroniseringskonfiguration\".","Ignore TLS certificate errors":"Ignorera TLS-certifikatfel","Invalid option value: \"%s\". Possible values are: %s.":"Ogiltigt inställningsvärde: \"%s\". Möjliga värden är: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exporteringsfil","Markdown":"Markdown","Joplin Export Directory":"Joplin-exporteringskatalog","Evernote Export File":"Evernote-exporteringsfil","Json Export Directory":"Json Export Directory","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan inte läsa in \"%s\"-modulen för formatet \"%s\"","Please specify import format for %s":"Ange importeringsformat för %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Detta objekt är för närvarande krypterat: %s \"%s\". Vänta tills alla objekt dekrypteras och försök igen.","There is no data to export.":"Det finns ingen data att exportera.","Please specify the notebook where the notes should be imported to.":"Ange anteckningsboken som anteckningarna ska importeras till.","Items that cannot be synchronised":"Objekt som inte kan synkroniseras","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Dessa objekt kommer att vara kvar på enheten men kommer inte att skickas till synkroniseringsmålet. För att hitta dessa objekt, sök antingen efter titel eller ID (som visas i parentes ovan).","Sync status (synced items / total items)":"Synkroniseringstillstånd (synkroniserade objekt / totalt antal objekt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"För att ta bort: %d","Folders":"Mappar","%s: %d notes":"%s: %d anteckningar","Coming alarms":"Kommande larm","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Det finns för närvarande inga anteckningar. Skapa en genom att klicka på (+)-knappen.","Delete these notes?":"Ta bort dessa anteckningar?","Log":"Logg","Export Debug Report":"Exportera felsökningsrapport","Encryption Config":"Kryptering-konfiguration","Configuration":"Konfiguration","Move to notebook...":"Flytta till anteckningsbok...","Move %d notes to notebook \"%s\"?":"Flytta %d anteckningar till anteckningsboken \"%s\"?","Press to set the decryption password.":"Tryck för att ställa in dekrypteringslösenordet.","Clear alarm":"Clear alarm","Save alarm":"Spara alarm","Select date":"Välj datum","Confirm":"Bekräfta","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nya taggar:","Type new tags or select from list":"Skriv nya taggar eller välj från listan","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"För att fungera korrekt behöver appen följande behörigheter. Aktivera dem i dina telefoninställningar, i Appar > Joplin > Behörigheter","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Lagring: för att tillåta att du bifoga filer till anteckningar och för att aktivera filsystemsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: för att tillåta att du tar en bild och bifogar den till en anteckning.","- Location: to allow attaching geo-location information to a note.":"- Plats: för att tillåta att information om geografisk plats läggs till i en anteckning.","Joplin website":"Joplin-webbplats","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Logga in med Dropbox","Enter code here":"","Master Key %s":"Huvudnyckel %s","Created: %s":"Skapad: %s","Password:":"Lösenord:","Password cannot be empty":"Lösenordet kan inte vara tomt","Enable":"Aktivera","The notebook could not be saved: %s":"Anteckningsboken kunde inte sparas: %s","Edit notebook":"Redigera anteckningsbok","Show all":"Visa alla","Errors only":"Endast fel","This note has been modified:":"Denna anteckning har ändrats:","Save changes":"Spara ändringar","Discard changes":"Kassera ändringar","No item with ID %s":"Inget objekt med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Den mobila appen Joplin stöder för närvarande inte denna typ av länk: %s","Unsupported image type: %s":"Bildstorlek som inte stöds: %s","Take photo":"Take photo","Attach photo":"Bifoga foto","Attach any file":"Bifoga en fil","Share":"Dela","Convert to note":"Konvertera till anteckning","Convert to todo":"Konvertera till att-göra","Hide metadata":"Dölj metadata","Show metadata":"Visa metadata","View on map":"Visa på karta","Go to source URL":"","Delete notebook":"Ta bort anteckningsbok","Login with OneDrive":"Logga in med OneDrive","Search":"Sök","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klicka på (+)-knappen för att skapa en ny anteckning eller anteckningsbok. Klicka på sidomenyn för att få tillgång till dina befintliga anteckningsböcker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har för närvarande ingen anteckningsbok. Skapa en genom att klicka på (+)-knappen.","Welcome":"Välkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"För att ta bort en tagg, ta bort de associerade anteckningarna.","Please select the note or notebook to be deleted first.":"Välj anteckningen eller anteckningsboken som ska tas bort först.","Press Ctrl+D or type \"exit\" to exit the application":"Tryck Ctrl+D eller skriv \"exit\" för att avsluta programmet","More than one item match \"%s\". Please narrow down your query.":"Mer än ett objekt matchar \"%s\". Begränsa din förfråga.","No notebook selected.":"Ingen anteckningsbok vald.","No notebook has been specified.":"Ingen anteckningsbok har angivits.","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"Avbryter bakgrundssynkronisering... vänta.","No such command: %s":"Inget sådant kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandot \"%s\" är endast tillgängligt i läge för grafiskt gränssnitt","Cannot change encrypted item":"Kan inte ändra krypterat objekt","Missing required argument: %s":"Saknade obligatoriskt argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt val: ","Invalid answer: %s":"Ogiltigt svar: %s","Attaches the given file to the note.":"Bifogar den angivna filen till anteckningen.","Cannot find \"%s\".":"Kan inte hitta \"%s\".","Displays the given note.":"Visar den angivna anteckningen.","Displays the complete information about note.":"Visar fullständig information om anteckning.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Hämtar eller ställer in ett konfigureringsvärde. Om [value] inte anges kommer det att visa värdet på [name]. Om varken [name] eller [value] anges, kommer det att lista den nuvarande konfigurationen.","Also displays unset and hidden config variables.":"Visar även inte inställda och dolda konfigurationsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicerar anteckningarna som matchar till [notebook]. Om ingen anteckningsbok är angiven kopieras anteckningen i den aktuella anteckningsboken.","Marks a to-do as done.":"Märker en att-göra som gjord.","Note is not a to-do: \"%s\"":"Anteckning är inte en att-göra: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Hanterar E2EE-konfiguration. Kommandon är `enable`,` disable`, `decrypt`,` status` och `target-status`.","Enter master password:":"Ange huvudlösenord:","Operation cancelled":"Operation avbruten","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Startar dekryptering... Vänta eftersom det kan ta flera minuter beroende på hur mycket som ska dekrypteras.","Completed decryption.":"Dekryptering färdig.","Enabled":"Aktiverad","Disabled":"Inaktiverad","Encryption is: %s":"Kryptering är: %s","Edit note.":"Redigera anteckning.","No text editor is defined. Please set it using `config editor `":"Ingen textredigerare är definierad. Ange det med `config editor `","No active notebook.":"Ingen aktiv anteckningsbok.","Note does not exist: \"%s\". Create it?":"Anteckning finns inte: \"%s\". Skapa den?","Starting to edit note. Close the editor to get back to the prompt.":"Börjar redigera anteckning. Stäng redigeraren för att komma tillbaka till prompten.","Error opening note in editor: %s":"Fel vid öppning av anteckning i redigeraren: %s","Note has been saved.":"Anteckning har sparats.","Exits the application.":"Avslutar programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporterar Joplin-data till den angivna sökvägen. Som standard exporterar den hela databasen inklusive anteckningsböcker, anteckningar, taggar och resurser.","Destination format: %s":"Destinationsformat: %s","Exports only the given note.":"Exporterar endast den angivna anteckningen.","Exports only the given notebook.":"Exporterar endast den angivna anteckningsboken.","Displays a geolocation URL for the note.":"Visar en geolokaliserings-webbadress för anteckningen.","Displays usage information.":"Visar användningsinformation.","For information on how to customise the shortcuts please visit %s":"För information om hur du anpassar snabbkommandon, besök %s","Shortcuts are not available in CLI mode.":"Snabbkommandon är inte tillgängliga i läge för kommandotolk.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv `help [command]` för mer information om ett kommando; eller skriv `help all` för fullständig användningsinformation.","The possible commands are:":"De möjliga kommandona är:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I ett kommando kan en anteckning eller anteckningsbok hänvisas till med titeln eller ID eller med snabbkommandona `$n` eller `$b` för respektive den för närvarande valda anteckningen eller anteckningsboken. `$c` kan användas för att referera till det för närvarande valda objektet.","To move from one pane to another, press Tab or Shift+Tab.":"För att flytta från en ruta till en annan, tryck på Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Använd pilarna och sid upp/ner för att bläddra i listorna och textområdena (inklusive den här konsolen).","To maximise/minimise the console, press \"tc\".":"För att maximera/minimera konsolen trycker du på \"tc\".","To enter command line mode, press \":\"":"För att komma in i kommandoradsläget, tryck på \":\"","To exit command line mode, press ESCAPE":"För att avsluta kommandoradsläge, tryck på ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"För listan över snabbkommandon och konfigurationsinställningar, skriv `help keymap`","Imports data into Joplin.":"Importerar data till Joplin.","Source format: %s":"Källformat: %s","Do not ask for confirmation.":"Fråga inte om bekräftelse.","Found: %d.":"Hittad: %d.","Created: %d.":"Skapad: %d.","Updated: %d.":"Uppdaterad: %d.","Skipped: %d.":"Överhoppad: %d.","Resources: %d.":"Resurser: %d.","Tagged: %d.":"Taggad: %d.","Importing notes...":"Importerar anteckningar...","The notes have been imported: %s":"Anteckningarna har importerats: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Visar anteckningarna i den nuvarande anteckningsboken. Använd `ls /` för att visa listan över anteckningsböcker.","Displays only the first top notes.":"Visar endast de första övre anteckningarna.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterar objektet efter (t.ex. title, updated_time, created_time).","Reverses the sorting order.":"Omvänder sorteringsordningen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Visar endast objekt av den specifika typen/typerna. Kan vara `n` för anteckningar, `t` för att-göra eller `nt` för anteckningar och att-göra (t.ex. `-tt` skulle bara visa att-göra, medan `-ttd` skulle visa anteckningar och att-göra.","Either \"text\" or \"json\"":"Antingen \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Använd långt listformat. Format är ID, NOTE_COUNT (för anteckningsbok), DATE, TODO_CHECKED (för att-göra), TITLE","Please select a notebook first.":"Välj en anteckningsbok först.","Creates a new notebook.":"Skapar en ny anteckningsbok.","Creates a new note.":"Skapar en ny anteckning.","Notes can only be created within a notebook.":"Anteckningar kan bara skapas i en anteckningsbok.","Creates a new to-do.":"Skapar en ny att-göra.","Moves the notes matching to [notebook].":"Flyttar anteckningarna som matchar till [notebook].","Renames the given (note or notebook) to .":"Byter namn på den angivna (anteckning eller anteckningsbok) till .","Deletes the given notebook.":"Tar bort den angivna anteckningsboken.","Deletes the notebook without asking for confirmation.":"Tar bort anteckningsboken utan att be om bekräftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Ta bort anteckningsboken? Alla anteckningar och delanteckningsböcker i den här anteckningsboken tas bort också.","Deletes the notes matching .":"Tar bort noterna som matchar .","Deletes the notes without asking for confirmation.":"Tar bort anteckningarna utan att be om bekräftelse.","%d notes match this pattern. Delete them?":"%d anteckningar matchar det här mönstret. Ta bort dem?","Delete note?":"Ta bort anteckning?","Searches for the given in all the notes.":"Söker efter det givna i alla anteckningarna.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Ställer in egenskapen av den givna till det angivna [value]. Möjliga egenskaper är:\n\n%s","Displays summary about the notes and notebooks.":"Visar sammanfattning om anteckningarna och anteckningsböckerna.","Synchronises with remote storage.":"Synkroniserar med fjärrlagring.","Sync to provided target (defaults to sync.target config value)":"Synkronisera till det angivna målet (standardvärde till sync.target-konfigueringsvärde)","Authentication was not completed (did not receive an authentication token).":"Autentisering slutfördes inte (mottog inte en autentiseringstoken).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"För att tillåta Joplin att synkronisera med Dropbox, följ stegen nedan:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Öppna den här webbadressen i din webbläsare för att godkänna programmet:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Ange koden som tillhandahålls av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ej autentiserad med %s. Ange eventuella saknade uppgifter.","Synchronisation is already in progress.":"Synkronisering pågår redan.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsfilen hålls redan. Om du vet att ingen synkronisering sker, kan du ta bort låsfilen vid \"%s\" och återuppta operationen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan inte initiera synkroniseraren.","Starting synchronisation...":"Startar synkronisering...","Downloading resources...":"","Cancelling... Please wait.":"Avbryter... vänta."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ogiltigt kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan antingen vara \"toggle\" eller \"clear\". Använd \"toggle\" för att växla mellan givna uppgifter mellan slutförda och inte slutförda tillstånd (Om målet är en vanlig anteckning kommer den att konverteras till en att-göra). Använd \"clear\" för att konvertera uppgiften att-göra tillbaka till en vanlig anteckning.","Marks a to-do as non-completed.":"Märker en att-göra som inte fullständig.","Switches to [notebook] - all further operations will happen within this notebook.":"Växlar till [notebook] - alla ytterligare åtgärder kommer att hända inom denna anteckningsbok.","Displays version information":"Visar versionsinformation","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Möjliga värden: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Möjliga nycklar/värden:","Type `joplin help` for usage information.":"Skriv `joplin help` för användningsinformation.","Fatal error:":"Allvarligt fel:","The application has been authorised - you may now close this browser tab.":"Programmet har godkänts - du kan nu stänga den här webbläsarfliken.","The application has been successfully authorised.":"Programmet har godkänts.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Öppna följande webbadress i webbläsaren för att verifiera programmet. Programmet skapar en katalog i \"Apps/Joplin\" och kommer endast att läsa och skriva filer i den här katalogen. Det kommer inte att ha tillgång till några filer utanför den här katalogen eller till någon annan personlig information. Ingen data kommer att delas med någon tredjepart.","Search:":"Sök:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Välkommen till Joplin!\n\nSkriv `:help shortcuts` för listan över snabbkommandon eller bara`:help` för användningsinformation.\n\nTill exempel, för att skapa en anteckningsbok, tryck på `mb`; För att skapa en anteckning, tryck på `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flera objekt är för närvarande krypterade och du kan behöva ange ett huvudlösenord. För att göra så skriv `e2ee decrypt`. Om du redan har angett lösenordet dekrypteras de krypterade objekten i bakgrunden och kommer snart att vara tillgängliga.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportera till \"%s\" som \"%s\" format. Vänta...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerar från \"%s\" som \"%s\" format. Vänta...","PDF File":"PDF-fil","File":"Fil","New note":"Ny anteckning","New to-do":"Ny att-göra","New notebook":"Ny anteckningsbok","Import":"Importera","Export":"Exportera","Print":"Skriv ut","Hide %s":"Dölj %s","Quit":"Avsluta","Edit":"Redigera","Copy":"Kopiera","Cut":"Klipp ut","Paste":"Klistra in","Select all":"Select all","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Infoga datumtid","Edit in external editor":"Redigera i extern redigerare","Search in all the notes":"Sök i alla anteckningarna","Search in current note":"Search in current note","View":"Visa","Toggle sidebar":"Växla sidofältet","Toggle editor layout":"Växla redigeringslayout","Tools":"Verktyg","Synchronisation status":"Synkroniseringstillstånd","Web clipper options":"Web clipper-inställningar","Encryption options":"Krypteringsinställningar","General Options":"Allmänna inställningar","Help":"Hjälp","Website and documentation":"Webbplats och dokumentation","Make a donation":"Gör en donation","Check for updates...":"Sök efter uppdateringar...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öppna %s","Exit":"Avsluta","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nuvarande version är uppdaterad.","%s (pre-release)":"","An update is available, do you want to download it now?":"En uppdatering är tillgänglig, vill du hämta den nu?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper-tjänsten är aktiverad och inställd för automatisk start.","Status: Started on port %d":"Tillstånd: Startad på port %d","Status: %s":"Tillstånd: %s","Disable Web Clipper Service":"Inaktivera Web Clipper-tjänsten","The web clipper service is not enabled.":"Web clipper-tjänsten är inte aktiverad.","Enable Web Clipper Service":"Aktivera Web Clipper-tjänsten","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gör det möjligt att spara webbsidor och skärmdumpar från din webbläsare till Joplin.","In order to use the web clipper, you need to do the following:":"För att kunna använda web Clipper måste du göra följande:","Step 1: Enable the clipper service":"Steg 1: Aktivera Clipper-tjänsten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denna tjänst tillåter webbläsarens tillägg att kommunicera med Joplin. När du aktiverar den kan din brandvägg be dig ge tillstånd till Joplin att lyssna på en viss port.","Step 2: Install the extension":"Steg 2: Installera tillägget","Download and install the relevant extension for your browser:":"Hämta och installera det relevanta tillägget för din webbläsare:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Kontrollera synkroniseringskonfigurationen","Notes and settings are stored in: %s":"Anteckningar och inställningar lagras i: %s","Apply":"Tillämpa","Submit":"Skicka","Save":"Spara","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Inaktivera kryptering innebär att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas okrypterade till synkroniseringsmålet. Vill du fortsätta?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivera kryptering betyder att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas krypterade till synkroniseringsmålet. Förlora inte lösenordet eftersom det i säkerhetssyfte är det *enda* sättet att dekryptera data! För att aktivera kryptering, ange ditt lösenord nedan.","Disable encryption":"Inaktivera kryptering","Enable encryption":"Aktivera kryptering","Master Keys":"Huvudnycklar","Active":"Aktiv","ID":"ID","Source":"Källa","Created":"Skapad","Updated":"Uppdaterad","Password":"Lösenord","Password OK":"Lösenord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Obs: Endast en huvudnyckel kommer att användas för kryptering (den som är markerad som \"aktiv\"). Några av nycklarna kan användas för dekryptering, beroende på hur anteckningarna eller anteckningsböckerna ursprungligen krypterades.","Missing Master Keys":"Saknade huvudnycklar","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Huvudnycklarna med dessa ID används för att kryptera några av dina objekt, men programmet har inte tillgång till dem. Det är troligt att de så småningom kommer att hämtas via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"För mer information om End-to-End Encryption (E2EE) och råd om hur du aktiverar det finns i dokumentationen:","Status":"Tillstånd","Encryption is:":"Kryptering är:","Back":"Tillbaka","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny anteckningsbok \"%s\" kommer att skapas och filen \"%s\" kommer att importeras till den","Please create a notebook first.":"Skapa en anteckningsbok först.","Please create a notebook first":"Skapa en anteckningsbok först","Notebook title:":"Titel på anteckningsbok:","Add or remove tags:":"Lägg till eller ta bort taggar:","Separate each tag by a comma.":"Separera varje tagg med ett komma.","Rename notebook:":"Byt namn på anteckningsbok:","Rename tag:":"Byt namn på tagg:","Set alarm:":"Ställ in alarm:","Layout":"Layout","Search...":"Sök...","Some items cannot be synchronised.":"Några objekt kan inte synkroniseras.","View them now":"Visa dem nu","Some items cannot be decrypted.":"Några objekt kan inte dekrypteras.","Set the password":"Ställ in lösenord","Add or remove tags":"Lägg till eller ta bort taggar","Duplicate":"Duplikat","%s - Copy":"%s - Kopiera","Switch between note and to-do type":"Växla mellan antecknings- och att-göra-typ","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Kopiera Markdown-länk","Delete":"Ta bort","Delete notes?":"Ta bort anteckningar?","No notes in here. Create one by clicking on \"New note\".":"Inga anteckningar här. Skapa en genom att klicka på \"Ny anteckning\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det finns för närvarande ingen anteckningsbok. Skapa en genom att klicka på \"Ny anteckningsbok\".","Location":"","URL":"","Note properties":"","Open...":"Öppna...","This file could not be opened: %s":"Den här filen kunde inte öppnas: %s","Save as...":"Spara som...","Copy path to clipboard":"Kopiera sökväg till urklipp","Copy Link Address":"Kopiera länkadress","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Länk eller meddelande stöds inte: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Den här anteckningen har inget innehåll. Klicka på \"%s\" för att växla redigeraren och redigera anteckningen.","Only one note can be printed or exported to PDF at a time.":"","strong text":"stark text","emphasized text":"betonad text","List item":"Listobjekt","Insert Hyperlink":"Infoga hyperlänk","Attach file":"Bifoga fil","Tags":"Taggar","Set alarm":"Sätt alarm","In: %s":"I: %s","Hyperlink":"Hyperlänk","Code":"Kod","Numbered List":"Numrerad lista","Bulleted List":"Punktlista","Checkbox":"Kryssruta","Heading":"Rubrik","Horizontal Rule":"Horisontell regel","Click to stop external editing":"Klicka för att stoppa extern redigering","Watching...":"Observerar...","to-do":"att-göra","note":"anteckning","Creating new %s...":"Skapar ny %s...","Refresh":"Uppdatera","Clear":"Rensa","OneDrive Login":"OneDrive-inloggning","Dropbox Login":"Dropbox-inloggning","Options":"Inställningar","Synchronisation Status":"Synkroniseringstillstånd","Encryption Options":"Krypteringsinställningar","Clipper Options":"Clipper-inställningar","Remove this tag from all the notes?":"Ta bort den här taggen från alla anteckningar?","Remove this search from the sidebar?":"Ta bort den här sökningen från sidofältet?","Rename":"Byt namn","Synchronise":"Synkronisera","Notebooks":"Anteckningsböcker","Decrypting items: %d/%d":"Dekrypterar objekt: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Välj vart synkroniseringstillståndet ska exporteras till","Usage: %s":"Användning: %s","Unknown flag: %s":"Okänd flagga: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Endast för testning)","WebDAV":"WebDAV","Unknown log level: %s":"Okänd loggnivå: %s","Unknown level ID: %s":"Okänt nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan inte uppdatera token: autentiseringsdata saknas. Om du startar synkroniseringen igen kan det lösa problemet.","Untitled":"Utan titel","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Det gick inte att synkronisera med OneDrive.\n\nDet här felet händer ofta när du använder OneDrive for Business, vilket tyvärr inte kan stödjas.\n\nTänk på att använda ett vanligt OneDrive-konto.","Cannot access %s":"Kan inte komma åt %s","Created local items: %d.":"Skapade lokala objekt: %d.","Updated local items: %d.":"Uppdaterade lokala objekt: %d.","Created remote items: %d.":"Skapade fjärrobjekt: %d.","Updated remote items: %d.":"Uppdaterade fjärrobjekt: %d.","Deleted local items: %d.":"Borttagna lokala objekt: %d.","Deleted remote items: %d.":"Borttagna fjärrobjekt: %d.","Fetched items: %d/%d.":"Hämtade objekt: %d/%d.","Cancelling...":"Avbryter...","Completed: %s":"Slutfört: %s","Last error: %s":"Senaste fel: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår redan. Tillstånd: %s","Encrypted":"Krypterad","Encrypted items cannot be modified":"Krypterade objekt kan inte ändras","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan inte flytta anteckningsbok till den här platsen","Notebooks cannot be named \"%s\", which is a reserved title.":"Anteckningsböcker kan inte namnges \"%s\", vilket är en reserverad titel.","title":"titel","updated date":"uppdaterad datum","created date":"Skapad datum","This note does not have geolocation information.":"Denna anteckning har inte geolokaliseringsinformation.","Cannot copy note to \"%s\" notebook":"Kan inte kopiera anteckning till \"%s\" anteckningsbok","Cannot move note to \"%s\" notebook":"Kan inte flytta anteckning till \"%s\" anteckningsbok","Language":"Språk","Date format":"Datumformat","Time format":"Tidsformat","Theme":"Tema","Light":"Ljus","Dark":"Mörk","Uncompleted to-dos on top":"Inte slutförda att-göra högst upp","Show completed to-dos":"Visa slutförda att-göra","Sort notes by":"Sortera anteckningar efter","Reverse sort order":"Omvänd sorteringsordning","Save geo-location with notes":"Spara geolokalisering med anteckningar","When creating a new to-do:":"När du skapar en ny att-göra:","Focus title":"Fokus på titel","Focus body":"Fokus på huvuddel","When creating a new note:":"När du skapar en ny anteckning:","Show tray icon":"Visa fältikon","Note: Does not work in all desktop environments.":"Obs: Fungerar inte i alla skrivbordsmiljöer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoomprocent","Editor font size":"Editor font size","Editor font family":"Redigerarens typsnittsfamilj","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Detta måste vara *monospace*-typsnitt eller så kommer det inte att fungera korrekt. Om typsnittet är felaktigt eller tomt, kommer ett standard generisk monospace-typsnitt användas.","Automatically update the application":"Uppdatera programmet automatiskt","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synkroniseringsintervall","%d minutes":"%d minuter","%d hour":"%d timme","%d hours":"%d timmar","Text editor command":"Textredigeringskommando","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Redigeringskommandot (kan inkludera argument) som används för att öppna en anteckning. Om inget tillhandahålls försöker det automatiskt identifiera standardredigeraren.","Show advanced options":"Visa avancerade inställningar","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet att synkronisera till. Varje synkroniseringsmål kan ha ytterligare parametrar som heter `sync.NUM.NAME` (alla dokumenterade nedan).","Directory to synchronise with (absolute path)":"Katalog för att synkronisera med (absolut sökväg)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sökvägen att synkronisera med när synkronisering av filsystem är aktiverat. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud-WebDAV-webbadress","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-användarnamn","Nextcloud password":"Nextcloud-lösenord","WebDAV URL":"WebDAV-webbadress","WebDAV username":"WebDAV-användarnamn","WebDAV password":"WebDAV-lösenord","Custom TLS certificates":"Anpassade TLS-certifikat","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparerad lista över sökvägar till kataloger för att läsa certifikaten från eller sökvägen till enskilda cert-filer. Till exempel: /my/cert_dir,/other/custom.pem. Observera att om du ändrar TLS-inställningarna måste du spara dina ändringar innan du klickar på \"Kontrollera synkroniseringskonfiguration\".","Ignore TLS certificate errors":"Ignorera TLS-certifikatfel","Invalid option value: \"%s\". Possible values are: %s.":"Ogiltigt inställningsvärde: \"%s\". Möjliga värden är: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exporteringsfil","Markdown":"Markdown","Joplin Export Directory":"Joplin-exporteringskatalog","Evernote Export File":"Evernote-exporteringsfil","Json Export Directory":"Json Export Directory","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan inte läsa in \"%s\"-modulen för formatet \"%s\"","Please specify import format for %s":"Ange importeringsformat för %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Detta objekt är för närvarande krypterat: %s \"%s\". Vänta tills alla objekt dekrypteras och försök igen.","There is no data to export.":"Det finns ingen data att exportera.","Please specify the notebook where the notes should be imported to.":"Ange anteckningsboken som anteckningarna ska importeras till.","Items that cannot be synchronised":"Objekt som inte kan synkroniseras","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Dessa objekt kommer att vara kvar på enheten men kommer inte att skickas till synkroniseringsmålet. För att hitta dessa objekt, sök antingen efter titel eller ID (som visas i parentes ovan).","Sync status (synced items / total items)":"Synkroniseringstillstånd (synkroniserade objekt / totalt antal objekt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"För att ta bort: %d","Folders":"Mappar","%s: %d notes":"%s: %d anteckningar","Coming alarms":"Kommande larm","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Det finns för närvarande inga anteckningar. Skapa en genom att klicka på (+)-knappen.","Delete these notes?":"Ta bort dessa anteckningar?","Log":"Logg","Export Debug Report":"Exportera felsökningsrapport","Encryption Config":"Kryptering-konfiguration","Configuration":"Konfiguration","Move to notebook...":"Flytta till anteckningsbok...","Move %d notes to notebook \"%s\"?":"Flytta %d anteckningar till anteckningsboken \"%s\"?","Press to set the decryption password.":"Tryck för att ställa in dekrypteringslösenordet.","Clear alarm":"Clear alarm","Save alarm":"Spara alarm","Select date":"Välj datum","Confirm":"Bekräfta","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nya taggar:","Type new tags or select from list":"Skriv nya taggar eller välj från listan","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"För att fungera korrekt behöver appen följande behörigheter. Aktivera dem i dina telefoninställningar, i Appar > Joplin > Behörigheter","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Lagring: för att tillåta att du bifoga filer till anteckningar och för att aktivera filsystemsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: för att tillåta att du tar en bild och bifogar den till en anteckning.","- Location: to allow attaching geo-location information to a note.":"- Plats: för att tillåta att information om geografisk plats läggs till i en anteckning.","Joplin website":"Joplin-webbplats","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Logga in med Dropbox","Enter code here":"","Master Key %s":"Huvudnyckel %s","Created: %s":"Skapad: %s","Password:":"Lösenord:","Password cannot be empty":"Lösenordet kan inte vara tomt","Enable":"Aktivera","The notebook could not be saved: %s":"Anteckningsboken kunde inte sparas: %s","Edit notebook":"Redigera anteckningsbok","Show all":"Visa alla","Errors only":"Endast fel","This note has been modified:":"Denna anteckning har ändrats:","Save changes":"Spara ändringar","Discard changes":"Kassera ändringar","No item with ID %s":"Inget objekt med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Den mobila appen Joplin stöder för närvarande inte denna typ av länk: %s","Unsupported image type: %s":"Bildstorlek som inte stöds: %s","Take photo":"Take photo","Attach photo":"Bifoga foto","Attach any file":"Bifoga en fil","Share":"Dela","Convert to note":"Konvertera till anteckning","Convert to todo":"Konvertera till att-göra","Hide metadata":"Dölj metadata","Show metadata":"Visa metadata","View on map":"Visa på karta","Go to source URL":"","Delete notebook":"Ta bort anteckningsbok","Login with OneDrive":"Logga in med OneDrive","Search":"Sök","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klicka på (+)-knappen för att skapa en ny anteckning eller anteckningsbok. Klicka på sidomenyn för att få tillgång till dina befintliga anteckningsböcker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har för närvarande ingen anteckningsbok. Skapa en genom att klicka på (+)-knappen.","Welcome":"Välkommen"} \ No newline at end of file diff --git a/ElectronClient/app/locales/zh_CN.json b/ElectronClient/app/locales/zh_CN.json index 4009dd77a..2806aa6e7 100644 --- a/ElectronClient/app/locales/zh_CN.json +++ b/ElectronClient/app/locales/zh_CN.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"移除相关笔记的标签后才可删除此标签。","Please select the note or notebook to be deleted first.":"请先选择需要删除的笔记或笔记本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或输入 \"exit\" 退出程序","More than one item match \"%s\". Please narrow down your query.":"有多条项目符合 “%s”。请缩小您的检索范围。","No notebook selected.":"未选择笔记本。","No notebook has been specified.":"未指定笔记本。","Y":"是","n":"否","N":"否","y":"是","Cancelling background synchronisation... Please wait.":"正在取消后台同步... 请稍候。","No such command: %s":"无以下命令:%s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 仅在GUI模式下可用","Cannot change encrypted item":"无法更改加密项目","Missing required argument: %s":"缺失所需参数:%s","%s: %s":"%s: %s","Your choice: ":"您的选择: ","Invalid answer: %s":"此答案无效:%s","Attaches the given file to the note.":"给笔记附加给定文件。","Cannot find \"%s\".":"无法找到 \"%s\"。","Displays the given note.":"显示给定笔记。","Displays the complete information about note.":"显示关于笔记的全部信息。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"读取或设置配置数值。如果 [value] 没有提供,它将显示 [name] 值。如果没有提供 [name] 或 [value] 值,它将列出当前配置。","Also displays unset and hidden config variables.":"同时显示未设置的与隐藏的配置变量。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"复制符合 的笔记至 [notebook]。若无指定的笔记本,该笔记将被复制至当前笔记本。","Marks a to-do as done.":"标记待办事项为完成。","Note is not a to-do: \"%s\"":"笔记非待办事项:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理E2EE配置。命令为:`enable`, `disable`, `decrypt`, `status` 和 `target-status`。","Enter master password:":"输入主密码:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"开始解密... 请稍后。因解密环节取决于需解密的文件数量,可能需要等待几分钟。","Completed decryption.":"已完成解密。","Enabled":"已启用","Disabled":"已禁用","Encryption is: %s":"加密为:%s","Edit note.":"编辑笔记。","No text editor is defined. Please set it using `config editor `":"未设置指定的文本编辑器。请通过`config editor `设置","No active notebook.":"无活动笔记本。","Note does not exist: \"%s\". Create it?":"以下笔记不存在:“%s”。是否创建?","Starting to edit note. Close the editor to get back to the prompt.":"开始编辑笔记。关闭编辑器将回到提示符。","Error opening note in editor: %s":"打开以下笔记时出现错误:%s","Note has been saved.":"笔记已被保存。","Exits the application.":"退出程序。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"导出 Joplin 数据至给定路径。默认为导出包含笔记本、笔记、标签与资源等完整的数据库。","Destination format: %s":"目标格式:%s","Exports only the given note.":"仅导出给定笔记。","Exports only the given notebook.":"仅导出给定笔记本。","Displays a geolocation URL for the note.":"显示此笔记的地理定位URL地址。","Displays usage information.":"显示使用信息。","For information on how to customise the shortcuts please visit %s":"请访问以下链接了解如何设置快捷键:%s","Shortcuts are not available in CLI mode.":"快捷键在 CLI 模式下不可用。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"输入 `help [command]` 来了解关于某命令;或输入 `help all` 获取完整的使用说明。","The possible commands are:":"可用命令为:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何命令中,某个笔记或笔记本可通过它名称或ID引用,也可使用代表当前所选笔记和笔记本的快捷变量 ‘$n' 和 '$b'。`$c` 可用于引用当前所选的项目。","To move from one pane to another, press Tab or Shift+Tab.":"按 Tab 键或 Shift+Tab 组合键切换面板。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"通过方向键与 page up/down 键来滚动列表与文本区域(包含此控制台)。","To maximise/minimise the console, press \"tc\".":"按 \"TC\" 最大化/最小化控制台。","To enter command line mode, press \":\"":"按 \":\" 键进入命令行模式","To exit command line mode, press ESCAPE":"按 ESC 键退出命令行模式","For the list of keyboard shortcuts and config options, type `help keymap`":"输入 `help keymap` 来获取完整的键盘快捷键列表","Imports data into Joplin.":"导入数据至 Jolin。","Source format: %s":"原数据格式:%s","Do not ask for confirmation.":"不再要求确认。","Found: %d.":"已找到:%d条。","Created: %d.":"已创建:%d条。","Updated: %d.":"已更新:%d条。","Skipped: %d.":"已跳过:%d条。","Resources: %d.":"资源:%d。","Tagged: %d.":"已标签:%d条。","Importing notes...":"正在导入笔记...","The notes have been imported: %s":"以下笔记已被导入:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"在当前笔记本中显示笔记。使用 `ls /` 显示笔记本列表。","Displays only the first top notes.":"只显示最上方的 条笔记。","Sorts the item by (eg. title, updated_time, created_time).":"通过 排序项目(示例:title, updated_time, created_time)。","Reverses the sorting order.":"反转排序顺序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"仅显示指定类型的项目。可以把 `n` 用于笔记,`t` 用于待办事项,或者 `nt` 用于笔记和待办事项 (示例:`-tt` 只会显示待办事项,当使用 `-ttd` 时将会显示笔记和待办事项。","Either \"text\" or \"json\"":"\"text\" 或 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用长列表格式。格式为:ID, NOTE_COUNT(仅笔记本), DATE, TODO_CHECKED(仅待办事项), TITLE","Please select a notebook first.":"请先选择笔记本。","Creates a new notebook.":"创建新笔记本。","Creates a new note.":"创建新笔记。","Notes can only be created within a notebook.":"笔记只能创建于笔记本内。","Creates a new to-do.":"创建新待办事项。","Moves the notes matching to [notebook].":"移动符合 的笔记至 [notebook]。","Renames the given (note or notebook) to .":"重命名给定的 (笔记或笔记本)至 。","Deletes the given notebook.":"删除给定笔记本。","Deletes the notebook without asking for confirmation.":"删除笔记本(不要求确认)。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"是否删除笔记本?此笔记本内所有笔记也将被删除。","Deletes the notes matching .":"删除符合 的笔记。","Deletes the notes without asking for confirmation.":"删除笔记(不要求确认)。","%d notes match this pattern. Delete them?":"有%d条笔记符合此模式。是否删除?","Delete note?":"是否删除笔记?","Searches for the given in all the notes.":"在所有笔记内搜索给定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"将给定的 的属性 设置为 [value]。可用属性为:\n\n%s","Displays summary about the notes and notebooks.":"显示关于笔记与笔记本的概况。","Synchronises with remote storage.":"与远程储存空间同步。","Sync to provided target (defaults to sync.target config value)":"同步至所提供的目标(默认为同步目标配置值)","Authentication was not completed (did not receive an authentication token).":"认证未完成(未收到认证令牌)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"为了让 Joplin 与 Dropbox 同步,请遵循以下步骤:","Step 1: Open this URL in your browser to authorise the application:":"步骤一:在浏览器中打开此 URL 来授权应用程序:","Step 2: Enter the code provided by Dropbox:":"步骤二:输入 Dropbox 提供的代码:","Not authentified with %s. Please provide any missing credentials.":"%s 并未被验证。请提供缺少的凭证。","Synchronisation is already in progress.":"同步正在进行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"锁定文件已被保存。如果您确认当前未在进行任何同步,可删除锁定文件 \"%s\" 后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消... 请稍后。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"无效命令:\"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" 或者 \"clear\"。使用 \"toggle\" 命令来切换待办事项的完成状态(若目标为普通笔记则将会转换成待办事项)。使用 \"clear\" 命令来把待办事项转换至普通笔记。","Marks a to-do as non-completed.":"标记待办事项为未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切换至 [notebook] - 所有进一步处理将在此笔记本中进行。","Displays version information":"显示版本信息","%s %s (%s)":"%s %s (%s)","Enum":"枚举","Type: %s.":"格式:%s。","Possible values: %s.":"可用值: %s。","Default: %s":"默认值: %s","Possible keys/values:":"可用键/值:","Type `joplin help` for usage information.":"输入 `joplin help` 获取使用信息。","Fatal error:":"严重错误:","The application has been authorised - you may now close this browser tab.":"此程序已被授权 - 您可以关闭此浏览页面了。","The application has been successfully authorised.":"此程序已被成功授权。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"请在网络浏览器中打开以下链接激活此应用程序。此应用会建立 \"Apps/Joplin\" 文件目录,并只会读写该目录中的文件。它没有任何权限访问此目录以外的任何文件或个人信息。也不会与第三方分享任何数据。","Search:":"搜索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"欢迎使用 Joplin!\n\n输入 `:help shortcuts` 获取键盘快捷键列表,或输入 `:help` 获取使用信息。\n\n例:输入 `mb` 建立新笔记本;输入 `mn` 建立新笔记。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"有一条或更多项目被加密可能需要提供主密码。若需进行此操作请输入 `e2ee decrypt` 。若您已提供密码,此时加密文件正在背景解密,解锁之后即可使用。","Exporting to \"%s\" as \"%s\" format. Please wait...":"导出至 \"%s\" 并转换成 \"%s\" 格式。请稍等…","Importing from \"%s\" as \"%s\" format. Please wait...":"从 \"%s\" 导入为 \"%s\" 格式。请稍等…","PDF File":"PDF 文件","File":"文件","New note":"新笔记","New to-do":"新待办事项","New notebook":"新笔记本","Import":"导入","Export":"导出","Print":"打印","Hide %s":"隐藏 %s","Quit":"退出","Edit":"编辑","Copy":"复制","Cut":"剪切","Paste":"粘贴","Select all":"Select all","Bold":"粗体","Italic":"斜体","Insert Date Time":"插入时间","Edit in external editor":"Edit in external editor","Search in all the notes":"在所有笔记内搜索","Search in current note":"Search in current note","View":"显示","Toggle sidebar":"切换边栏","Toggle editor layout":"切换编辑器布局","Tools":"工具","Synchronisation status":"同步状态","Web clipper options":"网页剪辑选项","Encryption options":"加密选项","General Options":"通用选项","Help":"帮助","Website and documentation":"网站与文档","Make a donation":"捐赠","Check for updates...":"检查更新...","About Joplin":"关于 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"打开 %s","Exit":"退出","OK":"确认","Cancel":"取消","Current version is up-to-date.":"当前版本为最新版。","An update is available, do you want to download it now?":"软件有更新,是否下载最新版?","Yes":"是","No":"否","Token has been copied to the clipboard!":"Token 已被复制到粘贴板","The web clipper service is enabled and set to auto-start.":"网页剪辑服务已启用并设置为自动启动。","Status: Started on port %d":"状态:从端口 %d 开始","Status: %s":"状态:%s","Disable Web Clipper Service":"禁用网页剪辑服务","The web clipper service is not enabled.":"网页剪辑未启用。","Enable Web Clipper Service":"启用网页剪辑","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin 网页剪辑可以让你将浏览器中的网页和截图保存到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用网页剪辑功能,你需要按照以下步骤:","Step 1: Enable the clipper service":"步骤一:启用网页剪辑服务","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"该服务允许浏览器扩展与 Joplin 通信。当启用它时,你的防火墙可能会要求你允许 Joplin 监听一个特定的端口。","Step 2: Install the extension":"步骤二:安装扩展","Download and install the relevant extension for your browser:":"为您的浏览器下载并安装相关的扩展:","Advanced options":"Advanced options","Authorisation token:":"授权码:","Copy token":"拷贝 token","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Apply":"应用","Submit":"提交","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密则会导致所有笔记与附件将会重新同步,并会将非加密的文件发送至同步目标。确定继续吗?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"启用加密则会导致所有笔记与附件将会重新同步,并会将加密的文件发送至同步目标。请勿丢失此密码!为了安全目的,此密码是您解密资料的 *唯一方式* !若确认启动加密,请在下方输入您的密码。","Disable encryption":"禁用加密","Enable encryption":"启用加密","Master Keys":"主密码","Active":"活动状态","ID":"ID","Source":"来源","Created":"创建日期","Updated":"更新日期","Password":"密码","Password OK":"密码可用","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注释:加密行为仅使用标志\"活动\"的主密码。解密时,若笔记或笔记本加密设置允许,可以使用其他任意密码。","Missing Master Keys":"缺失主密码","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"此ID所包含的主密码已用于加密一些文件,但是此软件当前无法访问这些文件。它们有可能会经过同步过程下载下来。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有关端到端加密(E2EE)的更多信息,以及如何启用它的建议,请查看文档:","Status":"状态","Encryption is:":"加密为:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"将新建笔记本 \"%s\" 并将文件 \"%s\" 导入至其中","Please create a notebook first.":"请先创建笔记本。","Please create a notebook first":"请先创建笔记本","Notebook title:":"笔记本标题:","Add or remove tags:":"添加或删除标签:","Separate each tag by a comma.":"用逗号 \",\" 分开每个标签。","Rename notebook:":"重命名笔记本:","Rename tag:":"重命名标签:","Set alarm:":"设置提醒:","Layout":"布局","Search...":"搜索...","Some items cannot be synchronised.":"一些项目无法被同步。","View them now":"马上查看","Some items cannot be decrypted.":"一些项目无法被解密。","Set the password":"设置密码","Add or remove tags":"添加或删除标签","Duplicate":"重复的","%s - Copy":"%s - 副本","Switch between note and to-do type":"在笔记和待办事项类型之间切换","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"复制 Markdown 链接","Delete":"删除","Delete notes?":"是否删除笔记?","No notes in here. Create one by clicking on \"New note\".":"此处没有任何笔记。点击\"新笔记\"创建。","There is currently no notebook. Create one by clicking on \"New notebook\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Location":"位置","URL":"","Note properties":"笔记属性","Open...":"打开…","This file could not be opened: %s":"此笔记本无法打开:%s","Save as...":"另存为…","Copy path to clipboard":"复制路径到剪切板","Copy Link Address":"拷贝链接地址","This attachment is not downloaded or not decrypted yet.":"该附件没有下载或者没有解密","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","strong text":"加粗文本","emphasized text":"强调文本","List item":"项目列表","Insert Hyperlink":"插入超链接","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","In: %s":"在: %s","Hyperlink":"超链接","Code":"代码","Numbered List":"有序列表","Bulleted List":"无序列表","Checkbox":"复选框","Heading":"标题","Horizontal Rule":"水平线","Click to stop external editing":"点击以停止外部编辑","Watching...":"正在监控变化...","to-do":"待办事项","note":"笔记","Creating new %s...":"创建新%s…","Refresh":"刷新","Clear":"清除","OneDrive Login":"登录 OneDrive","Dropbox Login":"登录 Dropbox","Options":"选项","Synchronisation Status":"同步状态","Encryption Options":"加密选项","Clipper Options":"网页剪辑选项","Remove this tag from all the notes?":"从所有笔记中删除此标签?","Remove this search from the sidebar?":"从侧栏中删除此项搜索历史?","Rename":"重命名","Synchronise":"同步","Notebooks":"笔记本","Decrypting items: %d/%d":"解密项目:%d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"Dropbox","File system":"文件系统","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive 开发版(仅测试用)","WebDAV":"WebDAV","Unknown log level: %s":"未知日志级别:%s","Unknown level ID: %s":"未知的级别 ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","Untitled":"无标题","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"无法与 OneDrive 同步。\n\n此错误通常在使用 OneDrive 企业版时出现,很遗憾此软件并不支持 OneDrive 企业版。\n\n请考虑使用 OneDrive 个人版。","Cannot access %s":"无法访问 %s","Created local items: %d.":"已新建本地项目: %d。","Updated local items: %d.":"已更新本地项目: %d。","Created remote items: %d.":"已新建远程项目: %d。","Updated remote items: %d.":"已更新远程项目: %d。","Deleted local items: %d.":"已删除本地项目: %d。","Deleted remote items: %d.":"已删除远程项目: %d。","Fetched items: %d/%d.":"已提取项目:%d/%d.","Cancelling...":"正在取消...","Completed: %s":"已完成:%s","Last error: %s":"最后错误:%s","Idle":"闲置","In progress":"正在进行","Synchronisation is already in progress. State: %s":"同步正在进行中。状态:%s","Encrypted":"已加密","Encrypted items cannot be modified":"无法修改已加密项目","Conflicts":"冲突文件","Cannot move notebook to this location":"无法移动笔记本到该位置","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为 \"%s\",此标题为保留标题。","title":"标题","updated date":"更新日期","created date":"创建日期","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至 \"%s\" 笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至 \"%s\" 笔记本","Language":"语言","Date format":"日期格式","Time format":"时间格式","Theme":"主题","Light":"浅色","Dark":"深色","Uncompleted to-dos on top":"未完成的待办事项在顶端","Show completed to-dos":"显示已完成的待办事项","Sort notes by":"排序笔记","Reverse sort order":"反转排序顺序","Save geo-location with notes":"保存笔记时同时保存地理定位信息","When creating a new to-do:":"创建新待办事项时:","Focus title":"聚焦标题","Focus body":"聚焦内容","When creating a new note:":"创建新笔记时:","Show tray icon":"显示托盘图标","Note: Does not work in all desktop environments.":"注意:在某些桌面环境下可能无法正常工作。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"该选项允许 Joplin 在后台运行,如果你的笔记时常发生变化,推荐启用该设置来减少可能的冲突","Start application minimised in the tray icon":"启动应用程序时在托盘中最小化","Global zoom percentage":"全局缩放比例","Editor font size":"Editor font size","Editor font family":"编辑器字体","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必须是 *等宽* 字体,否则将无法正常工作。若无效或留空,此处将会设置成一款通用等宽字体。","Automatically update the application":"自动更新此程序","Synchronisation interval":"同步间隔","%d minutes":"%d 分钟","%d hour":"%d 小时","%d hours":"%d 小时","Text editor command":"文本编辑器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此文本编辑器命令(可能包括参数)将会被用于打开笔记。若未提供将尝试自动检测默认编辑器。","Show advanced options":"显示高级选项","Synchronisation target":"同步目标","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"所同步的目标。每个同步目标可以拥有一些附加属性,命名为 `sync.NUM.NAME`(见下文)。","Directory to synchronise with (absolute path)":"同步至此文件目录(绝对路径)。","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"文件系统同步启用时的同步目录。见 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 链接","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意:如果您更改此位置,请确保在同步之前将所有内容复制到该位置,否则将删除所有文件! 有关详细信息,请参阅常见问题解答(FAQ):%s","Nextcloud username":"Nextcloud 用户名","Nextcloud password":"Nextcloud 密码","WebDAV URL":"WebDAV 链接","WebDAV username":"WebDAV 用户名","WebDAV password":"WebDAV 密码","Custom TLS certificates":"自定义 TLS 证书","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"以逗号分隔的路径列表,可以是包含证书的目录,也可以是单独的证书路径。 例如:/my/cert_dir,/other/custom.pem。 请注意,如果更改 TLS 设置,则必须先保存更改,然后再点击『检查同步配置』。","Ignore TLS certificate errors":"忽略 TLS 证书的错误","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","The tag \"%s\" already exists. Please choose a different name.":"标签“%s”已经存在。请选择一个不一样的名字。","Joplin Export File":"Joplin 导出文件","Markdown":"Markdown","Joplin Export Directory":"Joplin 导出目录","Evernote Export File":"Evernote 导出文件","Json Export Directory":"Json Export Directory","Directory":"文件目录","Cannot load \"%s\" module for format \"%s\"":"无法加载 \"%s\" 模块以读取 \"%s\" 格式","Please specify import format for %s":"请指定 %s 的导入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此项目当前为加密状态:%s \"%s\"。请等待所有项目解密后再重试。","There is no data to export.":"没有可导出的数据。","Please specify the notebook where the notes should be imported to.":"请指定导入笔记的目标笔记本。","Items that cannot be synchronised":"无法同步项目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"这些项目将保留于设备中,但不会上传至同步目标。若需查找这些项目,请搜索标题或ID(显示于上方括号中)。","Sync status (synced items / total items)":"同步状态(已同步项目/项目总数)","%s: %d/%d":"%s:%d/%d条","Total: %d/%d":"总数:%d/%d条","Conflicted: %d":"有冲突的:%d条","To delete: %d":"将删除:%d条","Folders":"文件夹","%s: %d notes":"%s: %d条笔记","Coming alarms":"临近提醒","On %s: %s":"%s:%s","Permission to use camera":"使用摄像头的权限","Your permission to use your camera is required.":"使用摄像头的权限是必须的","There are currently no notes. Create one by clicking on the (+) button.":"当前没有任何笔记。点击(+)按钮创建。","Delete these notes?":"是否删除这些笔记?","Log":"日志","Export Debug Report":"导出调试报告","Encryption Config":"加密配置","Configuration":"配置","Move to notebook...":"移动至笔记本...","Move %d notes to notebook \"%s\"?":"移动%d条笔记至笔记本\"%s\"?","Press to set the decryption password.":"按键将设置解密密码。","Clear alarm":"Clear alarm","Save alarm":"保存提醒","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"发生错误。请检查 URL,用户名,密码等等是否正确并且确保同步目的地可被访问。报告的错误如下:","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"无法授权应用:\n\n%s\n\n请重新尝试","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新标签:","Type new tags or select from list":"输入新的标签或从列表中选择","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"为了正常的使用,应用需要以下权限。请在你的手机设置(应用 > Joplin > 权限)中启用它们","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 存储:允许将文件附加到笔记中并启用文件系统同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相机:允许拍照并将其添加到一条笔记中。","- Location: to allow attaching geo-location information to a note.":"- 定位:允许将地理位置信息附加到一条笔记中。","Joplin website":"Joplin 官网","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"通过 Dropbox 登录","Enter code here":"","Master Key %s":"主密码 %s","Created: %s":"创建于:%s","Password:":"密码:","Password cannot be empty":"密码不可为空","Enable":"启用","The notebook could not be saved: %s":"此笔记本无法保存:%s","Edit notebook":"编辑笔记本","Show all":"显示全部","Errors only":"仅显示错误","This note has been modified:":"此笔记已被修改:","Save changes":"保存更改","Discard changes":"放弃更改","No item with ID %s":"没有 ID %s 项","The Joplin mobile app does not currently support this type of link: %s":"Joplin 手机应用目前不支持这种类型的链接:%s","Unsupported image type: %s":"不支持的图片格式:%s","Take photo":"Take photo","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"分享","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","Go to source URL":"定位到源 URL","Delete notebook":"删除笔记本","Login with OneDrive":"通过 OneDrive 登录","Search":"搜索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"点击(+)按钮创建新笔记或笔记本。点击侧边选单来访问现有的笔记本。","You currently have no notebook. Create one by clicking on (+) button.":"您目前未有笔记本。点击(+)按钮创建。","Welcome":"欢迎"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"移除相关笔记的标签后才可删除此标签。","Please select the note or notebook to be deleted first.":"请先选择需要删除的笔记或笔记本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或输入 \"exit\" 退出程序","More than one item match \"%s\". Please narrow down your query.":"有多条项目符合 “%s”。请缩小您的检索范围。","No notebook selected.":"未选择笔记本。","No notebook has been specified.":"未指定笔记本。","Y":"是","n":"否","N":"否","y":"是","Cancelling background synchronisation... Please wait.":"正在取消后台同步... 请稍候。","No such command: %s":"无以下命令:%s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 仅在GUI模式下可用","Cannot change encrypted item":"无法更改加密项目","Missing required argument: %s":"缺失所需参数:%s","%s: %s":"%s: %s","Your choice: ":"您的选择: ","Invalid answer: %s":"此答案无效:%s","Attaches the given file to the note.":"给笔记附加给定文件。","Cannot find \"%s\".":"无法找到 \"%s\"。","Displays the given note.":"显示给定笔记。","Displays the complete information about note.":"显示关于笔记的全部信息。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"读取或设置配置数值。如果 [value] 没有提供,它将显示 [name] 值。如果没有提供 [name] 或 [value] 值,它将列出当前配置。","Also displays unset and hidden config variables.":"同时显示未设置的与隐藏的配置变量。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"复制符合 的笔记至 [notebook]。若无指定的笔记本,该笔记将被复制至当前笔记本。","Marks a to-do as done.":"标记待办事项为完成。","Note is not a to-do: \"%s\"":"笔记非待办事项:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理E2EE配置。命令为:`enable`, `disable`, `decrypt`, `status` 和 `target-status`。","Enter master password:":"输入主密码:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"开始解密... 请稍后。因解密环节取决于需解密的文件数量,可能需要等待几分钟。","Completed decryption.":"已完成解密。","Enabled":"已启用","Disabled":"已禁用","Encryption is: %s":"加密为:%s","Edit note.":"编辑笔记。","No text editor is defined. Please set it using `config editor `":"未设置指定的文本编辑器。请通过`config editor `设置","No active notebook.":"无活动笔记本。","Note does not exist: \"%s\". Create it?":"以下笔记不存在:“%s”。是否创建?","Starting to edit note. Close the editor to get back to the prompt.":"开始编辑笔记。关闭编辑器将回到提示符。","Error opening note in editor: %s":"打开以下笔记时出现错误:%s","Note has been saved.":"笔记已被保存。","Exits the application.":"退出程序。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"导出 Joplin 数据至给定路径。默认为导出包含笔记本、笔记、标签与资源等完整的数据库。","Destination format: %s":"目标格式:%s","Exports only the given note.":"仅导出给定笔记。","Exports only the given notebook.":"仅导出给定笔记本。","Displays a geolocation URL for the note.":"显示此笔记的地理定位URL地址。","Displays usage information.":"显示使用信息。","For information on how to customise the shortcuts please visit %s":"请访问以下链接了解如何设置快捷键:%s","Shortcuts are not available in CLI mode.":"快捷键在 CLI 模式下不可用。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"输入 `help [command]` 来了解关于某命令;或输入 `help all` 获取完整的使用说明。","The possible commands are:":"可用命令为:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何命令中,某个笔记或笔记本可通过它名称或ID引用,也可使用代表当前所选笔记和笔记本的快捷变量 ‘$n' 和 '$b'。`$c` 可用于引用当前所选的项目。","To move from one pane to another, press Tab or Shift+Tab.":"按 Tab 键或 Shift+Tab 组合键切换面板。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"通过方向键与 page up/down 键来滚动列表与文本区域(包含此控制台)。","To maximise/minimise the console, press \"tc\".":"按 \"TC\" 最大化/最小化控制台。","To enter command line mode, press \":\"":"按 \":\" 键进入命令行模式","To exit command line mode, press ESCAPE":"按 ESC 键退出命令行模式","For the list of keyboard shortcuts and config options, type `help keymap`":"输入 `help keymap` 来获取完整的键盘快捷键列表","Imports data into Joplin.":"导入数据至 Jolin。","Source format: %s":"原数据格式:%s","Do not ask for confirmation.":"不再要求确认。","Found: %d.":"已找到:%d条。","Created: %d.":"已创建:%d条。","Updated: %d.":"已更新:%d条。","Skipped: %d.":"已跳过:%d条。","Resources: %d.":"资源:%d。","Tagged: %d.":"已标签:%d条。","Importing notes...":"正在导入笔记...","The notes have been imported: %s":"以下笔记已被导入:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"在当前笔记本中显示笔记。使用 `ls /` 显示笔记本列表。","Displays only the first top notes.":"只显示最上方的 条笔记。","Sorts the item by (eg. title, updated_time, created_time).":"通过 排序项目(示例:title, updated_time, created_time)。","Reverses the sorting order.":"反转排序顺序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"仅显示指定类型的项目。可以把 `n` 用于笔记,`t` 用于待办事项,或者 `nt` 用于笔记和待办事项 (示例:`-tt` 只会显示待办事项,当使用 `-ttd` 时将会显示笔记和待办事项。","Either \"text\" or \"json\"":"\"text\" 或 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用长列表格式。格式为:ID, NOTE_COUNT(仅笔记本), DATE, TODO_CHECKED(仅待办事项), TITLE","Please select a notebook first.":"请先选择笔记本。","Creates a new notebook.":"创建新笔记本。","Creates a new note.":"创建新笔记。","Notes can only be created within a notebook.":"笔记只能创建于笔记本内。","Creates a new to-do.":"创建新待办事项。","Moves the notes matching to [notebook].":"移动符合 的笔记至 [notebook]。","Renames the given (note or notebook) to .":"重命名给定的 (笔记或笔记本)至 。","Deletes the given notebook.":"删除给定笔记本。","Deletes the notebook without asking for confirmation.":"删除笔记本(不要求确认)。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"是否删除笔记本?此笔记本内所有笔记也将被删除。","Deletes the notes matching .":"删除符合 的笔记。","Deletes the notes without asking for confirmation.":"删除笔记(不要求确认)。","%d notes match this pattern. Delete them?":"有%d条笔记符合此模式。是否删除?","Delete note?":"是否删除笔记?","Searches for the given in all the notes.":"在所有笔记内搜索给定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"将给定的 的属性 设置为 [value]。可用属性为:\n\n%s","Displays summary about the notes and notebooks.":"显示关于笔记与笔记本的概况。","Synchronises with remote storage.":"与远程储存空间同步。","Sync to provided target (defaults to sync.target config value)":"同步至所提供的目标(默认为同步目标配置值)","Authentication was not completed (did not receive an authentication token).":"认证未完成(未收到认证令牌)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"为了让 Joplin 与 Dropbox 同步,请遵循以下步骤:","Step 1: Open this URL in your browser to authorise the application:":"步骤一:在浏览器中打开此 URL 来授权应用程序:","Step 2: Enter the code provided by Dropbox:":"步骤二:输入 Dropbox 提供的代码:","Not authentified with %s. Please provide any missing credentials.":"%s 并未被验证。请提供缺少的凭证。","Synchronisation is already in progress.":"同步正在进行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"锁定文件已被保存。如果您确认当前未在进行任何同步,可删除锁定文件 \"%s\" 后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消... 请稍后。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"无效命令:\"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" 或者 \"clear\"。使用 \"toggle\" 命令来切换待办事项的完成状态(若目标为普通笔记则将会转换成待办事项)。使用 \"clear\" 命令来把待办事项转换至普通笔记。","Marks a to-do as non-completed.":"标记待办事项为未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切换至 [notebook] - 所有进一步处理将在此笔记本中进行。","Displays version information":"显示版本信息","%s %s (%s)":"%s %s (%s)","Enum":"枚举","Type: %s.":"格式:%s。","Possible values: %s.":"可用值: %s。","Default: %s":"默认值: %s","Possible keys/values:":"可用键/值:","Type `joplin help` for usage information.":"输入 `joplin help` 获取使用信息。","Fatal error:":"严重错误:","The application has been authorised - you may now close this browser tab.":"此程序已被授权 - 您可以关闭此浏览页面了。","The application has been successfully authorised.":"此程序已被成功授权。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"请在网络浏览器中打开以下链接激活此应用程序。此应用会建立 \"Apps/Joplin\" 文件目录,并只会读写该目录中的文件。它没有任何权限访问此目录以外的任何文件或个人信息。也不会与第三方分享任何数据。","Search:":"搜索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"欢迎使用 Joplin!\n\n输入 `:help shortcuts` 获取键盘快捷键列表,或输入 `:help` 获取使用信息。\n\n例:输入 `mb` 建立新笔记本;输入 `mn` 建立新笔记。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"有一条或更多项目被加密可能需要提供主密码。若需进行此操作请输入 `e2ee decrypt` 。若您已提供密码,此时加密文件正在背景解密,解锁之后即可使用。","Exporting to \"%s\" as \"%s\" format. Please wait...":"导出至 \"%s\" 并转换成 \"%s\" 格式。请稍等…","Importing from \"%s\" as \"%s\" format. Please wait...":"从 \"%s\" 导入为 \"%s\" 格式。请稍等…","PDF File":"PDF 文件","File":"文件","New note":"新笔记","New to-do":"新待办事项","New notebook":"新笔记本","Import":"导入","Export":"导出","Print":"打印","Hide %s":"隐藏 %s","Quit":"退出","Edit":"编辑","Copy":"复制","Cut":"剪切","Paste":"粘贴","Select all":"Select all","Bold":"粗体","Italic":"斜体","Insert Date Time":"插入时间","Edit in external editor":"Edit in external editor","Search in all the notes":"在所有笔记内搜索","Search in current note":"Search in current note","View":"显示","Toggle sidebar":"切换边栏","Toggle editor layout":"切换编辑器布局","Tools":"工具","Synchronisation status":"同步状态","Web clipper options":"网页剪辑选项","Encryption options":"加密选项","General Options":"通用选项","Help":"帮助","Website and documentation":"网站与文档","Make a donation":"捐赠","Check for updates...":"检查更新...","About Joplin":"关于 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"打开 %s","Exit":"退出","OK":"确认","Cancel":"取消","Current version is up-to-date.":"当前版本为最新版。","%s (pre-release)":"","An update is available, do you want to download it now?":"软件有更新,是否下载最新版?","Your version: v%s":"","New version: v%s":"","Yes":"是","No":"否","Token has been copied to the clipboard!":"Token 已被复制到粘贴板","The web clipper service is enabled and set to auto-start.":"网页剪辑服务已启用并设置为自动启动。","Status: Started on port %d":"状态:从端口 %d 开始","Status: %s":"状态:%s","Disable Web Clipper Service":"禁用网页剪辑服务","The web clipper service is not enabled.":"网页剪辑未启用。","Enable Web Clipper Service":"启用网页剪辑","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin 网页剪辑可以让你将浏览器中的网页和截图保存到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用网页剪辑功能,你需要按照以下步骤:","Step 1: Enable the clipper service":"步骤一:启用网页剪辑服务","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"该服务允许浏览器扩展与 Joplin 通信。当启用它时,你的防火墙可能会要求你允许 Joplin 监听一个特定的端口。","Step 2: Install the extension":"步骤二:安装扩展","Download and install the relevant extension for your browser:":"为您的浏览器下载并安装相关的扩展:","Advanced options":"Advanced options","Authorisation token:":"授权码:","Copy token":"拷贝 token","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Apply":"应用","Submit":"提交","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密则会导致所有笔记与附件将会重新同步,并会将非加密的文件发送至同步目标。确定继续吗?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"启用加密则会导致所有笔记与附件将会重新同步,并会将加密的文件发送至同步目标。请勿丢失此密码!为了安全目的,此密码是您解密资料的 *唯一方式* !若确认启动加密,请在下方输入您的密码。","Disable encryption":"禁用加密","Enable encryption":"启用加密","Master Keys":"主密码","Active":"活动状态","ID":"ID","Source":"来源","Created":"创建日期","Updated":"更新日期","Password":"密码","Password OK":"密码可用","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注释:加密行为仅使用标志\"活动\"的主密码。解密时,若笔记或笔记本加密设置允许,可以使用其他任意密码。","Missing Master Keys":"缺失主密码","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"此ID所包含的主密码已用于加密一些文件,但是此软件当前无法访问这些文件。它们有可能会经过同步过程下载下来。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有关端到端加密(E2EE)的更多信息,以及如何启用它的建议,请查看文档:","Status":"状态","Encryption is:":"加密为:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"将新建笔记本 \"%s\" 并将文件 \"%s\" 导入至其中","Please create a notebook first.":"请先创建笔记本。","Please create a notebook first":"请先创建笔记本","Notebook title:":"笔记本标题:","Add or remove tags:":"添加或删除标签:","Separate each tag by a comma.":"用逗号 \",\" 分开每个标签。","Rename notebook:":"重命名笔记本:","Rename tag:":"重命名标签:","Set alarm:":"设置提醒:","Layout":"布局","Search...":"搜索...","Some items cannot be synchronised.":"一些项目无法被同步。","View them now":"马上查看","Some items cannot be decrypted.":"一些项目无法被解密。","Set the password":"设置密码","Add or remove tags":"添加或删除标签","Duplicate":"重复的","%s - Copy":"%s - 副本","Switch between note and to-do type":"在笔记和待办事项类型之间切换","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"复制 Markdown 链接","Delete":"删除","Delete notes?":"是否删除笔记?","No notes in here. Create one by clicking on \"New note\".":"此处没有任何笔记。点击\"新笔记\"创建。","There is currently no notebook. Create one by clicking on \"New notebook\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Location":"位置","URL":"","Note properties":"笔记属性","Open...":"打开…","This file could not be opened: %s":"此笔记本无法打开:%s","Save as...":"另存为…","Copy path to clipboard":"复制路径到剪切板","Copy Link Address":"拷贝链接地址","This attachment is not downloaded or not decrypted yet.":"该附件没有下载或者没有解密","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","Only one note can be printed or exported to PDF at a time.":"","strong text":"加粗文本","emphasized text":"强调文本","List item":"项目列表","Insert Hyperlink":"插入超链接","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","In: %s":"在: %s","Hyperlink":"超链接","Code":"代码","Numbered List":"有序列表","Bulleted List":"无序列表","Checkbox":"复选框","Heading":"标题","Horizontal Rule":"水平线","Click to stop external editing":"点击以停止外部编辑","Watching...":"正在监控变化...","to-do":"待办事项","note":"笔记","Creating new %s...":"创建新%s…","Refresh":"刷新","Clear":"清除","OneDrive Login":"登录 OneDrive","Dropbox Login":"登录 Dropbox","Options":"选项","Synchronisation Status":"同步状态","Encryption Options":"加密选项","Clipper Options":"网页剪辑选项","Remove this tag from all the notes?":"从所有笔记中删除此标签?","Remove this search from the sidebar?":"从侧栏中删除此项搜索历史?","Rename":"重命名","Synchronise":"同步","Notebooks":"笔记本","Decrypting items: %d/%d":"解密项目:%d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"Dropbox","File system":"文件系统","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive 开发版(仅测试用)","WebDAV":"WebDAV","Unknown log level: %s":"未知日志级别:%s","Unknown level ID: %s":"未知的级别 ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","Untitled":"无标题","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"无法与 OneDrive 同步。\n\n此错误通常在使用 OneDrive 企业版时出现,很遗憾此软件并不支持 OneDrive 企业版。\n\n请考虑使用 OneDrive 个人版。","Cannot access %s":"无法访问 %s","Created local items: %d.":"已新建本地项目: %d。","Updated local items: %d.":"已更新本地项目: %d。","Created remote items: %d.":"已新建远程项目: %d。","Updated remote items: %d.":"已更新远程项目: %d。","Deleted local items: %d.":"已删除本地项目: %d。","Deleted remote items: %d.":"已删除远程项目: %d。","Fetched items: %d/%d.":"已提取项目:%d/%d.","Cancelling...":"正在取消...","Completed: %s":"已完成:%s","Last error: %s":"最后错误:%s","Idle":"闲置","In progress":"正在进行","Synchronisation is already in progress. State: %s":"同步正在进行中。状态:%s","Encrypted":"已加密","Encrypted items cannot be modified":"无法修改已加密项目","Conflicts":"冲突文件","Cannot move notebook to this location":"无法移动笔记本到该位置","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为 \"%s\",此标题为保留标题。","title":"标题","updated date":"更新日期","created date":"创建日期","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至 \"%s\" 笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至 \"%s\" 笔记本","Language":"语言","Date format":"日期格式","Time format":"时间格式","Theme":"主题","Light":"浅色","Dark":"深色","Uncompleted to-dos on top":"未完成的待办事项在顶端","Show completed to-dos":"显示已完成的待办事项","Sort notes by":"排序笔记","Reverse sort order":"反转排序顺序","Save geo-location with notes":"保存笔记时同时保存地理定位信息","When creating a new to-do:":"创建新待办事项时:","Focus title":"聚焦标题","Focus body":"聚焦内容","When creating a new note:":"创建新笔记时:","Show tray icon":"显示托盘图标","Note: Does not work in all desktop environments.":"注意:在某些桌面环境下可能无法正常工作。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"该选项允许 Joplin 在后台运行,如果你的笔记时常发生变化,推荐启用该设置来减少可能的冲突","Start application minimised in the tray icon":"启动应用程序时在托盘中最小化","Global zoom percentage":"全局缩放比例","Editor font size":"Editor font size","Editor font family":"编辑器字体","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必须是 *等宽* 字体,否则将无法正常工作。若无效或留空,此处将会设置成一款通用等宽字体。","Automatically update the application":"自动更新此程序","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"同步间隔","%d minutes":"%d 分钟","%d hour":"%d 小时","%d hours":"%d 小时","Text editor command":"文本编辑器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此文本编辑器命令(可能包括参数)将会被用于打开笔记。若未提供将尝试自动检测默认编辑器。","Show advanced options":"显示高级选项","Synchronisation target":"同步目标","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"所同步的目标。每个同步目标可以拥有一些附加属性,命名为 `sync.NUM.NAME`(见下文)。","Directory to synchronise with (absolute path)":"同步至此文件目录(绝对路径)。","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"文件系统同步启用时的同步目录。见 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 链接","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意:如果您更改此位置,请确保在同步之前将所有内容复制到该位置,否则将删除所有文件! 有关详细信息,请参阅常见问题解答(FAQ):%s","Nextcloud username":"Nextcloud 用户名","Nextcloud password":"Nextcloud 密码","WebDAV URL":"WebDAV 链接","WebDAV username":"WebDAV 用户名","WebDAV password":"WebDAV 密码","Custom TLS certificates":"自定义 TLS 证书","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"以逗号分隔的路径列表,可以是包含证书的目录,也可以是单独的证书路径。 例如:/my/cert_dir,/other/custom.pem。 请注意,如果更改 TLS 设置,则必须先保存更改,然后再点击『检查同步配置』。","Ignore TLS certificate errors":"忽略 TLS 证书的错误","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","The tag \"%s\" already exists. Please choose a different name.":"标签“%s”已经存在。请选择一个不一样的名字。","Joplin Export File":"Joplin 导出文件","Markdown":"Markdown","Joplin Export Directory":"Joplin 导出目录","Evernote Export File":"Evernote 导出文件","Json Export Directory":"Json Export Directory","Directory":"文件目录","Cannot load \"%s\" module for format \"%s\"":"无法加载 \"%s\" 模块以读取 \"%s\" 格式","Please specify import format for %s":"请指定 %s 的导入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此项目当前为加密状态:%s \"%s\"。请等待所有项目解密后再重试。","There is no data to export.":"没有可导出的数据。","Please specify the notebook where the notes should be imported to.":"请指定导入笔记的目标笔记本。","Items that cannot be synchronised":"无法同步项目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"这些项目将保留于设备中,但不会上传至同步目标。若需查找这些项目,请搜索标题或ID(显示于上方括号中)。","Sync status (synced items / total items)":"同步状态(已同步项目/项目总数)","%s: %d/%d":"%s:%d/%d条","Total: %d/%d":"总数:%d/%d条","Conflicted: %d":"有冲突的:%d条","To delete: %d":"将删除:%d条","Folders":"文件夹","%s: %d notes":"%s: %d条笔记","Coming alarms":"临近提醒","On %s: %s":"%s:%s","Permission to use camera":"使用摄像头的权限","Your permission to use your camera is required.":"使用摄像头的权限是必须的","There are currently no notes. Create one by clicking on the (+) button.":"当前没有任何笔记。点击(+)按钮创建。","Delete these notes?":"是否删除这些笔记?","Log":"日志","Export Debug Report":"导出调试报告","Encryption Config":"加密配置","Configuration":"配置","Move to notebook...":"移动至笔记本...","Move %d notes to notebook \"%s\"?":"移动%d条笔记至笔记本\"%s\"?","Press to set the decryption password.":"按键将设置解密密码。","Clear alarm":"Clear alarm","Save alarm":"保存提醒","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"发生错误。请检查 URL,用户名,密码等等是否正确并且确保同步目的地可被访问。报告的错误如下:","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"无法授权应用:\n\n%s\n\n请重新尝试","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新标签:","Type new tags or select from list":"输入新的标签或从列表中选择","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"为了正常的使用,应用需要以下权限。请在你的手机设置(应用 > Joplin > 权限)中启用它们","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 存储:允许将文件附加到笔记中并启用文件系统同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相机:允许拍照并将其添加到一条笔记中。","- Location: to allow attaching geo-location information to a note.":"- 定位:允许将地理位置信息附加到一条笔记中。","Joplin website":"Joplin 官网","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"通过 Dropbox 登录","Enter code here":"","Master Key %s":"主密码 %s","Created: %s":"创建于:%s","Password:":"密码:","Password cannot be empty":"密码不可为空","Enable":"启用","The notebook could not be saved: %s":"此笔记本无法保存:%s","Edit notebook":"编辑笔记本","Show all":"显示全部","Errors only":"仅显示错误","This note has been modified:":"此笔记已被修改:","Save changes":"保存更改","Discard changes":"放弃更改","No item with ID %s":"没有 ID %s 项","The Joplin mobile app does not currently support this type of link: %s":"Joplin 手机应用目前不支持这种类型的链接:%s","Unsupported image type: %s":"不支持的图片格式:%s","Take photo":"Take photo","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"分享","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","Go to source URL":"定位到源 URL","Delete notebook":"删除笔记本","Login with OneDrive":"通过 OneDrive 登录","Search":"搜索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"点击(+)按钮创建新笔记或笔记本。点击侧边选单来访问现有的笔记本。","You currently have no notebook. Create one by clicking on (+) button.":"您目前未有笔记本。点击(+)按钮创建。","Welcome":"欢迎"} \ No newline at end of file diff --git a/ElectronClient/app/locales/zh_TW.json b/ElectronClient/app/locales/zh_TW.json index 36ad9c983..5a81260cb 100644 --- a/ElectronClient/app/locales/zh_TW.json +++ b/ElectronClient/app/locales/zh_TW.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"要刪除標籤,請取消關聯已被標籤的記事。","Please select the note or notebook to be deleted first.":"請先選擇要刪除的記事或記事本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或鍵入 \"exit\" 以退出應用程式","More than one item match \"%s\". Please narrow down your query.":"找到多過一個項目與 \"%s\" 匹配。請縮窄查詢範圍。","No notebook selected.":"未選擇記事本。","No notebook has been specified.":"未指定記事本。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"正在取消同步...請稍等。","No such command: %s":"沒有該命令: %s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 僅在 GUI 模式下可用","Cannot change encrypted item":"無法更改已加密項目","Missing required argument: %s":"缺少必需參數: %s","%s: %s":"%s: %s","Your choice: ":"您的選擇: ","Invalid answer: %s":"無效的答案: %s","Attaches the given file to the note.":"將特定的檔案附加到記事。","Cannot find \"%s\".":"找不到 \"%s\"。","Displays the given note.":"顯示特定的記事。","Displays the complete information about note.":"顯示有關記事的完整資訊。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"取得或設定一個設置值。如果沒有指明 [value],則會顯示 [name] 的值。如果 [name] 和 [vallue] 兩者均沒有指明,則會列出當前設置。","Also displays unset and hidden config variables.":"亦顯示未設置和隱藏的設置變數。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"將匹配 的記事複製到 [notebook]。如果未指定筆記本,則預設複製到當前記事本中。","Marks a to-do as done.":"標記待辦事項為完成。","Note is not a to-do: \"%s\"":"記事不等於待辨事項: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理 E2EE 設置。命令是 `enable`,`disable`,`decrypt`,`status` 和 `target-status`。","Enter master password:":"輸入主密碼:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"正在開始解密...請稍候。這可能需要幾分鐘,取決於解密的程度。","Completed decryption.":"解密完成。","Enabled":"已啟用","Disabled":"已停用","Encryption is: %s":"加密: %s","Edit note.":"編輯記事。","No text editor is defined. Please set it using `config editor `":"未設置文字編輯器。請用 `config editor ` 去設置","No active notebook.":"無使用中的記事本。","Note does not exist: \"%s\". Create it?":"記事不存在: \"%s\"。要建立嗎?","Starting to edit note. Close the editor to get back to the prompt.":"開始編輯記事。如需返回命令行,請關閉編輯器。","Error opening note in editor: %s":"在編輯器中開啟記事時出錯: %s","Note has been saved.":"記事已被儲存。","Exits the application.":"離開本程式。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"將 Joplin 資料匯出到特定路徑。程式將預設匯出完整的資料庫,包括記事本、記事、標籤以及資源。","Destination format: %s":"目標格式: %s","Exports only the given note.":"僅匯出特定的記事。","Exports only the given notebook.":"僅匯出指定的記事本。","Displays a geolocation URL for the note.":"顯示記事的地理位置定位網址。","Displays usage information.":"顯示使用資訊。","For information on how to customise the shortcuts please visit %s":"有關如何自訂快捷鍵,請訪問 %s","Shortcuts are not available in CLI mode.":"在 CLI 模式下無法使用快捷鍵。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"輸入 `help [command]` 查看關於命令的更多資訊; 或者輸入 `help all` 獲取完整的使用說明。","The possible commands are:":"可能的命令是:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何一個命令中,可以通過標題或 ID 去引用記事或記事本,或使用快捷鍵 `$n` or `$b` 分別選定記事或記事本的。您亦可以用 `$ c` 來引用當前選擇的項目。","To move from one pane to another, press Tab or Shift+Tab.":"要從一個窗格移動到另一個窗格,請按 Tab 或 Shift+Tab。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"使用方向鍵和上/下頁鍵去捲動清單和文本區域 (包括此主控台)。","To maximise/minimise the console, press \"tc\".":"要最大化/最小化主控台,請按 \"tc\"。","To enter command line mode, press \":\"":"要進入命令行模式,請按 \":\"","To exit command line mode, press ESCAPE":"要退出命令行模式,請按 ESC 鍵","For the list of keyboard shortcuts and config options, type `help keymap`":"請輸入`help keymap` 查看有關鍵盤快捷鍵和設置選項","Imports data into Joplin.":"匯入資料到 Joplin。","Source format: %s":"來源格式: %s","Do not ask for confirmation.":"不要要求確認。","Found: %d.":"找到: %d。","Created: %d.":"已建立: %d。","Updated: %d.":"已更新: %d。","Skipped: %d.":"已略過: %d。","Resources: %d.":"資源: %d。","Tagged: %d.":"已標籤: %d。","Importing notes...":"正在匯入記事...","The notes have been imported: %s":"已匯入記事: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"顯示當前記事本中的記事。使用 \"ls/\" 顯示記事本的清單。","Displays only the first top notes.":"僅顯示頭 則記事。","Sorts the item by (eg. title, updated_time, created_time).":"按 對項目進行排序 (例如: 標題、更新時間、建立時間等等)。","Reverses the sorting order.":"顛倒排序順序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"僅顯示特定類型的項目。您可用 `n` 來顯示記事,`t` 來顯示待辦事項,或者 `nt` 一併顯示記事及待辦事項。又例如,用 `-tt` 僅顯示待辦事項,而 `-ttd` 則一併顯示記事及待辦事項。","Either \"text\" or \"json\"":"\"text\" 或 \"json\" 二者之一","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用長清單格式。格式為 ID, NOTE_COUNT (用於記事本), DATE, TODO_CHECKED (用於待辦事項), TITLE","Please select a notebook first.":"請先選擇記事本。","Creates a new notebook.":"新增記事本。","Creates a new note.":"新增記事。","Notes can only be created within a notebook.":"記事只能在記事本中創建。","Creates a new to-do.":"新增待辦事項。","Moves the notes matching to [notebook].":"將匹配 的記事移動到 [notebook]。","Renames the given (note or notebook) to .":"將特定的 (記事或記事本) 重新命名為 。","Deletes the given notebook.":"刪除特定的記事本。","Deletes the notebook without asking for confirmation.":"刪除記事本時不要求確認。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"決定刪除記事本?此記事本中的所有記事和子記事本也將被刪除。","Deletes the notes matching .":"刪除匹配 的記事。","Deletes the notes without asking for confirmation.":"刪除記事時不要求確認。","%d notes match this pattern. Delete them?":"%d 則記事與此模式匹配。要刪除它們?","Delete note?":"刪除記事?","Searches for the given in all the notes.":"在所有記事中搜索特定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"將特定 的屬性 設置為特定的 [值]。可能的屬性有:\n\n%s","Displays summary about the notes and notebooks.":"顯示有關記事和記事本的摘要。","Synchronises with remote storage.":"與遠端儲存設備同步。","Sync to provided target (defaults to sync.target config value)":"同步到已指明的目標 (預設是 sync.target 的設置值)","Authentication was not completed (did not receive an authentication token).":"身份驗證未完成 (未收到身份驗證的 token)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"請按照以下步驟,設置 Joplin 與 Dropbox 同步所需的選項:","Step 1: Open this URL in your browser to authorise the application:":"步驟 1: 在瀏覽器中打開此網址以授權應用程式:","Step 2: Enter the code provided by Dropbox:":"步驟 2: 輸入 Dropbox 提供給您的代碼:","Not authentified with %s. Please provide any missing credentials.":"與 %s 認證不成功。請提供任何缺少的身份驗證資訊。","Synchronisation is already in progress.":"同步已在進行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"鎖定檔已被保留。如果您知道沒有正在同步,您可刪除 \"%s\" 上的鎖定檔並繼續操作。","Synchronisation target: %s (%s)":"同步目標: %s (%s)","Cannot initialize synchroniser.":"無法初始化同步器。","Starting synchronisation...":"正在啟動同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消中...請稍候。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"無效的命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" (切換) 或 \"clear\" (清除)。使用 \"toggle\" 在已完成和未完成的待辦事項之間互相切換 (如果目標是一般記事,則會轉換為待辦事項)。使用 \"clear\" 將待辦事項轉換為一般記事。","Marks a to-do as non-completed.":"標記待辦事項為未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切換到 [notebook] - 所有進一步的操作將在此筆記本中發生。","Displays version information":"顯示版本資訊","%s %s (%s)":"%s %s (%s)","Enum":"列舉 (Enum)","Type: %s.":"類型: %s。","Possible values: %s.":"有可能的值: %s。","Default: %s":"預設: %s","Possible keys/values:":"可能的鍵/值:","Type `joplin help` for usage information.":"鍵入 `joplin help` 檢視使用說明。","Fatal error:":"嚴重錯誤:","The application has been authorised - you may now close this browser tab.":"應用程式已取得權限 - 您現在可以關閉此瀏覽器分頁。","The application has been successfully authorised.":"應用程式已成功取得權限。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"請在瀏覽器開啟以下 URL 去驗證應用程式。應用程式將在 \"Apps/Joplin\" 中建立一個目錄,並只會在該目錄中進行讀取和寫入。應用程式將無法訪問此目錄之外的任何檔案,同時也無法使用任何其他個人資料。我們不會與任何第三方廠商共用任何資料。","Search:":"搜尋:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplin 歡迎您!\n\n鍵入: `:help shortcuts` 檢視鍵盤快速鍵清單,或只鍵入 `:help` 檢視使用說明。\n\n例如,您可鍵入: `mb` 去新增一本記事本; 鍵入 `mn` 去新增記事。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"當前已加密一個或多個一個項目,您可能需要提供主密碼。請鍵入 \"e2ee decrypt\" 去解碼。如果您已經提供了密碼,那加密的項目將會在後臺解密,請耐心等候。","Exporting to \"%s\" as \"%s\" format. Please wait...":"匯出到 \"%s\" 為 \"%s\" 格式。請稍候...","Importing from \"%s\" as \"%s\" format. Please wait...":"從 \"%s\" 匯入為 \"%s\" 格式。請稍候...","PDF File":"PDF 檔案","File":"檔案","New note":"新增記事","New to-do":"新增待辦事項","New notebook":"新增記事本","Import":"匯入","Export":"匯出","Print":"列印","Hide %s":"隱藏 %s","Quit":"結束","Edit":"編輯","Copy":"複製","Cut":"剪下","Paste":"貼上","Select all":"Select all","Bold":"粗體","Italic":"斜體","Insert Date Time":"插入日期時間","Edit in external editor":"使用外部編輯器編輯","Search in all the notes":"在所有記事中搜尋","Search in current note":"Search in current note","View":"檢視","Toggle sidebar":"顯示 / 隱藏側邊欄","Toggle editor layout":"切換編輯器佈局","Tools":"工具","Synchronisation status":"顯示同步狀態","Web clipper options":"Web clipper 選項","Encryption options":"加密選項","General Options":"一般選項","Help":"說明","Website and documentation":"官方網站及線上說明","Make a donation":"捐助","Check for updates...":"檢查更新...","About Joplin":"關於 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"開啟 %s","Exit":"離開","OK":"確定","Cancel":"取消","Current version is up-to-date.":"此版本是最新的。","An update is available, do you want to download it now?":"有可用的更新,您需要立即下載嗎?","Yes":"是","No":"否","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper 服務已啟用,並設置為自動啟動。","Status: Started on port %d":"狀態: 已在 %d 端口上啟動","Status: %s":"狀態: %s","Disable Web Clipper Service":"停用 Web Clipper 服務","The web clipper service is not enabled.":"Web clipper 服務已停用。","Enable Web Clipper Service":"啟用 Web Clipper 服務","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper 可以讓您從瀏覽器保存網頁和螢幕截圖到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用 web clipper,您需要執行以下動作:","Step 1: Enable the clipper service":"步驟 1: 啟用 clipper 服務","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"此服務允許瀏覽器插件與 Joplin 溝通。當啟用它時,您的防火牆可能要求您授予 Joplin 偵聽特定端口的許可權。","Step 2: Install the extension":"步驟 2: 安裝插件","Download and install the relevant extension for your browser:":"下載並安裝瀏覽器插件:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"檢測同步設置","Notes and settings are stored in: %s":"所有記事和設置均儲存於: %s","Apply":"套用","Submit":"送出","Save":"儲存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密意味著*所有*您的筆記和附件將被重新同步並且在未加密的情況下發送到同步目標。您想繼續嗎?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"啟用加密意味著*所有*您的筆記和附件將被重新同步並在已加密的情況下發送到同步目標。為了安全起見,不要丟失密碼,這將是解密數據的唯一方式!要啟用加密,請在下面輸入您的密碼。","Disable encryption":"停用加密","Enable encryption":"啟用加密","Master Keys":"主密碼","Active":"使用中","ID":"ID","Source":"來源","Created":"已建立","Updated":"已更新","Password":"密碼","Password OK":"密碼 OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意: 只有一個主密碼將用於加密 (標記為 \"使用中\" 的那個)。根據記事或記事本最初加密的方式,任何密碼都可能用於解密。","Missing Master Keys":"缺少主密碼","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"某些項目使用這些 ID 的主密碼進行加密,但應用程式目前焦法訪問它們。這些許可權可能最終會通過同步下載。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有關端到端加密 (E2EE) 的詳細資訊以及該如何啟用它,請參考線上文檔:","Status":"狀態","Encryption is:":"加密:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"將建立新的記事本 \"%s\",檔案 \"%s\" 將會匯入其中","Please create a notebook first.":"請先新增記事本。","Please create a notebook first":"請先新增記事本","Notebook title:":"記事本標題:","Add or remove tags:":"新增或移除標籤:","Separate each tag by a comma.":"您可用逗號分隔每個標籤。","Rename notebook:":"重新命名記事本:","Rename tag:":"重新命名標籤:","Set alarm:":"設置提醒:","Layout":"頁面佈局","Search...":"搜尋...","Some items cannot be synchronised.":"有些項目不能同步。","View them now":"立即檢視","Some items cannot be decrypted.":"有些項目不能解密。","Set the password":"設置密碼","Add or remove tags":"新增或移除標籤","Duplicate":"新增複本","%s - Copy":"%s - 複本","Switch between note and to-do type":"切換到記事 / 待辦事項","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"複製 Markdown 連結","Delete":"刪除","Delete notes?":"刪除此記事?","No notes in here. Create one by clicking on \"New note\".":"當前沒有任何筆記。通過按一下 \"新增筆記\" 去建立。","There is currently no notebook. Create one by clicking on \"New notebook\".":"您當前沒有任何記事本。通過按一下 \"新增記事本\" 去建立。","Location":"","URL":"","Note properties":"","Open...":"開啟...","This file could not be opened: %s":"無法開啟檔案: %s","Save as...":"另存為...","Copy path to clipboard":"複製路徑到剪貼板","Copy Link Address":"複製鏈接位址","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"不支援的鏈接或訊息: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此筆記沒有內容。按一下 \"%s\" 切換到編輯模式並編輯筆記。","strong text":"重要文字 ","emphasized text":"強調文字 ","List item":"清單項目","Insert Hyperlink":"插入超連結","Attach file":"附加檔案","Tags":"標籤","Set alarm":"設置提醒","In: %s":"在: %s","Hyperlink":"超連結","Code":"引言","Numbered List":"編號清單","Bulleted List":"項目清單","Checkbox":"核取方塊","Heading":"標題","Horizontal Rule":"水平線","Click to stop external editing":"按下停止外部編輯","Watching...":"觀察中...","to-do":"待辦事項","note":"記事","Creating new %s...":"建立新 %s...","Refresh":"重新整理","Clear":"清除","OneDrive Login":"OneDrive 登入","Dropbox Login":"Dropbox 登入","Options":"選項","Synchronisation Status":"同步狀態","Encryption Options":"加密選項","Clipper Options":"Clipper 選項","Remove this tag from all the notes?":"是否從所有記事中刪除此標籤?","Remove this search from the sidebar?":"是否從側邊欄中刪除此搜索?","Rename":"重新命名","Synchronise":"進行同步","Notebooks":"記事本","Decrypting items: %d/%d":"正在解密項目: %d/%d 項","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"請選擇將同步狀態導出到的位置","Usage: %s":"使用資訊: %s","Unknown flag: %s":"未知的標誌: %s","Dropbox":"Dropbox","File system":"檔案系統","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (僅測試使用)","WebDAV":"WebDAV","Unknown log level: %s":"未知的日誌級別: %s","Unknown level ID: %s":"未知的級別 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"無法刷新 token: 缺少身份驗證資料。再次啟動同步可能會解決此問題。","Untitled":"未命名","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"無法與 OneDrive 同步。\n\n此錯誤通常發生在 OneDrive for Business,不幸地,該操作無法被支援。\n\n請考慮使用一般的 OneDrive 帳戶。","Cannot access %s":"無法訪問 %s","Created local items: %d.":"已建立的本地項目: %d 項","Updated local items: %d.":"已更新的本地項目: %d 項","Created remote items: %d.":"已建立的遠端項目: %d 項","Updated remote items: %d.":"已更新的遠端項目: %d 項","Deleted local items: %d.":"已刪除的本地項目: %d 項","Deleted remote items: %d.":"已刪除的遠端項目: %d 項","Fetched items: %d/%d.":"已擷取的本地項目: %d/%d 項","Cancelling...":"正在取消中...","Completed: %s":"已完成於: %s","Last error: %s":"上次錯誤: %s","Idle":"閒置","In progress":"進行中","Synchronisation is already in progress. State: %s":"同步已在進行中。狀態: %s","Encrypted":"已加密","Encrypted items cannot be modified":"無法修改已加密項目","Conflicts":"衝突","Cannot move notebook to this location":"無法移動記事本到此位置","Notebooks cannot be named \"%s\", which is a reserved title.":"筆記本無法命名為 \"%s\",這標題已被保留。","title":"標題","updated date":"更新日期","created date":"建立日期","This note does not have geolocation information.":"此記事沒有地理位置定位資訊。","Cannot copy note to \"%s\" notebook":"無法複製此記事到 \"%s\" 記事本","Cannot move note to \"%s\" notebook":"無法移動此記事到 \"%s\" 記事本","Language":"語言","Date format":"日期格式","Time format":"時間格式","Theme":"界面主題","Light":"光亮","Dark":"暗黑","Uncompleted to-dos on top":"最上方顯示未完成的待辦事項","Show completed to-dos":"顯示已完成的待辦事項","Sort notes by":"排序記事","Reverse sort order":"顛倒排序順序","Save geo-location with notes":"在記事中保存地理位置資訊","When creating a new to-do:":"當新增待辦事項時:","Focus title":"游標置於標題","Focus body":"游標置於內文","When creating a new note:":"當新增記事時:","Show tray icon":"顯示系統匣圖示","Note: Does not work in all desktop environments.":"注意: 不是在全部桌面環境中都能發揮作用。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"整體縮放比例 (%)","Editor font size":"Editor font size","Editor font family":"編輯器字型系列","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必須是 *等距 (monospace)* 字型,否則程式將無法正常工作。如果字型不正確或沒有填寫,則預設為通用等距字型。","Automatically update the application":"自動更新應用程式","Synchronisation interval":"同步時間間隔","%d minutes":"%d 分鐘","%d hour":"%d 小時","%d hours":"%d 小時","Text editor command":"文字編輯器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"用於開啟筆記的編輯器命令 (可能包括參數)。如果沒有指明,程式將嘗試自動檢測預設的編輯器。","Show advanced options":"顯示進階選項","Synchronisation target":"同步目標","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"要同步的目標。每個同步目標可能有附加的參數,它們被命名為 `sync.NUM.NAME` (全部記錄如下)。","Directory to synchronise with (absolute path)":"要同步的目錄 (絕對路徑)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"啟用檔案系統同步時要同步的路徑。請參閱 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 網址","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 用戶名稱","Nextcloud password":"Nextcloud 密碼","WebDAV URL":"WebDAV 網址","WebDAV username":"WebDAV 用戶名稱","WebDAV password":"WebDAV 密碼","Custom TLS certificates":"自訂 TLS 證書","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"要載入證書,可用逗號分隔的目錄路徑清單,或指明特定證書的路徑。例如: /my/cert_dir, /other/custom.pem。請注意,如果修改了 TLS 的設置,您必須先儲存變更,然後再按一下 \"檢測同步設置\"。","Ignore TLS certificate errors":"忽略 TLS 證書錯誤","Invalid option value: \"%s\". Possible values are: %s.":"不正確選項值: \"%s\"。可能的值為: %s。","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin 匯出檔","Markdown":"Markdown","Joplin Export Directory":"Joplin 匯出目錄","Evernote Export File":"Evernote 匯出檔","Json Export Directory":"Json Export Directory","Directory":"目錄","Cannot load \"%s\" module for format \"%s\"":"無法載入格式為 \"%s\" 的 \"%s\" 模組","Please specify import format for %s":"請為 %s 指定匯入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此項目當前已加密: %s \"%s\"。請等待所有專案被解密後重試。","There is no data to export.":"沒有資料可匯出。","Please specify the notebook where the notes should be imported to.":"請指定將記事匯入到的筆記本。","Items that cannot be synchronised":"無法同步的項目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"這些頊目將保留在設備上,但不會上載到同步目標。要尋找這些項目,請以標題或 ID (在上面的括弧中顯示) 搜索。","Sync status (synced items / total items)":"同步狀態 (已同步項目 / 項目總數)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"總數: %d/%d","Conflicted: %d":"有衝突: %d","To delete: %d":"標示刪除: %d","Folders":"資料夾","%s: %d notes":"%s:%d 則記事","Coming alarms":"將會發生的提醒事項","On %s: %s":"在 %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"您當前沒有任何筆記。通過按一下 (+) 鍵去新增一則筆記。","Delete these notes?":"刪除這些記事?","Log":"日誌","Export Debug Report":"匯出除錯報告","Encryption Config":"加密設置","Configuration":"設置","Move to notebook...":"移動至記事本...","Move %d notes to notebook \"%s\"?":"移動 %d 記事到記事本 \"%s\"?","Press to set the decryption password.":"按下以設置解密密碼。","Clear alarm":"Clear alarm","Save alarm":"儲存提醒事項","Select date":"選擇日期","Confirm":"確認","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新增標籤:","Type new tags or select from list":"輸入新標籤,或在清單中選擇","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"應用程式需要以下權限才能正常運作。請在您的電話設定中啟用它們。(應用程式 > Joplin > 權限)","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 儲存: 允許將檔案附加到筆記並啟用檔案系統同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相機: 允許拍照並附加相片到記事。","- Location: to allow attaching geo-location information to a note.":"- 位置: 允許將地理位置資訊附加到筆記。","Joplin website":"Joplin 官方網站","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"以 Dropbox 登錄","Enter code here":"","Master Key %s":"主密碼 %s","Created: %s":"已建立: %s","Password:":"密碼:","Password cannot be empty":"密碼不能空白","Enable":"啟用","The notebook could not be saved: %s":"無法儲存記事本: %s","Edit notebook":"編輯記事本","Show all":"顯示全部","Errors only":"僅顯示錯誤","This note has been modified:":"此記事已被修改:","Save changes":"儲存變更","Discard changes":"放棄變更","No item with ID %s":"沒有 ID 為 %s 的項目","The Joplin mobile app does not currently support this type of link: %s":"Joplin 移動應用程式暫時不支援此類型的連結: %s","Unsupported image type: %s":"不支援的圖像類型: %s","Take photo":"Take photo","Attach photo":"附加相片","Attach any file":"附加檔案","Share":"分享","Convert to note":"轉換為記事","Convert to todo":"轉換為待辦事項","Hide metadata":"隱藏後設資料 (metadata)","Show metadata":"顯示後設資料 (metadata)","View on map":"在地圖上顯示","Go to source URL":"","Delete notebook":"刪除記事本","Login with OneDrive":"以 OneDrive 登錄","Search":"搜尋","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"您可以點撃 (+) 鍵去新增記事或記事本。點撃側邊欄去檢視現有的記事本。","You currently have no notebook. Create one by clicking on (+) button.":"您當前沒有任何筆記本。通過按一下 (+) 鍵去建立一本筆記。","Welcome":"歡迎"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"要刪除標籤,請取消關聯已被標籤的記事。","Please select the note or notebook to be deleted first.":"請先選擇要刪除的記事或記事本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或鍵入 \"exit\" 以退出應用程式","More than one item match \"%s\". Please narrow down your query.":"找到多過一個項目與 \"%s\" 匹配。請縮窄查詢範圍。","No notebook selected.":"未選擇記事本。","No notebook has been specified.":"未指定記事本。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"正在取消同步...請稍等。","No such command: %s":"沒有該命令: %s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 僅在 GUI 模式下可用","Cannot change encrypted item":"無法更改已加密項目","Missing required argument: %s":"缺少必需參數: %s","%s: %s":"%s: %s","Your choice: ":"您的選擇: ","Invalid answer: %s":"無效的答案: %s","Attaches the given file to the note.":"將特定的檔案附加到記事。","Cannot find \"%s\".":"找不到 \"%s\"。","Displays the given note.":"顯示特定的記事。","Displays the complete information about note.":"顯示有關記事的完整資訊。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"取得或設定一個設置值。如果沒有指明 [value],則會顯示 [name] 的值。如果 [name] 和 [vallue] 兩者均沒有指明,則會列出當前設置。","Also displays unset and hidden config variables.":"亦顯示未設置和隱藏的設置變數。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"將匹配 的記事複製到 [notebook]。如果未指定筆記本,則預設複製到當前記事本中。","Marks a to-do as done.":"標記待辦事項為完成。","Note is not a to-do: \"%s\"":"記事不等於待辨事項: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理 E2EE 設置。命令是 `enable`,`disable`,`decrypt`,`status` 和 `target-status`。","Enter master password:":"輸入主密碼:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"正在開始解密...請稍候。這可能需要幾分鐘,取決於解密的程度。","Completed decryption.":"解密完成。","Enabled":"已啟用","Disabled":"已停用","Encryption is: %s":"加密: %s","Edit note.":"編輯記事。","No text editor is defined. Please set it using `config editor `":"未設置文字編輯器。請用 `config editor ` 去設置","No active notebook.":"無使用中的記事本。","Note does not exist: \"%s\". Create it?":"記事不存在: \"%s\"。要建立嗎?","Starting to edit note. Close the editor to get back to the prompt.":"開始編輯記事。如需返回命令行,請關閉編輯器。","Error opening note in editor: %s":"在編輯器中開啟記事時出錯: %s","Note has been saved.":"記事已被儲存。","Exits the application.":"離開本程式。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"將 Joplin 資料匯出到特定路徑。程式將預設匯出完整的資料庫,包括記事本、記事、標籤以及資源。","Destination format: %s":"目標格式: %s","Exports only the given note.":"僅匯出特定的記事。","Exports only the given notebook.":"僅匯出指定的記事本。","Displays a geolocation URL for the note.":"顯示記事的地理位置定位網址。","Displays usage information.":"顯示使用資訊。","For information on how to customise the shortcuts please visit %s":"有關如何自訂快捷鍵,請訪問 %s","Shortcuts are not available in CLI mode.":"在 CLI 模式下無法使用快捷鍵。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"輸入 `help [command]` 查看關於命令的更多資訊; 或者輸入 `help all` 獲取完整的使用說明。","The possible commands are:":"可能的命令是:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何一個命令中,可以通過標題或 ID 去引用記事或記事本,或使用快捷鍵 `$n` or `$b` 分別選定記事或記事本的。您亦可以用 `$ c` 來引用當前選擇的項目。","To move from one pane to another, press Tab or Shift+Tab.":"要從一個窗格移動到另一個窗格,請按 Tab 或 Shift+Tab。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"使用方向鍵和上/下頁鍵去捲動清單和文本區域 (包括此主控台)。","To maximise/minimise the console, press \"tc\".":"要最大化/最小化主控台,請按 \"tc\"。","To enter command line mode, press \":\"":"要進入命令行模式,請按 \":\"","To exit command line mode, press ESCAPE":"要退出命令行模式,請按 ESC 鍵","For the list of keyboard shortcuts and config options, type `help keymap`":"請輸入`help keymap` 查看有關鍵盤快捷鍵和設置選項","Imports data into Joplin.":"匯入資料到 Joplin。","Source format: %s":"來源格式: %s","Do not ask for confirmation.":"不要要求確認。","Found: %d.":"找到: %d。","Created: %d.":"已建立: %d。","Updated: %d.":"已更新: %d。","Skipped: %d.":"已略過: %d。","Resources: %d.":"資源: %d。","Tagged: %d.":"已標籤: %d。","Importing notes...":"正在匯入記事...","The notes have been imported: %s":"已匯入記事: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"顯示當前記事本中的記事。使用 \"ls/\" 顯示記事本的清單。","Displays only the first top notes.":"僅顯示頭 則記事。","Sorts the item by (eg. title, updated_time, created_time).":"按 對項目進行排序 (例如: 標題、更新時間、建立時間等等)。","Reverses the sorting order.":"顛倒排序順序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"僅顯示特定類型的項目。您可用 `n` 來顯示記事,`t` 來顯示待辦事項,或者 `nt` 一併顯示記事及待辦事項。又例如,用 `-tt` 僅顯示待辦事項,而 `-ttd` 則一併顯示記事及待辦事項。","Either \"text\" or \"json\"":"\"text\" 或 \"json\" 二者之一","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用長清單格式。格式為 ID, NOTE_COUNT (用於記事本), DATE, TODO_CHECKED (用於待辦事項), TITLE","Please select a notebook first.":"請先選擇記事本。","Creates a new notebook.":"新增記事本。","Creates a new note.":"新增記事。","Notes can only be created within a notebook.":"記事只能在記事本中創建。","Creates a new to-do.":"新增待辦事項。","Moves the notes matching to [notebook].":"將匹配 的記事移動到 [notebook]。","Renames the given (note or notebook) to .":"將特定的 (記事或記事本) 重新命名為 。","Deletes the given notebook.":"刪除特定的記事本。","Deletes the notebook without asking for confirmation.":"刪除記事本時不要求確認。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"決定刪除記事本?此記事本中的所有記事和子記事本也將被刪除。","Deletes the notes matching .":"刪除匹配 的記事。","Deletes the notes without asking for confirmation.":"刪除記事時不要求確認。","%d notes match this pattern. Delete them?":"%d 則記事與此模式匹配。要刪除它們?","Delete note?":"刪除記事?","Searches for the given in all the notes.":"在所有記事中搜索特定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"將特定 的屬性 設置為特定的 [值]。可能的屬性有:\n\n%s","Displays summary about the notes and notebooks.":"顯示有關記事和記事本的摘要。","Synchronises with remote storage.":"與遠端儲存設備同步。","Sync to provided target (defaults to sync.target config value)":"同步到已指明的目標 (預設是 sync.target 的設置值)","Authentication was not completed (did not receive an authentication token).":"身份驗證未完成 (未收到身份驗證的 token)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"請按照以下步驟,設置 Joplin 與 Dropbox 同步所需的選項:","Step 1: Open this URL in your browser to authorise the application:":"步驟 1: 在瀏覽器中打開此網址以授權應用程式:","Step 2: Enter the code provided by Dropbox:":"步驟 2: 輸入 Dropbox 提供給您的代碼:","Not authentified with %s. Please provide any missing credentials.":"與 %s 認證不成功。請提供任何缺少的身份驗證資訊。","Synchronisation is already in progress.":"同步已在進行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"鎖定檔已被保留。如果您知道沒有正在同步,您可刪除 \"%s\" 上的鎖定檔並繼續操作。","Synchronisation target: %s (%s)":"同步目標: %s (%s)","Cannot initialize synchroniser.":"無法初始化同步器。","Starting synchronisation...":"正在啟動同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消中...請稍候。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"無效的命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" (切換) 或 \"clear\" (清除)。使用 \"toggle\" 在已完成和未完成的待辦事項之間互相切換 (如果目標是一般記事,則會轉換為待辦事項)。使用 \"clear\" 將待辦事項轉換為一般記事。","Marks a to-do as non-completed.":"標記待辦事項為未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切換到 [notebook] - 所有進一步的操作將在此筆記本中發生。","Displays version information":"顯示版本資訊","%s %s (%s)":"%s %s (%s)","Enum":"列舉 (Enum)","Type: %s.":"類型: %s。","Possible values: %s.":"有可能的值: %s。","Default: %s":"預設: %s","Possible keys/values:":"可能的鍵/值:","Type `joplin help` for usage information.":"鍵入 `joplin help` 檢視使用說明。","Fatal error:":"嚴重錯誤:","The application has been authorised - you may now close this browser tab.":"應用程式已取得權限 - 您現在可以關閉此瀏覽器分頁。","The application has been successfully authorised.":"應用程式已成功取得權限。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"請在瀏覽器開啟以下 URL 去驗證應用程式。應用程式將在 \"Apps/Joplin\" 中建立一個目錄,並只會在該目錄中進行讀取和寫入。應用程式將無法訪問此目錄之外的任何檔案,同時也無法使用任何其他個人資料。我們不會與任何第三方廠商共用任何資料。","Search:":"搜尋:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplin 歡迎您!\n\n鍵入: `:help shortcuts` 檢視鍵盤快速鍵清單,或只鍵入 `:help` 檢視使用說明。\n\n例如,您可鍵入: `mb` 去新增一本記事本; 鍵入 `mn` 去新增記事。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"當前已加密一個或多個一個項目,您可能需要提供主密碼。請鍵入 \"e2ee decrypt\" 去解碼。如果您已經提供了密碼,那加密的項目將會在後臺解密,請耐心等候。","Exporting to \"%s\" as \"%s\" format. Please wait...":"匯出到 \"%s\" 為 \"%s\" 格式。請稍候...","Importing from \"%s\" as \"%s\" format. Please wait...":"從 \"%s\" 匯入為 \"%s\" 格式。請稍候...","PDF File":"PDF 檔案","File":"檔案","New note":"新增記事","New to-do":"新增待辦事項","New notebook":"新增記事本","Import":"匯入","Export":"匯出","Print":"列印","Hide %s":"隱藏 %s","Quit":"結束","Edit":"編輯","Copy":"複製","Cut":"剪下","Paste":"貼上","Select all":"Select all","Bold":"粗體","Italic":"斜體","Insert Date Time":"插入日期時間","Edit in external editor":"使用外部編輯器編輯","Search in all the notes":"在所有記事中搜尋","Search in current note":"Search in current note","View":"檢視","Toggle sidebar":"顯示 / 隱藏側邊欄","Toggle editor layout":"切換編輯器佈局","Tools":"工具","Synchronisation status":"顯示同步狀態","Web clipper options":"Web clipper 選項","Encryption options":"加密選項","General Options":"一般選項","Help":"說明","Website and documentation":"官方網站及線上說明","Make a donation":"捐助","Check for updates...":"檢查更新...","About Joplin":"關於 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"開啟 %s","Exit":"離開","OK":"確定","Cancel":"取消","Current version is up-to-date.":"此版本是最新的。","%s (pre-release)":"","An update is available, do you want to download it now?":"有可用的更新,您需要立即下載嗎?","Your version: v%s":"","New version: v%s":"","Yes":"是","No":"否","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper 服務已啟用,並設置為自動啟動。","Status: Started on port %d":"狀態: 已在 %d 端口上啟動","Status: %s":"狀態: %s","Disable Web Clipper Service":"停用 Web Clipper 服務","The web clipper service is not enabled.":"Web clipper 服務已停用。","Enable Web Clipper Service":"啟用 Web Clipper 服務","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper 可以讓您從瀏覽器保存網頁和螢幕截圖到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用 web clipper,您需要執行以下動作:","Step 1: Enable the clipper service":"步驟 1: 啟用 clipper 服務","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"此服務允許瀏覽器插件與 Joplin 溝通。當啟用它時,您的防火牆可能要求您授予 Joplin 偵聽特定端口的許可權。","Step 2: Install the extension":"步驟 2: 安裝插件","Download and install the relevant extension for your browser:":"下載並安裝瀏覽器插件:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"檢測同步設置","Notes and settings are stored in: %s":"所有記事和設置均儲存於: %s","Apply":"套用","Submit":"送出","Save":"儲存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密意味著*所有*您的筆記和附件將被重新同步並且在未加密的情況下發送到同步目標。您想繼續嗎?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"啟用加密意味著*所有*您的筆記和附件將被重新同步並在已加密的情況下發送到同步目標。為了安全起見,不要丟失密碼,這將是解密數據的唯一方式!要啟用加密,請在下面輸入您的密碼。","Disable encryption":"停用加密","Enable encryption":"啟用加密","Master Keys":"主密碼","Active":"使用中","ID":"ID","Source":"來源","Created":"已建立","Updated":"已更新","Password":"密碼","Password OK":"密碼 OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意: 只有一個主密碼將用於加密 (標記為 \"使用中\" 的那個)。根據記事或記事本最初加密的方式,任何密碼都可能用於解密。","Missing Master Keys":"缺少主密碼","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"某些項目使用這些 ID 的主密碼進行加密,但應用程式目前焦法訪問它們。這些許可權可能最終會通過同步下載。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有關端到端加密 (E2EE) 的詳細資訊以及該如何啟用它,請參考線上文檔:","Status":"狀態","Encryption is:":"加密:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"將建立新的記事本 \"%s\",檔案 \"%s\" 將會匯入其中","Please create a notebook first.":"請先新增記事本。","Please create a notebook first":"請先新增記事本","Notebook title:":"記事本標題:","Add or remove tags:":"新增或移除標籤:","Separate each tag by a comma.":"您可用逗號分隔每個標籤。","Rename notebook:":"重新命名記事本:","Rename tag:":"重新命名標籤:","Set alarm:":"設置提醒:","Layout":"頁面佈局","Search...":"搜尋...","Some items cannot be synchronised.":"有些項目不能同步。","View them now":"立即檢視","Some items cannot be decrypted.":"有些項目不能解密。","Set the password":"設置密碼","Add or remove tags":"新增或移除標籤","Duplicate":"新增複本","%s - Copy":"%s - 複本","Switch between note and to-do type":"切換到記事 / 待辦事項","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"複製 Markdown 連結","Delete":"刪除","Delete notes?":"刪除此記事?","No notes in here. Create one by clicking on \"New note\".":"當前沒有任何筆記。通過按一下 \"新增筆記\" 去建立。","There is currently no notebook. Create one by clicking on \"New notebook\".":"您當前沒有任何記事本。通過按一下 \"新增記事本\" 去建立。","Location":"","URL":"","Note properties":"","Open...":"開啟...","This file could not be opened: %s":"無法開啟檔案: %s","Save as...":"另存為...","Copy path to clipboard":"複製路徑到剪貼板","Copy Link Address":"複製鏈接位址","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"不支援的鏈接或訊息: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此筆記沒有內容。按一下 \"%s\" 切換到編輯模式並編輯筆記。","Only one note can be printed or exported to PDF at a time.":"","strong text":"重要文字 ","emphasized text":"強調文字 ","List item":"清單項目","Insert Hyperlink":"插入超連結","Attach file":"附加檔案","Tags":"標籤","Set alarm":"設置提醒","In: %s":"在: %s","Hyperlink":"超連結","Code":"引言","Numbered List":"編號清單","Bulleted List":"項目清單","Checkbox":"核取方塊","Heading":"標題","Horizontal Rule":"水平線","Click to stop external editing":"按下停止外部編輯","Watching...":"觀察中...","to-do":"待辦事項","note":"記事","Creating new %s...":"建立新 %s...","Refresh":"重新整理","Clear":"清除","OneDrive Login":"OneDrive 登入","Dropbox Login":"Dropbox 登入","Options":"選項","Synchronisation Status":"同步狀態","Encryption Options":"加密選項","Clipper Options":"Clipper 選項","Remove this tag from all the notes?":"是否從所有記事中刪除此標籤?","Remove this search from the sidebar?":"是否從側邊欄中刪除此搜索?","Rename":"重新命名","Synchronise":"進行同步","Notebooks":"記事本","Decrypting items: %d/%d":"正在解密項目: %d/%d 項","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"請選擇將同步狀態導出到的位置","Usage: %s":"使用資訊: %s","Unknown flag: %s":"未知的標誌: %s","Dropbox":"Dropbox","File system":"檔案系統","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (僅測試使用)","WebDAV":"WebDAV","Unknown log level: %s":"未知的日誌級別: %s","Unknown level ID: %s":"未知的級別 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"無法刷新 token: 缺少身份驗證資料。再次啟動同步可能會解決此問題。","Untitled":"未命名","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"無法與 OneDrive 同步。\n\n此錯誤通常發生在 OneDrive for Business,不幸地,該操作無法被支援。\n\n請考慮使用一般的 OneDrive 帳戶。","Cannot access %s":"無法訪問 %s","Created local items: %d.":"已建立的本地項目: %d 項","Updated local items: %d.":"已更新的本地項目: %d 項","Created remote items: %d.":"已建立的遠端項目: %d 項","Updated remote items: %d.":"已更新的遠端項目: %d 項","Deleted local items: %d.":"已刪除的本地項目: %d 項","Deleted remote items: %d.":"已刪除的遠端項目: %d 項","Fetched items: %d/%d.":"已擷取的本地項目: %d/%d 項","Cancelling...":"正在取消中...","Completed: %s":"已完成於: %s","Last error: %s":"上次錯誤: %s","Idle":"閒置","In progress":"進行中","Synchronisation is already in progress. State: %s":"同步已在進行中。狀態: %s","Encrypted":"已加密","Encrypted items cannot be modified":"無法修改已加密項目","Conflicts":"衝突","Cannot move notebook to this location":"無法移動記事本到此位置","Notebooks cannot be named \"%s\", which is a reserved title.":"筆記本無法命名為 \"%s\",這標題已被保留。","title":"標題","updated date":"更新日期","created date":"建立日期","This note does not have geolocation information.":"此記事沒有地理位置定位資訊。","Cannot copy note to \"%s\" notebook":"無法複製此記事到 \"%s\" 記事本","Cannot move note to \"%s\" notebook":"無法移動此記事到 \"%s\" 記事本","Language":"語言","Date format":"日期格式","Time format":"時間格式","Theme":"界面主題","Light":"光亮","Dark":"暗黑","Uncompleted to-dos on top":"最上方顯示未完成的待辦事項","Show completed to-dos":"顯示已完成的待辦事項","Sort notes by":"排序記事","Reverse sort order":"顛倒排序順序","Save geo-location with notes":"在記事中保存地理位置資訊","When creating a new to-do:":"當新增待辦事項時:","Focus title":"游標置於標題","Focus body":"游標置於內文","When creating a new note:":"當新增記事時:","Show tray icon":"顯示系統匣圖示","Note: Does not work in all desktop environments.":"注意: 不是在全部桌面環境中都能發揮作用。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"整體縮放比例 (%)","Editor font size":"Editor font size","Editor font family":"編輯器字型系列","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必須是 *等距 (monospace)* 字型,否則程式將無法正常工作。如果字型不正確或沒有填寫,則預設為通用等距字型。","Automatically update the application":"自動更新應用程式","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"同步時間間隔","%d minutes":"%d 分鐘","%d hour":"%d 小時","%d hours":"%d 小時","Text editor command":"文字編輯器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"用於開啟筆記的編輯器命令 (可能包括參數)。如果沒有指明,程式將嘗試自動檢測預設的編輯器。","Show advanced options":"顯示進階選項","Synchronisation target":"同步目標","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"要同步的目標。每個同步目標可能有附加的參數,它們被命名為 `sync.NUM.NAME` (全部記錄如下)。","Directory to synchronise with (absolute path)":"要同步的目錄 (絕對路徑)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"啟用檔案系統同步時要同步的路徑。請參閱 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 網址","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 用戶名稱","Nextcloud password":"Nextcloud 密碼","WebDAV URL":"WebDAV 網址","WebDAV username":"WebDAV 用戶名稱","WebDAV password":"WebDAV 密碼","Custom TLS certificates":"自訂 TLS 證書","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"要載入證書,可用逗號分隔的目錄路徑清單,或指明特定證書的路徑。例如: /my/cert_dir, /other/custom.pem。請注意,如果修改了 TLS 的設置,您必須先儲存變更,然後再按一下 \"檢測同步設置\"。","Ignore TLS certificate errors":"忽略 TLS 證書錯誤","Invalid option value: \"%s\". Possible values are: %s.":"不正確選項值: \"%s\"。可能的值為: %s。","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin 匯出檔","Markdown":"Markdown","Joplin Export Directory":"Joplin 匯出目錄","Evernote Export File":"Evernote 匯出檔","Json Export Directory":"Json Export Directory","Directory":"目錄","Cannot load \"%s\" module for format \"%s\"":"無法載入格式為 \"%s\" 的 \"%s\" 模組","Please specify import format for %s":"請為 %s 指定匯入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此項目當前已加密: %s \"%s\"。請等待所有專案被解密後重試。","There is no data to export.":"沒有資料可匯出。","Please specify the notebook where the notes should be imported to.":"請指定將記事匯入到的筆記本。","Items that cannot be synchronised":"無法同步的項目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"這些頊目將保留在設備上,但不會上載到同步目標。要尋找這些項目,請以標題或 ID (在上面的括弧中顯示) 搜索。","Sync status (synced items / total items)":"同步狀態 (已同步項目 / 項目總數)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"總數: %d/%d","Conflicted: %d":"有衝突: %d","To delete: %d":"標示刪除: %d","Folders":"資料夾","%s: %d notes":"%s:%d 則記事","Coming alarms":"將會發生的提醒事項","On %s: %s":"在 %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"您當前沒有任何筆記。通過按一下 (+) 鍵去新增一則筆記。","Delete these notes?":"刪除這些記事?","Log":"日誌","Export Debug Report":"匯出除錯報告","Encryption Config":"加密設置","Configuration":"設置","Move to notebook...":"移動至記事本...","Move %d notes to notebook \"%s\"?":"移動 %d 記事到記事本 \"%s\"?","Press to set the decryption password.":"按下以設置解密密碼。","Clear alarm":"Clear alarm","Save alarm":"儲存提醒事項","Select date":"選擇日期","Confirm":"確認","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新增標籤:","Type new tags or select from list":"輸入新標籤,或在清單中選擇","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"應用程式需要以下權限才能正常運作。請在您的電話設定中啟用它們。(應用程式 > Joplin > 權限)","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 儲存: 允許將檔案附加到筆記並啟用檔案系統同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相機: 允許拍照並附加相片到記事。","- Location: to allow attaching geo-location information to a note.":"- 位置: 允許將地理位置資訊附加到筆記。","Joplin website":"Joplin 官方網站","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"以 Dropbox 登錄","Enter code here":"","Master Key %s":"主密碼 %s","Created: %s":"已建立: %s","Password:":"密碼:","Password cannot be empty":"密碼不能空白","Enable":"啟用","The notebook could not be saved: %s":"無法儲存記事本: %s","Edit notebook":"編輯記事本","Show all":"顯示全部","Errors only":"僅顯示錯誤","This note has been modified:":"此記事已被修改:","Save changes":"儲存變更","Discard changes":"放棄變更","No item with ID %s":"沒有 ID 為 %s 的項目","The Joplin mobile app does not currently support this type of link: %s":"Joplin 移動應用程式暫時不支援此類型的連結: %s","Unsupported image type: %s":"不支援的圖像類型: %s","Take photo":"Take photo","Attach photo":"附加相片","Attach any file":"附加檔案","Share":"分享","Convert to note":"轉換為記事","Convert to todo":"轉換為待辦事項","Hide metadata":"隱藏後設資料 (metadata)","Show metadata":"顯示後設資料 (metadata)","View on map":"在地圖上顯示","Go to source URL":"","Delete notebook":"刪除記事本","Login with OneDrive":"以 OneDrive 登錄","Search":"搜尋","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"您可以點撃 (+) 鍵去新增記事或記事本。點撃側邊欄去檢視現有的記事本。","You currently have no notebook. Create one by clicking on (+) button.":"您當前沒有任何筆記本。通過按一下 (+) 鍵去建立一本筆記。","Welcome":"歡迎"} \ No newline at end of file diff --git a/README.md b/README.md index d1c45113b..8f67194ca 100644 --- a/README.md +++ b/README.md @@ -335,29 +335,29 @@ Current translations:   | Language | Po File | Last translator | Percent done ---|---|---|---|--- -![](https://joplin.cozic.net/images/flags/es/basque_country.png) | Basque | [eu](https://github.com/laurent22/joplin/blob/master/CliClient/locales/eu.po) | juan.abasolo@ehu.eus | 60% -![](https://joplin.cozic.net/images/flags/es/catalonia.png) | Catalan | [ca](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ca.po) | jmontane, 2018 | 85% -![](https://joplin.cozic.net/images/flags/country-4x3/hr.png) | Croatian | [hr_HR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/hr_HR.po) | Hrvoje Mandić (trbuhom@net.hr) | 49% -![](https://joplin.cozic.net/images/flags/country-4x3/cz.png) | Czech | [cs_CZ](https://github.com/laurent22/joplin/blob/master/CliClient/locales/cs_CZ.po) | Lukas Helebrandt (lukas@aiya.cz) | 76% -![](https://joplin.cozic.net/images/flags/country-4x3/dk.png) | Dansk | [da_DK](https://github.com/laurent22/joplin/blob/master/CliClient/locales/da_DK.po) | Morten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk. | 77% -![](https://joplin.cozic.net/images/flags/country-4x3/de.png) | Deutsch | [de_DE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/de_DE.po) | Michael Sonntag (ms@editorei.de) | 97% +![](https://joplin.cozic.net/images/flags/es/basque_country.png) | Basque | [eu](https://github.com/laurent22/joplin/blob/master/CliClient/locales/eu.po) | juan.abasolo@ehu.eus | 59% +![](https://joplin.cozic.net/images/flags/es/catalonia.png) | Catalan | [ca](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ca.po) | jmontane, 2018 | 84% +![](https://joplin.cozic.net/images/flags/country-4x3/hr.png) | Croatian | [hr_HR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/hr_HR.po) | Hrvoje Mandić (trbuhom@net.hr) | 48% +![](https://joplin.cozic.net/images/flags/country-4x3/cz.png) | Czech | [cs_CZ](https://github.com/laurent22/joplin/blob/master/CliClient/locales/cs_CZ.po) | Lukas Helebrandt (lukas@aiya.cz) | 75% +![](https://joplin.cozic.net/images/flags/country-4x3/dk.png) | Dansk | [da_DK](https://github.com/laurent22/joplin/blob/master/CliClient/locales/da_DK.po) | Morten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk. | 76% +![](https://joplin.cozic.net/images/flags/country-4x3/de.png) | Deutsch | [de_DE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/de_DE.po) | Michael Sonntag (ms@editorei.de) | 98% ![](https://joplin.cozic.net/images/flags/country-4x3/gb.png) | English | [en_GB](https://github.com/laurent22/joplin/blob/master/CliClient/locales/en_GB.po) | | 100% -![](https://joplin.cozic.net/images/flags/country-4x3/es.png) | Español | [es_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po) | Fernando Martín (f@mrtn.es) | 92% +![](https://joplin.cozic.net/images/flags/country-4x3/es.png) | Español | [es_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po) | Fernando Martín (f@mrtn.es) | 90% ![](https://joplin.cozic.net/images/flags/country-4x3/fr.png) | Français | [fr_FR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/fr_FR.po) | Laurent Cozic | 100% -![](https://joplin.cozic.net/images/flags/es/galicia.png) | Galician | [gl_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po) | Marcos Lans (marcoslansgarza@gmail.com) | 76% -![](https://joplin.cozic.net/images/flags/country-4x3/it.png) | Italiano | [it_IT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/it_IT.po) | | 90% +![](https://joplin.cozic.net/images/flags/es/galicia.png) | Galician | [gl_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po) | Marcos Lans (marcoslansgarza@gmail.com) | 75% +![](https://joplin.cozic.net/images/flags/country-4x3/it.png) | Italiano | [it_IT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/it_IT.po) | | 93% ![](https://joplin.cozic.net/images/flags/country-4x3/be.png) | Nederlands | [nl_BE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_BE.po) | | 60% -![](https://joplin.cozic.net/images/flags/country-4x3/nl.png) | Nederlands | [nl_NL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po) | Heimen Stoffels (vistausss@outlook.com) | 92% -![](https://joplin.cozic.net/images/flags/country-4x3/no.png) | Norwegian | [nb_NO](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nb_NO.po) | Mats Estensen (code@mxe.no) | 98% -![](https://joplin.cozic.net/images/flags/country-4x3/br.png) | Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_BR.po) | Renato Nunes Bastos (rnbastos@gmail.com) | 99% -![](https://joplin.cozic.net/images/flags/country-4x3/ro.png) | Română | [ro](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ro.po) | | 60% -![](https://joplin.cozic.net/images/flags/country-4x3/si.png) | Slovenian | [sl_SI](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po) | | 75% -![](https://joplin.cozic.net/images/flags/country-4x3/se.png) | Svenska | [sv](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sv.po) | Jonatan Nyberg (jonatan@autistici.org) | 91% -![](https://joplin.cozic.net/images/flags/country-4x3/ru.png) | Русский | [ru_RU](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ru_RU.po) | Artyom Karlov (artyom.karlov@gmail.com) | 78% -![](https://joplin.cozic.net/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 95% -![](https://joplin.cozic.net/images/flags/country-4x3/tw.png) | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po) | penguinsam (samliu@gmail.com) | 92% -![](https://joplin.cozic.net/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | AWASHIRO Ikuya (ikunya@gmail.com) | 99% -![](https://joplin.cozic.net/images/flags/country-4x3/kr.png) | 한국말 | [ko](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po) | | 92% +![](https://joplin.cozic.net/images/flags/country-4x3/nl.png) | Nederlands | [nl_NL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po) | Heimen Stoffels (vistausss@outlook.com) | 90% +![](https://joplin.cozic.net/images/flags/country-4x3/no.png) | Norwegian | [nb_NO](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nb_NO.po) | Mats Estensen (code@mxe.no) | 97% +![](https://joplin.cozic.net/images/flags/country-4x3/br.png) | Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_BR.po) | Renato Nunes Bastos (rnbastos@gmail.com) | 97% +![](https://joplin.cozic.net/images/flags/country-4x3/ro.png) | Română | [ro](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ro.po) | | 59% +![](https://joplin.cozic.net/images/flags/country-4x3/si.png) | Slovenian | [sl_SI](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po) | | 74% +![](https://joplin.cozic.net/images/flags/country-4x3/se.png) | Svenska | [sv](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sv.po) | Jonatan Nyberg (jonatan@autistici.org) | 89% +![](https://joplin.cozic.net/images/flags/country-4x3/ru.png) | Русский | [ru_RU](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ru_RU.po) | Artyom Karlov (artyom.karlov@gmail.com) | 77% +![](https://joplin.cozic.net/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 93% +![](https://joplin.cozic.net/images/flags/country-4x3/tw.png) | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po) | penguinsam (samliu@gmail.com) | 90% +![](https://joplin.cozic.net/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | AWASHIRO Ikuya (ikunya@gmail.com) | 97% +![](https://joplin.cozic.net/images/flags/country-4x3/kr.png) | 한국말 | [ko](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po) | | 90% # Known bugs diff --git a/ReactNativeClient/locales/ca.json b/ReactNativeClient/locales/ca.json index 2e1e29cd2..3f60d4fdf 100644 --- a/ReactNativeClient/locales/ca.json +++ b/ReactNativeClient/locales/ca.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Per a suprimir una etiqueta, traieu l'etiqueta en les notes associades.","Please select the note or notebook to be deleted first.":"Primer seleccioneu la nota o el bloc de notes que vulgueu suprimir.","Press Ctrl+D or type \"exit\" to exit the application":"Premeu Ctrl+D o escriviu «exit» per a sortir de l'aplicació","More than one item match \"%s\". Please narrow down your query.":"Hi ha més d'un element que coincideix amb «%s». Restringiu la consulta.","No notebook selected.":"No heu seleccionat cap bloc de notes.","No notebook has been specified.":"No heu indicat cap bloc de notes.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"S'està cancel·lant la sincronització en segon pla... Espereu.","No such command: %s":"No existeix l'ordre: %s","The command \"%s\" is only available in GUI mode":"L'ordre «%s» només és disponible en mode IGU","Cannot change encrypted item":"No es pot canviar l'element xifrat","Missing required argument: %s":"Manca un argument requerit: 1%s","%s: %s":"%s: %s","Your choice: ":"La vostra tria:","Invalid answer: %s":"La resposta no és vàlida: %s","Attaches the given file to the note.":"Adjunta el fitxer indicat a la nota.","Cannot find \"%s\".":"No es pot trobar «%s»","Displays the given note.":"Mostra la nota indicada.","Displays the complete information about note.":"Mostra la informació completa sobre la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obté o estableix un valor de configuració. Si no s'indica [valor], mostrarà el valor de [nom]. Altrament, si no s'indica [nom] ni [valor], es mostrarà un llistat amb la configuració actual.","Also displays unset and hidden config variables.":"També mostra variables de configuració ocultes o sense definir.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica les notes que coincideixen amb en [blocdenotes]. Si no indiqueu cap bloc de notes es dupliquen en el bloc de notes actual.","Marks a to-do as done.":"Marca un llistat de tasques pendents com a fet.","Note is not a to-do: \"%s\"":"La nota no és un llistat de tasques pendents: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestiona la configuració E2EE. Les ordres són «enable», «disable», «decrypt», «status» i «target-status»","Enter master password:":"Introduïu una contrasenya mestra:","Operation cancelled":"L'operació s'ha cancel·lat","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"S'està iniciant el desxifratge... Espereu perquè això pot durar alguns minuts, depenent de quanta informació calgui desxifrar.","Completed decryption.":"El desxifratge ha finalitzat.","Enabled":"Activat","Disabled":"Desactivat","Encryption is: %s":"El xifratge és: %s","Edit note.":"Edita la nota.","No text editor is defined. Please set it using `config editor `":"No hi ha definit cap editor de text. Establiu-ne un usant `config editor `","No active notebook.":"No hi ha cap bloc de notes actiu.","Note does not exist: \"%s\". Create it?":"No existeix «%s». Voleu crear-lo?","Starting to edit note. Close the editor to get back to the prompt.":"S'està iniciant l'edició del a nota. Tanqueu l'editor per a tornar a l'indicador.","Error opening note in editor: %s":"S'ha produït un error en obrir la nota amb l'editor: %s","Note has been saved.":"S'ha desat la nota.","Exits the application.":"Surt de l'aplicació","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta les dades del Joplin al camí indicat. Per defecte, exportarà tota la base de dades, incloent-hi blocs de notes, notes, etiquetes i recursos.","Destination format: %s":"Format de destinació: %s","Exports only the given note.":"Exporta només la nota indicada.","Exports only the given notebook.":"Exporta només el bloc de notes indicat.","Displays a geolocation URL for the note.":"Motra una URL de geolocalitzacio de la nota.","Displays usage information.":"Mostra la informació d'ús.","For information on how to customise the shortcuts please visit %s":"Per a obtenir informació sobre com personalitzar les dreceres de teclat, visiteu %s","Shortcuts are not available in CLI mode.":"Les dreceres no són disponibles en el mode de línia d'ordres.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriviu «ajuda [ordre]» per a més informació sobre l'ordre; o escriviu «ajuda all» per a la informació d'ús completa.","The possible commands are:":"Les ordres possibles són:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En qualsevol ordre, podeu referenciar una nota o bloc de notes per el títol o l'ID, o podeu usar dreceres «$n» o «$b» per a, respectivament, la nota o el bloc de nota seleccionat actual. Podeu usar «$c» per a fer referència a l'element seleccionat actual.","To move from one pane to another, press Tab or Shift+Tab.":"Per a desplaçar-vos d'un panell a un altre, pitgeu Tab o Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Useu les fletxes del cursor i les tecles de pàgina amunt i avall per a desplaçar les llistes i les àrees de text (incloent-hi aquesta consola).","To maximise/minimise the console, press \"tc\".":"Per a maximitzar o minimitzar la consola, premeu «tc».","To enter command line mode, press \":\"":"Per a anar al mode de línia d'ordres, premeu «:»","To exit command line mode, press ESCAPE":"Per a sortir del mode en línia d'ordres, premeu la tecla Escapada","For the list of keyboard shortcuts and config options, type `help keymap`":"Per a llistar les dreceres de teclat i opcions de configuració, escriviu «help keymap»","Imports data into Joplin.":"Importa les dades al Joplin.","Source format: %s":"Format d'origen: %s","Do not ask for confirmation.":"No demanis confirmació.","Found: %d.":"Trobades: %d.","Created: %d.":"Creades: %d.","Updated: %d.":"Acualitzades: %d.","Skipped: %d.":"Omeses: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetats: %d.","Importing notes...":"S'estan important notes...","The notes have been imported: %s":"Notes que s'han importat: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra les notes en el bloc de notes actual. Useu «ls /» per a mostrar la llista de blocs de notes.","Displays only the first top notes.":"Només mostra les primeres notes superiors.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena l'element per (p. ex. títol, actualització o creació).","Reverses the sorting order.":"Inverteix el criteri d'ordenació","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Només mostra els elements dels tipus específics. Pot ser «n» per a les notes, «t» per les tasques pendents, o «nt» per a notes i tasques pendents (p. ex. «-tt» mostrarà només les tasques pendents, mentre que «-ttd» mostrarà notes i tasques pendents).","Either \"text\" or \"json\"":"«text» o «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa el format de llista llarga. El format és ID, NRE_NOTES (per a blocs de notes), DATA, TASQUES_MARCADES (per a llistats de tasques pendents), TÍTOL","Please select a notebook first.":"Cal que primer seleccioneu un bloc de notes.","Creates a new notebook.":"Crea un bloc de notes nou.","Creates a new note.":"Crea una nota nova.","Notes can only be created within a notebook.":"Només podeu crear notes en un bloc de notes.","Creates a new to-do.":"Crea un llistat de tasques pendents nou.","Moves the notes matching to [notebook].":"Mou les notes que coincideixen amb a [notebook].","Renames the given (note or notebook) to .":"Canvia el nom de la nota o bloc de notes indicat a .","Deletes the given notebook.":"Suprimeix el bloc de notes indicat.","Deletes the notebook without asking for confirmation.":"Suprimeix el bloc de notes sense demanar cap confirmació.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Voleu suprimir el bloc de notes? També se suprimiran tots els sub-blocs d'aquest bloc de notes.","Deletes the notes matching .":"Suprimeix les notes que coincideixen amb .","Deletes the notes without asking for confirmation.":"Suprimeix les notes sense demanar confirmació.","%d notes match this pattern. Delete them?":"%d notes coincideixen amb aquest patró. Voleu suprimir-les?","Delete note?":"Voleu suprimir la nota?","Searches for the given in all the notes.":"Cerca el patró en totes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estableix la propietat donada per al [valor] donat. Les propietats possibles són:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resum sobre les notes i blocs de notes.","Synchronises with remote storage.":"Sincronitza amb un emmagatzemament remot.","Sync to provided target (defaults to sync.target config value)":"Sincronitza a la destinació indicada (de forma predeterminada al valor de configuració sync.target)","Authentication was not completed (did not receive an authentication token).":"No s'ha completat l'autenticació (no ha rebut el testimoni d'autenticació).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per a permetre que el Joplin sincronitzi amb el Dropbox, seguiu les passes següents:","Step 1: Open this URL in your browser to authorise the application:":"Pas 1: Obriu aquest URL al navegador i autoritzeu l'aplicació:","Step 2: Enter the code provided by Dropbox:":"Pas 2: Introduïu el codi proporcionat per Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No esteu autenticats amb %s. Proporcioneu les credencials necessàries.","Synchronisation is already in progress.":"La sincronització és en curs.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"El fitxer de bloqueig està ús. Si sabeu que no s'està executant cap sincronització ara mateix, podeu suprimir el fitxer de bloqueig a «%s» i reprendre l'operació.","Synchronisation target: %s (%s)":"Destinació de la sincronització: %s(%s)","Cannot initialize synchroniser.":"No es pot inicialitzar el sincronitzador.","Starting synchronisation...":"Està començant la sincronització...","Downloading resources...":"","Cancelling... Please wait.":"S'està cancel·lant... Espereu."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ordre no vàlida: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"pot ser «toggle» o «clear». Useu «toggle» per a canviar el llistats de tasques entre l'estat de finalitzat i no finalitzat (si l'objectiu és una nota normal es convertirà a un llistat de tasques pendents). Useu «clear» per a convertir un llistat de tasques pendents a una nota normal.","Marks a to-do as non-completed.":"Marca el llistat de tasques pendents com a no finalitzat.","Switches to [notebook] - all further operations will happen within this notebook.":"Canvia a [notebook] - totes les operacions posteriors s'aplicaran en aquest bloc de notes.","Displays version information":"Mostra la informació de versió","%s %s (%s)":"%s %s (%s)","Enum":"Enumeració","Type: %s.":"Tipus: %s.","Possible values: %s.":"Valors possibles: %s.","Default: %s":"Per defecte: %s","Possible keys/values:":"Valors o claus possibles:","Type `joplin help` for usage information.":"Escriviu «joplin help» per a obtenir informació d'ús.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"L'aplicació ha estat autoritzada - podeu tancar aquesta pestanya del navegador.","The application has been successfully authorised.":"L'aplicació s'ha autoritzat correctament.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Obriu l'URL següent al navegador per a autenticar l'aplicació. L'aplicació crearà un director a «Aplicacions/Joplin» i només hi llegirà i escriurà fitxers en aquest directory. No tindrà accés a cap fitxer fora d'aquesta directori ni a cap dada personal. No es compartirà cap dada amb terceres parts.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Us donem la benvinguda al Joplin!\n\nEscriviu «:help shortcuts» per a llistar les dreceres de teclat, o simplement «:help» per a informació d'ús.\n\nPer exemple, per a ecrear un bloc de notes pitgeu «mb»; per a crear una nota pitgeu «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un o més elements estan xifrats i cal que proporcioneu una contrasenya mestra. Per a fer-ho, escriviu «e2ee decrypt». Si ja heu indicat una contrasenya, els elements xifrats s'estan desxifrant en segon pla i seran disponibles aviat.","Exporting to \"%s\" as \"%s\" format. Please wait...":"S'està exportant a «%s» com a format «%s». Espereu...","Importing from \"%s\" as \"%s\" format. Please wait...":"S'està important des de «%s» com a format «%s». Espereu...","PDF File":"Fitxer PDF","File":"Fitxer","New note":"Nota nova","New to-do":"Llistat de tasques pendents nou","New notebook":"Bloc de notes nou","Import":"Importació","Export":"Exportació","Print":"Imprimeix","Hide %s":"Amaga %s","Quit":"Surt","Edit":"Edita","Copy":"Copia","Cut":"Retalla","Paste":"Enganxa","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Cerca a totes les notes","Search in current note":"Search in current note","View":"Visualització","Toggle sidebar":"Mostra o amaga la barra lateral","Toggle editor layout":"Canvia el disseny de l'editor","Tools":"Eines","Synchronisation status":"Estat de la sincronització","Web clipper options":"Opcions del desa-retalls de webs","Encryption options":"Opcions del xifratge","General Options":"Opcions generals","Help":"Ajuda","Website and documentation":"Lloc web i documentació","Make a donation":"Donatius","Check for updates...":"Comprova les actualitzacions...","About Joplin":"Quant al Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Obre %s","Exit":"Surt","OK":"D'acord","Cancel":"Cancel·la","Current version is up-to-date.":"La versió actual està actualitzada","An update is available, do you want to download it now?":"Hi ha disponible una actualització. Voleu baixar-la ara?","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servei de desa-retalls de webs és actiu i configurat per a iniciar-se automàticament.","Status: Started on port %d":"Estat: iniciat al port %d","Status: %s":"Estat: %s","Disable Web Clipper Service":"Desactiva el servei del desa-retalls","The web clipper service is not enabled.":"El servei del desa-retalls de webs no s'ha activat.","Enable Web Clipper Service":"Activa el servei del desa-retalls de webs","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El desa-retalls de webs del Joplin us permet desar pàgines web i captures de pantalla del navegador web al Joplin.","In order to use the web clipper, you need to do the following:":"Per a poder usar el desa-retalls de webs, cal que feu el següent:","Step 1: Enable the clipper service":"Pas 1: Activeu el servei del desa-retalls de webs","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Aquest servei permet que l'extensió del navegador pugui comunicar-se amb el Joplin. En activar-la, el tallafocs demanarà permisos per al Joplin per a escoltar un port determinat.","Step 2: Install the extension":"Pas 2: Instal·leu l'extensió","Download and install the relevant extension for your browser:":"Baixeu i instal·leu l'extensió adient per al vostre navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprova la configuració de la sincronització","Notes and settings are stored in: %s":"Les notes i la configuració es desen a: %s","Apply":"","Submit":"Tramet","Save":"Desa","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Si desactiveu el xifratge, significa que *totes* les notes i adjunts es tornaran a sincronitzar i enviar sense xifrar a la destinació de sincronització. Voleu continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Si activeu el xifratge, significa que *tots* els adjunts i les notes es tornaran a sincronitzar i enviar xifrats a la destinació de sincronització. No perdeu la contrasenya perquè, per motius de seguretat, serà l'*única* manera desxifrar les dades! Per a activar el xifratge, introduïu la contrasenya a sota.","Disable encryption":"Desactiva el xifratge","Enable encryption":"Activa el xifratge","Master Keys":"Claus mestres","Active":"Activa","ID":"ID","Source":"Font","Created":"Creació","Updated":"Actualització","Password":"Contrasenya","Password OK":"La contrasenya és correcta","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: només s'usarà una clau mestre per al xifratge (la marcada com a «activa»). Qualsevol de les claus es podrien usar per a desxifrar, depenent de com es van xifrar originalment les notes o blocs de notes.","Missing Master Keys":"Manquen les claus mestres","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les claus mestres amb aquests ID s'usen per a xifrar alguns dels elements. Tot i això l'aplicació actualment no hi té accés. Probablement es baixin via sincrontizació.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per a més informació sobre el xifratge d'extrem a extrem (E2EE) i consells sobre com activar-lo, llegiu la documentació:","Status":"Estat","Encryption is:":"El xifratge és:","Back":"Enrere","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Es crearà un bloc de notes «%s» i s'hi importarà el fitxer «%s».","Please create a notebook first.":"Primer heu de crear un bloc de notes.","Please create a notebook first":"Primer heu de crear un bloc de notes","Notebook title:":"Títol del bloc de notes:","Add or remove tags:":"Afegeix o suprimeix etiquetes:","Separate each tag by a comma.":"Separeu les etiquetes amb comes.","Rename notebook:":"Canvia el nom del bloc de notes:","Rename tag:":"Canvia el nom de l'etiqueta:","Set alarm:":"Estableix una alarma:","Layout":"Disposició","Search...":"Cerca...","Some items cannot be synchronised.":"Alguns elements no s'han pogut sincronitzar.","View them now":"Mostra'ls ara","Some items cannot be decrypted.":"Alguns elements no s'han pogut desxifrar.","Set the password":"Establiu la contrasenya","Add or remove tags":"Afegeix o suprimeix etiquetes","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Alterna entre el tipus nota i tasques pendents","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copia l'enllaç Markdown","Delete":"Suprimeix","Delete notes?":"Voleu suprimir les notes?","No notes in here. Create one by clicking on \"New note\".":"No hi ha cap nota aquí. Creeu-ne una fent clic a «Nota nova».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ara mateix no hi ha cap bloc de notes. Creeu-ne un fent clic a «Bloc de notes nou».","Location":"","URL":"","Note properties":"","Open...":"Obre...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Anomena i desa...","Copy path to clipboard":"Copia el camí al porta-retalls","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Missatge o enllaç no suportat: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i modificar-la.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Adjunta un fitxer","Tags":"Etiquetes","Set alarm":"Estableix una alarma","In: %s":"A: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"Tasques pendents","note":"nota","Creating new %s...":"S'està creant una %s...","Refresh":"Actualitza","Clear":"Neteja","OneDrive Login":"Inicia sessió al OneDrive","Dropbox Login":"Inicia sessió al Dropbox","Options":"Opcions","Synchronisation Status":"Estat de la sincronització","Encryption Options":"Opcions de xifratge","Clipper Options":"Opcions del desa-retalls","Remove this tag from all the notes?":"Voleu suprimir aquesta etiqueta de totes les notes?","Remove this search from the sidebar?":"Voleu suprimir aquesta cerca de la barra laterla?","Rename":"Canvia el nom","Synchronise":"Sincronitza","Notebooks":"Blocs de notes","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccioneu on s'hauria d'exportar l'estat de la sincronització","Usage: %s":"Ús: %s","Unknown flag: %s":"Bandera desconeguda: %s","Dropbox":"Dropbox","File system":"Sistema de fitxers","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (només proves)","WebDAV":"WebDAV","Unknown log level: %s":"Nivell de registre desconegut: %s","Unknown level ID: %s":"ID de nivell desconeguda: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No es pot actualitzar el testimoni: manquen les dades d'autenticació. Si comenceu altre cop la sincronització, potser es corregeixi el problema.","Untitled":"Sense títol","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No s'ha pogut sincronitzar amb OneDrive.\n\nAquest error habitualment apareix si s'usa OneDriver for Business, que malauradament no està suportat.\n\nConsidereu usar un compte OneDrive habitual.","Cannot access %s":"No es pot accedir a %s","Created local items: %d.":"Elements locals creats: %d.","Updated local items: %d.":"Elements locals actualitzats: %d.","Created remote items: %d.":"Elements remots creats: %d.","Updated remote items: %d.":"Elements remots actualitzats: %d.","Deleted local items: %d.":"Elements locals suprimits: %d.","Deleted remote items: %d.":"Elements remots suprimits: %d.","Fetched items: %d/%d.":"Elements obtinguts: %d/%d.","Cancelling...":"S'està cancel·lant...","Completed: %s":"Finalitzat: %s","Last error: %s":"Últim error: %s","Idle":"Ociós","In progress":"En progés","Synchronisation is already in progress. State: %s":"La sincronització ja és en procés. Estat: %s","Encrypted":"Xifrat","Encrypted items cannot be modified":"Els elements xifrats no es poden modificar","Conflicts":"Conflictes","Cannot move notebook to this location":"No es pot moure el bloc de notes a aquesta ubicació","Notebooks cannot be named \"%s\", which is a reserved title.":"Els blocs de notes no poden tenir el nom «%s», és un títol reservat.","title":"títol","updated date":"data d'actualització","created date":"data de creació","This note does not have geolocation information.":"Aquesta nota no té informació de geolocalització.","Cannot copy note to \"%s\" notebook":"No es pot copiar la nota al bloc de notes «%s»","Cannot move note to \"%s\" notebook":"No es pot moure la nota al bloc de notes «%s»","Language":"Llengua","Date format":"Format de data","Time format":"Format horari","Theme":"Tema","Light":"Clar","Dark":"Fosc","Uncompleted to-dos on top":"Les tasques pendents sense finalitzar a la part superior","Show completed to-dos":"Mostra els llistats de tasques pendents finalitzats","Sort notes by":"Ordena les notes per","Reverse sort order":"Ordre invers","Save geo-location with notes":"Desa la geolocalització a les notes","When creating a new to-do:":"En crear un llistat de tasques pendents:","Focus title":"Vés al títol","Focus body":"Vés al cos","When creating a new note:":"En crear una nota:","Show tray icon":"Mostra la icona a la safata","Note: Does not work in all desktop environments.":"Nota: no funciona en tots els entorns d'escriptori.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Percentatge de zoom global","Editor font size":"Editor font size","Editor font family":"Tipus de lletra de l'editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Cal que sigui un tipus de lletra *mecanogràfic* o no funcionarà correctament. Si el tipus de lletra no és correcte o és buit, s'establirà a un tipus de lletra mecanogràfica genèric.","Automatically update the application":"Actualitza automàticament l'aplicació","Synchronisation interval":"Interval de sincronització","%d minutes":"%d minuts","%d hour":"%d hora","%d hours":"%d hores","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostra les opcions avançades","Synchronisation target":"Objectiu de sincronització","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"L'objectiu on se sincronitzarà. Cada objectiu pot tenir paràmetres addicionals que s'anomenen com a «sync.NUM.NAME» (es documenten a sota).","Directory to synchronise with (absolute path)":"Directori on es farà la sincronització (camí absolut)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"El camí on sincronitzar en activar la sincronització del sistema. Vegeu «sync.target».","Nextcloud WebDAV URL":"URL del Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nom d'usuari del Nextcloud","Nextcloud password":"Contrasenya del Nextcloud","WebDAV URL":"URL de WebDAV","WebDAV username":"Nom d'usuari WebDAV","WebDAV password":"Contrasenya de WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"El valor de l'opció no és vàlid: «%s». Els valors possibles són: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Fitxer d'exportació del Joplin","Markdown":"Markdown","Joplin Export Directory":"Directori d'exportació del Joplin","Evernote Export File":"Fitxer d'exportació de l'Evernote","Json Export Directory":"Json Export Directory","Directory":"Directori","Cannot load \"%s\" module for format \"%s\"":"No puc carregar el mòdul «%s» per al format «%s»","Please specify import format for %s":"Indiqueu el format d'importació per a %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"L'element ara mateix és xifrat: %s«%s». Espereu que es desxifrin tots els elements i torneu-ho a intentar.","There is no data to export.":"No hi ha dades per exportar.","Please specify the notebook where the notes should be imported to.":"Indiqueu el bloc de notes on s'haurien d'importar les notes.","Items that cannot be synchronised":"Elements que no s'han pogut sincronitzar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Aquests elements es mantindran a l'aparell però no es pujaran a la destinació de sincronització. Per a poder trobar aquests elements, podeu cercar pel títol o la ID (que es mostra entre claus a sobre).","Sync status (synced items / total items)":"Estat de la sincronització (element sinc. / elements totals)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictius: %d","To delete: %d":"Per suprimir: %d","Folders":"Carpetes","%s: %d notes":"%s: %d notes","Coming alarms":"Alarmes programades","On %s: %s":"A les %s.%s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ara mateix no hi ha cap nota. Creeu-ne una fent clic en el botó (+).","Delete these notes?":"Voleu suprimir aquestes notes?","Log":"Registre","Export Debug Report":"Exporta l'informe de depuració","Encryption Config":"Configuració del xifratge","Configuration":"Configuració","Move to notebook...":"Mou al bloc de notes...","Move %d notes to notebook \"%s\"?":"Voleu moure %d notes al bloc de notes «%s»?","Press to set the decryption password.":"Premeu per a establir la contrasenya de desxifratge.","Clear alarm":"Clear alarm","Save alarm":"Desa l'alarma","Select date":"Seleccioneu una data","Confirm":"Confirmació","Cancel synchronisation":"Cancel·la la sincronització","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetes noves:","Type new tags or select from list":"Escriviu etiquetes noves o seleccioneu-ne de la llista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per a funcionar correctament, l'aplicació requereix els permisos següents. Habiliteu-los a la configuració del telèfon a Aplicacions > Joplin > Permisos.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Emmagatzematge: per a adjuntar fitxers a les notes i per a activar la sincronització al sistema de fitxers.","- Camera: to allow taking a picture and attaching it to a note.":"- Càmera: per a poder fer fotografies i adjuntar-les a les notes.","- Location: to allow attaching geo-location information to a note.":"- Geolocalització: per a poder ajuntar la informació de geolocalització en les notes.","Joplin website":"Lloc web del Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inicia sessió amb Dropbox","Enter code here":"","Master Key %s":"Clau mestra %s","Created: %s":"Creació: %s","Password:":"Contrasenya:","Password cannot be empty":"La contrasenya no pot ser buida","Enable":"Activa","The notebook could not be saved: %s":"No s'ha pogut desar el bloc de notes: %s","Edit notebook":"Edita el bloc de notes","Show all":"Mostra-ho tot","Errors only":"Només els errors","This note has been modified:":"Aquesta nota s'ha modificat:","Save changes":"Desa els canvis","Discard changes":"Descarta els canvis","No item with ID %s":"No hi ha cap element amb la ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'aplicació mòbil del Joplin, ara per ara, no admet aquest tipus d'enllaç: %s","Unsupported image type: %s":"Tipus d'imatge no admesa: %s","Take photo":"Take photo","Attach photo":"Adjunta una imatge","Attach any file":"Adjunta un fitxer","Share":"Comparteix","Convert to note":"Converteix a nota","Convert to todo":"Converteix a llistat de tasques pendents","Hide metadata":"Amaga les metadades","Show metadata":"Mostra les metadades","View on map":"Mostra-ho al mapa","Go to source URL":"","Delete notebook":"Suprimeix el bloc de notes","Login with OneDrive":"Inicia sessió amb OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Feu clic en el botó (+) per a crear una nota o bloc de notes. Feu clic en el menú lateral per a accedir als blocs de notes existents.","You currently have no notebook. Create one by clicking on (+) button.":"Ara mateix no teniu cap bloc de notes. Creeu-ne un fent clic al botó (+).","Welcome":"Benvingut"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Per a suprimir una etiqueta, traieu l'etiqueta en les notes associades.","Please select the note or notebook to be deleted first.":"Primer seleccioneu la nota o el bloc de notes que vulgueu suprimir.","Press Ctrl+D or type \"exit\" to exit the application":"Premeu Ctrl+D o escriviu «exit» per a sortir de l'aplicació","More than one item match \"%s\". Please narrow down your query.":"Hi ha més d'un element que coincideix amb «%s». Restringiu la consulta.","No notebook selected.":"No heu seleccionat cap bloc de notes.","No notebook has been specified.":"No heu indicat cap bloc de notes.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"S'està cancel·lant la sincronització en segon pla... Espereu.","No such command: %s":"No existeix l'ordre: %s","The command \"%s\" is only available in GUI mode":"L'ordre «%s» només és disponible en mode IGU","Cannot change encrypted item":"No es pot canviar l'element xifrat","Missing required argument: %s":"Manca un argument requerit: 1%s","%s: %s":"%s: %s","Your choice: ":"La vostra tria:","Invalid answer: %s":"La resposta no és vàlida: %s","Attaches the given file to the note.":"Adjunta el fitxer indicat a la nota.","Cannot find \"%s\".":"No es pot trobar «%s»","Displays the given note.":"Mostra la nota indicada.","Displays the complete information about note.":"Mostra la informació completa sobre la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obté o estableix un valor de configuració. Si no s'indica [valor], mostrarà el valor de [nom]. Altrament, si no s'indica [nom] ni [valor], es mostrarà un llistat amb la configuració actual.","Also displays unset and hidden config variables.":"També mostra variables de configuració ocultes o sense definir.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica les notes que coincideixen amb en [blocdenotes]. Si no indiqueu cap bloc de notes es dupliquen en el bloc de notes actual.","Marks a to-do as done.":"Marca un llistat de tasques pendents com a fet.","Note is not a to-do: \"%s\"":"La nota no és un llistat de tasques pendents: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestiona la configuració E2EE. Les ordres són «enable», «disable», «decrypt», «status» i «target-status»","Enter master password:":"Introduïu una contrasenya mestra:","Operation cancelled":"L'operació s'ha cancel·lat","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"S'està iniciant el desxifratge... Espereu perquè això pot durar alguns minuts, depenent de quanta informació calgui desxifrar.","Completed decryption.":"El desxifratge ha finalitzat.","Enabled":"Activat","Disabled":"Desactivat","Encryption is: %s":"El xifratge és: %s","Edit note.":"Edita la nota.","No text editor is defined. Please set it using `config editor `":"No hi ha definit cap editor de text. Establiu-ne un usant `config editor `","No active notebook.":"No hi ha cap bloc de notes actiu.","Note does not exist: \"%s\". Create it?":"No existeix «%s». Voleu crear-lo?","Starting to edit note. Close the editor to get back to the prompt.":"S'està iniciant l'edició del a nota. Tanqueu l'editor per a tornar a l'indicador.","Error opening note in editor: %s":"S'ha produït un error en obrir la nota amb l'editor: %s","Note has been saved.":"S'ha desat la nota.","Exits the application.":"Surt de l'aplicació","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta les dades del Joplin al camí indicat. Per defecte, exportarà tota la base de dades, incloent-hi blocs de notes, notes, etiquetes i recursos.","Destination format: %s":"Format de destinació: %s","Exports only the given note.":"Exporta només la nota indicada.","Exports only the given notebook.":"Exporta només el bloc de notes indicat.","Displays a geolocation URL for the note.":"Motra una URL de geolocalitzacio de la nota.","Displays usage information.":"Mostra la informació d'ús.","For information on how to customise the shortcuts please visit %s":"Per a obtenir informació sobre com personalitzar les dreceres de teclat, visiteu %s","Shortcuts are not available in CLI mode.":"Les dreceres no són disponibles en el mode de línia d'ordres.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriviu «ajuda [ordre]» per a més informació sobre l'ordre; o escriviu «ajuda all» per a la informació d'ús completa.","The possible commands are:":"Les ordres possibles són:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En qualsevol ordre, podeu referenciar una nota o bloc de notes per el títol o l'ID, o podeu usar dreceres «$n» o «$b» per a, respectivament, la nota o el bloc de nota seleccionat actual. Podeu usar «$c» per a fer referència a l'element seleccionat actual.","To move from one pane to another, press Tab or Shift+Tab.":"Per a desplaçar-vos d'un panell a un altre, pitgeu Tab o Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Useu les fletxes del cursor i les tecles de pàgina amunt i avall per a desplaçar les llistes i les àrees de text (incloent-hi aquesta consola).","To maximise/minimise the console, press \"tc\".":"Per a maximitzar o minimitzar la consola, premeu «tc».","To enter command line mode, press \":\"":"Per a anar al mode de línia d'ordres, premeu «:»","To exit command line mode, press ESCAPE":"Per a sortir del mode en línia d'ordres, premeu la tecla Escapada","For the list of keyboard shortcuts and config options, type `help keymap`":"Per a llistar les dreceres de teclat i opcions de configuració, escriviu «help keymap»","Imports data into Joplin.":"Importa les dades al Joplin.","Source format: %s":"Format d'origen: %s","Do not ask for confirmation.":"No demanis confirmació.","Found: %d.":"Trobades: %d.","Created: %d.":"Creades: %d.","Updated: %d.":"Acualitzades: %d.","Skipped: %d.":"Omeses: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetats: %d.","Importing notes...":"S'estan important notes...","The notes have been imported: %s":"Notes que s'han importat: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra les notes en el bloc de notes actual. Useu «ls /» per a mostrar la llista de blocs de notes.","Displays only the first top notes.":"Només mostra les primeres notes superiors.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena l'element per (p. ex. títol, actualització o creació).","Reverses the sorting order.":"Inverteix el criteri d'ordenació","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Només mostra els elements dels tipus específics. Pot ser «n» per a les notes, «t» per les tasques pendents, o «nt» per a notes i tasques pendents (p. ex. «-tt» mostrarà només les tasques pendents, mentre que «-ttd» mostrarà notes i tasques pendents).","Either \"text\" or \"json\"":"«text» o «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa el format de llista llarga. El format és ID, NRE_NOTES (per a blocs de notes), DATA, TASQUES_MARCADES (per a llistats de tasques pendents), TÍTOL","Please select a notebook first.":"Cal que primer seleccioneu un bloc de notes.","Creates a new notebook.":"Crea un bloc de notes nou.","Creates a new note.":"Crea una nota nova.","Notes can only be created within a notebook.":"Només podeu crear notes en un bloc de notes.","Creates a new to-do.":"Crea un llistat de tasques pendents nou.","Moves the notes matching to [notebook].":"Mou les notes que coincideixen amb a [notebook].","Renames the given (note or notebook) to .":"Canvia el nom de la nota o bloc de notes indicat a .","Deletes the given notebook.":"Suprimeix el bloc de notes indicat.","Deletes the notebook without asking for confirmation.":"Suprimeix el bloc de notes sense demanar cap confirmació.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Voleu suprimir el bloc de notes? També se suprimiran tots els sub-blocs d'aquest bloc de notes.","Deletes the notes matching .":"Suprimeix les notes que coincideixen amb .","Deletes the notes without asking for confirmation.":"Suprimeix les notes sense demanar confirmació.","%d notes match this pattern. Delete them?":"%d notes coincideixen amb aquest patró. Voleu suprimir-les?","Delete note?":"Voleu suprimir la nota?","Searches for the given in all the notes.":"Cerca el patró en totes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estableix la propietat donada per al [valor] donat. Les propietats possibles són:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resum sobre les notes i blocs de notes.","Synchronises with remote storage.":"Sincronitza amb un emmagatzemament remot.","Sync to provided target (defaults to sync.target config value)":"Sincronitza a la destinació indicada (de forma predeterminada al valor de configuració sync.target)","Authentication was not completed (did not receive an authentication token).":"No s'ha completat l'autenticació (no ha rebut el testimoni d'autenticació).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per a permetre que el Joplin sincronitzi amb el Dropbox, seguiu les passes següents:","Step 1: Open this URL in your browser to authorise the application:":"Pas 1: Obriu aquest URL al navegador i autoritzeu l'aplicació:","Step 2: Enter the code provided by Dropbox:":"Pas 2: Introduïu el codi proporcionat per Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No esteu autenticats amb %s. Proporcioneu les credencials necessàries.","Synchronisation is already in progress.":"La sincronització és en curs.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"El fitxer de bloqueig està ús. Si sabeu que no s'està executant cap sincronització ara mateix, podeu suprimir el fitxer de bloqueig a «%s» i reprendre l'operació.","Synchronisation target: %s (%s)":"Destinació de la sincronització: %s(%s)","Cannot initialize synchroniser.":"No es pot inicialitzar el sincronitzador.","Starting synchronisation...":"Està començant la sincronització...","Downloading resources...":"","Cancelling... Please wait.":"S'està cancel·lant... Espereu."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ordre no vàlida: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"pot ser «toggle» o «clear». Useu «toggle» per a canviar el llistats de tasques entre l'estat de finalitzat i no finalitzat (si l'objectiu és una nota normal es convertirà a un llistat de tasques pendents). Useu «clear» per a convertir un llistat de tasques pendents a una nota normal.","Marks a to-do as non-completed.":"Marca el llistat de tasques pendents com a no finalitzat.","Switches to [notebook] - all further operations will happen within this notebook.":"Canvia a [notebook] - totes les operacions posteriors s'aplicaran en aquest bloc de notes.","Displays version information":"Mostra la informació de versió","%s %s (%s)":"%s %s (%s)","Enum":"Enumeració","Type: %s.":"Tipus: %s.","Possible values: %s.":"Valors possibles: %s.","Default: %s":"Per defecte: %s","Possible keys/values:":"Valors o claus possibles:","Type `joplin help` for usage information.":"Escriviu «joplin help» per a obtenir informació d'ús.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"L'aplicació ha estat autoritzada - podeu tancar aquesta pestanya del navegador.","The application has been successfully authorised.":"L'aplicació s'ha autoritzat correctament.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Obriu l'URL següent al navegador per a autenticar l'aplicació. L'aplicació crearà un director a «Aplicacions/Joplin» i només hi llegirà i escriurà fitxers en aquest directory. No tindrà accés a cap fitxer fora d'aquesta directori ni a cap dada personal. No es compartirà cap dada amb terceres parts.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Us donem la benvinguda al Joplin!\n\nEscriviu «:help shortcuts» per a llistar les dreceres de teclat, o simplement «:help» per a informació d'ús.\n\nPer exemple, per a ecrear un bloc de notes pitgeu «mb»; per a crear una nota pitgeu «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un o més elements estan xifrats i cal que proporcioneu una contrasenya mestra. Per a fer-ho, escriviu «e2ee decrypt». Si ja heu indicat una contrasenya, els elements xifrats s'estan desxifrant en segon pla i seran disponibles aviat.","Exporting to \"%s\" as \"%s\" format. Please wait...":"S'està exportant a «%s» com a format «%s». Espereu...","Importing from \"%s\" as \"%s\" format. Please wait...":"S'està important des de «%s» com a format «%s». Espereu...","PDF File":"Fitxer PDF","File":"Fitxer","New note":"Nota nova","New to-do":"Llistat de tasques pendents nou","New notebook":"Bloc de notes nou","Import":"Importació","Export":"Exportació","Print":"Imprimeix","Hide %s":"Amaga %s","Quit":"Surt","Edit":"Edita","Copy":"Copia","Cut":"Retalla","Paste":"Enganxa","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Cerca a totes les notes","Search in current note":"Search in current note","View":"Visualització","Toggle sidebar":"Mostra o amaga la barra lateral","Toggle editor layout":"Canvia el disseny de l'editor","Tools":"Eines","Synchronisation status":"Estat de la sincronització","Web clipper options":"Opcions del desa-retalls de webs","Encryption options":"Opcions del xifratge","General Options":"Opcions generals","Help":"Ajuda","Website and documentation":"Lloc web i documentació","Make a donation":"Donatius","Check for updates...":"Comprova les actualitzacions...","About Joplin":"Quant al Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Obre %s","Exit":"Surt","OK":"D'acord","Cancel":"Cancel·la","Current version is up-to-date.":"La versió actual està actualitzada","%s (pre-release)":"","An update is available, do you want to download it now?":"Hi ha disponible una actualització. Voleu baixar-la ara?","Your version: v%s":"","New version: v%s":"","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servei de desa-retalls de webs és actiu i configurat per a iniciar-se automàticament.","Status: Started on port %d":"Estat: iniciat al port %d","Status: %s":"Estat: %s","Disable Web Clipper Service":"Desactiva el servei del desa-retalls","The web clipper service is not enabled.":"El servei del desa-retalls de webs no s'ha activat.","Enable Web Clipper Service":"Activa el servei del desa-retalls de webs","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El desa-retalls de webs del Joplin us permet desar pàgines web i captures de pantalla del navegador web al Joplin.","In order to use the web clipper, you need to do the following:":"Per a poder usar el desa-retalls de webs, cal que feu el següent:","Step 1: Enable the clipper service":"Pas 1: Activeu el servei del desa-retalls de webs","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Aquest servei permet que l'extensió del navegador pugui comunicar-se amb el Joplin. En activar-la, el tallafocs demanarà permisos per al Joplin per a escoltar un port determinat.","Step 2: Install the extension":"Pas 2: Instal·leu l'extensió","Download and install the relevant extension for your browser:":"Baixeu i instal·leu l'extensió adient per al vostre navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprova la configuració de la sincronització","Notes and settings are stored in: %s":"Les notes i la configuració es desen a: %s","Apply":"","Submit":"Tramet","Save":"Desa","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Si desactiveu el xifratge, significa que *totes* les notes i adjunts es tornaran a sincronitzar i enviar sense xifrar a la destinació de sincronització. Voleu continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Si activeu el xifratge, significa que *tots* els adjunts i les notes es tornaran a sincronitzar i enviar xifrats a la destinació de sincronització. No perdeu la contrasenya perquè, per motius de seguretat, serà l'*única* manera desxifrar les dades! Per a activar el xifratge, introduïu la contrasenya a sota.","Disable encryption":"Desactiva el xifratge","Enable encryption":"Activa el xifratge","Master Keys":"Claus mestres","Active":"Activa","ID":"ID","Source":"Font","Created":"Creació","Updated":"Actualització","Password":"Contrasenya","Password OK":"La contrasenya és correcta","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: només s'usarà una clau mestre per al xifratge (la marcada com a «activa»). Qualsevol de les claus es podrien usar per a desxifrar, depenent de com es van xifrar originalment les notes o blocs de notes.","Missing Master Keys":"Manquen les claus mestres","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les claus mestres amb aquests ID s'usen per a xifrar alguns dels elements. Tot i això l'aplicació actualment no hi té accés. Probablement es baixin via sincrontizació.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per a més informació sobre el xifratge d'extrem a extrem (E2EE) i consells sobre com activar-lo, llegiu la documentació:","Status":"Estat","Encryption is:":"El xifratge és:","Back":"Enrere","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Es crearà un bloc de notes «%s» i s'hi importarà el fitxer «%s».","Please create a notebook first.":"Primer heu de crear un bloc de notes.","Please create a notebook first":"Primer heu de crear un bloc de notes","Notebook title:":"Títol del bloc de notes:","Add or remove tags:":"Afegeix o suprimeix etiquetes:","Separate each tag by a comma.":"Separeu les etiquetes amb comes.","Rename notebook:":"Canvia el nom del bloc de notes:","Rename tag:":"Canvia el nom de l'etiqueta:","Set alarm:":"Estableix una alarma:","Layout":"Disposició","Search...":"Cerca...","Some items cannot be synchronised.":"Alguns elements no s'han pogut sincronitzar.","View them now":"Mostra'ls ara","Some items cannot be decrypted.":"Alguns elements no s'han pogut desxifrar.","Set the password":"Establiu la contrasenya","Add or remove tags":"Afegeix o suprimeix etiquetes","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Alterna entre el tipus nota i tasques pendents","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copia l'enllaç Markdown","Delete":"Suprimeix","Delete notes?":"Voleu suprimir les notes?","No notes in here. Create one by clicking on \"New note\".":"No hi ha cap nota aquí. Creeu-ne una fent clic a «Nota nova».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ara mateix no hi ha cap bloc de notes. Creeu-ne un fent clic a «Bloc de notes nou».","Location":"","URL":"","Note properties":"","Open...":"Obre...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Anomena i desa...","Copy path to clipboard":"Copia el camí al porta-retalls","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Missatge o enllaç no suportat: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i modificar-la.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Adjunta un fitxer","Tags":"Etiquetes","Set alarm":"Estableix una alarma","In: %s":"A: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"Tasques pendents","note":"nota","Creating new %s...":"S'està creant una %s...","Refresh":"Actualitza","Clear":"Neteja","OneDrive Login":"Inicia sessió al OneDrive","Dropbox Login":"Inicia sessió al Dropbox","Options":"Opcions","Synchronisation Status":"Estat de la sincronització","Encryption Options":"Opcions de xifratge","Clipper Options":"Opcions del desa-retalls","Remove this tag from all the notes?":"Voleu suprimir aquesta etiqueta de totes les notes?","Remove this search from the sidebar?":"Voleu suprimir aquesta cerca de la barra laterla?","Rename":"Canvia el nom","Synchronise":"Sincronitza","Notebooks":"Blocs de notes","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccioneu on s'hauria d'exportar l'estat de la sincronització","Usage: %s":"Ús: %s","Unknown flag: %s":"Bandera desconeguda: %s","Dropbox":"Dropbox","File system":"Sistema de fitxers","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (només proves)","WebDAV":"WebDAV","Unknown log level: %s":"Nivell de registre desconegut: %s","Unknown level ID: %s":"ID de nivell desconeguda: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No es pot actualitzar el testimoni: manquen les dades d'autenticació. Si comenceu altre cop la sincronització, potser es corregeixi el problema.","Untitled":"Sense títol","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No s'ha pogut sincronitzar amb OneDrive.\n\nAquest error habitualment apareix si s'usa OneDriver for Business, que malauradament no està suportat.\n\nConsidereu usar un compte OneDrive habitual.","Cannot access %s":"No es pot accedir a %s","Created local items: %d.":"Elements locals creats: %d.","Updated local items: %d.":"Elements locals actualitzats: %d.","Created remote items: %d.":"Elements remots creats: %d.","Updated remote items: %d.":"Elements remots actualitzats: %d.","Deleted local items: %d.":"Elements locals suprimits: %d.","Deleted remote items: %d.":"Elements remots suprimits: %d.","Fetched items: %d/%d.":"Elements obtinguts: %d/%d.","Cancelling...":"S'està cancel·lant...","Completed: %s":"Finalitzat: %s","Last error: %s":"Últim error: %s","Idle":"Ociós","In progress":"En progés","Synchronisation is already in progress. State: %s":"La sincronització ja és en procés. Estat: %s","Encrypted":"Xifrat","Encrypted items cannot be modified":"Els elements xifrats no es poden modificar","Conflicts":"Conflictes","Cannot move notebook to this location":"No es pot moure el bloc de notes a aquesta ubicació","Notebooks cannot be named \"%s\", which is a reserved title.":"Els blocs de notes no poden tenir el nom «%s», és un títol reservat.","title":"títol","updated date":"data d'actualització","created date":"data de creació","This note does not have geolocation information.":"Aquesta nota no té informació de geolocalització.","Cannot copy note to \"%s\" notebook":"No es pot copiar la nota al bloc de notes «%s»","Cannot move note to \"%s\" notebook":"No es pot moure la nota al bloc de notes «%s»","Language":"Llengua","Date format":"Format de data","Time format":"Format horari","Theme":"Tema","Light":"Clar","Dark":"Fosc","Uncompleted to-dos on top":"Les tasques pendents sense finalitzar a la part superior","Show completed to-dos":"Mostra els llistats de tasques pendents finalitzats","Sort notes by":"Ordena les notes per","Reverse sort order":"Ordre invers","Save geo-location with notes":"Desa la geolocalització a les notes","When creating a new to-do:":"En crear un llistat de tasques pendents:","Focus title":"Vés al títol","Focus body":"Vés al cos","When creating a new note:":"En crear una nota:","Show tray icon":"Mostra la icona a la safata","Note: Does not work in all desktop environments.":"Nota: no funciona en tots els entorns d'escriptori.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Percentatge de zoom global","Editor font size":"Editor font size","Editor font family":"Tipus de lletra de l'editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Cal que sigui un tipus de lletra *mecanogràfic* o no funcionarà correctament. Si el tipus de lletra no és correcte o és buit, s'establirà a un tipus de lletra mecanogràfica genèric.","Automatically update the application":"Actualitza automàticament l'aplicació","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Interval de sincronització","%d minutes":"%d minuts","%d hour":"%d hora","%d hours":"%d hores","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostra les opcions avançades","Synchronisation target":"Objectiu de sincronització","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"L'objectiu on se sincronitzarà. Cada objectiu pot tenir paràmetres addicionals que s'anomenen com a «sync.NUM.NAME» (es documenten a sota).","Directory to synchronise with (absolute path)":"Directori on es farà la sincronització (camí absolut)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"El camí on sincronitzar en activar la sincronització del sistema. Vegeu «sync.target».","Nextcloud WebDAV URL":"URL del Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nom d'usuari del Nextcloud","Nextcloud password":"Contrasenya del Nextcloud","WebDAV URL":"URL de WebDAV","WebDAV username":"Nom d'usuari WebDAV","WebDAV password":"Contrasenya de WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"El valor de l'opció no és vàlid: «%s». Els valors possibles són: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Fitxer d'exportació del Joplin","Markdown":"Markdown","Joplin Export Directory":"Directori d'exportació del Joplin","Evernote Export File":"Fitxer d'exportació de l'Evernote","Json Export Directory":"Json Export Directory","Directory":"Directori","Cannot load \"%s\" module for format \"%s\"":"No puc carregar el mòdul «%s» per al format «%s»","Please specify import format for %s":"Indiqueu el format d'importació per a %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"L'element ara mateix és xifrat: %s«%s». Espereu que es desxifrin tots els elements i torneu-ho a intentar.","There is no data to export.":"No hi ha dades per exportar.","Please specify the notebook where the notes should be imported to.":"Indiqueu el bloc de notes on s'haurien d'importar les notes.","Items that cannot be synchronised":"Elements que no s'han pogut sincronitzar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Aquests elements es mantindran a l'aparell però no es pujaran a la destinació de sincronització. Per a poder trobar aquests elements, podeu cercar pel títol o la ID (que es mostra entre claus a sobre).","Sync status (synced items / total items)":"Estat de la sincronització (element sinc. / elements totals)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictius: %d","To delete: %d":"Per suprimir: %d","Folders":"Carpetes","%s: %d notes":"%s: %d notes","Coming alarms":"Alarmes programades","On %s: %s":"A les %s.%s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ara mateix no hi ha cap nota. Creeu-ne una fent clic en el botó (+).","Delete these notes?":"Voleu suprimir aquestes notes?","Log":"Registre","Export Debug Report":"Exporta l'informe de depuració","Encryption Config":"Configuració del xifratge","Configuration":"Configuració","Move to notebook...":"Mou al bloc de notes...","Move %d notes to notebook \"%s\"?":"Voleu moure %d notes al bloc de notes «%s»?","Press to set the decryption password.":"Premeu per a establir la contrasenya de desxifratge.","Clear alarm":"Clear alarm","Save alarm":"Desa l'alarma","Select date":"Seleccioneu una data","Confirm":"Confirmació","Cancel synchronisation":"Cancel·la la sincronització","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetes noves:","Type new tags or select from list":"Escriviu etiquetes noves o seleccioneu-ne de la llista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per a funcionar correctament, l'aplicació requereix els permisos següents. Habiliteu-los a la configuració del telèfon a Aplicacions > Joplin > Permisos.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Emmagatzematge: per a adjuntar fitxers a les notes i per a activar la sincronització al sistema de fitxers.","- Camera: to allow taking a picture and attaching it to a note.":"- Càmera: per a poder fer fotografies i adjuntar-les a les notes.","- Location: to allow attaching geo-location information to a note.":"- Geolocalització: per a poder ajuntar la informació de geolocalització en les notes.","Joplin website":"Lloc web del Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inicia sessió amb Dropbox","Enter code here":"","Master Key %s":"Clau mestra %s","Created: %s":"Creació: %s","Password:":"Contrasenya:","Password cannot be empty":"La contrasenya no pot ser buida","Enable":"Activa","The notebook could not be saved: %s":"No s'ha pogut desar el bloc de notes: %s","Edit notebook":"Edita el bloc de notes","Show all":"Mostra-ho tot","Errors only":"Només els errors","This note has been modified:":"Aquesta nota s'ha modificat:","Save changes":"Desa els canvis","Discard changes":"Descarta els canvis","No item with ID %s":"No hi ha cap element amb la ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'aplicació mòbil del Joplin, ara per ara, no admet aquest tipus d'enllaç: %s","Unsupported image type: %s":"Tipus d'imatge no admesa: %s","Take photo":"Take photo","Attach photo":"Adjunta una imatge","Attach any file":"Adjunta un fitxer","Share":"Comparteix","Convert to note":"Converteix a nota","Convert to todo":"Converteix a llistat de tasques pendents","Hide metadata":"Amaga les metadades","Show metadata":"Mostra les metadades","View on map":"Mostra-ho al mapa","Go to source URL":"","Delete notebook":"Suprimeix el bloc de notes","Login with OneDrive":"Inicia sessió amb OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Feu clic en el botó (+) per a crear una nota o bloc de notes. Feu clic en el menú lateral per a accedir als blocs de notes existents.","You currently have no notebook. Create one by clicking on (+) button.":"Ara mateix no teniu cap bloc de notes. Creeu-ne un fent clic al botó (+).","Welcome":"Benvingut"} \ No newline at end of file diff --git a/ReactNativeClient/locales/cs_CZ.json b/ReactNativeClient/locales/cs_CZ.json index e10ceba54..2185f84a1 100644 --- a/ReactNativeClient/locales/cs_CZ.json +++ b/ReactNativeClient/locales/cs_CZ.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Pro smazání tagu jej odeberte od přiřazených poznámek.","Please select the note or notebook to be deleted first.":"Nejprve prosím vyberte poznámku či zápisník ke smazání.","Press Ctrl+D or type \"exit\" to exit the application":"Pro ukončení aplikace stiskněte Ctrl+D nebo napište \"exit\"","More than one item match \"%s\". Please narrow down your query.":"Výrazu \"%s\" odpovídá více než jedna položka, upřesněte prosím hledaný text.","No notebook selected.":"Není vybrán žádný zápisník.","No notebook has been specified.":"Nebyl vybrán žádný zápisník.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Zastavuji synchronizaci, chvíli strpení.","No such command: %s":"Příkaz neexistuje\" %s","The command \"%s\" is only available in GUI mode":"Příkaz \"%s\" je dostupný pouze v grafickém rozhraní","Cannot change encrypted item":"Nelze editovat zašifrovanou položku","Missing required argument: %s":"Chybí povinný parametr: %s","%s: %s":"%s: %s","Your choice: ":"Vaše volba: ","Invalid answer: %s":"Neplatná odpověď: %s","Attaches the given file to the note.":"Přiloží soubor k poznámce.","Cannot find \"%s\".":"Výraz \"%s\" nebyl nalezen.","Displays the given note.":"Zobrazí vybranou poznámku.","Displays the complete information about note.":"Zobrazí veškeré informace o poznámce.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Získá nebo nastaví konfigurační hodnotu. Pokud není [hodnota] specifikována, zobrazí hodnotu položky [jméno]. Pokud není specifikována [hodnota] ani [jméno], je zobrazena současná konfigurace.","Also displays unset and hidden config variables.":"Zobrazí i nenastavené a schované konfigurační proměnné.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplikuje poznámky vyhovující do [notebook]. Pokud není notebook (zápisník) specifikován, je poznámka duplikována v tom současném.","Marks a to-do as done.":"Označí to-do jako hotové.","Note is not a to-do: \"%s\"":"Poznámka není to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Nastavuje šifrování. Příkazy jsou `enable` (zapnout), `disable` (vypnout), `decrypt` (dešifrovat), `status` (stav) a `target-status` (stav v cíli synchronizace).","Enter master password:":"Zadejte master heslo:","Operation cancelled":"Operace zrušena","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dešifruji... Chvíli strpení, podle množství dat k dešifrování to může zabrat i několik minut.","Completed decryption.":"Dešifrování dokončeno.","Enabled":"Zapnuto","Disabled":"Vypnuto","Encryption is: %s":"Šifrování je: %s","Edit note.":"Upravit poznámku.","No text editor is defined. Please set it using `config editor `":"Nebyl vybrán textový editor. Prosím nastavte jej pomocí `config editor `","No active notebook.":"Není vybrán žádný zápisník.","Note does not exist: \"%s\". Create it?":"Poznámka \"%s\" neexistuje. Chcete ji vytvořit?","Starting to edit note. Close the editor to get back to the prompt.":"Začínám s úpravou poznámky. Pro návrat do příkazové řádky ukončete editor.","Error opening note in editor: %s":"Chyba při otevírání poznámky v editoru: %s","Note has been saved.":"Poznámka uložena.","Exits the application.":"Ukončí aplikaci.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportuje data Joplinu do zadané cesty. Bez dalších voleb exportuje veškerý obsah databáze včetně zápisníků, poznámek, tagů a příloh.","Destination format: %s":"Formát destinace: %s","Exports only the given note.":"Exportuje pouze vybranou poznámku.","Exports only the given notebook.":"Exportuje pouze vybraný zápisník.","Displays a geolocation URL for the note.":"Zobrazí geolokační URL poznámky.","Displays usage information.":"Zobrazí informace o použití.","For information on how to customise the shortcuts please visit %s":"Pro informace k úpravě klávesových zkratek prosím běžte na %s","Shortcuts are not available in CLI mode.":"Klávesové zkratky nejsou v konzoli dostupné.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Zadejte `help [příkaz]` pro více informací o příkazu; nebo `help all` pro kompletní nápovědu.","The possible commands are:":"Dostupné příkazy:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Ve všech příkazech může být poznámka či zápisník referována svým názvem či ID, nebo zkratkami `$n` a `$b` pro nyní vybranou poznámku či zápisník. `$c` odkazuje na současně vybranou položku.","To move from one pane to another, press Tab or Shift+Tab.":"Pro přepínání mezi panely stiskněte Tab / Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Pro pohyb v seznamech a textových polích (včetně této konzole) používejte šipky a page up/down.","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Pro přepnutí do příkazové řádky stiskněte \":\"","To exit command line mode, press ESCAPE":"Pro opuštění příkazové řádky stiskněte Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"Pro seznam klávesových zkratek a konfiguračních voleb zadejte `help keymap`","Imports data into Joplin.":"Importuje data do Joplinu.","Source format: %s":"Zdrojový formát: %s","Do not ask for confirmation.":"Neptat se na potvrzení.","Found: %d.":"Nalezeno: %d.","Created: %d.":"Vytvořeno: %d.","Updated: %d.":"Upraveno: %d.","Skipped: %d.":"Přeskočeno: %d.","Resources: %d.":"Zdroje: %d.","Tagged: %d.":"Otagováno: %d.","Importing notes...":"Importuji poznámky...","The notes have been imported: %s":"Poznámky importovány: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zobrazí poznámky v používaném zápisníku. Pro seznam zápisníků zadejte `ls /`.","Displays only the first top notes.":"Zobrazí jen prvních poznámek.","Sorts the item by (eg. title, updated_time, created_time).":"Řadit položky podle (např. title, updated_time, created_time).","Reverses the sorting order.":"Řadit opačně.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zobrazit pouze položky vybraného typu. MoŽnosti jsou `n` pro poznámky (notes), `t` pro to-do, a `nt` pro poznámky a to-do (tedy `-tt` zobrazí pouze to-do, zatímco `-ttd` zobrazí poznámky a to-do.)","Either \"text\" or \"json\"":"Buď \"text\" nebo \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Použít formát dlouhého seznamu. Formát je ID, NOTE_COUNT (u zápisníků), DATE, TODO_CHECKED (pro to-do), TITLE","Please select a notebook first.":"Nejprve prosím vyberte zápisník.","Creates a new notebook.":"Vytvoří nový zápisník.","Creates a new note.":"Vytvoří novou poznámku.","Notes can only be created within a notebook.":"Poznámky mohou být vytvořeny pouze v zápisnících.","Creates a new to-do.":"Vytvoří nové to-do.","Moves the notes matching to [notebook].":"Přesune poznámky vyhovující do [zápisník].","Renames the given (note or notebook) to .":"Přejmenuje (poznámku či zápisník) na .","Deletes the given notebook.":"Smaže vybraný zápisník.","Deletes the notebook without asking for confirmation.":"Smaže zápisník bez potvrzení.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Smazat poznámky vyhovující .","Deletes the notes without asking for confirmation.":"Smazat poznámky bez potvrzení.","%d notes match this pattern. Delete them?":"%d poznámek vyhovuje zadání. Smazat všechny?","Delete note?":"Smazat poznámku?","Searches for the given in all the notes.":"Hledá ve všech poznámkách.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Zobrazí souhrnné informace o poznámkách a zápisnících.","Synchronises with remote storage.":"Synchronizuje se vzdáleným úložištěm.","Sync to provided target (defaults to sync.target config value)":"Synchronizovat se specifikovanou destinací (defaultně hodnota sync.target)","Authentication was not completed (did not receive an authentication token).":"Autentizace nebyla dokončena (nedostali jsme autentizační token)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Nepřihlášeno k %s. Prosím vyplňte chybějící přihlašovací údaje.","Synchronisation is already in progress.":"Synchronizace již probíhá.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Již je držen soubor se zámkem (lock file). Pokud jste si jistí, že nyní neprobíhá synchronizace, smažte zámek v \"%s\" a pokračujte v operaci.","Synchronisation target: %s (%s)":"Cíl synchronizace: %s (%s)","Cannot initialize synchroniser.":"Nelze zavézt synchronizátor.","Starting synchronisation...":"Zahajuji synchronizaci...","Downloading resources...":"","Cancelling... Please wait.":"Zastavuji, chvíli strpení."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neplatný příkaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" může být buď \"toggle\" (přepnout) nebo \"clear\" (odstranit). Použijte \"toggle\" pro označení daného to-do jako dokončené či nedokončené (pokud je cílem normální poznámka, bude konvertována na to-do). Použijte \"clear\" pro konverzi to-do na normální poznámku.","Marks a to-do as non-completed.":"Označí to-do jako nedodělané.","Switches to [notebook] - all further operations will happen within this notebook.":"Přepne do zápisníku [notebook]. Všechny další operace budou prováděny na tomto zápisníku.","Displays version information":"Zobrazí informace o verzi","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Možné hodnoty: %s.","Default: %s":"Default: %s","Possible keys/values:":"Možné klíče/hodnoty:","Type `joplin help` for usage information.":"Pro nápovědu zadejte `joplin help`","Fatal error:":"Fatální chyba:","The application has been authorised - you may now close this browser tab.":"Aplikace byla autorizována, tento tab můžete zavřít.","The application has been successfully authorised.":"Aplikace byla úspěšně autorizována.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otevřete prosím následující URL ve vašem prohlížeči pro autentizaci aplikace. Joplin vytvoří a bude používat výhradně složku \"Apps/Joplin\" , nebude mít přístup k souborům mimo tuto složku ani k dalším osobním informacím. Žádná data nebudou sdílena s jakoukoliv třetí stranou.","Search:":"Hledat:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Vítejte v Joplin!\n\nZadejte `:help shortcuts` pro seznam klávesových zkratek, nebo `:help` pro nápovědu k použítí.\n\nNapř. pro vytvoření zápisníku zadejte `mb`; pro vytvoření nové poznámky `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Jedna či více položek jsou šifrovány a je potřeba zadat master heslo. Učiňte tak zadáním `e2ee decrypt`. Pokud jste heslo již zadali, zašifrované položky se nyní dešifrují na pozadí a budou brzy k dispozici.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportuji do \"%s\" jako formát \"%s\". Chvíli strpení...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importuji z \"%s\" jako formát \"%s\". Chvíli strpení...","PDF File":"PDF soubor","File":"Soubor","New note":"Nová poznámka","New to-do":"Nové to-do","New notebook":"Nový zápisník","Import":"Import","Export":"Export","Print":"Tisk","Hide %s":"Schovat %s","Quit":"Ukončit","Edit":"Upravit","Copy":"Kopírovat","Cut":"Vyjmout","Paste":"Vložit","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Hledat ve všech poznámkách","Search in current note":"Search in current note","View":"Zobrazit","Toggle sidebar":"","Toggle editor layout":"Změňit layout editoru","Tools":"Nástroje","Synchronisation status":"Stav synchronizace","Web clipper options":"","Encryption options":"Nastavení šifrování","General Options":"Obecná nastavení","Help":"Nápověda","Website and documentation":"Web a dokumentace","Make a donation":"Přispět","Check for updates...":"Zkontrolovat updaty...","About Joplin":"O aplikaci Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Otevřít %s","Exit":"Ukončit","OK":"OK","Cancel":"Zrušit","Current version is up-to-date.":"Současná verze je aktuální.","An update is available, do you want to download it now?":"Je k dispozici update, chcete jej stáhnout?","Yes":"Ano","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Apply":"","Submit":"","Save":"Uložit","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Vypnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště nešifrované. Přejete si pokračovat?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zapnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště šifrované. Neztraťte své heslo, za účelem zabezpečení je jeho zadání *jediným* způsobem jak vaše poznámky rozšifrovat! Pro zapnutí šifrování zadejte své heslo.","Disable encryption":"Vypnout šifrování","Enable encryption":"Zapnout šifrování","Master Keys":"Master klíče","Active":"Aktivní","ID":"ID","Source":"Zdroj","Created":"Vytvořeno","Updated":"Upraveno","Password":"Heslo","Password OK":"Heslo je správné","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Poznámka: Pouze jeden master klíč bude používán k šifrování (označen jako \"aktivní\"). Všechny další klíče jsou používány jen k dešifrování.","Missing Master Keys":"Chybějící Master klíče","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Master klíče s těmito ID byly použity k zašifrování položek, které momentálně nejsou k dispozici. Je pravděpodobné, že tyto položky budou staženy při synchronizaci.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Šifrování je:","Back":"Zpět","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Bude vytvořen zápisník \"%s\" a soubor \"%s\" do něj bude importován","Please create a notebook first.":"Nejprve prosím vytvořte zápisník.","Please create a notebook first":"Nejprve prosím vytvořte zápisník","Notebook title:":"Název zápisníku:","Add or remove tags:":"Přidat či odebrat tagy:","Separate each tag by a comma.":"Tagy oddělujte čárkami.","Rename notebook:":"Přejmenovat zápisník:","Rename tag:":"Rename tag:","Set alarm:":"Nastavit alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Některé položky nelze synchronizovat.","View them now":"Zobrazit","Some items cannot be decrypted.":"Některé položky nelze rozšifrovat.","Set the password":"Nastavit heslo","Add or remove tags":"Přidat či odebrat tagy","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Smazat","Delete notes?":"Smazat poznámky?","No notes in here. Create one by clicking on \"New note\".":"Žádné poznámky. Vytvořte jednu kliknutím na \"Nová poznámka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na \"Nový zápisník\".","Location":"","URL":"","Note properties":"","Open...":"Otevřít...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Uložit jako...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodporovaný link či zpráva: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Tato poznámka je prázdný. Klikněte na \"%s\" pro otevření editoru.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"poznámka","Creating new %s...":"Vytvářím %s...","Refresh":"Obnovit","Clear":"Vyčistit","OneDrive Login":"Přihlášení s OneDrive","Dropbox Login":"","Options":"Nastavení","Synchronisation Status":"Stav synchronizace","Encryption Options":"Nastavení šifrování","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odebrat tento tag ze všech poznámek?","Remove this search from the sidebar?":"Smazat tento hledaný výraz z panelu?","Rename":"Přejmenovat","Synchronise":"Synchronizovat","Notebooks":"Zápisníky","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosím vyberte, kam má být stav synchronizace exportován","Usage: %s":"Použití: %s","Unknown flag: %s":"Neznámý flag: %s","Dropbox":"","File system":"Souborový systém","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (jen pro testování)","WebDAV":"WebDAV","Unknown log level: %s":"Neznámá úroveň logování: %s","Unknown level ID: %s":"Neznámé level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nelze obnovit token: chybí autentizační data. Restart synchronizace může tento problém vyřešit. ","Untitled":"Bez názvu","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Chyba synchronizace s OneDrive.\n\nTato chyba obvykle nastává, pokud používáte OneDrive for Business,což momentálně bohužel není podporováno.\n\nZvažte prosím použití osobního OneDrive účtu.","Cannot access %s":"Nelze otevřít %s","Created local items: %d.":"Položky vytvořené lokálně: %d.","Updated local items: %d.":"Položky aktualizované lokálně: %d.","Created remote items: %d.":"Položky vytvořené na vzdáleném úložišti: %d.","Updated remote items: %d.":"Položky aktualizované na vzdáleném úložišti: %d.","Deleted local items: %d.":"Položky smazané lokálně: %d.","Deleted remote items: %d.":"Položky smazané na vzdáleném úložišti: %d.","Fetched items: %d/%d.":"Získané položky: %d/%d.","Cancelling...":"Zastavuji...","Completed: %s":"Dokončeno: %s","Last error: %s":"Poslední chyba: %s","Idle":"Nečinný","In progress":"Probíhá","Synchronisation is already in progress. State: %s":"Synchronizace již probíhá. Stav: %s","Encrypted":"Zašifrováno","Encrypted items cannot be modified":"Nelze editovat zašifrovanou položku","Conflicts":"Konflikty","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Tato poznámka nemá informace o poloze.","Cannot copy note to \"%s\" notebook":"Poznámku \"%s\" nelze zkopírovat do zápisníku","Cannot move note to \"%s\" notebook":"Poznámku nelze přesunout do zápisníku \"%s\"","Language":"Jazyk","Date format":"Formát data","Time format":"Formát času","Theme":"Vzhled","Light":"Světlý","Dark":"Tmavý","Uncompleted to-dos on top":"Nedokončené to-do listy nahoře","Show completed to-dos":"Show completed to-dos","Sort notes by":"Řadit poznámky podle","Reverse sort order":"Řadit od konce","Save geo-location with notes":"Ukládat k poznámkám informace o poloze (geolokaci)","When creating a new to-do:":"Při vytváření nového to-do:","Focus title":"Vybrat název poznámky","Focus body":"Vybrat text poznámky","When creating a new note:":"Při vytváření nové poznámky:","Show tray icon":"Zobrazovat ikonu v panelu","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globální zoom","Editor font size":"Editor font size","Editor font family":"Rodina písma v editoru","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automaticky updatovat aplikaci","Synchronisation interval":"Interval synchronizace","%d minutes":"%d minut","%d hour":"%d hodina","%d hours":"%d hodin","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Ukázat pokročilé volby","Synchronisation target":"Cíl synchronizace","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Cíl synchronizace. Každý cíl může mít další parametry ve formátu `sync.NUM.NAME` (dokumentace níže).","Directory to synchronise with (absolute path)":"Složka k synchronizaci (absolutní cesta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Cesta ke složce, se kterou synchronizovat, pokud je cílem synchronizace místní souborový systém. Viz `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uživatelské jméno","Nextcloud password":"Nextcloud heslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uživatelské jméno","WebDAV password":"WebDAV heslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","Json Export Directory":"Json Export Directory","Directory":"Adresář","Cannot load \"%s\" module for format \"%s\"":"Nemohu nahrát \"%s\" modul pro formát \"%s\"","Please specify import format for %s":"Prosím specifikujte formát pro import %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Položka je zašifrovaná: %s \"%s\". Prosím počkejte na rozšifrování a zkuste to znovu.","There is no data to export.":"Nic k exportování.","Please specify the notebook where the notes should be imported to.":"Prosím specifikujte sešit, do kterého mají být poznámky importovány.","Items that cannot be synchronised":"Položky jež nelze synchronizovat","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Tyto položky zůstanou na tomto zařízení, ale nebudou uploadovány na cíl synchronizace. Pro přístup k těmto souborům hledejte jejich název nebo ID (v hranatých závorkách).","Sync status (synced items / total items)":"Stav synchronizace (synchronizováno / celkem)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Celkem: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"K smazání: %d","Folders":"Složky","%s: %d notes":"%s: %d poznámek","Coming alarms":"Nadcházející alarmy","On %s: %s":"Na %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Nemáte žádné poznámky. Vytvořte jednu kliknutím na tlačítko (+).","Delete these notes?":"Smazat tyto poznámky?","Log":"Log","Export Debug Report":"Exportovat Debug Report","Encryption Config":"Nastavení šifrování","Configuration":"Nastavení","Move to notebook...":"Přesunout do zápisníku...","Move %d notes to notebook \"%s\"?":"Přesunout poznámky %d do zápisníku \"%s\"?","Press to set the decryption password.":"Stiskněte pro zadání hesla k dešifrování.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nové tagy:","Type new tags or select from list":"Zadejte nové tagy, nebo vyberte existující ze seznamu","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Web Joplinu","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Master heslo %s","Created: %s":"Vytvořeno: %s","Password:":"Heslo:","Password cannot be empty":"Heslo nemůže být prázdné","Enable":"Zapnout","The notebook could not be saved: %s":"Nebylo možné uložit zápisník: %s","Edit notebook":"Upravit zápisník","Show all":"Zobrazit vše","Errors only":"Pouze chyby","This note has been modified:":"Poznámka byla upravena:","Save changes":"Uložit změny","Discard changes":"Zahodit změny","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodporovaný formát obrázku: %s","Take photo":"Take photo","Attach photo":"Přiložit obrázek","Attach any file":"Přiložit soubor","Share":"","Convert to note":"Konvertovat na poznámku","Convert to todo":"Konvertovat na todo","Hide metadata":"Schovat metadata","Show metadata":"Zobrazit metadata","View on map":"Zobrazit na map+","Go to source URL":"","Delete notebook":"Smazat zápisník","Login with OneDrive":"Přihlásit se pomocí OneDrive","Search":"Hledání","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Vytvořte novou poznámku či zápisník kliknutím na tlačítko (+). Pro přístup k existujícím zápisníkům použijte postranní menu.","You currently have no notebook. Create one by clicking on (+) button.":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na tlačítko (+).","Welcome":"Vítejte"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Pro smazání tagu jej odeberte od přiřazených poznámek.","Please select the note or notebook to be deleted first.":"Nejprve prosím vyberte poznámku či zápisník ke smazání.","Press Ctrl+D or type \"exit\" to exit the application":"Pro ukončení aplikace stiskněte Ctrl+D nebo napište \"exit\"","More than one item match \"%s\". Please narrow down your query.":"Výrazu \"%s\" odpovídá více než jedna položka, upřesněte prosím hledaný text.","No notebook selected.":"Není vybrán žádný zápisník.","No notebook has been specified.":"Nebyl vybrán žádný zápisník.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Zastavuji synchronizaci, chvíli strpení.","No such command: %s":"Příkaz neexistuje\" %s","The command \"%s\" is only available in GUI mode":"Příkaz \"%s\" je dostupný pouze v grafickém rozhraní","Cannot change encrypted item":"Nelze editovat zašifrovanou položku","Missing required argument: %s":"Chybí povinný parametr: %s","%s: %s":"%s: %s","Your choice: ":"Vaše volba: ","Invalid answer: %s":"Neplatná odpověď: %s","Attaches the given file to the note.":"Přiloží soubor k poznámce.","Cannot find \"%s\".":"Výraz \"%s\" nebyl nalezen.","Displays the given note.":"Zobrazí vybranou poznámku.","Displays the complete information about note.":"Zobrazí veškeré informace o poznámce.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Získá nebo nastaví konfigurační hodnotu. Pokud není [hodnota] specifikována, zobrazí hodnotu položky [jméno]. Pokud není specifikována [hodnota] ani [jméno], je zobrazena současná konfigurace.","Also displays unset and hidden config variables.":"Zobrazí i nenastavené a schované konfigurační proměnné.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplikuje poznámky vyhovující do [notebook]. Pokud není notebook (zápisník) specifikován, je poznámka duplikována v tom současném.","Marks a to-do as done.":"Označí to-do jako hotové.","Note is not a to-do: \"%s\"":"Poznámka není to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Nastavuje šifrování. Příkazy jsou `enable` (zapnout), `disable` (vypnout), `decrypt` (dešifrovat), `status` (stav) a `target-status` (stav v cíli synchronizace).","Enter master password:":"Zadejte master heslo:","Operation cancelled":"Operace zrušena","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dešifruji... Chvíli strpení, podle množství dat k dešifrování to může zabrat i několik minut.","Completed decryption.":"Dešifrování dokončeno.","Enabled":"Zapnuto","Disabled":"Vypnuto","Encryption is: %s":"Šifrování je: %s","Edit note.":"Upravit poznámku.","No text editor is defined. Please set it using `config editor `":"Nebyl vybrán textový editor. Prosím nastavte jej pomocí `config editor `","No active notebook.":"Není vybrán žádný zápisník.","Note does not exist: \"%s\". Create it?":"Poznámka \"%s\" neexistuje. Chcete ji vytvořit?","Starting to edit note. Close the editor to get back to the prompt.":"Začínám s úpravou poznámky. Pro návrat do příkazové řádky ukončete editor.","Error opening note in editor: %s":"Chyba při otevírání poznámky v editoru: %s","Note has been saved.":"Poznámka uložena.","Exits the application.":"Ukončí aplikaci.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportuje data Joplinu do zadané cesty. Bez dalších voleb exportuje veškerý obsah databáze včetně zápisníků, poznámek, tagů a příloh.","Destination format: %s":"Formát destinace: %s","Exports only the given note.":"Exportuje pouze vybranou poznámku.","Exports only the given notebook.":"Exportuje pouze vybraný zápisník.","Displays a geolocation URL for the note.":"Zobrazí geolokační URL poznámky.","Displays usage information.":"Zobrazí informace o použití.","For information on how to customise the shortcuts please visit %s":"Pro informace k úpravě klávesových zkratek prosím běžte na %s","Shortcuts are not available in CLI mode.":"Klávesové zkratky nejsou v konzoli dostupné.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Zadejte `help [příkaz]` pro více informací o příkazu; nebo `help all` pro kompletní nápovědu.","The possible commands are:":"Dostupné příkazy:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Ve všech příkazech může být poznámka či zápisník referována svým názvem či ID, nebo zkratkami `$n` a `$b` pro nyní vybranou poznámku či zápisník. `$c` odkazuje na současně vybranou položku.","To move from one pane to another, press Tab or Shift+Tab.":"Pro přepínání mezi panely stiskněte Tab / Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Pro pohyb v seznamech a textových polích (včetně této konzole) používejte šipky a page up/down.","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Pro přepnutí do příkazové řádky stiskněte \":\"","To exit command line mode, press ESCAPE":"Pro opuštění příkazové řádky stiskněte Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"Pro seznam klávesových zkratek a konfiguračních voleb zadejte `help keymap`","Imports data into Joplin.":"Importuje data do Joplinu.","Source format: %s":"Zdrojový formát: %s","Do not ask for confirmation.":"Neptat se na potvrzení.","Found: %d.":"Nalezeno: %d.","Created: %d.":"Vytvořeno: %d.","Updated: %d.":"Upraveno: %d.","Skipped: %d.":"Přeskočeno: %d.","Resources: %d.":"Zdroje: %d.","Tagged: %d.":"Otagováno: %d.","Importing notes...":"Importuji poznámky...","The notes have been imported: %s":"Poznámky importovány: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zobrazí poznámky v používaném zápisníku. Pro seznam zápisníků zadejte `ls /`.","Displays only the first top notes.":"Zobrazí jen prvních poznámek.","Sorts the item by (eg. title, updated_time, created_time).":"Řadit položky podle (např. title, updated_time, created_time).","Reverses the sorting order.":"Řadit opačně.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zobrazit pouze položky vybraného typu. MoŽnosti jsou `n` pro poznámky (notes), `t` pro to-do, a `nt` pro poznámky a to-do (tedy `-tt` zobrazí pouze to-do, zatímco `-ttd` zobrazí poznámky a to-do.)","Either \"text\" or \"json\"":"Buď \"text\" nebo \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Použít formát dlouhého seznamu. Formát je ID, NOTE_COUNT (u zápisníků), DATE, TODO_CHECKED (pro to-do), TITLE","Please select a notebook first.":"Nejprve prosím vyberte zápisník.","Creates a new notebook.":"Vytvoří nový zápisník.","Creates a new note.":"Vytvoří novou poznámku.","Notes can only be created within a notebook.":"Poznámky mohou být vytvořeny pouze v zápisnících.","Creates a new to-do.":"Vytvoří nové to-do.","Moves the notes matching to [notebook].":"Přesune poznámky vyhovující do [zápisník].","Renames the given (note or notebook) to .":"Přejmenuje (poznámku či zápisník) na .","Deletes the given notebook.":"Smaže vybraný zápisník.","Deletes the notebook without asking for confirmation.":"Smaže zápisník bez potvrzení.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Smazat poznámky vyhovující .","Deletes the notes without asking for confirmation.":"Smazat poznámky bez potvrzení.","%d notes match this pattern. Delete them?":"%d poznámek vyhovuje zadání. Smazat všechny?","Delete note?":"Smazat poznámku?","Searches for the given in all the notes.":"Hledá ve všech poznámkách.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Zobrazí souhrnné informace o poznámkách a zápisnících.","Synchronises with remote storage.":"Synchronizuje se vzdáleným úložištěm.","Sync to provided target (defaults to sync.target config value)":"Synchronizovat se specifikovanou destinací (defaultně hodnota sync.target)","Authentication was not completed (did not receive an authentication token).":"Autentizace nebyla dokončena (nedostali jsme autentizační token)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Nepřihlášeno k %s. Prosím vyplňte chybějící přihlašovací údaje.","Synchronisation is already in progress.":"Synchronizace již probíhá.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Již je držen soubor se zámkem (lock file). Pokud jste si jistí, že nyní neprobíhá synchronizace, smažte zámek v \"%s\" a pokračujte v operaci.","Synchronisation target: %s (%s)":"Cíl synchronizace: %s (%s)","Cannot initialize synchroniser.":"Nelze zavézt synchronizátor.","Starting synchronisation...":"Zahajuji synchronizaci...","Downloading resources...":"","Cancelling... Please wait.":"Zastavuji, chvíli strpení."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neplatný příkaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" může být buď \"toggle\" (přepnout) nebo \"clear\" (odstranit). Použijte \"toggle\" pro označení daného to-do jako dokončené či nedokončené (pokud je cílem normální poznámka, bude konvertována na to-do). Použijte \"clear\" pro konverzi to-do na normální poznámku.","Marks a to-do as non-completed.":"Označí to-do jako nedodělané.","Switches to [notebook] - all further operations will happen within this notebook.":"Přepne do zápisníku [notebook]. Všechny další operace budou prováděny na tomto zápisníku.","Displays version information":"Zobrazí informace o verzi","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Možné hodnoty: %s.","Default: %s":"Default: %s","Possible keys/values:":"Možné klíče/hodnoty:","Type `joplin help` for usage information.":"Pro nápovědu zadejte `joplin help`","Fatal error:":"Fatální chyba:","The application has been authorised - you may now close this browser tab.":"Aplikace byla autorizována, tento tab můžete zavřít.","The application has been successfully authorised.":"Aplikace byla úspěšně autorizována.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otevřete prosím následující URL ve vašem prohlížeči pro autentizaci aplikace. Joplin vytvoří a bude používat výhradně složku \"Apps/Joplin\" , nebude mít přístup k souborům mimo tuto složku ani k dalším osobním informacím. Žádná data nebudou sdílena s jakoukoliv třetí stranou.","Search:":"Hledat:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Vítejte v Joplin!\n\nZadejte `:help shortcuts` pro seznam klávesových zkratek, nebo `:help` pro nápovědu k použítí.\n\nNapř. pro vytvoření zápisníku zadejte `mb`; pro vytvoření nové poznámky `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Jedna či více položek jsou šifrovány a je potřeba zadat master heslo. Učiňte tak zadáním `e2ee decrypt`. Pokud jste heslo již zadali, zašifrované položky se nyní dešifrují na pozadí a budou brzy k dispozici.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportuji do \"%s\" jako formát \"%s\". Chvíli strpení...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importuji z \"%s\" jako formát \"%s\". Chvíli strpení...","PDF File":"PDF soubor","File":"Soubor","New note":"Nová poznámka","New to-do":"Nové to-do","New notebook":"Nový zápisník","Import":"Import","Export":"Export","Print":"Tisk","Hide %s":"Schovat %s","Quit":"Ukončit","Edit":"Upravit","Copy":"Kopírovat","Cut":"Vyjmout","Paste":"Vložit","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Hledat ve všech poznámkách","Search in current note":"Search in current note","View":"Zobrazit","Toggle sidebar":"","Toggle editor layout":"Změňit layout editoru","Tools":"Nástroje","Synchronisation status":"Stav synchronizace","Web clipper options":"","Encryption options":"Nastavení šifrování","General Options":"Obecná nastavení","Help":"Nápověda","Website and documentation":"Web a dokumentace","Make a donation":"Přispět","Check for updates...":"Zkontrolovat updaty...","About Joplin":"O aplikaci Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Otevřít %s","Exit":"Ukončit","OK":"OK","Cancel":"Zrušit","Current version is up-to-date.":"Současná verze je aktuální.","%s (pre-release)":"","An update is available, do you want to download it now?":"Je k dispozici update, chcete jej stáhnout?","Your version: v%s":"","New version: v%s":"","Yes":"Ano","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Apply":"","Submit":"","Save":"Uložit","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Vypnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště nešifrované. Přejete si pokračovat?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zapnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště šifrované. Neztraťte své heslo, za účelem zabezpečení je jeho zadání *jediným* způsobem jak vaše poznámky rozšifrovat! Pro zapnutí šifrování zadejte své heslo.","Disable encryption":"Vypnout šifrování","Enable encryption":"Zapnout šifrování","Master Keys":"Master klíče","Active":"Aktivní","ID":"ID","Source":"Zdroj","Created":"Vytvořeno","Updated":"Upraveno","Password":"Heslo","Password OK":"Heslo je správné","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Poznámka: Pouze jeden master klíč bude používán k šifrování (označen jako \"aktivní\"). Všechny další klíče jsou používány jen k dešifrování.","Missing Master Keys":"Chybějící Master klíče","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Master klíče s těmito ID byly použity k zašifrování položek, které momentálně nejsou k dispozici. Je pravděpodobné, že tyto položky budou staženy při synchronizaci.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Šifrování je:","Back":"Zpět","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Bude vytvořen zápisník \"%s\" a soubor \"%s\" do něj bude importován","Please create a notebook first.":"Nejprve prosím vytvořte zápisník.","Please create a notebook first":"Nejprve prosím vytvořte zápisník","Notebook title:":"Název zápisníku:","Add or remove tags:":"Přidat či odebrat tagy:","Separate each tag by a comma.":"Tagy oddělujte čárkami.","Rename notebook:":"Přejmenovat zápisník:","Rename tag:":"Rename tag:","Set alarm:":"Nastavit alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Některé položky nelze synchronizovat.","View them now":"Zobrazit","Some items cannot be decrypted.":"Některé položky nelze rozšifrovat.","Set the password":"Nastavit heslo","Add or remove tags":"Přidat či odebrat tagy","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Smazat","Delete notes?":"Smazat poznámky?","No notes in here. Create one by clicking on \"New note\".":"Žádné poznámky. Vytvořte jednu kliknutím na \"Nová poznámka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na \"Nový zápisník\".","Location":"","URL":"","Note properties":"","Open...":"Otevřít...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Uložit jako...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodporovaný link či zpráva: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Tato poznámka je prázdný. Klikněte na \"%s\" pro otevření editoru.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"poznámka","Creating new %s...":"Vytvářím %s...","Refresh":"Obnovit","Clear":"Vyčistit","OneDrive Login":"Přihlášení s OneDrive","Dropbox Login":"","Options":"Nastavení","Synchronisation Status":"Stav synchronizace","Encryption Options":"Nastavení šifrování","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odebrat tento tag ze všech poznámek?","Remove this search from the sidebar?":"Smazat tento hledaný výraz z panelu?","Rename":"Přejmenovat","Synchronise":"Synchronizovat","Notebooks":"Zápisníky","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosím vyberte, kam má být stav synchronizace exportován","Usage: %s":"Použití: %s","Unknown flag: %s":"Neznámý flag: %s","Dropbox":"","File system":"Souborový systém","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (jen pro testování)","WebDAV":"WebDAV","Unknown log level: %s":"Neznámá úroveň logování: %s","Unknown level ID: %s":"Neznámé level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nelze obnovit token: chybí autentizační data. Restart synchronizace může tento problém vyřešit. ","Untitled":"Bez názvu","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Chyba synchronizace s OneDrive.\n\nTato chyba obvykle nastává, pokud používáte OneDrive for Business,což momentálně bohužel není podporováno.\n\nZvažte prosím použití osobního OneDrive účtu.","Cannot access %s":"Nelze otevřít %s","Created local items: %d.":"Položky vytvořené lokálně: %d.","Updated local items: %d.":"Položky aktualizované lokálně: %d.","Created remote items: %d.":"Položky vytvořené na vzdáleném úložišti: %d.","Updated remote items: %d.":"Položky aktualizované na vzdáleném úložišti: %d.","Deleted local items: %d.":"Položky smazané lokálně: %d.","Deleted remote items: %d.":"Položky smazané na vzdáleném úložišti: %d.","Fetched items: %d/%d.":"Získané položky: %d/%d.","Cancelling...":"Zastavuji...","Completed: %s":"Dokončeno: %s","Last error: %s":"Poslední chyba: %s","Idle":"Nečinný","In progress":"Probíhá","Synchronisation is already in progress. State: %s":"Synchronizace již probíhá. Stav: %s","Encrypted":"Zašifrováno","Encrypted items cannot be modified":"Nelze editovat zašifrovanou položku","Conflicts":"Konflikty","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Tato poznámka nemá informace o poloze.","Cannot copy note to \"%s\" notebook":"Poznámku \"%s\" nelze zkopírovat do zápisníku","Cannot move note to \"%s\" notebook":"Poznámku nelze přesunout do zápisníku \"%s\"","Language":"Jazyk","Date format":"Formát data","Time format":"Formát času","Theme":"Vzhled","Light":"Světlý","Dark":"Tmavý","Uncompleted to-dos on top":"Nedokončené to-do listy nahoře","Show completed to-dos":"Show completed to-dos","Sort notes by":"Řadit poznámky podle","Reverse sort order":"Řadit od konce","Save geo-location with notes":"Ukládat k poznámkám informace o poloze (geolokaci)","When creating a new to-do:":"Při vytváření nového to-do:","Focus title":"Vybrat název poznámky","Focus body":"Vybrat text poznámky","When creating a new note:":"Při vytváření nové poznámky:","Show tray icon":"Zobrazovat ikonu v panelu","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globální zoom","Editor font size":"Editor font size","Editor font family":"Rodina písma v editoru","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automaticky updatovat aplikaci","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Interval synchronizace","%d minutes":"%d minut","%d hour":"%d hodina","%d hours":"%d hodin","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Ukázat pokročilé volby","Synchronisation target":"Cíl synchronizace","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Cíl synchronizace. Každý cíl může mít další parametry ve formátu `sync.NUM.NAME` (dokumentace níže).","Directory to synchronise with (absolute path)":"Složka k synchronizaci (absolutní cesta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Cesta ke složce, se kterou synchronizovat, pokud je cílem synchronizace místní souborový systém. Viz `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uživatelské jméno","Nextcloud password":"Nextcloud heslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uživatelské jméno","WebDAV password":"WebDAV heslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","Json Export Directory":"Json Export Directory","Directory":"Adresář","Cannot load \"%s\" module for format \"%s\"":"Nemohu nahrát \"%s\" modul pro formát \"%s\"","Please specify import format for %s":"Prosím specifikujte formát pro import %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Položka je zašifrovaná: %s \"%s\". Prosím počkejte na rozšifrování a zkuste to znovu.","There is no data to export.":"Nic k exportování.","Please specify the notebook where the notes should be imported to.":"Prosím specifikujte sešit, do kterého mají být poznámky importovány.","Items that cannot be synchronised":"Položky jež nelze synchronizovat","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Tyto položky zůstanou na tomto zařízení, ale nebudou uploadovány na cíl synchronizace. Pro přístup k těmto souborům hledejte jejich název nebo ID (v hranatých závorkách).","Sync status (synced items / total items)":"Stav synchronizace (synchronizováno / celkem)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Celkem: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"K smazání: %d","Folders":"Složky","%s: %d notes":"%s: %d poznámek","Coming alarms":"Nadcházející alarmy","On %s: %s":"Na %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Nemáte žádné poznámky. Vytvořte jednu kliknutím na tlačítko (+).","Delete these notes?":"Smazat tyto poznámky?","Log":"Log","Export Debug Report":"Exportovat Debug Report","Encryption Config":"Nastavení šifrování","Configuration":"Nastavení","Move to notebook...":"Přesunout do zápisníku...","Move %d notes to notebook \"%s\"?":"Přesunout poznámky %d do zápisníku \"%s\"?","Press to set the decryption password.":"Stiskněte pro zadání hesla k dešifrování.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nové tagy:","Type new tags or select from list":"Zadejte nové tagy, nebo vyberte existující ze seznamu","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Web Joplinu","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Master heslo %s","Created: %s":"Vytvořeno: %s","Password:":"Heslo:","Password cannot be empty":"Heslo nemůže být prázdné","Enable":"Zapnout","The notebook could not be saved: %s":"Nebylo možné uložit zápisník: %s","Edit notebook":"Upravit zápisník","Show all":"Zobrazit vše","Errors only":"Pouze chyby","This note has been modified:":"Poznámka byla upravena:","Save changes":"Uložit změny","Discard changes":"Zahodit změny","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodporovaný formát obrázku: %s","Take photo":"Take photo","Attach photo":"Přiložit obrázek","Attach any file":"Přiložit soubor","Share":"","Convert to note":"Konvertovat na poznámku","Convert to todo":"Konvertovat na todo","Hide metadata":"Schovat metadata","Show metadata":"Zobrazit metadata","View on map":"Zobrazit na map+","Go to source URL":"","Delete notebook":"Smazat zápisník","Login with OneDrive":"Přihlásit se pomocí OneDrive","Search":"Hledání","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Vytvořte novou poznámku či zápisník kliknutím na tlačítko (+). Pro přístup k existujícím zápisníkům použijte postranní menu.","You currently have no notebook. Create one by clicking on (+) button.":"Nemáte žádný zápisník. Vytvořte jeden kliknutím na tlačítko (+).","Welcome":"Vítejte"} \ No newline at end of file diff --git a/ReactNativeClient/locales/da_DK.json b/ReactNativeClient/locales/da_DK.json index d0c8d15e8..43111cf0f 100644 --- a/ReactNativeClient/locales/da_DK.json +++ b/ReactNativeClient/locales/da_DK.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"For at slette et mærke, afmærk de tilhørende noter.","Please select the note or notebook to be deleted first.":"Vælg først en note eller en notesbog der skal slettes.","Press Ctrl+D or type \"exit\" to exit the application":"Tast Ctrl+D eller tast \"exit\" for at afslutte app'en","More than one item match \"%s\". Please narrow down your query.":"Mere end et emne matcher \"%s\". Præciser din søgning.","No notebook selected.":"Ingen notesbog er valgt.","No notebook has been specified.":"Ingen notesbog er specificeret.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Annullerer baggrunds synkronisering... Vent venligst.","No such command: %s":"Kommando findes ikke: %s","The command \"%s\" is only available in GUI mode":"Kommando \"%s\" er kun til rådighed i GUI tilstand","Cannot change encrypted item":"Kan ikke ændre krypteret emne","Missing required argument: %s":"Mangler krævet argument: %s","%s: %s":"%s: %s","Your choice: ":"Dit valg:","Invalid answer: %s":"Forkert svar: %s","Attaches the given file to the note.":"Vedhæfter valgt fil til noten.","Cannot find \"%s\".":"Kan ikke finde \"%s\".","Displays the given note.":"Viser valgt note.","Displays the complete information about note.":"Viser komplet note information.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Henter eller tilføjer konfigurations værdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration.","Also displays unset and hidden config variables.":"Viser også tomme eller skjulte konfigurations variabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Kopierer alle noter der matcher til [notebook]. Hvis notesbog ikke er udfyldt, kopieres til aktuel notesbog.","Marks a to-do as done.":"Markerer en opgave som udført.","Note is not a to-do: \"%s\"":"Noten er ikke en opgave: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Udfører E2EE konfiguration. Kommandoer er `enable`(aktiver), `disable`(sluk), `decrypt`(dekrypter), `status` og `target-status` (modtager-status).","Enter master password:":"Indtast Hoved kodeord:","Operation cancelled":"Udførelse annulleret","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekryptering startet... Vent venligst da kan tage adskillige minutter afhængig af mængden der skal dekrypteres.","Completed decryption.":"Dekryptering færdig.","Enabled":"Aktiveret","Disabled":"Deaktiveret","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger note.","No text editor is defined. Please set it using `config editor `":"Ingen teksteditor er valgt. Vælg en ved at indstille `config editor `","No active notebook.":"Ingen aktiv notesbog.","Note does not exist: \"%s\". Create it?":"Note eksisterer ikke: \"%s\". Skal den oprettes?","Starting to edit note. Close the editor to get back to the prompt.":"Noteredigering startet. Luk redigering for at komme tilbage til kommando prompten.","Error opening note in editor: %s":"Fejl ved åbning af note i editor: %s","Note has been saved.":"Note gemt.","Exits the application.":"Forlad/luk program.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin data til valgt sti. Standard er eksport af hele databasen inkl. notesbøger, noter, mærker og ressourcer.","Destination format: %s":"Destinations format: %s","Exports only the given note.":"Eksporter kun valgt note.","Exports only the given notebook.":"Eksporter kun valgt notesbog.","Displays a geolocation URL for the note.":"Vis geolokations URL for noten.","Displays usage information.":"Viser årsags information.","For information on how to customise the shortcuts please visit %s":"For info om tilpasning af links, besøg %s","Shortcuts are not available in CLI mode.":"Links er ikke til rådighed i GUI tilstand.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tast `help[kommando]` for mere info om en kommando; eller tast `help all` for fuld hjælpe liste .","The possible commands are:":"Mulige kommandoer er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I enhver kommando kan en note eller notesbog refereres med titel eller ID, eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `$c` kan bruges som reference til aktuel/valgt emne.","To move from one pane to another, press Tab or Shift+Tab.":"For flytte fra et panel til et andet, tryk Tab eller Skift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Brug pilene og PageUp/PageDown for at rulle lister og tekst-områder (inkl. denne konsol)","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"For at skifte til kommandolinje tilstand, tryk \":\"","To exit command line mode, press ESCAPE":"For at forlade kommandolinje tilstand, tryk Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For at få vist listen af tastatur genveje og konfigurations muligheder, test `help keymap`","Imports data into Joplin.":"Importerer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Spørg ikke om bekræftelse.","Found: %d.":"Fundet: %d.","Created: %d.":"Oprettet: %d.","Updated: %d.":"Opdateret %d.","Skipped: %d.":"Droppet %d.","Resources: %d.":"Ressourcer: %d.","Tagged: %d.":"Markeret: %d.","Importing notes...":"Importerer noter...","The notes have been imported: %s":"Noterne er importeret: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med notesbøger.","Displays only the first top notes.":"Viser kun de første noter.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterer emner ud fra (fx titel, opdateret_tid, oprettelses_tid).","Reverses the sorting order.":"Modsat sortering.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise opgaver, mens `-ttd` vil vise noter og opgaver).","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Brug lang liste format. Formatet er ID,NOTE_TÆLLER (for notesbøger), DATO, MARKEREDE_OPGAVER (for opgaver), TITEL","Please select a notebook first.":"Vælg først en notesbog.","Creates a new notebook.":"Opretter en ny notesbog.","Creates a new note.":"Opretter en ny note.","Notes can only be created within a notebook.":"Noter kan kun oprettes i en notesbog.","Creates a new to-do.":"Opretter en ny opgave.","Moves the notes matching to [notebook].":"Flytter alle noter der matcher til [notebook].","Renames the given (note or notebook) to .":"Omdøber det aktuelle (note eller notesbog) til .","Deletes the given notebook.":"Sletter aktuelle notesbog.","Deletes the notebook without asking for confirmation.":"Sletter notesbogen uden at bede om bekræftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Sletter alle noter der matcher .","Deletes the notes without asking for confirmation.":"Sletter noterne uden at bede om bekræftelse.","%d notes match this pattern. Delete them?":"%d noter der matcher dette mønster. Slet dem?","Delete note?":"Slet note?","Searches for the given in all the notes.":"Søger efter mønster i alle noter.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sætter ejerskab af valgt til aktuel [value]. Mulige ejerskab er:\n\n%s","Displays summary about the notes and notebooks.":"Viser opsummering om noter og notesbøger.","Synchronises with remote storage.":"Synkroniserer med fjern-lager.","Sync to provided target (defaults to sync.target config value)":"Synk til valgt mål (standard er sync.target config.value)","Authentication was not completed (did not receive an authentication token).":"Godkendelse blev ikke fuldført (modtog ikke godkendelses token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For at Joplin kan synkronisere med Dropbox, skal man igennem nedenstående trin:","Step 1: Open this URL in your browser to authorise the application:":"Trin 1: Åben denne URL i din browser for at autorisere applikationen:","Step 2: Enter the code provided by Dropbox:":"Trin 2: Indtast koden, som er oplyst af Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke godkendt med %s. Indtast venligst manglende koder/info.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang kan du slette låsefilen \"%s\" og genoptage synkroniseringen.","Synchronisation target: %s (%s)":"Synkroniserings mål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke initialisere synkroniseringen.","Starting synchronisation...":"Starter synkronisering.","Downloading resources...":"","Cancelling... Please wait.":"Annullerer... Vent venligst."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ulovlig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note.","Marks a to-do as non-completed.":"Markerer en opgave som ikke udført.","Switches to [notebook] - all further operations will happen within this notebook.":"Skifter til [notebook] - alle fremtidige handlinger sker i denne notesbog.","Displays version information":"Viser versions info","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tast: %s.","Possible values: %s.":"Mulige værdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøgler/værdier:","Type `joplin help` for usage information.":"Tast `Joplin help` for alm. info.","Fatal error:":"Kritisk fejl:","The application has been authorised - you may now close this browser tab.":"Denne app er godkendt - du kan nu lukke dette faneblad.","The application has been successfully authorised.":"Denne app er succesfuldt godkendt.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til andre persondata. Ingen data deles med nogen 3.part.","Search:":"Søg:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nTast `:help shortcuts` for listen over tastaturgenveje, eller bare `:help` for alm. hjælp.\n\nFor eksempel, for at oprette en notesbog; tryk `mb` eller tryk `mn` for at oprette en note.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Et eller flere emner er krypteret og du skal evt. angive et hoved-kodeord. For at gøre det; tast è2ee decrypt`. Har du allerede indtastet password, bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" som \"%s\"-format. Vent venligst...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" som \"%s\"-format. Vent venligst...","PDF File":"PDF fil","File":"Fil","New note":"Ny note","New to-do":"Ny opgave","New notebook":"Ny notesbog","Import":"Importer","Export":"Eksporter","Print":"Udskriv","Hide %s":"Skjul %s","Quit":"Afslut","Edit":"Ret","Copy":"Kopier","Cut":"Klip","Paste":"Indsæt","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Søg i alle noter","Search in current note":"Search in current note","View":"Vis","Toggle sidebar":"","Toggle editor layout":"Skift editor layout","Tools":"Værktøjer","Synchronisation status":"Synkroniserings status","Web clipper options":"","Encryption options":"Krypterings muligheder","General Options":"Generelle indstillinger","Help":"Hjælp","Website and documentation":"Joplins hjemmeside og dokumentation","Make a donation":"Giv en donation","Check for updates...":"Checker om der er opdateringer..","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åben %s","Exit":"Afslut","OK":"OK","Cancel":"Fortryd","Current version is up-to-date.":"Aktuel version er nyeste.","An update is available, do you want to download it now?":"Opdatering er til rådighed, vil du hente den nu?","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Apply":"","Submit":"Gem","Save":"Gem","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Slås kryptering fra, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt ukrypteret til synk-modtager. Vil du fortsætte?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Slås kryptering til, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt krypteret til synk-modtager. Glem ikke kodeordet, da det er *eneste* mulighed for dekryptering af data\". For at slå kryptering til, indtast kodeord herunder.","Disable encryption":"Slå kryptering fra","Enable encryption":"Start kryptering","Master Keys":"Hovednøgle","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Oprettet","Updated":"Opdateret","Password":"Kodeord","Password OK":"Kodeord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Bemærk: Kun en hoved-nøgle vil blive brugt til kryptering (den der er markeret med \"active\"), Alle øvrige nøgler kan bruges til dekryptering, afhængig af hvilken blev anvendt til den oprindelige kryptering af note eller notesbog.","Missing Master Keys":"Manglende hovednøgle","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Hoved-nøglen til disse ID'er er brugt til at kryptere nogle af dine emner; app'en har ikke pt adgang til dem. Det er sandsynligt at de vil blive hentet (på et eller andet tidspunkt) via synkroniseringen.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) og vejledning om hvordan det skal opsættes_","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbage","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den","Please create a notebook first.":"Opret først en notesbog.","Please create a notebook first":"Opret først en notesbog","Notebook title:":"Notesbogs titel:","Add or remove tags:":"Tilføj eller slet mærker:","Separate each tag by a comma.":"Adskil hver mærke med komma.","Rename notebook:":"Omdøb notesbog:","Rename tag:":"Rename tag:","Set alarm:":"Indstil alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Nogle emner kan ikke synkroniseres.","View them now":"Vis dem nu","Some items cannot be decrypted.":"Nogle emner kan ikke krypteres.","Set the password":"Indstil kodeord","Add or remove tags":"Tilføj eller slet mærker","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Skift mellem note- og opgave type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Slet","Delete notes?":"Slet noter?","No notes in here. Create one by clicking on \"New note\".":"Der er ingen noter her. Opret en ved at klikke på \"Ny note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Der er ingen notesbog. Opret en ved at klikke på \"Ny Notesbog\".","Location":"","URL":"","Note properties":"","Open...":"Åben...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gem som...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ugyldigt- eller ulovligt link eller besked: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Denne note er tom. Klik på \"%s\" for at starte editor og rette noten.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"opgave","note":"note","Creating new %s...":"Opretter ny %s...","Refresh":"Opfrisk","Clear":"Ryd/slet","OneDrive Login":"OneDrive login","Dropbox Login":"Dropbox Login","Options":"Muligheder","Synchronisation Status":"Synkroniserings status","Encryption Options":"Krypterings indstillinger","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Slet denne markering fra alle noter?","Remove this search from the sidebar?":"Slet denne søgning fra sidebjælke?","Rename":"Omdøb","Synchronise":"Synkroniser","Notebooks":"Notesbøger","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Vælg hvor sync status skal eksporteres til","Usage: %s":"Forbrug: %s","Unknown flag: %s":"Ukendt flag: %s","Dropbox":"Dropbox","File system":"Fil system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (kun test)","WebDAV":"WebDAV","Unknown log level: %s":"Ukendt log niveau: %s","Unknown level ID: %s":"Ukendt niveau ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke opdatere token: Godkendelses data mangler. Prøv at starte synkronisering igen, det kan løse problemet.","Untitled":"Samlet","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kunne ikke synkronisere med OneDrive.\n\nDenne fejl skyldes ofte brug af OneDrive for Business, hvilket desværre ikke supporteres af Joplin.\n\nOvervej at bruge en privat OneDrive konto.","Cannot access %s":"Kan ikke tilgå %s","Created local items: %d.":"Oprettede lokale emner: %d.","Updated local items: %d.":"Opdaterede lokale emner: %d.","Created remote items: %d.":"Oprettede fjern-emner: %d.","Updated remote items: %d.":"Opdaterede fjern-emner: %d.","Deleted local items: %d.":"Slettede lokale emner: %d.","Deleted remote items: %d.":"Slettede fjern-emner: %d.","Fetched items: %d/%d.":"Hentede emner: %d/%d.","Cancelling...":"Annullerer...","Completed: %s":"Fuldført: %s","Last error: %s":"Sidste fejl: %s","Idle":"Ledig","In progress":"I gang","Synchronisation is already in progress. State: %s":"Synkronisering er allerede i gang: Tilstand: %s","Encrypted":"Krypteret","Encrypted items cannot be modified":"Krypteret emner kan ikke rettes","Conflicts":"Konflikter","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Denne note har ingen geolokations oplysninger.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere note til \"%s\" notesbog","Cannot move note to \"%s\" notebook":"Kan ikke flytte note til \"%s\" notesbog","Language":"Sprog","Date format":"Dato format","Time format":"Time format","Theme":"Tema","Light":"Lyst","Dark":"Mørkt","Uncompleted to-dos on top":"Ufærdige opgaver øverst","Show completed to-dos":"Show completed to-dos","Sort notes by":"Sorter noter efter","Reverse sort order":"Modsat sorterings orden","Save geo-location with notes":"Gem geo-lokation i noter","When creating a new to-do:":"Ved oprettelse af ny opgave:","Focus title":"Fokuser på titel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Ved oprettelse af ny note:","Show tray icon":"Vis ikon på bundbjælke","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom procent","Editor font size":"Editor font size","Editor font family":"Rediger skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automatisk app update","Synchronisation interval":"Synkroniserings interval","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Vis avancerede indstillinger","Synchronisation target":"Synkroniserings mål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Synkroniserings mål. Hver synk. mål kan have ekstra parametre som navngives som `sync.NUM.NAME` (se dokumentation herunder).","Directory to synchronise with (absolute path)":"Mappe der skal synkroniseres med (absolut sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sti til synkronisering, når filsystem synkronisering er slået til. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","Json Export Directory":"Json Export Directory","Directory":"Indeks","Cannot load \"%s\" module for format \"%s\"":"Kan ikke åbne \"%s\" modul for format \"%s\"","Please specify import format for %s":"Specificer import format for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette emne krypteret: %s \"%s\". Vent til alle emner er dekrypteret og prøv igen.","There is no data to export.":"Der er ingen data at eksportere.","Please specify the notebook where the notes should be imported to.":"Angiv hvilken notesbog, noter skal importeres til.","Items that cannot be synchronised":"Emner kan ikke synkroniseres","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse emner bliver på enheden, og bliver ikke overført til synk-modtager. For at finde disse emner; enten søg efter titel eller ID (som er vist i klammer herover)","Sync status (synced items / total items)":"Synk status (synk' emner / emner i alt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"I alt: %d %d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Til sletning: %d","Folders":"Mapper","%s: %d notes":"%s: %d noter","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Der er ingen noter. Opret note ved at klikke på (+) knappen.","Delete these notes?":"Slet disse noter?","Log":"Log","Export Debug Report":"Eksporter undersøgelses rapport","Encryption Config":"Krypterings indstillinger","Configuration":"Indstillinger","Move to notebook...":"Flyt til notesbog...","Move %d notes to notebook \"%s\"?":"Flyt %d noter til notesbogen \"%s\"?","Press to set the decryption password.":"Klik for at gemme dekrypterings kodeord.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nye tags:","Type new tags or select from list":"Indtast nye tags eller vælg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin hjemmeside","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Hoved nøgle %s","Created: %s":"Oprettet: %s","Password:":"Kodeord:","Password cannot be empty":"Kodeord må ikke være tomt","Enable":"Tænd","The notebook could not be saved: %s":"Notesbogen kan ikke gemmes: %s","Edit notebook":"Rediger notesbog","Show all":"Vis alt","Errors only":"Kun fejl","This note has been modified:":"Denne note er ændret:","Save changes":"Gem ændringer","Discard changes":"Fortryd ændringer","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Ulovlig billedtype: %s","Take photo":"Take photo","Attach photo":"Vedhæft foto","Attach any file":"Vedhæft fil","Share":"","Convert to note":"Konverter til note","Convert to todo":"Konverter til opgave","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Vis på kort","Go to source URL":"","Delete notebook":"Slet notesbog","Login with OneDrive":"Log på med OneDrive","Search":"Søg","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik på (+) knappen for at oprette ny note eller notesbog. Klik på side menu for at åbne eksisterende notesbøger.","You currently have no notebook. Create one by clicking on (+) button.":"Du har ingen notesbøger. Opret en ved at klikke på (+) knappen.","Welcome":"Velkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"For at slette et mærke, afmærk de tilhørende noter.","Please select the note or notebook to be deleted first.":"Vælg først en note eller en notesbog der skal slettes.","Press Ctrl+D or type \"exit\" to exit the application":"Tast Ctrl+D eller tast \"exit\" for at afslutte app'en","More than one item match \"%s\". Please narrow down your query.":"Mere end et emne matcher \"%s\". Præciser din søgning.","No notebook selected.":"Ingen notesbog er valgt.","No notebook has been specified.":"Ingen notesbog er specificeret.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Annullerer baggrunds synkronisering... Vent venligst.","No such command: %s":"Kommando findes ikke: %s","The command \"%s\" is only available in GUI mode":"Kommando \"%s\" er kun til rådighed i GUI tilstand","Cannot change encrypted item":"Kan ikke ændre krypteret emne","Missing required argument: %s":"Mangler krævet argument: %s","%s: %s":"%s: %s","Your choice: ":"Dit valg:","Invalid answer: %s":"Forkert svar: %s","Attaches the given file to the note.":"Vedhæfter valgt fil til noten.","Cannot find \"%s\".":"Kan ikke finde \"%s\".","Displays the given note.":"Viser valgt note.","Displays the complete information about note.":"Viser komplet note information.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Henter eller tilføjer konfigurations værdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration.","Also displays unset and hidden config variables.":"Viser også tomme eller skjulte konfigurations variabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Kopierer alle noter der matcher til [notebook]. Hvis notesbog ikke er udfyldt, kopieres til aktuel notesbog.","Marks a to-do as done.":"Markerer en opgave som udført.","Note is not a to-do: \"%s\"":"Noten er ikke en opgave: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Udfører E2EE konfiguration. Kommandoer er `enable`(aktiver), `disable`(sluk), `decrypt`(dekrypter), `status` og `target-status` (modtager-status).","Enter master password:":"Indtast Hoved kodeord:","Operation cancelled":"Udførelse annulleret","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekryptering startet... Vent venligst da kan tage adskillige minutter afhængig af mængden der skal dekrypteres.","Completed decryption.":"Dekryptering færdig.","Enabled":"Aktiveret","Disabled":"Deaktiveret","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger note.","No text editor is defined. Please set it using `config editor `":"Ingen teksteditor er valgt. Vælg en ved at indstille `config editor `","No active notebook.":"Ingen aktiv notesbog.","Note does not exist: \"%s\". Create it?":"Note eksisterer ikke: \"%s\". Skal den oprettes?","Starting to edit note. Close the editor to get back to the prompt.":"Noteredigering startet. Luk redigering for at komme tilbage til kommando prompten.","Error opening note in editor: %s":"Fejl ved åbning af note i editor: %s","Note has been saved.":"Note gemt.","Exits the application.":"Forlad/luk program.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin data til valgt sti. Standard er eksport af hele databasen inkl. notesbøger, noter, mærker og ressourcer.","Destination format: %s":"Destinations format: %s","Exports only the given note.":"Eksporter kun valgt note.","Exports only the given notebook.":"Eksporter kun valgt notesbog.","Displays a geolocation URL for the note.":"Vis geolokations URL for noten.","Displays usage information.":"Viser årsags information.","For information on how to customise the shortcuts please visit %s":"For info om tilpasning af links, besøg %s","Shortcuts are not available in CLI mode.":"Links er ikke til rådighed i GUI tilstand.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tast `help[kommando]` for mere info om en kommando; eller tast `help all` for fuld hjælpe liste .","The possible commands are:":"Mulige kommandoer er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I enhver kommando kan en note eller notesbog refereres med titel eller ID, eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `$c` kan bruges som reference til aktuel/valgt emne.","To move from one pane to another, press Tab or Shift+Tab.":"For flytte fra et panel til et andet, tryk Tab eller Skift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Brug pilene og PageUp/PageDown for at rulle lister og tekst-områder (inkl. denne konsol)","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"For at skifte til kommandolinje tilstand, tryk \":\"","To exit command line mode, press ESCAPE":"For at forlade kommandolinje tilstand, tryk Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For at få vist listen af tastatur genveje og konfigurations muligheder, test `help keymap`","Imports data into Joplin.":"Importerer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Spørg ikke om bekræftelse.","Found: %d.":"Fundet: %d.","Created: %d.":"Oprettet: %d.","Updated: %d.":"Opdateret %d.","Skipped: %d.":"Droppet %d.","Resources: %d.":"Ressourcer: %d.","Tagged: %d.":"Markeret: %d.","Importing notes...":"Importerer noter...","The notes have been imported: %s":"Noterne er importeret: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med notesbøger.","Displays only the first top notes.":"Viser kun de første noter.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterer emner ud fra (fx titel, opdateret_tid, oprettelses_tid).","Reverses the sorting order.":"Modsat sortering.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise opgaver, mens `-ttd` vil vise noter og opgaver).","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Brug lang liste format. Formatet er ID,NOTE_TÆLLER (for notesbøger), DATO, MARKEREDE_OPGAVER (for opgaver), TITEL","Please select a notebook first.":"Vælg først en notesbog.","Creates a new notebook.":"Opretter en ny notesbog.","Creates a new note.":"Opretter en ny note.","Notes can only be created within a notebook.":"Noter kan kun oprettes i en notesbog.","Creates a new to-do.":"Opretter en ny opgave.","Moves the notes matching to [notebook].":"Flytter alle noter der matcher til [notebook].","Renames the given (note or notebook) to .":"Omdøber det aktuelle (note eller notesbog) til .","Deletes the given notebook.":"Sletter aktuelle notesbog.","Deletes the notebook without asking for confirmation.":"Sletter notesbogen uden at bede om bekræftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Sletter alle noter der matcher .","Deletes the notes without asking for confirmation.":"Sletter noterne uden at bede om bekræftelse.","%d notes match this pattern. Delete them?":"%d noter der matcher dette mønster. Slet dem?","Delete note?":"Slet note?","Searches for the given in all the notes.":"Søger efter mønster i alle noter.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sætter ejerskab af valgt til aktuel [value]. Mulige ejerskab er:\n\n%s","Displays summary about the notes and notebooks.":"Viser opsummering om noter og notesbøger.","Synchronises with remote storage.":"Synkroniserer med fjern-lager.","Sync to provided target (defaults to sync.target config value)":"Synk til valgt mål (standard er sync.target config.value)","Authentication was not completed (did not receive an authentication token).":"Godkendelse blev ikke fuldført (modtog ikke godkendelses token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For at Joplin kan synkronisere med Dropbox, skal man igennem nedenstående trin:","Step 1: Open this URL in your browser to authorise the application:":"Trin 1: Åben denne URL i din browser for at autorisere applikationen:","Step 2: Enter the code provided by Dropbox:":"Trin 2: Indtast koden, som er oplyst af Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke godkendt med %s. Indtast venligst manglende koder/info.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang kan du slette låsefilen \"%s\" og genoptage synkroniseringen.","Synchronisation target: %s (%s)":"Synkroniserings mål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke initialisere synkroniseringen.","Starting synchronisation...":"Starter synkronisering.","Downloading resources...":"","Cancelling... Please wait.":"Annullerer... Vent venligst."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ulovlig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note.","Marks a to-do as non-completed.":"Markerer en opgave som ikke udført.","Switches to [notebook] - all further operations will happen within this notebook.":"Skifter til [notebook] - alle fremtidige handlinger sker i denne notesbog.","Displays version information":"Viser versions info","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tast: %s.","Possible values: %s.":"Mulige værdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøgler/værdier:","Type `joplin help` for usage information.":"Tast `Joplin help` for alm. info.","Fatal error:":"Kritisk fejl:","The application has been authorised - you may now close this browser tab.":"Denne app er godkendt - du kan nu lukke dette faneblad.","The application has been successfully authorised.":"Denne app er succesfuldt godkendt.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til andre persondata. Ingen data deles med nogen 3.part.","Search:":"Søg:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nTast `:help shortcuts` for listen over tastaturgenveje, eller bare `:help` for alm. hjælp.\n\nFor eksempel, for at oprette en notesbog; tryk `mb` eller tryk `mn` for at oprette en note.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Et eller flere emner er krypteret og du skal evt. angive et hoved-kodeord. For at gøre det; tast è2ee decrypt`. Har du allerede indtastet password, bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" som \"%s\"-format. Vent venligst...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" som \"%s\"-format. Vent venligst...","PDF File":"PDF fil","File":"Fil","New note":"Ny note","New to-do":"Ny opgave","New notebook":"Ny notesbog","Import":"Importer","Export":"Eksporter","Print":"Udskriv","Hide %s":"Skjul %s","Quit":"Afslut","Edit":"Ret","Copy":"Kopier","Cut":"Klip","Paste":"Indsæt","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Søg i alle noter","Search in current note":"Search in current note","View":"Vis","Toggle sidebar":"","Toggle editor layout":"Skift editor layout","Tools":"Værktøjer","Synchronisation status":"Synkroniserings status","Web clipper options":"","Encryption options":"Krypterings muligheder","General Options":"Generelle indstillinger","Help":"Hjælp","Website and documentation":"Joplins hjemmeside og dokumentation","Make a donation":"Giv en donation","Check for updates...":"Checker om der er opdateringer..","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åben %s","Exit":"Afslut","OK":"OK","Cancel":"Fortryd","Current version is up-to-date.":"Aktuel version er nyeste.","%s (pre-release)":"","An update is available, do you want to download it now?":"Opdatering er til rådighed, vil du hente den nu?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Apply":"","Submit":"Gem","Save":"Gem","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Slås kryptering fra, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt ukrypteret til synk-modtager. Vil du fortsætte?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Slås kryptering til, vil *alle* dine noter og vedhæftelser blive re-synkroniseret og sendt krypteret til synk-modtager. Glem ikke kodeordet, da det er *eneste* mulighed for dekryptering af data\". For at slå kryptering til, indtast kodeord herunder.","Disable encryption":"Slå kryptering fra","Enable encryption":"Start kryptering","Master Keys":"Hovednøgle","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Oprettet","Updated":"Opdateret","Password":"Kodeord","Password OK":"Kodeord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Bemærk: Kun en hoved-nøgle vil blive brugt til kryptering (den der er markeret med \"active\"), Alle øvrige nøgler kan bruges til dekryptering, afhængig af hvilken blev anvendt til den oprindelige kryptering af note eller notesbog.","Missing Master Keys":"Manglende hovednøgle","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Hoved-nøglen til disse ID'er er brugt til at kryptere nogle af dine emner; app'en har ikke pt adgang til dem. Det er sandsynligt at de vil blive hentet (på et eller andet tidspunkt) via synkroniseringen.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) og vejledning om hvordan det skal opsættes_","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbage","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den","Please create a notebook first.":"Opret først en notesbog.","Please create a notebook first":"Opret først en notesbog","Notebook title:":"Notesbogs titel:","Add or remove tags:":"Tilføj eller slet mærker:","Separate each tag by a comma.":"Adskil hver mærke med komma.","Rename notebook:":"Omdøb notesbog:","Rename tag:":"Rename tag:","Set alarm:":"Indstil alarm:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Nogle emner kan ikke synkroniseres.","View them now":"Vis dem nu","Some items cannot be decrypted.":"Nogle emner kan ikke krypteres.","Set the password":"Indstil kodeord","Add or remove tags":"Tilføj eller slet mærker","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Skift mellem note- og opgave type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Slet","Delete notes?":"Slet noter?","No notes in here. Create one by clicking on \"New note\".":"Der er ingen noter her. Opret en ved at klikke på \"Ny note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Der er ingen notesbog. Opret en ved at klikke på \"Ny Notesbog\".","Location":"","URL":"","Note properties":"","Open...":"Åben...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gem som...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ugyldigt- eller ulovligt link eller besked: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Denne note er tom. Klik på \"%s\" for at starte editor og rette noten.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"opgave","note":"note","Creating new %s...":"Opretter ny %s...","Refresh":"Opfrisk","Clear":"Ryd/slet","OneDrive Login":"OneDrive login","Dropbox Login":"Dropbox Login","Options":"Muligheder","Synchronisation Status":"Synkroniserings status","Encryption Options":"Krypterings indstillinger","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Slet denne markering fra alle noter?","Remove this search from the sidebar?":"Slet denne søgning fra sidebjælke?","Rename":"Omdøb","Synchronise":"Synkroniser","Notebooks":"Notesbøger","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Vælg hvor sync status skal eksporteres til","Usage: %s":"Forbrug: %s","Unknown flag: %s":"Ukendt flag: %s","Dropbox":"Dropbox","File system":"Fil system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (kun test)","WebDAV":"WebDAV","Unknown log level: %s":"Ukendt log niveau: %s","Unknown level ID: %s":"Ukendt niveau ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke opdatere token: Godkendelses data mangler. Prøv at starte synkronisering igen, det kan løse problemet.","Untitled":"Samlet","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kunne ikke synkronisere med OneDrive.\n\nDenne fejl skyldes ofte brug af OneDrive for Business, hvilket desværre ikke supporteres af Joplin.\n\nOvervej at bruge en privat OneDrive konto.","Cannot access %s":"Kan ikke tilgå %s","Created local items: %d.":"Oprettede lokale emner: %d.","Updated local items: %d.":"Opdaterede lokale emner: %d.","Created remote items: %d.":"Oprettede fjern-emner: %d.","Updated remote items: %d.":"Opdaterede fjern-emner: %d.","Deleted local items: %d.":"Slettede lokale emner: %d.","Deleted remote items: %d.":"Slettede fjern-emner: %d.","Fetched items: %d/%d.":"Hentede emner: %d/%d.","Cancelling...":"Annullerer...","Completed: %s":"Fuldført: %s","Last error: %s":"Sidste fejl: %s","Idle":"Ledig","In progress":"I gang","Synchronisation is already in progress. State: %s":"Synkronisering er allerede i gang: Tilstand: %s","Encrypted":"Krypteret","Encrypted items cannot be modified":"Krypteret emner kan ikke rettes","Conflicts":"Konflikter","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Denne note har ingen geolokations oplysninger.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere note til \"%s\" notesbog","Cannot move note to \"%s\" notebook":"Kan ikke flytte note til \"%s\" notesbog","Language":"Sprog","Date format":"Dato format","Time format":"Time format","Theme":"Tema","Light":"Lyst","Dark":"Mørkt","Uncompleted to-dos on top":"Ufærdige opgaver øverst","Show completed to-dos":"Show completed to-dos","Sort notes by":"Sorter noter efter","Reverse sort order":"Modsat sorterings orden","Save geo-location with notes":"Gem geo-lokation i noter","When creating a new to-do:":"Ved oprettelse af ny opgave:","Focus title":"Fokuser på titel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Ved oprettelse af ny note:","Show tray icon":"Vis ikon på bundbjælke","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom procent","Editor font size":"Editor font size","Editor font family":"Rediger skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Automatisk app update","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synkroniserings interval","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Vis avancerede indstillinger","Synchronisation target":"Synkroniserings mål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Synkroniserings mål. Hver synk. mål kan have ekstra parametre som navngives som `sync.NUM.NAME` (se dokumentation herunder).","Directory to synchronise with (absolute path)":"Mappe der skal synkroniseres med (absolut sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sti til synkronisering, når filsystem synkronisering er slået til. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","Json Export Directory":"Json Export Directory","Directory":"Indeks","Cannot load \"%s\" module for format \"%s\"":"Kan ikke åbne \"%s\" modul for format \"%s\"","Please specify import format for %s":"Specificer import format for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette emne krypteret: %s \"%s\". Vent til alle emner er dekrypteret og prøv igen.","There is no data to export.":"Der er ingen data at eksportere.","Please specify the notebook where the notes should be imported to.":"Angiv hvilken notesbog, noter skal importeres til.","Items that cannot be synchronised":"Emner kan ikke synkroniseres","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse emner bliver på enheden, og bliver ikke overført til synk-modtager. For at finde disse emner; enten søg efter titel eller ID (som er vist i klammer herover)","Sync status (synced items / total items)":"Synk status (synk' emner / emner i alt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"I alt: %d %d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Til sletning: %d","Folders":"Mapper","%s: %d notes":"%s: %d noter","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Der er ingen noter. Opret note ved at klikke på (+) knappen.","Delete these notes?":"Slet disse noter?","Log":"Log","Export Debug Report":"Eksporter undersøgelses rapport","Encryption Config":"Krypterings indstillinger","Configuration":"Indstillinger","Move to notebook...":"Flyt til notesbog...","Move %d notes to notebook \"%s\"?":"Flyt %d noter til notesbogen \"%s\"?","Press to set the decryption password.":"Klik for at gemme dekrypterings kodeord.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nye tags:","Type new tags or select from list":"Indtast nye tags eller vælg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin hjemmeside","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Hoved nøgle %s","Created: %s":"Oprettet: %s","Password:":"Kodeord:","Password cannot be empty":"Kodeord må ikke være tomt","Enable":"Tænd","The notebook could not be saved: %s":"Notesbogen kan ikke gemmes: %s","Edit notebook":"Rediger notesbog","Show all":"Vis alt","Errors only":"Kun fejl","This note has been modified:":"Denne note er ændret:","Save changes":"Gem ændringer","Discard changes":"Fortryd ændringer","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Ulovlig billedtype: %s","Take photo":"Take photo","Attach photo":"Vedhæft foto","Attach any file":"Vedhæft fil","Share":"","Convert to note":"Konverter til note","Convert to todo":"Konverter til opgave","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Vis på kort","Go to source URL":"","Delete notebook":"Slet notesbog","Login with OneDrive":"Log på med OneDrive","Search":"Søg","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik på (+) knappen for at oprette ny note eller notesbog. Klik på side menu for at åbne eksisterende notesbøger.","You currently have no notebook. Create one by clicking on (+) button.":"Du har ingen notesbøger. Opret en ved at klikke på (+) knappen.","Welcome":"Velkommen"} \ No newline at end of file diff --git a/ReactNativeClient/locales/de_DE.json b/ReactNativeClient/locales/de_DE.json index f6556ca3a..20a2102dc 100644 --- a/ReactNativeClient/locales/de_DE.json +++ b/ReactNativeClient/locales/de_DE.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Um ein Tag zu löschen, entferne es bei allen damit verbundenen Notizen.","Please select the note or notebook to be deleted first.":"Wähle bitte zuerst eine Notiz oder ein Notizbuch aus, das gelöscht werden soll.","Press Ctrl+D or type \"exit\" to exit the application":"Drücke Strg+D oder tippe \"exit\" um das Programm zu verlassen","More than one item match \"%s\". Please narrow down your query.":"Mehr als eine Notiz stimmt mit \"%s\" überein. Bitte die Suche einschränken.","No notebook selected.":"Kein Notizbuch ausgewählt.","No notebook has been specified.":"Es wurde kein Notizbuch festgelegt.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Breche Hintergrundsynchronisation ab… Bitte warten.","No such command: %s":"Ungültiger Befehl: %s","The command \"%s\" is only available in GUI mode":"Der Befehl \"%s\" ist nur im GUI Modus verfügbar","Cannot change encrypted item":"Kann verschlüsseltes Objekt nicht ändern","Missing required argument: %s":"Fehlendes erforderliches Argument: %s","%s: %s":"%s: %s","Your choice: ":"Deine Auswahl: ","Invalid answer: %s":"Ungültige Antwort: %s","Attaches the given file to the note.":"Hängt die ausgewählte Datei an die Notiz an.","Cannot find \"%s\".":"Kann \"%s\" nicht finden.","Displays the given note.":"Zeigt die jeweilige Notiz an.","Displays the complete information about note.":"Zeigt alle Informationen über die Notiz an.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Zeigt an oder stellt einen Optionswert. Wenn kein [Wert] angegeben ist, wird der Wert vom gegebenen [Namen] angezeigt. Wenn weder [Name] noch [Wert] gegeben sind, wird eine Liste der momentanen Konfiguration angezeigt.","Also displays unset and hidden config variables.":"Zeigt auch nicht gesetzte und versteckte Konfigurationsvariablen an.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliziert die Notizen die mit übereinstimmen in [Notizbuch]. Wenn kein Notizbuch angegeben ist, wird die Notiz in das aktuelle Notizbuch kopiert.","Marks a to-do as done.":"Markiert ein To-Do als erledigt.","Note is not a to-do: \"%s\"":"Notiz ist kein To-Do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Verwaltet die E2EE-Konfiguration. Die Befehle lauten `enable`, `disable`, `decrypt`, `status` und `target-status`.","Enter master password:":"Master-Passwort eingeben:","Operation cancelled":"Vorgang abgebrochen","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starte Entschlüsselung.... Bitte warten, da dies je nach Anzahl der betreffenden Objekte einige Minuten dauern kann.","Completed decryption.":"Entschlüsselung abgeschlossen.","Enabled":"Aktiviert","Disabled":"Deaktiviert","Encryption is: %s":"Verschlüsselung ist: %s","Edit note.":"Notiz bearbeiten.","No text editor is defined. Please set it using `config editor `":"Kein Texteditor definiert. Bitte lege einen mit `config editor ` fest","No active notebook.":"Kein aktives Notizbuch.","Note does not exist: \"%s\". Create it?":"Notiz \"%s\" existiert nicht. Soll sie erstellt werden?","Starting to edit note. Close the editor to get back to the prompt.":"Beginne die Notiz zu bearbeiten. Schließe das Textverarbeitungsprogramm, um zurück zum Terminal zu gelangen.","Error opening note in editor: %s":"Fehler beim Öffnen der Notiz im Editor: %s","Note has been saved.":"Die Notiz wurde gespeichert.","Exits the application.":"Beendet das Programm.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportiert Joplin-Dateien in den angegebenen Pfad. Standardmäßig wird die komplette Datenbank inklusive Notizbüchern, Notizen, Schlagwörtern und Anhängen exportiert.","Destination format: %s":"Zielformat: %s","Exports only the given note.":"Exportiert nur die angegebene Notiz.","Exports only the given notebook.":"Exportiert nur das angegebene Notizbuch.","Displays a geolocation URL for the note.":"Zeigt die Standort-URL der Notiz an.","Displays usage information.":"Zeigt die Nutzungsstatistik an.","For information on how to customise the shortcuts please visit %s":"Für weitere Informationen über die Anpassung von Tastenkürzel besuche bitte %s","Shortcuts are not available in CLI mode.":"Tastenkürzel sind im CLI Modus nicht verfügbar.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tippe `help [Befehl]` um weitere Informationen über einen Befehl zu erhalten oder tippe `help all` für die vollständigen Informationen zur Befehlsverwendung.","The possible commands are:":"Mögliche Befehle lauten:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In jedem Befehl können Notizen oder Notizbücher durch ihren Titel oder ihre ID spezifiziert werden, oder durch die Abkürzung `$n` oder `$b` um entweder das momentan ausgewählte Notizbuch oder die momentan ausgewählte Notiz auszuwählen. `$c` kann benutzt werden, um auf die momentane Auswahl zu verweisen.","To move from one pane to another, press Tab or Shift+Tab.":"Um von einem Fenster zu einem anderen zu wechseln, drücke Tab oder Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Benutze die Pfeiltasten und Bild hoch/runter um durch Listen und Texte zu scrollen (inklusive diesem Terminal).","To maximise/minimise the console, press \"tc\".":"Um das Terminal zu maximieren/minimieren, drücke \"tc\".","To enter command line mode, press \":\"":"Um den Kommandozeilen Modus aufzurufen, drücke \":\"","To exit command line mode, press ESCAPE":"Um den Kommandozeilen Modus zu beenden, drücke ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Um die komplette Liste aller verfügbaren Tastenkürzeln und Konfigurationseinstellungen anzuzeigen, tippe `help keymap` ein","Imports data into Joplin.":"Importiert Daten in Joplin.","Source format: %s":"Quellformat: %s","Do not ask for confirmation.":"Nicht nach einer Bestätigung fragen.","Found: %d.":"Gefunden: %d.","Created: %d.":"Erstellt: %d.","Updated: %d.":"Aktualisiert: %d.","Skipped: %d.":"Übersprungen: %d.","Resources: %d.":"Anhänge: %d.","Tagged: %d.":"Verschlagwortet: %d.","Importing notes...":"Importiere Notizen...","The notes have been imported: %s":"Die Notizen wurden importiert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zeigt die Notizen im momentanen Notizbuch an. Benutze `ls /` um eine Liste aller Notizbücher anzuzeigen.","Displays only the first top notes.":"Zeigt nur die ersten Notizen an.","Sorts the item by (eg. title, updated_time, created_time).":"Sortiert nach ( z.B. Titel, Bearbeitungszeitpunkt, Erstellungszeitpunkt)","Reverses the sorting order.":"Dreht die Sortierreihenfolge um.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zeigt nur bestimmte Item Typen an. Kann `n` für Notizen sein, `t` für To-Dos, oder `nt` für Notizen und To-Dos ( z.B. zeigt `-tt` nur To-Dos an, während `-ttd` Notizen und To-Dos anzeigt).","Either \"text\" or \"json\"":"Entweder \"text\" oder \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Verwende ausführliches Listen Format. Das Format lautet: ID, NOTIZEN_ANZAHL (für Notizbuch), DATUM, TODO_BEARBEITET (für To-Dos), TITEL","Please select a notebook first.":"Bitte wähle erst ein Notizbuch aus.","Creates a new notebook.":"Erstellt ein neues Notizbuch.","Creates a new note.":"Erstellt eine neue Notiz.","Notes can only be created within a notebook.":"Notizen können nur in einem Notizbuch erstellt werden.","Creates a new to-do.":"Erstellt ein neues To-Do.","Moves the notes matching to [notebook].":"Verschiebt die Notizen, die mit übereinstimmen, zu [Notizbuch]","Renames the given (note or notebook) to .":"Benennt das angegebene ( Notiz oder Notizbuch ) zu um.","Deletes the given notebook.":"Löscht das ausgewählte Notizbuch.","Deletes the notebook without asking for confirmation.":"Löscht das Notizbuch, ohne nach einer Bestätigung zu fragen.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notizbuch wirklich löschen? Alle Notizen und Unternotizen darin werden ebenfalls gelöscht.","Deletes the notes matching .":"Löscht die Notizen, die mit übereinstimmen.","Deletes the notes without asking for confirmation.":"Löscht die Notizen, ohne nach einer Bestätigung zu fragen.","%d notes match this pattern. Delete them?":"%d Notizen stimmen mit diesem Muster überein. Sollen sie gelöscht werden?","Delete note?":"Notiz löschen?","Searches for the given in all the notes.":"Sucht nach dem angegebenen in allen Notizen.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setzt die Eigenschaft der gegebenen auf den gegebenen [Wert]. Mögliche Werte sind:\n\n%s","Displays summary about the notes and notebooks.":"Zeigt eine Zusammenfassung der Notizen und Notizbücher an.","Synchronises with remote storage.":"Synchronisiert mit Remotespeicher.","Sync to provided target (defaults to sync.target config value)":"Mit dem angegebenen Ziel synchronisieren (voreingestellt auf den sync.target Optionswert)","Authentication was not completed (did not receive an authentication token).":"Authentifizierung wurde nicht abgeschlossen (keinen Authentifizierung-Token erhalten).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Um Joplin die Synchronisation mit Dropbox zu ermöglichen, folge bitte den folgenden Schritten:","Step 1: Open this URL in your browser to authorise the application:":"Schritt 1: URL im Browser öffnen um die Anwendung zu autorisieren:","Step 2: Enter the code provided by Dropbox:":"Schritt 2: Den von Dropbox bereitgestellten Code eingeben:","Not authentified with %s. Please provide any missing credentials.":"Keine Authentifizierung mit %s. Gib bitte alle fehlenden Zugangsdaten an.","Synchronisation is already in progress.":"Synchronisation wird bereits ausgeführt.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Eine Sperrdatei ist vorhanden. Wenn du dir sicher bist, dass keine Synchronisation im Gange ist, kannst du die Sperrdatei \"%s\" löschen und fortfahren.","Synchronisation target: %s (%s)":"Synchronisationsziel: %s (%s)","Cannot initialize synchroniser.":"Kann Synchronisierer nicht initialisieren.","Starting synchronisation...":"Starte Synchronisation...","Downloading resources...":"Lade Anhänge herunter...","Cancelling... Please wait.":"Abbrechen... Bitte warten."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kann „add“, „remove“ oder „list“ sein um [tag] zu [note] hinzuzufügen oder zu entfernen, oder um die Notizen aufzulisten die [tag] zugeordnet sind. Der Befehl `tag list` kann benutzt werden, um alle Schlagwörter anzuzeigen (nutze -l für die lange Option).","Invalid command: \"%s\"":"Ungültiger Befehl: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kann entweder \"toggle\" oder \"clear\" sein. Benutze \"toggle\", um ein To-Do abzuschließen, oder es zu beginnen (Wenn das Ziel eine normale Notiz ist, wird diese in ein To-Do umgewandelt). Benutze \"clear\", um es zurück in ein To-Do zu verwandeln.","Marks a to-do as non-completed.":"Makiert ein To-Do als nicht-abgeschlossen.","Switches to [notebook] - all further operations will happen within this notebook.":"Wechselt zu [Notizbuch] - alle weiteren Aktionen werden in diesem Notizbuch ausgeführt.","Displays version information":"Zeigt die Versionsnummer an","%s %s (%s)":"%s %s (%s)","Enum":"Aufzählung","Type: %s.":"Typ: %s.","Possible values: %s.":"Mögliche Werte: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mögliche Werte:","Type `joplin help` for usage information.":"Gib `joplin help` ein um die Nutzungsstatistik anzuzeigen.","Fatal error:":"Schwerwiegender Fehler:","The application has been authorised - you may now close this browser tab.":"Das Programm wurde autorisiert - du kannst diesen Browsertab nun schließen.","The application has been successfully authorised.":"Das Programm wurde erfolgreich autorisiert.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Bitte öffne die folgende URL in deinem Browser, um das Programm zu authentifizieren. Das Programm wird einen Ordner in \"Apps/Joplin\" erstellen und wird nur in diesem Ordner schreiben und lesen. Es wird weder Zugriff auf Dateien außerhalb dieses Ordners haben, noch auf andere persönliche Daten. Es werden keine Daten mit Dritten geteilt.","Search:":"Suchen:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Willkommen bei Joplin!\n\nTippe `:help shortcuts` für eine Liste der Shortcuts oder `:help` für Nutzungsinformationen ein.\n\nUm zum Beispiel ein Notizbuch zu erstellen, drücke `mb`; um eine Notiz zu erstellen drücke `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ein oder mehrere Objekte sind derzeit verschlüsselt und es kann erforderlich sein, ein Master-Passwort zu hinterlegen. Gib dazu bitte `e2ee decrypt` ein. Wenn du das Passwort bereits eingegeben hast, werden die verschlüsselten Objekte im Hintergrund entschlüsselt und stehen in Kürze zur Verfügung.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportiere „%s“ ins „%s“ Format. Bitte warten...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importiere „%s“ ins „%s“ Format. Bitte warten...","PDF File":"PDF-Datei","File":"Datei","New note":"Neue Notiz","New to-do":"Neues To-Do","New notebook":"Neues Notizbuch","Import":"Importieren","Export":"Exportieren","Print":"Drucken","Hide %s":"%s ausblenden","Quit":"Verlassen","Edit":"Bearbeiten","Copy":"Kopieren","Cut":"Ausschneiden","Paste":"Einfügen","Select all":"Alle auswählen","Bold":"Fett","Italic":"Kursiv","Insert Date Time":"Datum / Uhrzeit einfügen","Edit in external editor":"Im externen Editor bearbeiten","Search in all the notes":"Alle Notizen durchsuchen","Search in current note":"Search in current note","View":"Ansicht","Toggle sidebar":"Seitenleiste umschalten","Toggle editor layout":"Editor-Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"Web-Clipper Optionen","Encryption options":"Verschlüsselungsoptionen","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Aktualisierungen...","About Joplin":"Über Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öffne %s","Exit":"Verlassen","OK":"OK","Cancel":"Abbrechen","Current version is up-to-date.":"Die aktuelle Version ist auf dem neuesten Stand.","An update is available, do you want to download it now?":"Es ist eine Aktualisierung verfügbar. Soll sie jetzt heruntergeladen werden?","Yes":"Ja","No":"Nein","Token has been copied to the clipboard!":"Token wurde in die Zwischenablage kopiert.","The web clipper service is enabled and set to auto-start.":"Der Web-Clipper-Service ist bereits aktiviert und auf Autostart eingestellt.","Status: Started on port %d":"Status: Gestartet auf Port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Web-Clipper-Service deaktivieren","The web clipper service is not enabled.":"Der Web-Clipper-Service ist nicht aktiviert.","Enable Web Clipper Service":"Web-Clipper-Service aktivieren","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web-Clipper erlaubt im Browser das Speichern von Webseiten und Screenshots nach Joplin.","In order to use the web clipper, you need to do the following:":"Um den Web-Clipper zu benutzen, musst du folgendes machen:","Step 1: Enable the clipper service":"Schritt 1: Clipper-Service aktivieren","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Dieser Service erlaubt es der Browser-Erweiterung mit Joplin zu kommunizieren. Beim Aktivieren kann deine Firewall dich nach der Erlaubnis bitten, dass Joplin auf einen bestimmten Port mithören darf.","Step 2: Install the extension":"Schritt 2: Erweiterung installieren","Download and install the relevant extension for your browser:":"Lade die entsprechende Erweiterung für deinen Browser herunter und installiere sie:","Advanced options":"Erweiterte Optionen","Authorisation token:":"Autorisierung-Token:","Copy token":"Token kopieren","This authorisation token is only needed to allow third-party applications to access Joplin.":"Dieses Autorisierung-Token wird nur benötigt, um Drittanbieter-Anwendungen Zugriff auf Joplin zu gewähren.","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Apply":"Anwenden","Submit":"Absenden","Save":"Speichern","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Durch die Deaktivierung der Verschlüsselung werden *alle* Notizen und Anhänge neu synchronisiert und unverschlüsselt an das Synchronisierungsziel gesendet. Möchtest du fortfahren?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Durch das Aktivieren der Verschlüsselung werden alle Notizen und Anhänge neu synchronisiert und verschlüsselt an das Synchronisationsziel gesendet. Achte darauf, dass du das Passwort nicht verlierst, da dies aus Sicherheitsgründen die einzige Möglichkeit ist, deine Daten zu entschlüsseln! Um die Verschlüsselung zu aktivieren, gib bitte unten dein Passwort ein.","Disable encryption":"Verschlüsselung deaktivieren","Enable encryption":"Verschlüsselung aktivieren","Master Keys":"Hauptschlüssel","Active":"Aktiv","ID":"ID","Source":"Quelle","Created":"Erstellt","Updated":"Aktualisiert","Password":"Passwort","Password OK":"Passwort OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Hinweis: Nur ein Hauptschlüssel wird für die Verschlüsselung verwendet (der als \"aktiv\" markierte). Jeder der Schlüssel kann für die Entschlüsselung verwendet werden, abhängig davon, wie die jeweiligen Notizen oder Notizbücher ursprünglich verschlüsselt wurden.","Missing Master Keys":"Fehlende Hauptschlüssel","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Die Hauptschlüssel dieser IDs werden für die Verschlüsselung einiger ...","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Weitere Informationen zur Ende-zu-Ende-Verschlüsselung (E2EE) und Hinweise zur Aktivierung findest du in der Dokumentation (auf Englisch):","Status":"Status","Encryption is:":"Die Verschlüsselung ist:","Back":"Zurück","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Neues Notizbuch \"%s\" wird erstellt und die Datei \"%s\" wird dort hinein importiert","Please create a notebook first.":"Bitte erstelle zuerst ein Notizbuch.","Please create a notebook first":"Bitte erstelle zuerst ein Notizbuch","Notebook title:":"Notizbuch-Titel:","Add or remove tags:":"Schlagwörter hinzufügen oder entfernen:","Separate each tag by a comma.":"Trenne jedes Schlagwort mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Schlagwort umbenennen:","Set alarm:":"Alarm erstellen:","Layout":"Layout","Search...":"Suchen...","Some items cannot be synchronised.":"Manche Objekte können nicht synchronisiert werden.","View them now":"Zeige sie jetzt an","Some items cannot be decrypted.":"Einige Objekte können nicht entschlüsselt werden.","Set the password":"Setze ein Passwort","Add or remove tags":"Schlagwörter hinzufügen oder entfernen","Duplicate":"Duplizieren","%s - Copy":"%s - Kopieren","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Switch to note type":"Zu Notiz-Typ wechseln","Switch to to-do type":"Zu To-Do-Typ wechseln","Copy Markdown link":"Markdown-Link kopieren","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Keine Notizen vorhanden. Erstelle eine, indem du auf \"Neue Notiz\" drückst.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentan existieren noch keine Notizbücher. Erstelle eines, indem du auf \"Neues Notizbuch\" drückst.","Location":"Standort","URL":"URL","Note properties":"Notiz-Eigenschaften","Open...":"Öffne...","This file could not be opened: %s":"Dieses Notizbuch konnte nicht geöffnet werden: %s","Save as...":"Speichern unter...","Copy path to clipboard":"Pfad in Zwischenablage kopieren","Copy Link Address":"Link-Adresse kopieren","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nicht unterstützter Link oder Nachricht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Diese Notiz hat keinen Inhalt. Klicke auf „%s“ um den Editor zu aktivieren und die Notiz zu bearbeiten.","strong text":"Fetter Text","emphasized text":"hervorgehobener Text","List item":"Listeneintrag","Insert Hyperlink":"Weblink einfügen","Attach file":"Datei anhängen","Tags":"Schlagwörter","Set alarm":"Alarm erstellen","In: %s":"In: %s","Hyperlink":"Weblink","Code":"Code","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählung","Checkbox":"Kontrollkästchen","Heading":"Überschrift","Horizontal Rule":"Horizontale Linie","Click to stop external editing":"Klicken Sie hier, um die externe Bearbeitung anzuhalten","Watching...":"Zuschauend…","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive-Anmeldung","Dropbox Login":"Dropbox-Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations-Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper-Einstellungen","Remove this tag from all the notes?":"Dieses Schlagwort von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","Decrypting items: %d/%d":"Entschlüsselte Objekte: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll","Usage: %s":"Nutzung: %s","Unknown flag: %s":"Unbekanntes Argument: %s","Dropbox":"Dropbox","File system":"Dateisystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Nur für Tests)","WebDAV":"WebDAV","Unknown log level: %s":"Unbekanntes Log-Level: %s","Unknown level ID: %s":"Unbekannte Level-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kann Token nicht erneuern: Authentifikationsdaten nicht vorhanden. Ein Neustart der Synchronisation könnte das Problem beheben.","Untitled":"Unbenannt","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Konnte nicht mit OneDrive synchronisieren.\n\nDieser Fehler kommt oft vor, wenn OneDrive Business benutzt wird, das leider nicht unterstützt wird.\n\nBitte benutze stattdessen einen normalen OneDrive-Account.","Cannot access %s":"Kann nicht auf %s zugreifen","Created local items: %d.":"Lokale Objekte erstellt: %d.","Updated local items: %d.":"Lokale Objekte aktualisiert: %d.","Created remote items: %d.":"Remote-Objekte erstellt: %d.","Updated remote items: %d.":"Remote-Objekte aktualisiert: %d.","Deleted local items: %d.":"Lokale Objekte gelöscht: %d.","Deleted remote items: %d.":"Remote-Objekte gelöscht: %d.","Fetched items: %d/%d.":"Geladene Objekte: %d/%d.","Cancelling...":"Breche ab…","Completed: %s":"Abgeschlossen: %s","Last error: %s":"Letzte Fehlermeldung: %s","Idle":"Wartend","In progress":"In Bearbeitung","Synchronisation is already in progress. State: %s":"Synchronisation ist bereits im Gange. Status: %s","Encrypted":"Verschlüsselt","Encrypted items cannot be modified":"Verschlüsselte Objekte können nicht verändert werden","Conflicts":"Konflikte","Cannot move notebook to this location":"Kann Notizbuch nicht an diesen Ort verschieben","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dieser Name ist reserviert..","title":"Titel","updated date":"Aktualisierungsdatum","created date":"Erstelldatum","This note does not have geolocation information.":"Diese Notiz hat keine Standort-Informationen.","Cannot copy note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" kopieren","Cannot move note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" verschieben","Language":"Sprache","Date format":"Datumsformat","Time format":"Zeitformat","Theme":"Thema","Light":"Hell","Dark":"Dunkel","Uncompleted to-dos on top":"Zeige unvollständige To-Dos an oberster Stelle","Show completed to-dos":"Abgeschlossene To-Dos anzeigen","Sort notes by":"Sortiere Notizen nach","Reverse sort order":"Sortierreihenfolge umdrehen","Save geo-location with notes":"Momentanen Standort zusammen mit Notizen speichern","When creating a new to-do:":"Wenn eine neue To-Do erstellt wird:","Focus title":"Fokussiere Titel","Focus body":"Fokussiere Inhalt","When creating a new note:":"Wenn eine neue Notiz erstellt wird:","Show tray icon":"Zeige Tray-Icon","Note: Does not work in all desktop environments.":"Hinweis: Funktioniert nicht in allen Desktopumgebungen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"Starte die Anwendung minimiert im Tray","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","Editor font size":"Editor font size","Editor font family":"Editor Schriftenfamilie","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dies muss eine *Monospace* Schriftart sein, sonst funktioniert es nicht richtig. Wenn die Schriftart falsch oder leer ist, wird eine voreingestellte, generische Monospace-Schriftart verwendet.","Automatically update the application":"Die Applikation automatisch aktualisieren","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","Text editor command":"Editoraufruf","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Der Editor, mit dem Notizen geöffnet werden. Wenn keiner ausgewählt wurde, wird Joplin versuchen den Standardeditor zu erkennen.","Show advanced options":"Erweiterte Optionen anzeigen","Synchronisation target":"Synchronisationsziel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Das Ziel, mit dem synchronisiert werden soll. Jedes Synchronisationsziel kann zusätzliche Parameter haben, die als `sync.NUM.NAME` (alle unten dokumentiert) bezeichnet werden.","Directory to synchronise with (absolute path)":"Verzeichnis mit dem synchronisiert werden soll (absoluter Pfad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Der Pfad, mit dem synchronisiert werden soll, wenn die Dateisystem-Synchronisation aktiviert ist. Siehe `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Achtung: Stelle sicher, dass Du vor der Synchronisation alle Inhalte an den neuen Ablageort kopiert hast, sonst werden alle Dateien gelöscht! Lies auch die FAQs hierzu: %s","Nextcloud username":"Nextcloud-Benutzername","Nextcloud password":"Nextcloud-Passwort","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-Benutzername","WebDAV password":"WebDAV-Passwort","Custom TLS certificates":"Benutzerdefinierte TLS-Zertifikate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagetrennte Liste von Pfaden zu Verzeichnissen, aus denen die Zertifikate geladen werden, oder Pfad zu einzelnen Zertifikatsdateien. Zum Beispiel: /my/cert_dir, /other/custom.pem. Wenn Sie Änderungen an den TLS-Einstellungen vornehmen, müssen Sie Ihre Änderungen speichern, bevor Sie auf \"Synchronisierungskonfiguration prüfen\" klicken.","Ignore TLS certificate errors":"Ignoriere TLS-Zertifikatfehler","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","The tag \"%s\" already exists. Please choose a different name.":"Das Schlagwort \"%s\" existiert bereits. Bitte wähle einen anderen Namen.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","Json Export Directory":"Json Export Directory","Directory":"Verzeichnis","Cannot load \"%s\" module for format \"%s\"":"Das Modul \"%s\" für das Format \"%s\" kann nicht geladen werden","Please specify import format for %s":"Bitte das Exportformat für %s angeben","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dieses Objekt ist zur Zeit verschlüsselt: %s „%s“. Bitte warten bis alle Objekte entschlüsselt wurden und versuche es dann erneut.","There is no data to export.":"Keine Daten für den Export vorhanden.","Please specify the notebook where the notes should be imported to.":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll.","Items that cannot be synchronised":"Objekte können nicht synchronisiert werden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Diese Objekte verbleiben auf dem Gerät, werden aber nicht zum Synchronisationsziel hochgeladen. Um diese Objekte zu finden, suchst du entweder nach dem Titel oder der ID (die oben in Klammern angezeigt wird).","Sync status (synced items / total items)":"Synchronisationsstatus (synchronisierte Objekte / gesamte Objekte)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Insgesamt: %d/%d","Conflicted: %d":"In Konflikt %d","To delete: %d":"Zu löschen: %d","Folders":"Ordner","%s: %d notes":"%s: %d Notizen","Coming alarms":"Anstehende Alarme","On %s: %s":"Auf %s: %s","Permission to use camera":"Berechtigung zur Verwendung der Kamera","Your permission to use your camera is required.":"Deine Zustimmung zur Verwendung deiner Kamera ist erforderlich.","There are currently no notes. Create one by clicking on the (+) button.":"Momentan existieren noch keine Notizen. Erstelle eine, indem du auf den (+) Knopf drückst.","Delete these notes?":"Sollen diese Notizen gelöscht werden?","Log":"Protokoll","Export Debug Report":"Fehlerbericht exportieren","Encryption Config":"Verschlüsselungskonfiguration","Configuration":"Konfiguration","Move to notebook...":"In Notizbuch verschieben...","Move %d notes to notebook \"%s\"?":"%d Notizen in das Notizbuch \"%s\" verschieben?","Press to set the decryption password.":"Tippe hier, um das Entschlüsselungspasswort festzulegen.","Clear alarm":"Alarm löschen","Save alarm":"Alarm speichern","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","Checking... Please wait.":"Überprüfe… Bitte warten.","Success! Synchronisation configuration appears to be correct.":"Erfolgreich. Die Synchronisation-Konfiguration scheint korrekt zu sein.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Fehler. Bitte überprüfe, ob die URL, der Benutzername, das Passwort. usw. korrekt sind und das das Synchronisierungsziel erreichbar ist. Fehlermeldung:","The application has been authorised!":"Das Programm wurde erfolgreich autorisiert.","Could not authorise application:\n\n%s\n\nPlease try again.":"Konnte Applikation nicht autorisieren:\n\n%s\n\nBitte versuche es erneut.","Decrypted items: %s / %s":"Entschlüsselte Objekte: %s / %s","New tags:":"Neue Schlagwörter:","Type new tags or select from list":"Neues Schlagwort eingeben oder aus der Liste auswählen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Um korrekt arbeiten zu können, benötigt die Anwendung die folgenden Berechtigungen. Bitte aktiviere diese in deinen Telefoneinstellungen, unter Apps > Joplin > Berechtigungen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Speicher: um das Anhängen von Dateien an Notizen und die Synchronisation des Dateisystems zu ermöglichen.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: um ein Bild aufzunehmen und an eine Notiz anzuhängen.","- Location: to allow attaching geo-location information to a note.":"- Standort: zum Anhängen von Geolokalisierungsinformationen an eine Notiz.","Joplin website":"Website von Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Mit Dropbox anmelden","Enter code here":"Enter code here","Master Key %s":"Hauptschlüssel %s","Created: %s":"Erstellt: %s","Password:":"Passwort:","Password cannot be empty":"Passwort darf nicht leer sein","Enable":"Aktivieren","The notebook could not be saved: %s":"Dieses Notizbuch konnte nicht gespeichert werden: %s","Edit notebook":"Notizbuch bearbeiten","Show all":"Zeige Alles","Errors only":"Nur Fehler","This note has been modified:":"Diese Notiz wurde verändert:","Save changes":"Änderungen speichern","Discard changes":"Änderungen verwerfen","No item with ID %s":"Kein Element mit ID %s","The Joplin mobile app does not currently support this type of link: %s":"Die Joplin Handy-Applikation unterstützt derzeit diese Art von Link nicht: %s","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Take photo":"Take photo","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"Teilen","Convert to note":"In eine Notiz umwandeln","Convert to todo":"In ein To-Do umwandeln","Hide metadata":"Metadaten verstecken","Show metadata":"Metadaten anzeigen","View on map":"Auf der Karte anzeigen","Go to source URL":"Zur Quell-URL gehen","Delete notebook":"Notizbuch löschen","Login with OneDrive":"Mit OneDrive anmelden","Search":"Suchen","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Drücke auf die (+)-Schaltfläche, um eine neue Notiz oder ein neues Notizbuch zu erstellen. Tippe auf die Seitenleiste, um auf deine existierenden Notizbücher zuzugreifen.","You currently have no notebook. Create one by clicking on (+) button.":"Du hast noch kein Notizbuch angelegt. Erstelle eines, indem du auf den (+) Knopf drückst.","Welcome":"Willkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Um ein Tag zu löschen, entferne es bei allen damit verbundenen Notizen.","Please select the note or notebook to be deleted first.":"Wähle bitte zuerst eine Notiz oder ein Notizbuch aus, das gelöscht werden soll.","Press Ctrl+D or type \"exit\" to exit the application":"Drücke Strg+D oder tippe \"exit\" um das Programm zu verlassen","More than one item match \"%s\". Please narrow down your query.":"Mehr als eine Notiz stimmt mit \"%s\" überein. Bitte die Suche einschränken.","No notebook selected.":"Kein Notizbuch ausgewählt.","No notebook has been specified.":"Es wurde kein Notizbuch festgelegt.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Breche Hintergrundsynchronisation ab… Bitte warten.","No such command: %s":"Ungültiger Befehl: %s","The command \"%s\" is only available in GUI mode":"Der Befehl \"%s\" ist nur im GUI Modus verfügbar","Cannot change encrypted item":"Kann verschlüsseltes Objekt nicht ändern","Missing required argument: %s":"Fehlendes erforderliches Argument: %s","%s: %s":"%s: %s","Your choice: ":"Deine Auswahl: ","Invalid answer: %s":"Ungültige Antwort: %s","Attaches the given file to the note.":"Hängt die ausgewählte Datei an die Notiz an.","Cannot find \"%s\".":"Kann \"%s\" nicht finden.","Displays the given note.":"Zeigt die jeweilige Notiz an.","Displays the complete information about note.":"Zeigt alle Informationen über die Notiz an.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Zeigt an oder stellt einen Optionswert. Wenn kein [Wert] angegeben ist, wird der Wert vom gegebenen [Namen] angezeigt. Wenn weder [Name] noch [Wert] gegeben sind, wird eine Liste der momentanen Konfiguration angezeigt.","Also displays unset and hidden config variables.":"Zeigt auch nicht gesetzte und versteckte Konfigurationsvariablen an.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliziert die Notizen die mit übereinstimmen in [Notizbuch]. Wenn kein Notizbuch angegeben ist, wird die Notiz in das aktuelle Notizbuch kopiert.","Marks a to-do as done.":"Markiert ein To-Do als erledigt.","Note is not a to-do: \"%s\"":"Notiz ist kein To-Do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Verwaltet die E2EE-Konfiguration. Die Befehle lauten `enable`, `disable`, `decrypt`, `status` und `target-status`.","Enter master password:":"Master-Passwort eingeben:","Operation cancelled":"Vorgang abgebrochen","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starte Entschlüsselung.... Bitte warten, da dies je nach Anzahl der betreffenden Objekte einige Minuten dauern kann.","Completed decryption.":"Entschlüsselung abgeschlossen.","Enabled":"Aktiviert","Disabled":"Deaktiviert","Encryption is: %s":"Verschlüsselung ist: %s","Edit note.":"Notiz bearbeiten.","No text editor is defined. Please set it using `config editor `":"Kein Texteditor definiert. Bitte lege einen mit `config editor ` fest","No active notebook.":"Kein aktives Notizbuch.","Note does not exist: \"%s\". Create it?":"Notiz \"%s\" existiert nicht. Soll sie erstellt werden?","Starting to edit note. Close the editor to get back to the prompt.":"Beginne die Notiz zu bearbeiten. Schließe das Textverarbeitungsprogramm, um zurück zum Terminal zu gelangen.","Error opening note in editor: %s":"Fehler beim Öffnen der Notiz im Editor: %s","Note has been saved.":"Die Notiz wurde gespeichert.","Exits the application.":"Beendet das Programm.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exportiert Joplin-Dateien in den angegebenen Pfad. Standardmäßig wird die komplette Datenbank inklusive Notizbüchern, Notizen, Schlagwörtern und Anhängen exportiert.","Destination format: %s":"Zielformat: %s","Exports only the given note.":"Exportiert nur die angegebene Notiz.","Exports only the given notebook.":"Exportiert nur das angegebene Notizbuch.","Displays a geolocation URL for the note.":"Zeigt die Standort-URL der Notiz an.","Displays usage information.":"Zeigt die Nutzungsstatistik an.","For information on how to customise the shortcuts please visit %s":"Für weitere Informationen über die Anpassung von Tastenkürzel besuche bitte %s","Shortcuts are not available in CLI mode.":"Tastenkürzel sind im CLI Modus nicht verfügbar.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tippe `help [Befehl]` um weitere Informationen über einen Befehl zu erhalten oder tippe `help all` für die vollständigen Informationen zur Befehlsverwendung.","The possible commands are:":"Mögliche Befehle lauten:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In jedem Befehl können Notizen oder Notizbücher durch ihren Titel oder ihre ID spezifiziert werden, oder durch die Abkürzung `$n` oder `$b` um entweder das momentan ausgewählte Notizbuch oder die momentan ausgewählte Notiz auszuwählen. `$c` kann benutzt werden, um auf die momentane Auswahl zu verweisen.","To move from one pane to another, press Tab or Shift+Tab.":"Um von einem Fenster zu einem anderen zu wechseln, drücke Tab oder Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Benutze die Pfeiltasten und Bild hoch/runter um durch Listen und Texte zu scrollen (inklusive diesem Terminal).","To maximise/minimise the console, press \"tc\".":"Um das Terminal zu maximieren/minimieren, drücke \"tc\".","To enter command line mode, press \":\"":"Um den Kommandozeilen Modus aufzurufen, drücke \":\"","To exit command line mode, press ESCAPE":"Um den Kommandozeilen Modus zu beenden, drücke ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Um die komplette Liste aller verfügbaren Tastenkürzeln und Konfigurationseinstellungen anzuzeigen, tippe `help keymap` ein","Imports data into Joplin.":"Importiert Daten in Joplin.","Source format: %s":"Quellformat: %s","Do not ask for confirmation.":"Nicht nach einer Bestätigung fragen.","Found: %d.":"Gefunden: %d.","Created: %d.":"Erstellt: %d.","Updated: %d.":"Aktualisiert: %d.","Skipped: %d.":"Übersprungen: %d.","Resources: %d.":"Anhänge: %d.","Tagged: %d.":"Verschlagwortet: %d.","Importing notes...":"Importiere Notizen...","The notes have been imported: %s":"Die Notizen wurden importiert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Zeigt die Notizen im momentanen Notizbuch an. Benutze `ls /` um eine Liste aller Notizbücher anzuzeigen.","Displays only the first top notes.":"Zeigt nur die ersten Notizen an.","Sorts the item by (eg. title, updated_time, created_time).":"Sortiert nach ( z.B. Titel, Bearbeitungszeitpunkt, Erstellungszeitpunkt)","Reverses the sorting order.":"Dreht die Sortierreihenfolge um.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zeigt nur bestimmte Item Typen an. Kann `n` für Notizen sein, `t` für To-Dos, oder `nt` für Notizen und To-Dos ( z.B. zeigt `-tt` nur To-Dos an, während `-ttd` Notizen und To-Dos anzeigt).","Either \"text\" or \"json\"":"Entweder \"text\" oder \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Verwende ausführliches Listen Format. Das Format lautet: ID, NOTIZEN_ANZAHL (für Notizbuch), DATUM, TODO_BEARBEITET (für To-Dos), TITEL","Please select a notebook first.":"Bitte wähle erst ein Notizbuch aus.","Creates a new notebook.":"Erstellt ein neues Notizbuch.","Creates a new note.":"Erstellt eine neue Notiz.","Notes can only be created within a notebook.":"Notizen können nur in einem Notizbuch erstellt werden.","Creates a new to-do.":"Erstellt ein neues To-Do.","Moves the notes matching to [notebook].":"Verschiebt die Notizen, die mit übereinstimmen, zu [Notizbuch]","Renames the given (note or notebook) to .":"Benennt das angegebene ( Notiz oder Notizbuch ) zu um.","Deletes the given notebook.":"Löscht das ausgewählte Notizbuch.","Deletes the notebook without asking for confirmation.":"Löscht das Notizbuch, ohne nach einer Bestätigung zu fragen.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notizbuch wirklich löschen? Alle Notizen und Unternotizen darin werden ebenfalls gelöscht.","Deletes the notes matching .":"Löscht die Notizen, die mit übereinstimmen.","Deletes the notes without asking for confirmation.":"Löscht die Notizen, ohne nach einer Bestätigung zu fragen.","%d notes match this pattern. Delete them?":"%d Notizen stimmen mit diesem Muster überein. Sollen sie gelöscht werden?","Delete note?":"Notiz löschen?","Searches for the given in all the notes.":"Sucht nach dem angegebenen in allen Notizen.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setzt die Eigenschaft der gegebenen auf den gegebenen [Wert]. Mögliche Werte sind:\n\n%s","Displays summary about the notes and notebooks.":"Zeigt eine Zusammenfassung der Notizen und Notizbücher an.","Synchronises with remote storage.":"Synchronisiert mit Remotespeicher.","Sync to provided target (defaults to sync.target config value)":"Mit dem angegebenen Ziel synchronisieren (voreingestellt auf den sync.target Optionswert)","Authentication was not completed (did not receive an authentication token).":"Authentifizierung wurde nicht abgeschlossen (keinen Authentifizierung-Token erhalten).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Um Joplin die Synchronisation mit Dropbox zu ermöglichen, folge bitte den folgenden Schritten:","Step 1: Open this URL in your browser to authorise the application:":"Schritt 1: URL im Browser öffnen um die Anwendung zu autorisieren:","Step 2: Enter the code provided by Dropbox:":"Schritt 2: Den von Dropbox bereitgestellten Code eingeben:","Not authentified with %s. Please provide any missing credentials.":"Keine Authentifizierung mit %s. Gib bitte alle fehlenden Zugangsdaten an.","Synchronisation is already in progress.":"Synchronisation wird bereits ausgeführt.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Eine Sperrdatei ist vorhanden. Wenn du dir sicher bist, dass keine Synchronisation im Gange ist, kannst du die Sperrdatei \"%s\" löschen und fortfahren.","Synchronisation target: %s (%s)":"Synchronisationsziel: %s (%s)","Cannot initialize synchroniser.":"Kann Synchronisierer nicht initialisieren.","Starting synchronisation...":"Starte Synchronisation...","Downloading resources...":"Lade Anhänge herunter...","Cancelling... Please wait.":"Abbrechen... Bitte warten."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kann „add“, „remove“ oder „list“ sein um [tag] zu [note] hinzuzufügen oder zu entfernen, oder um die Notizen aufzulisten die [tag] zugeordnet sind. Der Befehl `tag list` kann benutzt werden, um alle Schlagwörter anzuzeigen (nutze -l für die lange Option).","Invalid command: \"%s\"":"Ungültiger Befehl: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kann entweder \"toggle\" oder \"clear\" sein. Benutze \"toggle\", um ein To-Do abzuschließen, oder es zu beginnen (Wenn das Ziel eine normale Notiz ist, wird diese in ein To-Do umgewandelt). Benutze \"clear\", um es zurück in ein To-Do zu verwandeln.","Marks a to-do as non-completed.":"Makiert ein To-Do als nicht-abgeschlossen.","Switches to [notebook] - all further operations will happen within this notebook.":"Wechselt zu [Notizbuch] - alle weiteren Aktionen werden in diesem Notizbuch ausgeführt.","Displays version information":"Zeigt die Versionsnummer an","%s %s (%s)":"%s %s (%s)","Enum":"Aufzählung","Type: %s.":"Typ: %s.","Possible values: %s.":"Mögliche Werte: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mögliche Werte:","Type `joplin help` for usage information.":"Gib `joplin help` ein um die Nutzungsstatistik anzuzeigen.","Fatal error:":"Schwerwiegender Fehler:","The application has been authorised - you may now close this browser tab.":"Das Programm wurde autorisiert - du kannst diesen Browsertab nun schließen.","The application has been successfully authorised.":"Das Programm wurde erfolgreich autorisiert.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Bitte öffne die folgende URL in deinem Browser, um das Programm zu authentifizieren. Das Programm wird einen Ordner in \"Apps/Joplin\" erstellen und wird nur in diesem Ordner schreiben und lesen. Es wird weder Zugriff auf Dateien außerhalb dieses Ordners haben, noch auf andere persönliche Daten. Es werden keine Daten mit Dritten geteilt.","Search:":"Suchen:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Willkommen bei Joplin!\n\nTippe `:help shortcuts` für eine Liste der Shortcuts oder `:help` für Nutzungsinformationen ein.\n\nUm zum Beispiel ein Notizbuch zu erstellen, drücke `mb`; um eine Notiz zu erstellen drücke `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ein oder mehrere Objekte sind derzeit verschlüsselt und es kann erforderlich sein, ein Master-Passwort zu hinterlegen. Gib dazu bitte `e2ee decrypt` ein. Wenn du das Passwort bereits eingegeben hast, werden die verschlüsselten Objekte im Hintergrund entschlüsselt und stehen in Kürze zur Verfügung.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportiere „%s“ ins „%s“ Format. Bitte warten...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importiere „%s“ ins „%s“ Format. Bitte warten...","PDF File":"PDF-Datei","File":"Datei","New note":"Neue Notiz","New to-do":"Neues To-Do","New notebook":"Neues Notizbuch","Import":"Importieren","Export":"Exportieren","Print":"Drucken","Hide %s":"%s ausblenden","Quit":"Verlassen","Edit":"Bearbeiten","Copy":"Kopieren","Cut":"Ausschneiden","Paste":"Einfügen","Select all":"Alle auswählen","Bold":"Fett","Italic":"Kursiv","Insert Date Time":"Datum / Uhrzeit einfügen","Edit in external editor":"Im externen Editor bearbeiten","Search in all the notes":"Alle Notizen durchsuchen","Search in current note":"Aktuelle Notiz durchsuchen","View":"Ansicht","Toggle sidebar":"Seitenleiste umschalten","Toggle editor layout":"Editor-Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"Web-Clipper Optionen","Encryption options":"Verschlüsselungsoptionen","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Aktualisierungen...","About Joplin":"Über Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öffne %s","Exit":"Verlassen","OK":"OK","Cancel":"Abbrechen","Current version is up-to-date.":"Die aktuelle Version ist auf dem neuesten Stand.","%s (pre-release)":"","An update is available, do you want to download it now?":"Es ist eine Aktualisierung verfügbar. Soll sie jetzt heruntergeladen werden?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nein","Token has been copied to the clipboard!":"Token wurde in die Zwischenablage kopiert.","The web clipper service is enabled and set to auto-start.":"Der Web-Clipper-Service ist bereits aktiviert und auf Autostart eingestellt.","Status: Started on port %d":"Status: Gestartet auf Port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Web-Clipper-Service deaktivieren","The web clipper service is not enabled.":"Der Web-Clipper-Service ist nicht aktiviert.","Enable Web Clipper Service":"Web-Clipper-Service aktivieren","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web-Clipper erlaubt im Browser das Speichern von Webseiten und Screenshots nach Joplin.","In order to use the web clipper, you need to do the following:":"Um den Web-Clipper zu benutzen, musst du folgendes machen:","Step 1: Enable the clipper service":"Schritt 1: Clipper-Service aktivieren","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Dieser Service erlaubt es der Browser-Erweiterung mit Joplin zu kommunizieren. Beim Aktivieren kann deine Firewall dich nach der Erlaubnis bitten, dass Joplin auf einen bestimmten Port mithören darf.","Step 2: Install the extension":"Schritt 2: Erweiterung installieren","Download and install the relevant extension for your browser:":"Lade die entsprechende Erweiterung für deinen Browser herunter und installiere sie:","Advanced options":"Erweiterte Optionen","Authorisation token:":"Autorisierung-Token:","Copy token":"Token kopieren","This authorisation token is only needed to allow third-party applications to access Joplin.":"Dieses Autorisierung-Token wird nur benötigt, um Drittanbieter-Anwendungen Zugriff auf Joplin zu gewähren.","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Apply":"Anwenden","Submit":"Absenden","Save":"Speichern","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Durch die Deaktivierung der Verschlüsselung werden *alle* Notizen und Anhänge neu synchronisiert und unverschlüsselt an das Synchronisierungsziel gesendet. Möchtest du fortfahren?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Durch das Aktivieren der Verschlüsselung werden alle Notizen und Anhänge neu synchronisiert und verschlüsselt an das Synchronisationsziel gesendet. Achte darauf, dass du das Passwort nicht verlierst, da dies aus Sicherheitsgründen die einzige Möglichkeit ist, deine Daten zu entschlüsseln! Um die Verschlüsselung zu aktivieren, gib bitte unten dein Passwort ein.","Disable encryption":"Verschlüsselung deaktivieren","Enable encryption":"Verschlüsselung aktivieren","Master Keys":"Hauptschlüssel","Active":"Aktiv","ID":"ID","Source":"Quelle","Created":"Erstellt","Updated":"Aktualisiert","Password":"Passwort","Password OK":"Passwort OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Hinweis: Nur ein Hauptschlüssel wird für die Verschlüsselung verwendet (der als \"aktiv\" markierte). Jeder der Schlüssel kann für die Entschlüsselung verwendet werden, abhängig davon, wie die jeweiligen Notizen oder Notizbücher ursprünglich verschlüsselt wurden.","Missing Master Keys":"Fehlende Hauptschlüssel","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Die Hauptschlüssel dieser IDs werden für die Verschlüsselung einiger ...","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Weitere Informationen zur Ende-zu-Ende-Verschlüsselung (E2EE) und Hinweise zur Aktivierung findest du in der Dokumentation (auf Englisch):","Status":"Status","Encryption is:":"Die Verschlüsselung ist:","Back":"Zurück","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Neues Notizbuch \"%s\" wird erstellt und die Datei \"%s\" wird dort hinein importiert","Please create a notebook first.":"Bitte erstelle zuerst ein Notizbuch.","Please create a notebook first":"Bitte erstelle zuerst ein Notizbuch","Notebook title:":"Notizbuch-Titel:","Add or remove tags:":"Schlagwörter hinzufügen oder entfernen:","Separate each tag by a comma.":"Trenne jedes Schlagwort mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Schlagwort umbenennen:","Set alarm:":"Alarm erstellen:","Layout":"Layout","Search...":"Suchen...","Some items cannot be synchronised.":"Manche Objekte können nicht synchronisiert werden.","View them now":"Zeige sie jetzt an","Some items cannot be decrypted.":"Einige Objekte können nicht entschlüsselt werden.","Set the password":"Setze ein Passwort","Add or remove tags":"Schlagwörter hinzufügen oder entfernen","Duplicate":"Duplizieren","%s - Copy":"%s - Kopieren","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Switch to note type":"Zu Notiz-Typ wechseln","Switch to to-do type":"Zu To-Do-Typ wechseln","Copy Markdown link":"Markdown-Link kopieren","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Keine Notizen vorhanden. Erstelle eine, indem du auf \"Neue Notiz\" drückst.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentan existieren noch keine Notizbücher. Erstelle eines, indem du auf \"Neues Notizbuch\" drückst.","Location":"Standort","URL":"URL","Note properties":"Notiz-Eigenschaften","Open...":"Öffne...","This file could not be opened: %s":"Dieses Notizbuch konnte nicht geöffnet werden: %s","Save as...":"Speichern unter...","Copy path to clipboard":"Pfad in Zwischenablage kopieren","Copy Link Address":"Link-Adresse kopieren","This attachment is not downloaded or not decrypted yet.":"Dieser Anhang wurde nicht heruntergeladen oder noch nicht entschlüsselt.","Unsupported link or message: %s":"Nicht unterstützter Link oder Nachricht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Diese Notiz hat keinen Inhalt. Klicke auf „%s“ um den Editor zu aktivieren und die Notiz zu bearbeiten.","Only one note can be printed or exported to PDF at a time.":"","strong text":"Fetter Text","emphasized text":"hervorgehobener Text","List item":"Listeneintrag","Insert Hyperlink":"Weblink einfügen","Attach file":"Datei anhängen","Tags":"Schlagwörter","Set alarm":"Alarm erstellen","In: %s":"In: %s","Hyperlink":"Weblink","Code":"Code","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählung","Checkbox":"Kontrollkästchen","Heading":"Überschrift","Horizontal Rule":"Horizontale Linie","Click to stop external editing":"Klicken Sie hier, um die externe Bearbeitung anzuhalten","Watching...":"Zuschauend…","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive-Anmeldung","Dropbox Login":"Dropbox-Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations-Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper-Einstellungen","Remove this tag from all the notes?":"Dieses Schlagwort von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","Decrypting items: %d/%d":"Entschlüsselte Objekte: %d/%d","Fetching resources: %d":"Ressourcen abrufen: %d","Please select where the sync status should be exported to":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll","Usage: %s":"Nutzung: %s","Unknown flag: %s":"Unbekanntes Argument: %s","Dropbox":"Dropbox","File system":"Dateisystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Nur für Tests)","WebDAV":"WebDAV","Unknown log level: %s":"Unbekanntes Log-Level: %s","Unknown level ID: %s":"Unbekannte Level-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kann Token nicht erneuern: Authentifikationsdaten nicht vorhanden. Ein Neustart der Synchronisation könnte das Problem beheben.","Untitled":"Unbenannt","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Konnte nicht mit OneDrive synchronisieren.\n\nDieser Fehler kommt oft vor, wenn OneDrive Business benutzt wird, das leider nicht unterstützt wird.\n\nBitte benutze stattdessen einen normalen OneDrive-Account.","Cannot access %s":"Kann nicht auf %s zugreifen","Created local items: %d.":"Lokale Objekte erstellt: %d.","Updated local items: %d.":"Lokale Objekte aktualisiert: %d.","Created remote items: %d.":"Remote-Objekte erstellt: %d.","Updated remote items: %d.":"Remote-Objekte aktualisiert: %d.","Deleted local items: %d.":"Lokale Objekte gelöscht: %d.","Deleted remote items: %d.":"Remote-Objekte gelöscht: %d.","Fetched items: %d/%d.":"Geladene Objekte: %d/%d.","Cancelling...":"Breche ab…","Completed: %s":"Abgeschlossen: %s","Last error: %s":"Letzte Fehlermeldung: %s","Idle":"Wartend","In progress":"In Bearbeitung","Synchronisation is already in progress. State: %s":"Synchronisation ist bereits im Gange. Status: %s","Encrypted":"Verschlüsselt","Encrypted items cannot be modified":"Verschlüsselte Objekte können nicht verändert werden","Conflicts":"Konflikte","Cannot move notebook to this location":"Kann Notizbuch nicht an diesen Ort verschieben","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dieser Name ist reserviert..","title":"Titel","updated date":"Aktualisierungsdatum","created date":"Erstelldatum","This note does not have geolocation information.":"Diese Notiz hat keine Standort-Informationen.","Cannot copy note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" kopieren","Cannot move note to \"%s\" notebook":"Kann Notiz nicht zu Notizbuch \"%s\" verschieben","Language":"Sprache","Date format":"Datumsformat","Time format":"Zeitformat","Theme":"Thema","Light":"Hell","Dark":"Dunkel","Uncompleted to-dos on top":"Zeige unvollständige To-Dos an oberster Stelle","Show completed to-dos":"Abgeschlossene To-Dos anzeigen","Sort notes by":"Sortiere Notizen nach","Reverse sort order":"Sortierreihenfolge umdrehen","Save geo-location with notes":"Momentanen Standort zusammen mit Notizen speichern","When creating a new to-do:":"Wenn eine neue To-Do erstellt wird:","Focus title":"Fokussiere Titel","Focus body":"Fokussiere Inhalt","When creating a new note:":"Wenn eine neue Notiz erstellt wird:","Show tray icon":"Zeige Tray-Icon","Note: Does not work in all desktop environments.":"Hinweis: Funktioniert nicht in allen Desktopumgebungen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Dadurch kann Joplin im Hintergrund laufen. Es wird empfohlen,diese Einstellung zu aktivieren, damit deine Notizen ständig synchronisiertwerden und somit die Anzahl der Konflikte reduziert wird.","Start application minimised in the tray icon":"Starte die Anwendung minimiert im Tray","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","Editor font size":"Schriftgröße im Editor","Editor font family":"Schriftfamilie im Editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dies muss eine *Monospace* Schriftart sein, sonst funktioniert es nicht richtig. Wenn die Schriftart falsch oder leer ist, wird eine voreingestellte, generische Monospace-Schriftart verwendet.","Automatically update the application":"Die Applikation automatisch aktualisieren","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","Text editor command":"Editoraufruf","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Der Editor, mit dem Notizen geöffnet werden. Wenn keiner ausgewählt wurde, wird Joplin versuchen den Standardeditor zu erkennen.","Show advanced options":"Erweiterte Optionen anzeigen","Synchronisation target":"Synchronisationsziel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Das Ziel, mit dem synchronisiert werden soll. Jedes Synchronisationsziel kann zusätzliche Parameter haben, die als `sync.NUM.NAME` (alle unten dokumentiert) bezeichnet werden.","Directory to synchronise with (absolute path)":"Verzeichnis mit dem synchronisiert werden soll (absoluter Pfad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Der Pfad, mit dem synchronisiert werden soll, wenn die Dateisystem-Synchronisation aktiviert ist. Siehe `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Achtung: Stelle sicher, dass Du vor der Synchronisation alle Inhalte an den neuen Ablageort kopiert hast, sonst werden alle Dateien gelöscht! Lies auch die FAQs hierzu: %s","Nextcloud username":"Nextcloud-Benutzername","Nextcloud password":"Nextcloud-Passwort","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-Benutzername","WebDAV password":"WebDAV-Passwort","Custom TLS certificates":"Benutzerdefinierte TLS-Zertifikate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagetrennte Liste von Pfaden zu Verzeichnissen, aus denen die Zertifikate geladen werden, oder Pfad zu einzelnen Zertifikatsdateien. Zum Beispiel: /my/cert_dir, /other/custom.pem. Wenn Sie Änderungen an den TLS-Einstellungen vornehmen, müssen Sie Ihre Änderungen speichern, bevor Sie auf \"Synchronisierungskonfiguration prüfen\" klicken.","Ignore TLS certificate errors":"Ignoriere TLS-Zertifikatfehler","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","The tag \"%s\" already exists. Please choose a different name.":"Das Schlagwort \"%s\" existiert bereits. Bitte wähle einen anderen Namen.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","Json Export Directory":"Json Export Verzeichnis","Directory":"Verzeichnis","Cannot load \"%s\" module for format \"%s\"":"Das Modul \"%s\" für das Format \"%s\" kann nicht geladen werden","Please specify import format for %s":"Bitte das Exportformat für %s angeben","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dieses Objekt ist zur Zeit verschlüsselt: %s „%s“. Bitte warten bis alle Objekte entschlüsselt wurden und versuche es dann erneut.","There is no data to export.":"Keine Daten für den Export vorhanden.","Please specify the notebook where the notes should be imported to.":"Bitte wähle aus, wohin der Synchronisations-Status exportiert werden soll.","Items that cannot be synchronised":"Objekte können nicht synchronisiert werden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Diese Objekte verbleiben auf dem Gerät, werden aber nicht zum Synchronisationsziel hochgeladen. Um diese Objekte zu finden, suchst du entweder nach dem Titel oder der ID (die oben in Klammern angezeigt wird).","Sync status (synced items / total items)":"Synchronisationsstatus (synchronisierte Objekte / gesamte Objekte)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Insgesamt: %d/%d","Conflicted: %d":"In Konflikt %d","To delete: %d":"Zu löschen: %d","Folders":"Ordner","%s: %d notes":"%s: %d Notizen","Coming alarms":"Anstehende Alarme","On %s: %s":"Auf %s: %s","Permission to use camera":"Berechtigung zur Verwendung der Kamera","Your permission to use your camera is required.":"Deine Zustimmung zur Verwendung deiner Kamera ist erforderlich.","There are currently no notes. Create one by clicking on the (+) button.":"Momentan existieren noch keine Notizen. Erstelle eine, indem du auf den (+) Knopf drückst.","Delete these notes?":"Sollen diese Notizen gelöscht werden?","Log":"Protokoll","Export Debug Report":"Fehlerbericht exportieren","Encryption Config":"Verschlüsselungskonfiguration","Configuration":"Konfiguration","Move to notebook...":"In Notizbuch verschieben...","Move %d notes to notebook \"%s\"?":"%d Notizen in das Notizbuch \"%s\" verschieben?","Press to set the decryption password.":"Tippe hier, um das Entschlüsselungspasswort festzulegen.","Clear alarm":"Alarm löschen","Save alarm":"Alarm speichern","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","Checking... Please wait.":"Überprüfe… Bitte warten.","Success! Synchronisation configuration appears to be correct.":"Erfolgreich. Die Synchronisation-Konfiguration scheint korrekt zu sein.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Fehler. Bitte überprüfe, ob die URL, der Benutzername, das Passwort. usw. korrekt sind und das das Synchronisierungsziel erreichbar ist. Fehlermeldung:","The application has been authorised!":"Das Programm wurde erfolgreich autorisiert.","Could not authorise application:\n\n%s\n\nPlease try again.":"Konnte Applikation nicht autorisieren:\n\n%s\n\nBitte versuche es erneut.","Decrypted items: %s / %s":"Entschlüsselte Objekte: %s / %s","New tags:":"Neue Schlagwörter:","Type new tags or select from list":"Neues Schlagwort eingeben oder aus der Liste auswählen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Um korrekt arbeiten zu können, benötigt die Anwendung die folgenden Berechtigungen. Bitte aktiviere diese in deinen Telefoneinstellungen, unter Apps > Joplin > Berechtigungen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Speicher: um das Anhängen von Dateien an Notizen und die Synchronisation des Dateisystems zu ermöglichen.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: um ein Bild aufzunehmen und an eine Notiz anzuhängen.","- Location: to allow attaching geo-location information to a note.":"- Standort: zum Anhängen von Geolokalisierungsinformationen an eine Notiz.","Joplin website":"Website von Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Datenbank v%s","FTS enabled: %d":"FTS aktiviert: %d","Login with Dropbox":"Mit Dropbox anmelden","Enter code here":"Enter code here","Master Key %s":"Hauptschlüssel %s","Created: %s":"Erstellt: %s","Password:":"Passwort:","Password cannot be empty":"Passwort darf nicht leer sein","Enable":"Aktivieren","The notebook could not be saved: %s":"Dieses Notizbuch konnte nicht gespeichert werden: %s","Edit notebook":"Notizbuch bearbeiten","Show all":"Zeige Alles","Errors only":"Nur Fehler","This note has been modified:":"Diese Notiz wurde verändert:","Save changes":"Änderungen speichern","Discard changes":"Änderungen verwerfen","No item with ID %s":"Kein Element mit ID %s","The Joplin mobile app does not currently support this type of link: %s":"Die Joplin Handy-Applikation unterstützt derzeit diese Art von Link nicht: %s","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Take photo":"Foto aufnehmen","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"Teilen","Convert to note":"In eine Notiz umwandeln","Convert to todo":"In ein To-Do umwandeln","Hide metadata":"Metadaten verstecken","Show metadata":"Metadaten anzeigen","View on map":"Auf der Karte anzeigen","Go to source URL":"Zur Quell-URL gehen","Delete notebook":"Notizbuch löschen","Login with OneDrive":"Mit OneDrive anmelden","Search":"Suchen","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Drücke auf die (+)-Schaltfläche, um eine neue Notiz oder ein neues Notizbuch zu erstellen. Tippe auf die Seitenleiste, um auf deine existierenden Notizbücher zuzugreifen.","You currently have no notebook. Create one by clicking on (+) button.":"Du hast noch kein Notizbuch angelegt. Erstelle eines, indem du auf den (+) Knopf drückst.","Welcome":"Willkommen"} \ No newline at end of file diff --git a/ReactNativeClient/locales/en_GB.json b/ReactNativeClient/locales/en_GB.json index 8329b5283..a5870a70d 100644 --- a/ReactNativeClient/locales/en_GB.json +++ b/ReactNativeClient/locales/en_GB.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"","No notebook has been specified.":"","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"","No such command: %s":"","The command \"%s\" is only available in GUI mode":"","Cannot change encrypted item":"","Missing required argument: %s":"","%s: %s":"","Your choice: ":"","Invalid answer: %s":"","Attaches the given file to the note.":"","Cannot find \"%s\".":"","Displays the given note.":"","Displays the complete information about note.":"","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"","%s = %s":"","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"","Note is not a to-do: \"%s\"":"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"","Disabled":"","Encryption is: %s":"","Edit note.":"","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"","Note does not exist: \"%s\". Create it?":"","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"","Note has been saved.":"","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"","To enter command line mode, press \":\"":"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"","Source format: %s":"","Do not ask for confirmation.":"","Found: %d.":"","Created: %d.":"","Updated: %d.":"","Skipped: %d.":"","Resources: %d.":"","Tagged: %d.":"","Importing notes...":"","The notes have been imported: %s":"","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"","Creates a new notebook.":"","Creates a new note.":"","Notes can only be created within a notebook.":"","Creates a new to-do.":"","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"","Starting synchronisation...":"","Downloading resources...":"","Cancelling... Please wait.":""," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"","%s %s (%s)":"","Enum":"","Type: %s.":"","Possible values: %s.":"","Default: %s":"","Possible keys/values:":"","Type `joplin help` for usage information.":"","Fatal error:":"","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"","File":"","New note":"","New to-do":"","New notebook":"","Import":"","Export":"","Print":"","Hide %s":"","Quit":"","Edit":"","Copy":"","Cut":"","Paste":"","Select all":"","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"","Search in current note":"","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"","Synchronisation status":"","Web clipper options":"","Encryption options":"","General Options":"","Help":"","Website and documentation":"","Make a donation":"","Check for updates...":"","About Joplin":"","%s %s (%s, %s)":"","Open %s":"","Exit":"","OK":"","Cancel":"","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"","Submit":"","Save":"","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"","Source":"","Created":"","Updated":"","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"","Encryption is:":"","Back":"","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"","Please create a notebook first":"","Notebook title:":"","Add or remove tags:":"","Separate each tag by a comma.":"","Rename notebook:":"","Rename tag:":"","Set alarm:":"","Layout":"","Search...":"","Some items cannot be synchronised.":"","View them now":"","Some items cannot be decrypted.":"","Set the password":"","Add or remove tags":"","Duplicate":"","%s - Copy":"","Switch between note and to-do type":"","Switch to note type":"","Switch to to-do type":"","Copy Markdown link":"","Delete":"","Delete notes?":"","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"","Save as...":"","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"","Tags":"","Set alarm":"","In: %s":"","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"","to-do":"","note":"","Creating new %s...":"","Refresh":"","Clear":"","OneDrive Login":"","Dropbox Login":"","Options":"","Synchronisation Status":"","Encryption Options":"","Clipper Options":"","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"","Synchronise":"","Notebooks":"","Decrypting items: %d/%d":"","Fetching resources: %d":"","Please select where the sync status should be exported to":"","Usage: %s":"","Unknown flag: %s":"","Dropbox":"","File system":"","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"","WebDAV":"","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"","Created local items: %d.":"","Updated local items: %d.":"","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"","Completed: %s":"","Last error: %s":"","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"","Encrypted":"","Encrypted items cannot be modified":"","Conflicts":"","Cannot move notebook to this location":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"","updated date":"","created date":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Language":"","Date format":"","Time format":"","Theme":"","Light":"","Dark":"","Uncompleted to-dos on top":"","Show completed to-dos":"","Sort notes by":"","Reverse sort order":"","Save geo-location with notes":"","When creating a new to-do:":"","Focus title":"","Focus body":"","When creating a new note:":"","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"","Synchronisation interval":"","%d minutes":"","%d hour":"","%d hours":"","Text editor command":"","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"","%s (%s): %s":"","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"","Total: %d/%d":"","Conflicted: %d":"","To delete: %d":"","Folders":"","%s: %d notes":"","Coming alarms":"","On %s: %s":"","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"","Move to notebook...":"","Move %d notes to notebook \"%s\"?":"","Press to set the decryption password.":"","Clear alarm":"","Save alarm":"","Select date":"","Confirm":"","Cancel synchronisation":"","Checking... Please wait.":"","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"","Login with Dropbox":"","Enter code here":"","Master Key %s":"","Created: %s":"","Password:":"","Password cannot be empty":"","Enable":"","The notebook could not be saved: %s":"","Edit notebook":"","Show all":"","Errors only":"","This note has been modified:":"","Save changes":"","Discard changes":"","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","Go to source URL":"","Delete notebook":"","Login with OneDrive":"","Search":"","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"","Welcome":""} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"","No notebook has been specified.":"","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"","No such command: %s":"","The command \"%s\" is only available in GUI mode":"","Cannot change encrypted item":"","Missing required argument: %s":"","%s: %s":"","Your choice: ":"","Invalid answer: %s":"","Attaches the given file to the note.":"","Cannot find \"%s\".":"","Displays the given note.":"","Displays the complete information about note.":"","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"","%s = %s":"","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"","Note is not a to-do: \"%s\"":"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"","Disabled":"","Encryption is: %s":"","Edit note.":"","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"","Note does not exist: \"%s\". Create it?":"","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"","Note has been saved.":"","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"","To enter command line mode, press \":\"":"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"","Source format: %s":"","Do not ask for confirmation.":"","Found: %d.":"","Created: %d.":"","Updated: %d.":"","Skipped: %d.":"","Resources: %d.":"","Tagged: %d.":"","Importing notes...":"","The notes have been imported: %s":"","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"","Creates a new notebook.":"","Creates a new note.":"","Notes can only be created within a notebook.":"","Creates a new to-do.":"","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"","Starting synchronisation...":"","Downloading resources...":"","Cancelling... Please wait.":""," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"","%s %s (%s)":"","Enum":"","Type: %s.":"","Possible values: %s.":"","Default: %s":"","Possible keys/values:":"","Type `joplin help` for usage information.":"","Fatal error:":"","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"","File":"","New note":"","New to-do":"","New notebook":"","Import":"","Export":"","Print":"","Hide %s":"","Quit":"","Edit":"","Copy":"","Cut":"","Paste":"","Select all":"","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"","Search in current note":"","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"","Synchronisation status":"","Web clipper options":"","Encryption options":"","General Options":"","Help":"","Website and documentation":"","Make a donation":"","Check for updates...":"","About Joplin":"","%s %s (%s, %s)":"","Open %s":"","Exit":"","OK":"","Cancel":"","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"","Submit":"","Save":"","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"","Source":"","Created":"","Updated":"","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"","Encryption is:":"","Back":"","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"","Please create a notebook first":"","Notebook title:":"","Add or remove tags:":"","Separate each tag by a comma.":"","Rename notebook:":"","Rename tag:":"","Set alarm:":"","Layout":"","Search...":"","Some items cannot be synchronised.":"","View them now":"","Some items cannot be decrypted.":"","Set the password":"","Add or remove tags":"","Duplicate":"","%s - Copy":"","Switch between note and to-do type":"","Switch to note type":"","Switch to to-do type":"","Copy Markdown link":"","Delete":"","Delete notes?":"","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"","Save as...":"","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"","Tags":"","Set alarm":"","In: %s":"","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"","to-do":"","note":"","Creating new %s...":"","Refresh":"","Clear":"","OneDrive Login":"","Dropbox Login":"","Options":"","Synchronisation Status":"","Encryption Options":"","Clipper Options":"","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"","Synchronise":"","Notebooks":"","Decrypting items: %d/%d":"","Fetching resources: %d":"","Please select where the sync status should be exported to":"","Usage: %s":"","Unknown flag: %s":"","Dropbox":"","File system":"","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"","WebDAV":"","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"","Created local items: %d.":"","Updated local items: %d.":"","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"","Completed: %s":"","Last error: %s":"","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"","Encrypted":"","Encrypted items cannot be modified":"","Conflicts":"","Cannot move notebook to this location":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"","updated date":"","created date":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Language":"","Date format":"","Time format":"","Theme":"","Light":"","Dark":"","Uncompleted to-dos on top":"","Show completed to-dos":"","Sort notes by":"","Reverse sort order":"","Save geo-location with notes":"","When creating a new to-do:":"","Focus title":"","Focus body":"","When creating a new note:":"","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"","%d minutes":"","%d hour":"","%d hours":"","Text editor command":"","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"","%s (%s): %s":"","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"","Total: %d/%d":"","Conflicted: %d":"","To delete: %d":"","Folders":"","%s: %d notes":"","Coming alarms":"","On %s: %s":"","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"","Move to notebook...":"","Move %d notes to notebook \"%s\"?":"","Press to set the decryption password.":"","Clear alarm":"","Save alarm":"","Select date":"","Confirm":"","Cancel synchronisation":"","Checking... Please wait.":"","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"","Login with Dropbox":"","Enter code here":"","Master Key %s":"","Created: %s":"","Password:":"","Password cannot be empty":"","Enable":"","The notebook could not be saved: %s":"","Edit notebook":"","Show all":"","Errors only":"","This note has been modified:":"","Save changes":"","Discard changes":"","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","Go to source URL":"","Delete notebook":"","Login with OneDrive":"","Search":"","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"","Welcome":""} \ No newline at end of file diff --git a/ReactNativeClient/locales/es_ES.json b/ReactNativeClient/locales/es_ES.json index 4df39c75e..2ad671e81 100644 --- a/ReactNativeClient/locales/es_ES.json +++ b/ReactNativeClient/locales/es_ES.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Desmarque las notas asociadas para eliminar una etiqueta.","Please select the note or notebook to be deleted first.":"Seleccione primero la nota o libreta que desea eliminar.","Press Ctrl+D or type \"exit\" to exit the application":"Pulse Ctrl+D o escriba «salir» para salir de la aplicación","More than one item match \"%s\". Please narrow down your query.":"Hay más de un elemento que coincide con «%s», intente mejorar su consulta.","No notebook selected.":"No se ha seleccionado ninguna libreta.","No notebook has been specified.":"Ninguna libreta fue especificada","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Cancelando sincronización de segundo plano... Por favor espere.","No such command: %s":"El comando no existe: %s","The command \"%s\" is only available in GUI mode":"El comando «%s» solamente está disponible en modo GUI","Cannot change encrypted item":"No se puede cambiar el elemento cifrado","Missing required argument: %s":"Falta un argumento requerido: %s","%s: %s":"%s: %s","Your choice: ":"Su elección: ","Invalid answer: %s":"Respuesta inválida: %s","Attaches the given file to the note.":"Adjuntar archivo a la nota.","Cannot find \"%s\".":"No se encuentra \"%s\".","Displays the given note.":"Mostrar la nota dada.","Displays the complete information about note.":"Mostrar la información completa acerca de la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtener o configurar un valor. Si no se provee el [valor], se mostrará el valor de [nombre]. Si no se provee [nombre] ni [valor], se listará la configuración actual.","Also displays unset and hidden config variables.":"También muestra variables ocultas o no configuradas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica las notas que coincidan con en la libreta. Si no se especifica una libreta la nota se duplica en la libreta actual.","Marks a to-do as done.":"Marca una tarea como hecha.","Note is not a to-do: \"%s\"":"La nota no es una tarea: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Maneja la configuración E2EE. Comandos disponibles `enable`, `disable`, `decrypt`, `status` y `target-status`.","Enter master password:":"Introduzca la contraseña maestra:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando descifrado... Por favor espere, puede tardar varios minutos dependiendo de cuanto haya que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Habilitado","Disabled":"Deshabilitado","Encryption is: %s":"El cifrado es: %s","Edit note.":"Editar una nota.","No text editor is defined. Please set it using `config editor `":"No hay editor de texto definido. Por favor configure uno usando `config editor `","No active notebook.":"No hay libreta activa.","Note does not exist: \"%s\". Create it?":"La nota no existe: \"%s\". ¿Crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Iniciando la edición de una nota. Cierre el editor para regresar al prompt.","Error opening note in editor: %s":"Error abriendo la nota en el editor: %s","Note has been saved.":"La nota ha sido guardada.","Exits the application.":"Sale de la aplicación.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta datos de Joplin al directorio indicado. Por defecto, se exportará la base de datos completa incluyendo libretas, notas, etiquetas y recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta únicamente la nota indicada.","Exports only the given notebook.":"Exporta únicamente la libreta indicada.","Displays a geolocation URL for the note.":"Muestra la URL de la geolocalización de la nota.","Displays usage information.":"Muestra información de uso.","For information on how to customise the shortcuts please visit %s":"Para información de cómo personalizar los atajos por favor visite %s","Shortcuts are not available in CLI mode.":"Atajos no disponibles en modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba `help [command]` para obtener más información sobre el comando, o escriba `help all` para obtener toda la información acerca del uso del programa.","The possible commands are:":"Los posibles comandos son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Con cualquier comando, una nota o libreta puede ser referida por su título o ID, o utilizando atajos `$n` o `$b`, respectivamente, para la nota o libreta seleccionada. Se puede utilizar `$c` para hacer referencia al elemento seleccionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover desde un panel a otro, presione Tabulador o Mayúsuclas+Tabulador.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Para desplazar en las listas y areas de texto (incluyendo la consola) utilice las flechas y re pág/av pág.","To maximise/minimise the console, press \"tc\".":"Para maximizar/minimizar la consola, presione \"tc\".","To enter command line mode, press \":\"":"Para entrar a modo línea de comando, presione \":\"","To exit command line mode, press ESCAPE":"Para salir de modo línea de comando, presione ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Para una lista de los atajos de teclado disponibles, escriba `help keymap`","Imports data into Joplin.":"Importa los datos en Joplin.","Source format: %s":"Formato de origen: %s","Do not ask for confirmation.":"No requiere confirmación.","Found: %d.":"Encontrado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Omitido: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"Las notas han sido importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Muestra las notas en la libreta actual. Usa `ls /` para mostrar la lista de libretas.","Displays only the first top notes.":"Muestra las primeras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena los elementos por campo ( ej. title, updated_time, created_time).","Reverses the sorting order.":"Invierte el orden.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Muestra únicamente los elementos de los tipos especificados. Pueden ser `n` para notas, `t` para tareas, o `nt` para libretas y tareas (ej. `-tt` mostrará unicamente las tareas, mientras `-ttd` mostrará notas y tareas).","Either \"text\" or \"json\"":"Puede ser \"text\" o \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar formato largo de lista. El formato es ID, NOTE_COUNT ( para libretas), DATE,TODO_CHECKED ( para tareas), TITLE","Please select a notebook first.":"Por favor seleccione la libreta.","Creates a new notebook.":"Crea una nueva libreta.","Creates a new note.":"Crea una nueva nota.","Notes can only be created within a notebook.":"Notas solamente pueden ser creadas dentro de una libreta.","Creates a new to-do.":"Crea una nueva lista de tareas.","Moves the notes matching to [notebook].":"Mueve las notas que coincidan con a la [libreta].","Renames the given (note or notebook) to .":"Renombra el elemento dado (nota o libreta) a .","Deletes the given notebook.":"Elimina la libreta dada.","Deletes the notebook without asking for confirmation.":"Elimina una libreta sin pedir confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"¿Desea eliminar la libreta? Todas las notas y sublibretas dentro de esta libreta también serán eliminadas.","Deletes the notes matching .":"Elimina las notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina las notas sin pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden con el patrón. ¿Eliminarlas?","Delete note?":"¿Eliminar nota?","Searches for the given in all the notes.":"Buscar el patrón en todas las notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Asigna el valor [value] a la propiedad de la nota indicada . Propiedades disponibles:\n\n%s","Displays summary about the notes and notebooks.":"Muestra un resumen acerca de las notas y las libretas.","Synchronises with remote storage.":"Sincroniza con el almacenamiento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincroniza con el destino indicado (por defecto al valor de configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticación no completada (no se recibió token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir a Joplin sincronizar con Dropbox, por favor siga estos pasos:","Step 1: Open this URL in your browser to authorise the application:":"Paso 1: Abra esta dirección en su navegador para autorizar a la aplicación:","Step 2: Enter the code provided by Dropbox:":"Paso 2: Introduzca el código provisto por Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No autenticado con %s. Por favor provea las credenciales.","Synchronisation is already in progress.":"Sincronzación en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ya hay un archivo de bloqueo. Si está seguro de que no hay una sincronización en curso puede eliminar el archivo de bloqueo «%s» y reanudar la operación.","Synchronisation target: %s (%s)":"Destino de la sincronización: %s (%s)","Cannot initialize synchroniser.":"No se puede inicializar sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Por favor espere."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" puede ser \"toggle\" o \"clear\". Usa \"toggle\" para cambiar la tarea dada entre estado completado y sin completar. (Si el objetivo es una nota regular se convertirá en una tarea). Usa \"clear\" para convertir la tarea a una nota regular.","Marks a to-do as non-completed.":"Marca una tarea como no completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia una [libreta] - todas las demás operaciones se realizan en ésta libreta.","Displays version information":"Muestra información de la versión","%s %s (%s)":"%s %s (%s)","Enum":"Enumeración","Type: %s.":"Tipo: %s.","Possible values: %s.":"Posibles valores: %s.","Default: %s":"Por defecto: %s","Possible keys/values:":"Claves/valores posbiles:","Type `joplin help` for usage information.":"Escriba `joplin help` para mostrar información de uso.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"La aplicación ha sido autorizada - ahora puede cerrar esta pestaña de su navegador.","The application has been successfully authorised.":"La aplicacion ha sido autorizada éxitosamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra la siguiente URL en su navegador para autenticar la aplicación. La aplicación creará un directorio en «Apps/Joplin» y solo leerá y escribirá archivos en ese directorio. No tendrá acceso a ningún archivo fuera de ese directorio ni a ningún otro archivo personal. No se compartirá información con terceros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenido a Joplin.\n\nEscriba «:help shortcuts» para obtener una lista con los atajos de teclado, o simplemente «:help» para información general.\n\nPor ejemplo, para crear una libreta escriba «mb», para crear una nota escriba «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o más elementos están cifrados y debe proporcionar la contraseña maestra. Para hacerlo por favor escriba `e2ee decrypt`. Si ya ha proporcionado la contraseña, los elementos están siendo descifrados en segundo plano y estarán disponibles en breve.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando el formato de \"%s\" a \"%s\". Por favor espere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando el formato de \"%s\" a \"%s\". Por favor espere...","PDF File":"Archivo PDF","File":"Archivo","New note":"Nueva nota","New to-do":"Nueva lista de tareas","New notebook":"Nueva libreta","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Oculta %s","Quit":"Salir","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"Negrita","Italic":"Cursiva","Insert Date Time":"Introduce fecha","Edit in external editor":"Editar con un editor externo","Search in all the notes":"Buscar en todas las notas","Search in current note":"Search in current note","View":"Ver","Toggle sidebar":"Cambia la barra lateral","Toggle editor layout":"Cambia el diseño del editor","Tools":"Herramientas","Synchronisation status":"Estado de la sincronización","Web clipper options":"Opciones de recorte web","Encryption options":"Opciones de cifrado","General Options":"Opciones generales","Help":"Ayuda","Website and documentation":"Sitio web y documentación","Make a donation":"Hacer una donación","Check for updates...":"Comprobar actualizaciones...","About Joplin":"Acerca de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Salir","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"La versión actual está actualizada.","An update is available, do you want to download it now?":"Hay disponible una actualización. ¿Quiere descargarla ahora?","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servicio de recorte web está habilitado y configurado para que inicie automáticamente.","Status: Started on port %d":"Estado: Iniciado en el puerto %d","Status: %s":"Estado: %s","Disable Web Clipper Service":"Deshabilitar el servicio de recorte web","The web clipper service is not enabled.":"El servicio de recorte web no está habilitado.","Enable Web Clipper Service":"Habilitar el servicio de recorte web","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El recorte web de Joplin permite guardar páginas web y capturas de pantalla desde su navegador.","In order to use the web clipper, you need to do the following:":"Para utilizar el recorte web, necesita hacer lo siguiente:","Step 1: Enable the clipper service":"Paso 1: Habilitar el servicio de recorte","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este servicio permite a la extensión del navegador comunicarse con Joplin. Cuando la habilite su cortafuegos puede solicitar permisos para que Joplin escuche en un puerto concreto.","Step 2: Install the extension":"Paso 2: Instalar la extensión","Download and install the relevant extension for your browser:":"Descargar e instalar para su navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Apply":"Aplicar","Submit":"Aceptar","Save":"Guardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deshabilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán descifrados al destino. ¿Desea continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán cifrados al destino. No pierda la contraseña, por cuestiones de seguridad, ¡es la *única* forma de descifrar los datos! Para habilitar el cifrado, por favor introduzca su contraseña más abajo.","Disable encryption":"Deshabilitar cifrado","Enable encryption":"Habilitar cifrado","Master Keys":"Clave maestra","Active":"Activo","ID":"ID","Source":"Origen","Created":"Creado","Updated":"Actualizado","Password":"Contraseña","Password OK":"Contraseña OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: Solo una clave maestra va a ser utilizar para el cifrado (la marcada como \"activa\"). Cualquiera de las claves puede ser utilizada para descifrar, dependiendo de como fueron cifradas originalmente las notas o las libretas.","Missing Master Keys":"No se encuentra la clave maestra","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"La clave maestra con estos ID son utilizadas para descifrar algunos de tus elementos, pero la apliación no tiene acceso a ellas. Serán descargadas a través de la sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para más información acerca del cifrado extremo a extremo (E2EE) y advertencias de como habilitarlo por favor revise la documentación:","Status":"Estado","Encryption is:":"El cifrado está:","Back":"Atrás","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Se creará la nueva libreta «%s» y se importará en ella el archivo «%s»","Please create a notebook first.":"Por favor cree una libreta primero.","Please create a notebook first":"Por favor cree una libreta primero","Notebook title:":"Título de libreta:","Add or remove tags:":"Agregar o borrar etiquetas: ","Separate each tag by a comma.":"Separar cada etiqueta por una coma.","Rename notebook:":"Renombrar libreta:","Rename tag:":"Renombrar etiqueta:","Set alarm:":"Ajustar alarma:","Layout":"Diseño","Search...":"Buscar...","Some items cannot be synchronised.":"No se han podido sincronizar algunos de los elementos.","View them now":"Verlos ahora","Some items cannot be decrypted.":"No se han podido descifrar algunos elementos.","Set the password":"Establecer la contraseña","Add or remove tags":"Añadir o borrar etiquetas","Duplicate":"Duplicado","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiar el enlace de Markdown","Delete":"Eliminar","Delete notes?":"¿Desea eliminar notas?","No notes in here. Create one by clicking on \"New note\".":"No hay ninguna nota. Cree una pulsando «Nota nueva».","There is currently no notebook. Create one by clicking on \"New notebook\".":"No hay ninguna libreta. Cree una pulsando en «Libreta nueva».","Location":"","URL":"","Note properties":"","Open...":"Abrir...","This file could not be opened: %s":"No se ha podido abrir este archivo: %s","Save as...":"Guardar como...","Copy path to clipboard":"Copiar la ruta en el portapapeles","Copy Link Address":"Copiar enlace","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Enlace o mensaje no soportado: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota no tiene contenido. Pulse en \"%s\" para cambiar al editor y editar la nota.","strong text":"texto destacado","emphasized text":"texto resaltado","List item":"Listar elementos","Insert Hyperlink":"Insertar hipervínculo","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","In: %s":"En: %s","Hyperlink":"Hipervínculo","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","Checkbox":"Casilla","Heading":"Título","Horizontal Rule":"Regla horizontal","Click to stop external editing":"Pulsa para detener la edición externa","Watching...":"Mirando...","to-do":"lista de tareas","note":"nota","Creating new %s...":"Creando nuevo %s...","Refresh":"Refrescar","Clear":"Limpiar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"Inicio de sesión de Dropbox","Options":"Opciones","Synchronisation Status":"Estado de la sincronización","Encryption Options":"Opciones de cifrado","Clipper Options":"Opciones de recorte","Remove this tag from all the notes?":"¿Desea eliminar esta etiqueta de todas las notas?","Remove this search from the sidebar?":"¿Desea eliminar esta búsqueda de la barra lateral?","Rename":"Renombrar","Synchronise":"Sincronizar","Notebooks":"Libretas","Decrypting items: %d/%d":"Descifrando elementos: %d/%d.","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione a dónde se debería exportar el estado de sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Etiqueta desconocida: %s","Dropbox":"Dropbox","File system":"Sistema de archivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Solo para pruebas)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de log desconocido: %s","Unknown level ID: %s":"ID de nivel desconocido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No se ha podido actualizar token: faltan datos de autenticación. Reiniciar la sincronización podría solucionar el problema.","Untitled":"Sin título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No se ha podido sincronizar con OneDrive.\n\nEste error suele ocurrir al utilizar OneDrive for Business. Este producto no está soportado.\n\nPodría considerar utilizar una cuenta Personal de OneDrive.","Cannot access %s":"No se ha podido acceder a %s","Created local items: %d.":"Elementos locales creados: %d.","Updated local items: %d.":"Elementos locales actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locales borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtenidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último error: %s","Idle":"Espera","In progress":"En progreso","Synchronisation is already in progress. State: %s":"La sincronización ya está en progreso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Los elementos cifrados no pueden ser modificados","Conflicts":"Conflictos","Cannot move notebook to this location":"No se puede mover la libreta a este lugar","Notebooks cannot be named \"%s\", which is a reserved title.":"No se puede usar el nombre «%s» para una libreta; es un título reservado.","title":"título","updated date":"fecha de actualización","created date":"fecha de creación","This note does not have geolocation information.":"Esta nota no tiene informacion de geolocalización.","Cannot copy note to \"%s\" notebook":"No se ha podido copiar la nota a la libreta «%s»","Cannot move note to \"%s\" notebook":"No se ha podido mover la nota a la libreta «%s»","Language":"Idioma","Date format":"Formato de fecha","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Oscuro","Uncompleted to-dos on top":"Mostrar tareas incompletas al inicio de las listas","Show completed to-dos":"Mostrar tareas completadas","Sort notes by":"Ordenar notas por","Reverse sort order":"Invierte el orden","Save geo-location with notes":"Guardar geolocalización en las notas","When creating a new to-do:":"Al crear una nueva lista de tareas:","Focus title":"Foco en el título","Focus body":"Foco en el cuerpo","When creating a new note:":"Cuando se crear una nota nueva:","Show tray icon":"Mostrar icono en la bandeja","Note: Does not work in all desktop environments.":"Nota: No funciona en todos los entornos de escritorio.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","Editor font size":"Editor font size","Editor font family":"Fuente del editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Esta debe ser una fuente *monoespaciada* o no funcionará correctamente. Si la fuente es incorrecta o vacía, se configurará una fuente monoespaciada genérica.","Automatically update the application":"Actualizar la aplicación automáticamente","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El comando del editor (puede incluir argumentos) que se utilizará para abrir una nota. Si no se provee ninguno se intentará auto detectar el editor por defecto.","Show advanced options":"Mostrar opciones avanzadas","Synchronisation target":"Destino de sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"El destino de la sincronización. Cada destino de la sincronización puede tener parámetros adicionales los cuales son llamados como `sync.NUM.NAME` (todos abajo documentados).","Directory to synchronise with (absolute path)":"Directorio con el que sincronizarse (ruta completa)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"La ruta a la que sincronizar cuando se activa la sincronización con sistema de archivos. Vea «sync.target».","Nextcloud WebDAV URL":"Servidor WebDAV de Nextcloud","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contraseña de Nextcloud","WebDAV URL":"Servidor WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contraseña de WebDAV","Custom TLS certificates":"Certificados TLS personalizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de rutas de los directorios de dónde cargar los certificados separados por comas, o la ruta individual de los certificados. Por ejemplo: /mi/cert_dir, /otro/personalizado.pem. Tenga en cuenta que si realiza cambios en la configuración de los certificados debe guardar los cambios antes de pulsar en \"Comprobar la configuración de sincronización\".","Ignore TLS certificate errors":"Ignorar errores en certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Archivo de exportación de Joplin","Markdown":"Markdown","Joplin Export Directory":"Directorio para exportar de Joplin","Evernote Export File":"Archivo exportado de Evernote","Json Export Directory":"Json Export Directory","Directory":"Directorio","Cannot load \"%s\" module for format \"%s\"":"No se puede cargar el módulo \"%s\" para el formato \"%s\"","Please specify import format for %s":"Por favor especifique el formato para importar de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"El elemento se encuentra cifrado: %s \"%s\". Por favor espere a que todos los elementos estén descifrados y pruebe de nuevo.","There is no data to export.":"No hay datos para exportar.","Please specify the notebook where the notes should be imported to.":"Por favor especifique la libreta donde las notas deben ser importadas.","Items that cannot be synchronised":"Elementos que no se pueden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estos elementos se mantendrán en el dispositivo pero no serán enviados al destino de sincronización. Para encontrar dichos elementos busca en el título o en el ID (el cual se muestra arriba entre corchetes).","Sync status (synced items / total items)":"Estado de sincronización (elementos sincronizados/elementos totales)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictos: %d","To delete: %d":"Borrar: %d","Folders":"Carpetas","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"No hay notas. Cree una pulsando en el botón (+).","Delete these notes?":"¿Desea borrar estas notas?","Log":"Log","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover a la libreta...","Move %d notes to notebook \"%s\"?":"¿Desea mover %d notas a libreta «%s»?","Press to set the decryption password.":"Presione para establecer la contraseña de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Establecer alarma","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuevas etiquetas:","Type new tags or select from list":"Escriba nuevas etiquetas o seleccionelas de la lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar correctamente, la aplicación necesita los siguientes permisos. Por favor habilitelos en su teléfono, en Aplicaciones > Joplin > Permisos","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Almacenamiento: Permite adjuntar archivos a las notas y habilitar la sincronización del sistema de ficheros.","- Camera: to allow taking a picture and attaching it to a note.":"- Cámara: permite tomar fotografías y adjuntarlas en una nota.","- Location: to allow attaching geo-location information to a note.":"- Localización: permite adjuntar la información de geolocalización en la nota.","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Acceder con Dropbox","Enter code here":"Enter code here","Master Key %s":"Clave maestra %s","Created: %s":"Creado: %s","Password:":"Contraseña:","Password cannot be empty":"La contraseña no puede estar vacía","Enable":"Habilitado","The notebook could not be saved: %s":"No se ha podido guardar esta libreta: %s","Edit notebook":"Editar libreta","Show all":"Mostrar todo","Errors only":"Solo errores","This note has been modified:":"Esta nota ha sido modificada:","Save changes":"Guardar cambios","Discard changes":"Descartar cambios","No item with ID %s":"No hay elementos con el ID %s","The Joplin mobile app does not currently support this type of link: %s":"La aplicación móvil de Joplin no soporta actualmente este tipo de enlace: %s","Unsupported image type: %s":"Tipo de imagen no soportado: %s","Take photo":"Take photo","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"Compartir","Convert to note":"Convertir a nota","Convert to todo":"Convertir a lista de tareas","Hide metadata":"Ocultar metadatos","Show metadata":"Mostrar metadatos","View on map":"Ver en un mapa","Go to source URL":"","Delete notebook":"Borrar libreta","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Pulse en el botón (+) para crear una nueva nota o libreta. Pulse en el menú lateral para acceder a las libretas existentes.","You currently have no notebook. Create one by clicking on (+) button.":"No hay ninguna libreta. Cree una nueva libreta pulsando en el botón (+).","Welcome":"Bienvenido"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Desmarque las notas asociadas para eliminar una etiqueta.","Please select the note or notebook to be deleted first.":"Seleccione primero la nota o libreta que desea eliminar.","Press Ctrl+D or type \"exit\" to exit the application":"Pulse Ctrl+D o escriba «salir» para salir de la aplicación","More than one item match \"%s\". Please narrow down your query.":"Hay más de un elemento que coincide con «%s», intente mejorar su consulta.","No notebook selected.":"No se ha seleccionado ninguna libreta.","No notebook has been specified.":"Ninguna libreta fue especificada","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Cancelando sincronización de segundo plano... Por favor espere.","No such command: %s":"El comando no existe: %s","The command \"%s\" is only available in GUI mode":"El comando «%s» solamente está disponible en modo GUI","Cannot change encrypted item":"No se puede cambiar el elemento cifrado","Missing required argument: %s":"Falta un argumento requerido: %s","%s: %s":"%s: %s","Your choice: ":"Su elección: ","Invalid answer: %s":"Respuesta inválida: %s","Attaches the given file to the note.":"Adjuntar archivo a la nota.","Cannot find \"%s\".":"No se encuentra \"%s\".","Displays the given note.":"Mostrar la nota dada.","Displays the complete information about note.":"Mostrar la información completa acerca de la nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtener o configurar un valor. Si no se provee el [valor], se mostrará el valor de [nombre]. Si no se provee [nombre] ni [valor], se listará la configuración actual.","Also displays unset and hidden config variables.":"También muestra variables ocultas o no configuradas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica las notas que coincidan con en la libreta. Si no se especifica una libreta la nota se duplica en la libreta actual.","Marks a to-do as done.":"Marca una tarea como hecha.","Note is not a to-do: \"%s\"":"La nota no es una tarea: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Maneja la configuración E2EE. Comandos disponibles `enable`, `disable`, `decrypt`, `status` y `target-status`.","Enter master password:":"Introduzca la contraseña maestra:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando descifrado... Por favor espere, puede tardar varios minutos dependiendo de cuanto haya que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Habilitado","Disabled":"Deshabilitado","Encryption is: %s":"El cifrado es: %s","Edit note.":"Editar una nota.","No text editor is defined. Please set it using `config editor `":"No hay editor de texto definido. Por favor configure uno usando `config editor `","No active notebook.":"No hay libreta activa.","Note does not exist: \"%s\". Create it?":"La nota no existe: \"%s\". ¿Crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Iniciando la edición de una nota. Cierre el editor para regresar al prompt.","Error opening note in editor: %s":"Error abriendo la nota en el editor: %s","Note has been saved.":"La nota ha sido guardada.","Exits the application.":"Sale de la aplicación.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta datos de Joplin al directorio indicado. Por defecto, se exportará la base de datos completa incluyendo libretas, notas, etiquetas y recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta únicamente la nota indicada.","Exports only the given notebook.":"Exporta únicamente la libreta indicada.","Displays a geolocation URL for the note.":"Muestra la URL de la geolocalización de la nota.","Displays usage information.":"Muestra información de uso.","For information on how to customise the shortcuts please visit %s":"Para información de cómo personalizar los atajos por favor visite %s","Shortcuts are not available in CLI mode.":"Atajos no disponibles en modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba `help [command]` para obtener más información sobre el comando, o escriba `help all` para obtener toda la información acerca del uso del programa.","The possible commands are:":"Los posibles comandos son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Con cualquier comando, una nota o libreta puede ser referida por su título o ID, o utilizando atajos `$n` o `$b`, respectivamente, para la nota o libreta seleccionada. Se puede utilizar `$c` para hacer referencia al elemento seleccionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover desde un panel a otro, presione Tabulador o Mayúsuclas+Tabulador.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Para desplazar en las listas y areas de texto (incluyendo la consola) utilice las flechas y re pág/av pág.","To maximise/minimise the console, press \"tc\".":"Para maximizar/minimizar la consola, presione \"tc\".","To enter command line mode, press \":\"":"Para entrar a modo línea de comando, presione \":\"","To exit command line mode, press ESCAPE":"Para salir de modo línea de comando, presione ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Para una lista de los atajos de teclado disponibles, escriba `help keymap`","Imports data into Joplin.":"Importa los datos en Joplin.","Source format: %s":"Formato de origen: %s","Do not ask for confirmation.":"No requiere confirmación.","Found: %d.":"Encontrado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Omitido: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"Las notas han sido importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Muestra las notas en la libreta actual. Usa `ls /` para mostrar la lista de libretas.","Displays only the first top notes.":"Muestra las primeras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena los elementos por campo ( ej. title, updated_time, created_time).","Reverses the sorting order.":"Invierte el orden.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Muestra únicamente los elementos de los tipos especificados. Pueden ser `n` para notas, `t` para tareas, o `nt` para libretas y tareas (ej. `-tt` mostrará unicamente las tareas, mientras `-ttd` mostrará notas y tareas).","Either \"text\" or \"json\"":"Puede ser \"text\" o \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar formato largo de lista. El formato es ID, NOTE_COUNT ( para libretas), DATE,TODO_CHECKED ( para tareas), TITLE","Please select a notebook first.":"Por favor seleccione la libreta.","Creates a new notebook.":"Crea una nueva libreta.","Creates a new note.":"Crea una nueva nota.","Notes can only be created within a notebook.":"Notas solamente pueden ser creadas dentro de una libreta.","Creates a new to-do.":"Crea una nueva lista de tareas.","Moves the notes matching to [notebook].":"Mueve las notas que coincidan con a la [libreta].","Renames the given (note or notebook) to .":"Renombra el elemento dado (nota o libreta) a .","Deletes the given notebook.":"Elimina la libreta dada.","Deletes the notebook without asking for confirmation.":"Elimina una libreta sin pedir confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"¿Desea eliminar la libreta? Todas las notas y sublibretas dentro de esta libreta también serán eliminadas.","Deletes the notes matching .":"Elimina las notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina las notas sin pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden con el patrón. ¿Eliminarlas?","Delete note?":"¿Eliminar nota?","Searches for the given in all the notes.":"Buscar el patrón en todas las notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Asigna el valor [value] a la propiedad de la nota indicada . Propiedades disponibles:\n\n%s","Displays summary about the notes and notebooks.":"Muestra un resumen acerca de las notas y las libretas.","Synchronises with remote storage.":"Sincroniza con el almacenamiento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincroniza con el destino indicado (por defecto al valor de configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticación no completada (no se recibió token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir a Joplin sincronizar con Dropbox, por favor siga estos pasos:","Step 1: Open this URL in your browser to authorise the application:":"Paso 1: Abra esta dirección en su navegador para autorizar a la aplicación:","Step 2: Enter the code provided by Dropbox:":"Paso 2: Introduzca el código provisto por Dropbox:","Not authentified with %s. Please provide any missing credentials.":"No autenticado con %s. Por favor provea las credenciales.","Synchronisation is already in progress.":"Sincronzación en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ya hay un archivo de bloqueo. Si está seguro de que no hay una sincronización en curso puede eliminar el archivo de bloqueo «%s» y reanudar la operación.","Synchronisation target: %s (%s)":"Destino de la sincronización: %s (%s)","Cannot initialize synchroniser.":"No se puede inicializar sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Por favor espere."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" puede ser \"toggle\" o \"clear\". Usa \"toggle\" para cambiar la tarea dada entre estado completado y sin completar. (Si el objetivo es una nota regular se convertirá en una tarea). Usa \"clear\" para convertir la tarea a una nota regular.","Marks a to-do as non-completed.":"Marca una tarea como no completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia una [libreta] - todas las demás operaciones se realizan en ésta libreta.","Displays version information":"Muestra información de la versión","%s %s (%s)":"%s %s (%s)","Enum":"Enumeración","Type: %s.":"Tipo: %s.","Possible values: %s.":"Posibles valores: %s.","Default: %s":"Por defecto: %s","Possible keys/values:":"Claves/valores posbiles:","Type `joplin help` for usage information.":"Escriba `joplin help` para mostrar información de uso.","Fatal error:":"Error fatal:","The application has been authorised - you may now close this browser tab.":"La aplicación ha sido autorizada - ahora puede cerrar esta pestaña de su navegador.","The application has been successfully authorised.":"La aplicacion ha sido autorizada éxitosamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra la siguiente URL en su navegador para autenticar la aplicación. La aplicación creará un directorio en «Apps/Joplin» y solo leerá y escribirá archivos en ese directorio. No tendrá acceso a ningún archivo fuera de ese directorio ni a ningún otro archivo personal. No se compartirá información con terceros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenido a Joplin.\n\nEscriba «:help shortcuts» para obtener una lista con los atajos de teclado, o simplemente «:help» para información general.\n\nPor ejemplo, para crear una libreta escriba «mb», para crear una nota escriba «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o más elementos están cifrados y debe proporcionar la contraseña maestra. Para hacerlo por favor escriba `e2ee decrypt`. Si ya ha proporcionado la contraseña, los elementos están siendo descifrados en segundo plano y estarán disponibles en breve.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando el formato de \"%s\" a \"%s\". Por favor espere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando el formato de \"%s\" a \"%s\". Por favor espere...","PDF File":"Archivo PDF","File":"Archivo","New note":"Nueva nota","New to-do":"Nueva lista de tareas","New notebook":"Nueva libreta","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Oculta %s","Quit":"Salir","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"Negrita","Italic":"Cursiva","Insert Date Time":"Introduce fecha","Edit in external editor":"Editar con un editor externo","Search in all the notes":"Buscar en todas las notas","Search in current note":"Search in current note","View":"Ver","Toggle sidebar":"Cambia la barra lateral","Toggle editor layout":"Cambia el diseño del editor","Tools":"Herramientas","Synchronisation status":"Estado de la sincronización","Web clipper options":"Opciones de recorte web","Encryption options":"Opciones de cifrado","General Options":"Opciones generales","Help":"Ayuda","Website and documentation":"Sitio web y documentación","Make a donation":"Hacer una donación","Check for updates...":"Comprobar actualizaciones...","About Joplin":"Acerca de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Salir","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"La versión actual está actualizada.","%s (pre-release)":"","An update is available, do you want to download it now?":"Hay disponible una actualización. ¿Quiere descargarla ahora?","Your version: v%s":"","New version: v%s":"","Yes":"Sí","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"El servicio de recorte web está habilitado y configurado para que inicie automáticamente.","Status: Started on port %d":"Estado: Iniciado en el puerto %d","Status: %s":"Estado: %s","Disable Web Clipper Service":"Deshabilitar el servicio de recorte web","The web clipper service is not enabled.":"El servicio de recorte web no está habilitado.","Enable Web Clipper Service":"Habilitar el servicio de recorte web","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"El recorte web de Joplin permite guardar páginas web y capturas de pantalla desde su navegador.","In order to use the web clipper, you need to do the following:":"Para utilizar el recorte web, necesita hacer lo siguiente:","Step 1: Enable the clipper service":"Paso 1: Habilitar el servicio de recorte","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este servicio permite a la extensión del navegador comunicarse con Joplin. Cuando la habilite su cortafuegos puede solicitar permisos para que Joplin escuche en un puerto concreto.","Step 2: Install the extension":"Paso 2: Instalar la extensión","Download and install the relevant extension for your browser:":"Descargar e instalar para su navegador:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Apply":"Aplicar","Submit":"Aceptar","Save":"Guardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deshabilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán descifrados al destino. ¿Desea continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar el cifrado significa que *todas* sus notas y adjuntos van a ser re-sincronizados y se enviarán cifrados al destino. No pierda la contraseña, por cuestiones de seguridad, ¡es la *única* forma de descifrar los datos! Para habilitar el cifrado, por favor introduzca su contraseña más abajo.","Disable encryption":"Deshabilitar cifrado","Enable encryption":"Habilitar cifrado","Master Keys":"Clave maestra","Active":"Activo","ID":"ID","Source":"Origen","Created":"Creado","Updated":"Actualizado","Password":"Contraseña","Password OK":"Contraseña OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: Solo una clave maestra va a ser utilizar para el cifrado (la marcada como \"activa\"). Cualquiera de las claves puede ser utilizada para descifrar, dependiendo de como fueron cifradas originalmente las notas o las libretas.","Missing Master Keys":"No se encuentra la clave maestra","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"La clave maestra con estos ID son utilizadas para descifrar algunos de tus elementos, pero la apliación no tiene acceso a ellas. Serán descargadas a través de la sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para más información acerca del cifrado extremo a extremo (E2EE) y advertencias de como habilitarlo por favor revise la documentación:","Status":"Estado","Encryption is:":"El cifrado está:","Back":"Atrás","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Se creará la nueva libreta «%s» y se importará en ella el archivo «%s»","Please create a notebook first.":"Por favor cree una libreta primero.","Please create a notebook first":"Por favor cree una libreta primero","Notebook title:":"Título de libreta:","Add or remove tags:":"Agregar o borrar etiquetas: ","Separate each tag by a comma.":"Separar cada etiqueta por una coma.","Rename notebook:":"Renombrar libreta:","Rename tag:":"Renombrar etiqueta:","Set alarm:":"Ajustar alarma:","Layout":"Diseño","Search...":"Buscar...","Some items cannot be synchronised.":"No se han podido sincronizar algunos de los elementos.","View them now":"Verlos ahora","Some items cannot be decrypted.":"No se han podido descifrar algunos elementos.","Set the password":"Establecer la contraseña","Add or remove tags":"Añadir o borrar etiquetas","Duplicate":"Duplicado","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiar el enlace de Markdown","Delete":"Eliminar","Delete notes?":"¿Desea eliminar notas?","No notes in here. Create one by clicking on \"New note\".":"No hay ninguna nota. Cree una pulsando «Nota nueva».","There is currently no notebook. Create one by clicking on \"New notebook\".":"No hay ninguna libreta. Cree una pulsando en «Libreta nueva».","Location":"","URL":"","Note properties":"","Open...":"Abrir...","This file could not be opened: %s":"No se ha podido abrir este archivo: %s","Save as...":"Guardar como...","Copy path to clipboard":"Copiar la ruta en el portapapeles","Copy Link Address":"Copiar enlace","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Enlace o mensaje no soportado: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota no tiene contenido. Pulse en \"%s\" para cambiar al editor y editar la nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"texto destacado","emphasized text":"texto resaltado","List item":"Listar elementos","Insert Hyperlink":"Insertar hipervínculo","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","In: %s":"En: %s","Hyperlink":"Hipervínculo","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista con viñetas","Checkbox":"Casilla","Heading":"Título","Horizontal Rule":"Regla horizontal","Click to stop external editing":"Pulsa para detener la edición externa","Watching...":"Mirando...","to-do":"lista de tareas","note":"nota","Creating new %s...":"Creando nuevo %s...","Refresh":"Refrescar","Clear":"Limpiar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"Inicio de sesión de Dropbox","Options":"Opciones","Synchronisation Status":"Estado de la sincronización","Encryption Options":"Opciones de cifrado","Clipper Options":"Opciones de recorte","Remove this tag from all the notes?":"¿Desea eliminar esta etiqueta de todas las notas?","Remove this search from the sidebar?":"¿Desea eliminar esta búsqueda de la barra lateral?","Rename":"Renombrar","Synchronise":"Sincronizar","Notebooks":"Libretas","Decrypting items: %d/%d":"Descifrando elementos: %d/%d.","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione a dónde se debería exportar el estado de sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Etiqueta desconocida: %s","Dropbox":"Dropbox","File system":"Sistema de archivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Solo para pruebas)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de log desconocido: %s","Unknown level ID: %s":"ID de nivel desconocido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"No se ha podido actualizar token: faltan datos de autenticación. Reiniciar la sincronización podría solucionar el problema.","Untitled":"Sin título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"No se ha podido sincronizar con OneDrive.\n\nEste error suele ocurrir al utilizar OneDrive for Business. Este producto no está soportado.\n\nPodría considerar utilizar una cuenta Personal de OneDrive.","Cannot access %s":"No se ha podido acceder a %s","Created local items: %d.":"Elementos locales creados: %d.","Updated local items: %d.":"Elementos locales actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locales borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtenidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último error: %s","Idle":"Espera","In progress":"En progreso","Synchronisation is already in progress. State: %s":"La sincronización ya está en progreso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Los elementos cifrados no pueden ser modificados","Conflicts":"Conflictos","Cannot move notebook to this location":"No se puede mover la libreta a este lugar","Notebooks cannot be named \"%s\", which is a reserved title.":"No se puede usar el nombre «%s» para una libreta; es un título reservado.","title":"título","updated date":"fecha de actualización","created date":"fecha de creación","This note does not have geolocation information.":"Esta nota no tiene informacion de geolocalización.","Cannot copy note to \"%s\" notebook":"No se ha podido copiar la nota a la libreta «%s»","Cannot move note to \"%s\" notebook":"No se ha podido mover la nota a la libreta «%s»","Language":"Idioma","Date format":"Formato de fecha","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Oscuro","Uncompleted to-dos on top":"Mostrar tareas incompletas al inicio de las listas","Show completed to-dos":"Mostrar tareas completadas","Sort notes by":"Ordenar notas por","Reverse sort order":"Invierte el orden","Save geo-location with notes":"Guardar geolocalización en las notas","When creating a new to-do:":"Al crear una nueva lista de tareas:","Focus title":"Foco en el título","Focus body":"Foco en el cuerpo","When creating a new note:":"Cuando se crear una nota nueva:","Show tray icon":"Mostrar icono en la bandeja","Note: Does not work in all desktop environments.":"Nota: No funciona en todos los entornos de escritorio.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","Editor font size":"Editor font size","Editor font family":"Fuente del editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Esta debe ser una fuente *monoespaciada* o no funcionará correctamente. Si la fuente es incorrecta o vacía, se configurará una fuente monoespaciada genérica.","Automatically update the application":"Actualizar la aplicación automáticamente","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El comando del editor (puede incluir argumentos) que se utilizará para abrir una nota. Si no se provee ninguno se intentará auto detectar el editor por defecto.","Show advanced options":"Mostrar opciones avanzadas","Synchronisation target":"Destino de sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"El destino de la sincronización. Cada destino de la sincronización puede tener parámetros adicionales los cuales son llamados como `sync.NUM.NAME` (todos abajo documentados).","Directory to synchronise with (absolute path)":"Directorio con el que sincronizarse (ruta completa)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"La ruta a la que sincronizar cuando se activa la sincronización con sistema de archivos. Vea «sync.target».","Nextcloud WebDAV URL":"Servidor WebDAV de Nextcloud","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contraseña de Nextcloud","WebDAV URL":"Servidor WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contraseña de WebDAV","Custom TLS certificates":"Certificados TLS personalizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de rutas de los directorios de dónde cargar los certificados separados por comas, o la ruta individual de los certificados. Por ejemplo: /mi/cert_dir, /otro/personalizado.pem. Tenga en cuenta que si realiza cambios en la configuración de los certificados debe guardar los cambios antes de pulsar en \"Comprobar la configuración de sincronización\".","Ignore TLS certificate errors":"Ignorar errores en certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Archivo de exportación de Joplin","Markdown":"Markdown","Joplin Export Directory":"Directorio para exportar de Joplin","Evernote Export File":"Archivo exportado de Evernote","Json Export Directory":"Json Export Directory","Directory":"Directorio","Cannot load \"%s\" module for format \"%s\"":"No se puede cargar el módulo \"%s\" para el formato \"%s\"","Please specify import format for %s":"Por favor especifique el formato para importar de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"El elemento se encuentra cifrado: %s \"%s\". Por favor espere a que todos los elementos estén descifrados y pruebe de nuevo.","There is no data to export.":"No hay datos para exportar.","Please specify the notebook where the notes should be imported to.":"Por favor especifique la libreta donde las notas deben ser importadas.","Items that cannot be synchronised":"Elementos que no se pueden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estos elementos se mantendrán en el dispositivo pero no serán enviados al destino de sincronización. Para encontrar dichos elementos busca en el título o en el ID (el cual se muestra arriba entre corchetes).","Sync status (synced items / total items)":"Estado de sincronización (elementos sincronizados/elementos totales)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Conflictos: %d","To delete: %d":"Borrar: %d","Folders":"Carpetas","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"No hay notas. Cree una pulsando en el botón (+).","Delete these notes?":"¿Desea borrar estas notas?","Log":"Log","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover a la libreta...","Move %d notes to notebook \"%s\"?":"¿Desea mover %d notas a libreta «%s»?","Press to set the decryption password.":"Presione para establecer la contraseña de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Establecer alarma","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuevas etiquetas:","Type new tags or select from list":"Escriba nuevas etiquetas o seleccionelas de la lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar correctamente, la aplicación necesita los siguientes permisos. Por favor habilitelos en su teléfono, en Aplicaciones > Joplin > Permisos","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Almacenamiento: Permite adjuntar archivos a las notas y habilitar la sincronización del sistema de ficheros.","- Camera: to allow taking a picture and attaching it to a note.":"- Cámara: permite tomar fotografías y adjuntarlas en una nota.","- Location: to allow attaching geo-location information to a note.":"- Localización: permite adjuntar la información de geolocalización en la nota.","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Acceder con Dropbox","Enter code here":"Enter code here","Master Key %s":"Clave maestra %s","Created: %s":"Creado: %s","Password:":"Contraseña:","Password cannot be empty":"La contraseña no puede estar vacía","Enable":"Habilitado","The notebook could not be saved: %s":"No se ha podido guardar esta libreta: %s","Edit notebook":"Editar libreta","Show all":"Mostrar todo","Errors only":"Solo errores","This note has been modified:":"Esta nota ha sido modificada:","Save changes":"Guardar cambios","Discard changes":"Descartar cambios","No item with ID %s":"No hay elementos con el ID %s","The Joplin mobile app does not currently support this type of link: %s":"La aplicación móvil de Joplin no soporta actualmente este tipo de enlace: %s","Unsupported image type: %s":"Tipo de imagen no soportado: %s","Take photo":"Take photo","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"Compartir","Convert to note":"Convertir a nota","Convert to todo":"Convertir a lista de tareas","Hide metadata":"Ocultar metadatos","Show metadata":"Mostrar metadatos","View on map":"Ver en un mapa","Go to source URL":"","Delete notebook":"Borrar libreta","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Pulse en el botón (+) para crear una nueva nota o libreta. Pulse en el menú lateral para acceder a las libretas existentes.","You currently have no notebook. Create one by clicking on (+) button.":"No hay ninguna libreta. Cree una nueva libreta pulsando en el botón (+).","Welcome":"Bienvenido"} \ No newline at end of file diff --git a/ReactNativeClient/locales/eu.json b/ReactNativeClient/locales/eu.json index 4a8449cfd..129002e6e 100644 --- a/ReactNativeClient/locales/eu.json +++ b/ReactNativeClient/locales/eu.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Etiketa ezabatzeko, kendu etiketa duten oharrei","Please select the note or notebook to be deleted first.":"Aurretik aukeratu ezabatzeko oharra edo koadernoa, mesedez.","Press Ctrl+D or type \"exit\" to exit the application":"Sakatu Ktrl+D edo idatzi \"exit\" aplikaziotik irteteko","More than one item match \"%s\". Please narrow down your query.":"Elementu bat baino gehiago bat dator \"%s\" bilaketarekin. Mugatu zure bilaketa, mesedez.","No notebook selected.":"Ez dago koadernorik aukeratuta","No notebook has been specified.":"Ez dago koadernorik aukeratuta.","Y":"B","n":"e","N":"E","y":"b","Cancelling background synchronisation... Please wait.":"Atzeko sinkronizazioa uzten... Mesedez itxaron.","No such command: %s":"Ez dago komandorik: %s","The command \"%s\" is only available in GUI mode":"\"%s\" komandoa soilik eskuragarri GUI moduan","Cannot change encrypted item":"Ezinezkoa zifratutako itema aldatzea","Missing required argument: %s":"Beharrezko argumentua faltan: %s","%s: %s":"%s: %s","Your choice: ":"Zure aukera:","Invalid answer: %s":"Erantzun baliogabea: %s","Attaches the given file to the note.":"Erantsi fitxategia notan","Cannot find \"%s\".":"Ezin aurkitu \"%s\"","Displays the given note.":"Oharra erakutsi","Displays the complete information about note.":"Erakutsi oharrari buruzko informazio guztia.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Konfigurazio balioa hartu edo ezartzen du. Baldin eta [balioa] ez bada ematen, [izena]ren balioa erakutsiko du. Ez bada ematen [izena] ez [balioa], oraingo konfigurazioaren zerrenda erakutsiko da.","Also displays unset and hidden config variables.":"Ezkutuko edo zehaztu gabeko konfigurazio aldagaiak ere erakusten ditu.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"rekin bat datozen oharrak [koaderno]ra kopiatzen ditu. Koadernorik ez bada zehazten, oharra oraingo koadernoan bikoiztuko da","Marks a to-do as done.":"Markatu zeregina egindakotzat.","Note is not a to-do: \"%s\"":"Oharra ez da zeregina: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEren konfigurazioa erabiltzen du. Komandoak dira `enable`, `disable`, `decrypt`, `status` eta `target-status`.","Enter master password:":"Sartu pasahitz nagusia:","Operation cancelled":" Eragiketa utzita","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Deszifratzearen hasiera... Mesedez itxaron, prozesua luzea izan daiteke, zenbat dagoen prozesatzeko.","Completed decryption.":"Deszifratuta.","Enabled":"Gaituta","Disabled":"Desgaituta","Encryption is: %s":"Zifratzea da: %s","Edit note.":"Oharra editatu.","No text editor is defined. Please set it using `config editor `":"Testu editorerik ez dago definituta. Egin hau erabilita, mesedez: `config editor `","No active notebook.":"Ez dago koadernorik aukeratuta.","Note does not exist: \"%s\". Create it?":"Ez dago oharrik: \"%s\". Sortu?","Starting to edit note. Close the editor to get back to the prompt.":"Oharra editatzearen hasiera. Itxi editorea prompt-era bueltatzeko.","Error opening note in editor: %s":"Errorea editorean oharra zabaltzean: %s","Note has been saved.":"Oharra gorde da.","Exits the application.":"Irten aplikaziotik.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Esportatu emandako oharra soilik.","Exports only the given notebook.":"Esportatu emandako koadernoa soilik.","Displays a geolocation URL for the note.":"Erakutsi URL geolokalizazioa oharrean.","Displays usage information.":"Erakutsi erabilera datuak.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"CLI moduan ez dago lasterbiderik erabilgarri.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Idatzi `help [command]` komandoari buruzko informazio gehiagorako; edo idatzi `help all` erabilerari buruzko informazio osoa lortzeko.","The possible commands are:":"Litezkeen komandoak hauek dira:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Edozein komandotan, oharra edo koadernoari erreferentzia egin ahal zaio izenburuz edo ID erabilita, edo `$n` edo `$b` lasterbideak erabilita, aukeratuta dagoen oharra edo koadernoa erabiltzeko. `$c` ere erabil daiteke aukeratutako elementua erabiltzeko.","To move from one pane to another, press Tab or Shift+Tab.":"Panel batetik bestera mugitzeko, sakatu Tab edo Shifft + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Erabili geziak edo page up/down list eta testu guneen artean aldatzeko (kontsola hau ere kontuan izanda).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Komando lerroa sartzeko, idatzi \":\"","To exit command line mode, press ESCAPE":"Komando lerrotik irteteko, sakatu ESC, mesedez","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ez galdetu berresteko.","Found: %d.":"Aurkitua: %d","Created: %d.":"Sortuta: %d.","Updated: %d.":"Eguneratuta: %d.","Skipped: %d.":"Saltatuta: %d.","Resources: %d.":"Baliabideak: %d.","Tagged: %d.":"Etiketatuta: %d.","Importing notes...":"Oharrak inportatzen...","The notes have been imported: %s":"Oharrak inportatu dira: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Oraingo koadernoko oharrak erakusten ditu. Erabili `ls /` koadernoen zerrenda erakusteko.","Displays only the first top notes.":"Erakusten ditu soilik gorengo oharrak.","Sorts the item by (eg. title, updated_time, created_time).":"Itemak antolatzen ditu arabera (esate baterako, izenburua, eguneratze_unea, sortze_unea).","Reverses the sorting order.":"Alderantziz antolatzen du.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zehaztutako item motak baino ez du erakusten. Izan daiteke `n` oharretarako, `t` zereginetarako, edo `nt` ohar eta zereginetarako (esate batrako, `-tt` zereginak erakutsiko ditu soilik, `-ttd` berriz zereginak eta oharrak.","Either \"text\" or \"json\"":"Either \"text\" or \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Zerrenda luzearen formatua erabili. Formatua hau da, ID, NOTE_COUNT (libururako), DATE, TODO_CHECKED (zereginetarako), TITLE","Please select a notebook first.":"Aurretik aukeratu formatua, mesedez.","Creates a new notebook.":"Koaderno berria sortzen du.","Creates a new note.":"Ohar berria sortzen du.","Notes can only be created within a notebook.":"Oharrak soilik sor daitezke koaderno baten barruan.","Creates a new to-do.":"Zeregin berria sortu.","Moves the notes matching to [notebook].":"Oharrak eramaten ditu bilatuta [notebook]era.","Renames the given (note or notebook) to .":"Ber izendatu emandako (oharra edo koadernoa) izen berriaz.","Deletes the given notebook.":"Ezabatu emandako koadernoak.","Deletes the notebook without asking for confirmation.":"Ezabatu koadernoak berrespenik gabe.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Ezabatu bat datozen oharrak: .","Deletes the notes without asking for confirmation.":"Ezabatu oharrak berrespenik eskatu gabe.","%d notes match this pattern. Delete them?":"%d oharrak bat datoz ereduarekin. Ezabatu nahi dituzu?","Delete note?":"Oharra ezabatu?","Searches for the given in all the notes.":"Emandako bilatzen du ohar guztietan.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Emandako ren ezaugarrian emandako [value] balioa ezartzen du. Litezkeen ezaugarriak dira:\n\n%s","Displays summary about the notes and notebooks.":"Oharren eta koadernoen laburpena erakusten du.","Synchronises with remote storage.":"Urruneko biltegiarekin sinkronizatzen du.","Sync to provided target (defaults to sync.target config value)":"Sync to provided target (defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Autentifikazioa ez da egin osorik (ez du token-ik hartu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Ez da autentifikatu %s -rekin. Eman galdutako kredentzialak.","Synchronisation is already in progress.":"Sinkronizazio prozesua dagoeneko abian da.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Giltzatzeko fitxategia dagoeneko eutsita dagoeneko. Baldin eta badakizu ez dena sinkronizaziorik egiten ari, ken dezakezu giltzatzeko fitxategia \"%s\"-n eta berrekin eragiketari.","Synchronisation target: %s (%s)":"Sinkronizazio helburua: %s (%s)","Cannot initialize synchroniser.":"Ezin has daiteke sinkronizazio prozesua.","Starting synchronisation...":"Sinkronizazioa hasten...","Downloading resources...":"","Cancelling... Please wait.":"Bertan behera uzten... itxaron, mesedez."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Komando baliogabea: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" erabil daiteke \"txandakatzeko\" edo \"garbitzeko\". Erabili \"txandakatu\", emandako zeregina txandakatzeko bete ala ez-betea txandaketzeko (helburua ohar arrunta bada, zeregin bihurtuko da. Erabili \"garbitu\" zeregina ohar arrunt bilakatzeko.","Marks a to-do as non-completed.":"Markatu zeregina betegabe moduan.","Switches to [notebook] - all further operations will happen within this notebook.":"Aldatu [koaderno]ra - hurrengo eragiketak koaderno horretan jazoko dira.","Displays version information":"Erakutsi bertsioko informazioa","%s %s (%s)":"%s %s (%s)","Enum":"Zenbakitu","Type: %s.":"Idatz: %s.","Possible values: %s.":"Litezkeen balioak: %s.","Default: %s":"Lehenetsia: %s","Possible keys/values:":"Litezkeen balioak:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Aio! Agur! :_( ","The application has been authorised - you may now close this browser tab.":"Aplikazioak baimena hartu du - Orain fitxa hau zarratu dezakezu.","The application has been successfully authorised.":"Aplikazioak baimena hartu du.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.","Search:":"Bilatu:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Ongi etorri Joplin-era!\n\nIdatz `:help shortcuts` lasterbideak ikusteko, edo soilik `:help`erabilerako informaziorako.\n\nEsate baterako, koadernoa sortzeko sakatu `mb`: oharra sortzeko sakatu `mn`","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Item bat edo gehiago orain zifratuta daude eta baliteke zuk pasahitz nagusia ordezkatu behar izatea. Horixe egiteko, mesedez, idatz `e2ee decrypt`. Dagoeneko pasahitza ordezkatua baduzu, itemak deszifratzen ari izango dira atzeko planoan eta laster izango dira eskuragarri.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Fitxategia","New note":"Ohar berria","New to-do":"Zeregin berria","New notebook":"Koaderno berria","Import":"Inportatu","Export":"Export","Print":"","Hide %s":"","Quit":"Irten","Edit":"Editatu","Copy":"Kopiatu","Cut":"Moztu","Paste":"Itsatsi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Bilatu ohar guztietan","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tresnak","Synchronisation status":"Sinkronizazioaren egoera","Web clipper options":"","Encryption options":"Zifratzeko aukerak","General Options":"Ezarpenak","Help":"Laguntza","Website and documentation":"Web orria eta dokumentazioa (en)","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Joplin-i buruz","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Utzi","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Apply":"","Submit":"","Save":"Gorde","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Zifratua desgaitzeak esan nahi du zure ohar eta eranskin *guztiak* berriro deszifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Segitu nahi duzu?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zifratua gaitzeak esan nahi du zure ohar eta eranskin *guztiak* zifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Ez galdu pasahitza, bera izango baita datuak deszifratzeko bide *bakarra*! Zifratua baimentzeko, mesedez, aurretik sartu zure pasahitza.","Disable encryption":"Zifratzea desgaitu","Enable encryption":"Zifratua gaitu","Master Keys":"Pasahitz nagusia","Active":"Aktibo","ID":"ID","Source":"Iturburua","Created":"Sortua","Updated":"Eguneratua","Password":"Pasahitza","Password OK":"Pasahitza ondo","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Egoera","Encryption is:":"Zifratua da:","Back":"Atzera","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" koaderno berria sortuko da eta \"%s\" Fitxategia inportatuko da bertara","Please create a notebook first.":"Aurretik sortu koadernoa, mesedez.","Please create a notebook first":"Aurretik sortu koadernoa, mesedez","Notebook title:":"Koadernoaren izenburua: ","Add or remove tags:":"Gehitu edo ezabatu etiketak:","Separate each tag by a comma.":"Banatu etiketak koma erabiliaz.","Rename notebook:":"Berrizendatu koadernoa:","Rename tag:":"Rename tag:","Set alarm:":"Ezarri alarma:","Layout":"Diseinua","Search...":"Search...","Some items cannot be synchronised.":"Zenbait item ezin dira sinkronizatu.","View them now":"Ikusi hori orain","Some items cannot be decrypted.":"Zenbait item ezin dira deszifratu.","Set the password":"Ezarri pasahitza","Add or remove tags":"Gehitu edo ezabatu etiketak","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Ezabatu","Delete notes?":"Oharrak ezabatu?","No notes in here. Create one by clicking on \"New note\".":"Hemen ez dago oharrik. Sortu bat \"Ohar berria\" sakatuta.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentuz ez dago koadernorik. Sortu bat \"Koaderno berria\" sakatuta.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Esteka edo mezu ez dago onartua: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Refresh","Clear":"Garbitu","OneDrive Login":"Logeatu OneDriven","Dropbox Login":"","Options":"Aukerak","Synchronisation Status":"Sinkronizazioaren egoera","Encryption Options":"Zifratzeko aukerak","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Kendu etiketa hori ohar guztietatik?","Remove this search from the sidebar?":"Kendu bilaketa hori ohar guztietatik?","Rename":"Berrizendatu","Synchronise":"Sinkronizatu","Notebooks":"Koadernoak","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Erabili: %s","Unknown flag: %s":"Marka ezezaguna: %s","Dropbox":"","File system":"Fitxategi sistema","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (aprobetarako soilik)","WebDAV":"WebDAV","Unknown log level: %s":"Egunkari maila ezezaguna: %s","Unknown level ID: %s":"IDa maila ezezaguna: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Tokena ezin eguneratu daiteke: egiaztatze-datuak desagertuta daude. Agian, berriro sinkronizatzeak arazoa konpon lezake.","Untitled":"Titulu gabekoa","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.","Cannot access %s":"Ezin atzituta %s","Created local items: %d.":"Item lokalak sortuta: %d.","Updated local items: %d.":"Item lokalak eguneratuta: %d.","Created remote items: %d.":"Urruneko itemak sortuta: %d.","Updated remote items: %d.":"Urruneko itemak eguneratuta: %d.","Deleted local items: %d.":"Item lokala ezabatuta: %d.","Deleted remote items: %d.":"Urruneko itemak ezabatuta: %d.","Fetched items: %d/%d.":"Itemak eskuratuta: %d%d.","Cancelling...":"Bertan behera uzten...","Completed: %s":"Osatuta: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizazioa hasita dago. Egoera: %s","Encrypted":"Zifratuta","Encrypted items cannot be modified":"Zifratutako itemak ezin aldatu daitezke","Conflicts":"Gatazkak","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ohar honek ez du geokokapen informaziorik.","Cannot copy note to \"%s\" notebook":"Ezin kopia daiteke oharra \"%s\" koadernora","Cannot move note to \"%s\" notebook":"Ezin eraman daiteke oharra \"%s\" koadernora","Language":"Hizkuntza","Date format":"Data-formatua","Time format":"Ordu formatua","Theme":"Gaia","Light":"Argia","Dark":"Iluna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Gore geokokapena oharrekin","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom percentage","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatikoki eguneratu aplikazioa","Synchronisation interval":"Sinkronizazio tartea","%d minutes":"%d minutuak","%d hour":"% ordua","%d hours":"% orduak","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Erakutsi aukera aurreratuak","Synchronisation target":"Sinkronizazio helbudua","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Sinkronizazio helburua. Sinkronizazio aukera bakoitzak izan ditzake parametro gehigarriak, horrela izendatuta `sync.NUM.NAME` (dena beherago dokumentatuta).","Directory to synchronise with (absolute path)":"Sinkronizatzeko direktorioa (bide-izena osorik)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sinkronizazio sistema gaituta dagoenerako bide-izena. Ikus `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Itemok ezin sinkronizatu","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Itemok gailuan geratuko dira baina ez dira sinkronizatuko. Horiek aurkitzeko bilaketak egin titulu edo goiko parentesien arteko IDaren arabera.","Sync status (synced items / total items)":"Sinkronizazio egoera (sinkronizatutako itemak/itemak guztira)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Denera: %d/%d","Conflicted: %d":"Gatazkatsua: %d","To delete: %d":"Ezabatzeko: %d","Folders":"Karpetak","%s: %d notes":"%s: %d oharrak","Coming alarms":"Hurrengo alarmak","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ez dago oharrik. Sortu bat (+) botoian klik eginaz.","Delete these notes?":"Oharrok ezabatu?","Log":"Egunkaria","Export Debug Report":"Esportatu arazketa txostena","Encryption Config":"Zifratze Ezarpenak","Configuration":"Konfigurazioa","Move to notebook...":"Mugitu ... koadernora","Move %d notes to notebook \"%s\"?":"Mugitu %d oharrak \"%s\" koadernora?","Press to set the decryption password.":"Sakatu deszifratze pasahitza ezartzeko.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Pasahitz Nagusia %s","Created: %s":"Sortuta: %s","Password:":"Pasahitza:","Password cannot be empty":"Pasahitza ezin utz daiteke hutsik","Enable":"Gaituta","The notebook could not be saved: %s":"Koadernoa ezin gorde daiteke: %s","Edit notebook":"Editatu koadernoa","Show all":"","Errors only":"","This note has been modified:":"Ohar hau mugitua izan da:","Save changes":"Gorde aldaketak","Discard changes":"Bertan behera utzi aldaketak","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Irudi formatua ez onartua: %s","Take photo":"Take photo","Attach photo":"Argazkia erantsi","Attach any file":"Erantsi fitxategiren bat","Share":"","Convert to note":"Oharra bihurtu","Convert to todo":"Zeregina bihurtu","Hide metadata":"Ezkutatu metadatuak","Show metadata":"Erakutsi metadatuak","View on map":"Ikusi mapan","Go to source URL":"","Delete notebook":"Ezabatu koadernoa","Login with OneDrive":"Login with OneDrive","Search":"Bilatu","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Sakatu (+) botoian ohar edo koaderno berria sortzeko. Klik alboko menuan dagoeneko badiren koadernoak.","You currently have no notebook. Create one by clicking on (+) button.":"Oraindik ez duzu koadernorik. Sortu bat (+) botoian sakatuta.","Welcome":"Ongi etorri!"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Etiketa ezabatzeko, kendu etiketa duten oharrei","Please select the note or notebook to be deleted first.":"Aurretik aukeratu ezabatzeko oharra edo koadernoa, mesedez.","Press Ctrl+D or type \"exit\" to exit the application":"Sakatu Ktrl+D edo idatzi \"exit\" aplikaziotik irteteko","More than one item match \"%s\". Please narrow down your query.":"Elementu bat baino gehiago bat dator \"%s\" bilaketarekin. Mugatu zure bilaketa, mesedez.","No notebook selected.":"Ez dago koadernorik aukeratuta","No notebook has been specified.":"Ez dago koadernorik aukeratuta.","Y":"B","n":"e","N":"E","y":"b","Cancelling background synchronisation... Please wait.":"Atzeko sinkronizazioa uzten... Mesedez itxaron.","No such command: %s":"Ez dago komandorik: %s","The command \"%s\" is only available in GUI mode":"\"%s\" komandoa soilik eskuragarri GUI moduan","Cannot change encrypted item":"Ezinezkoa zifratutako itema aldatzea","Missing required argument: %s":"Beharrezko argumentua faltan: %s","%s: %s":"%s: %s","Your choice: ":"Zure aukera:","Invalid answer: %s":"Erantzun baliogabea: %s","Attaches the given file to the note.":"Erantsi fitxategia notan","Cannot find \"%s\".":"Ezin aurkitu \"%s\"","Displays the given note.":"Oharra erakutsi","Displays the complete information about note.":"Erakutsi oharrari buruzko informazio guztia.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Konfigurazio balioa hartu edo ezartzen du. Baldin eta [balioa] ez bada ematen, [izena]ren balioa erakutsiko du. Ez bada ematen [izena] ez [balioa], oraingo konfigurazioaren zerrenda erakutsiko da.","Also displays unset and hidden config variables.":"Ezkutuko edo zehaztu gabeko konfigurazio aldagaiak ere erakusten ditu.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"rekin bat datozen oharrak [koaderno]ra kopiatzen ditu. Koadernorik ez bada zehazten, oharra oraingo koadernoan bikoiztuko da","Marks a to-do as done.":"Markatu zeregina egindakotzat.","Note is not a to-do: \"%s\"":"Oharra ez da zeregina: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEren konfigurazioa erabiltzen du. Komandoak dira `enable`, `disable`, `decrypt`, `status` eta `target-status`.","Enter master password:":"Sartu pasahitz nagusia:","Operation cancelled":" Eragiketa utzita","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Deszifratzearen hasiera... Mesedez itxaron, prozesua luzea izan daiteke, zenbat dagoen prozesatzeko.","Completed decryption.":"Deszifratuta.","Enabled":"Gaituta","Disabled":"Desgaituta","Encryption is: %s":"Zifratzea da: %s","Edit note.":"Oharra editatu.","No text editor is defined. Please set it using `config editor `":"Testu editorerik ez dago definituta. Egin hau erabilita, mesedez: `config editor `","No active notebook.":"Ez dago koadernorik aukeratuta.","Note does not exist: \"%s\". Create it?":"Ez dago oharrik: \"%s\". Sortu?","Starting to edit note. Close the editor to get back to the prompt.":"Oharra editatzearen hasiera. Itxi editorea prompt-era bueltatzeko.","Error opening note in editor: %s":"Errorea editorean oharra zabaltzean: %s","Note has been saved.":"Oharra gorde da.","Exits the application.":"Irten aplikaziotik.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Esportatu emandako oharra soilik.","Exports only the given notebook.":"Esportatu emandako koadernoa soilik.","Displays a geolocation URL for the note.":"Erakutsi URL geolokalizazioa oharrean.","Displays usage information.":"Erakutsi erabilera datuak.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"CLI moduan ez dago lasterbiderik erabilgarri.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Idatzi `help [command]` komandoari buruzko informazio gehiagorako; edo idatzi `help all` erabilerari buruzko informazio osoa lortzeko.","The possible commands are:":"Litezkeen komandoak hauek dira:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Edozein komandotan, oharra edo koadernoari erreferentzia egin ahal zaio izenburuz edo ID erabilita, edo `$n` edo `$b` lasterbideak erabilita, aukeratuta dagoen oharra edo koadernoa erabiltzeko. `$c` ere erabil daiteke aukeratutako elementua erabiltzeko.","To move from one pane to another, press Tab or Shift+Tab.":"Panel batetik bestera mugitzeko, sakatu Tab edo Shifft + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Erabili geziak edo page up/down list eta testu guneen artean aldatzeko (kontsola hau ere kontuan izanda).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Komando lerroa sartzeko, idatzi \":\"","To exit command line mode, press ESCAPE":"Komando lerrotik irteteko, sakatu ESC, mesedez","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ez galdetu berresteko.","Found: %d.":"Aurkitua: %d","Created: %d.":"Sortuta: %d.","Updated: %d.":"Eguneratuta: %d.","Skipped: %d.":"Saltatuta: %d.","Resources: %d.":"Baliabideak: %d.","Tagged: %d.":"Etiketatuta: %d.","Importing notes...":"Oharrak inportatzen...","The notes have been imported: %s":"Oharrak inportatu dira: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Oraingo koadernoko oharrak erakusten ditu. Erabili `ls /` koadernoen zerrenda erakusteko.","Displays only the first top notes.":"Erakusten ditu soilik gorengo oharrak.","Sorts the item by (eg. title, updated_time, created_time).":"Itemak antolatzen ditu arabera (esate baterako, izenburua, eguneratze_unea, sortze_unea).","Reverses the sorting order.":"Alderantziz antolatzen du.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Zehaztutako item motak baino ez du erakusten. Izan daiteke `n` oharretarako, `t` zereginetarako, edo `nt` ohar eta zereginetarako (esate batrako, `-tt` zereginak erakutsiko ditu soilik, `-ttd` berriz zereginak eta oharrak.","Either \"text\" or \"json\"":"Either \"text\" or \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Zerrenda luzearen formatua erabili. Formatua hau da, ID, NOTE_COUNT (libururako), DATE, TODO_CHECKED (zereginetarako), TITLE","Please select a notebook first.":"Aurretik aukeratu formatua, mesedez.","Creates a new notebook.":"Koaderno berria sortzen du.","Creates a new note.":"Ohar berria sortzen du.","Notes can only be created within a notebook.":"Oharrak soilik sor daitezke koaderno baten barruan.","Creates a new to-do.":"Zeregin berria sortu.","Moves the notes matching to [notebook].":"Oharrak eramaten ditu bilatuta [notebook]era.","Renames the given (note or notebook) to .":"Ber izendatu emandako (oharra edo koadernoa) izen berriaz.","Deletes the given notebook.":"Ezabatu emandako koadernoak.","Deletes the notebook without asking for confirmation.":"Ezabatu koadernoak berrespenik gabe.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Ezabatu bat datozen oharrak: .","Deletes the notes without asking for confirmation.":"Ezabatu oharrak berrespenik eskatu gabe.","%d notes match this pattern. Delete them?":"%d oharrak bat datoz ereduarekin. Ezabatu nahi dituzu?","Delete note?":"Oharra ezabatu?","Searches for the given in all the notes.":"Emandako bilatzen du ohar guztietan.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Emandako ren ezaugarrian emandako [value] balioa ezartzen du. Litezkeen ezaugarriak dira:\n\n%s","Displays summary about the notes and notebooks.":"Oharren eta koadernoen laburpena erakusten du.","Synchronises with remote storage.":"Urruneko biltegiarekin sinkronizatzen du.","Sync to provided target (defaults to sync.target config value)":"Sync to provided target (defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Autentifikazioa ez da egin osorik (ez du token-ik hartu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Ez da autentifikatu %s -rekin. Eman galdutako kredentzialak.","Synchronisation is already in progress.":"Sinkronizazio prozesua dagoeneko abian da.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Giltzatzeko fitxategia dagoeneko eutsita dagoeneko. Baldin eta badakizu ez dena sinkronizaziorik egiten ari, ken dezakezu giltzatzeko fitxategia \"%s\"-n eta berrekin eragiketari.","Synchronisation target: %s (%s)":"Sinkronizazio helburua: %s (%s)","Cannot initialize synchroniser.":"Ezin has daiteke sinkronizazio prozesua.","Starting synchronisation...":"Sinkronizazioa hasten...","Downloading resources...":"","Cancelling... Please wait.":"Bertan behera uzten... itxaron, mesedez."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Komando baliogabea: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" erabil daiteke \"txandakatzeko\" edo \"garbitzeko\". Erabili \"txandakatu\", emandako zeregina txandakatzeko bete ala ez-betea txandaketzeko (helburua ohar arrunta bada, zeregin bihurtuko da. Erabili \"garbitu\" zeregina ohar arrunt bilakatzeko.","Marks a to-do as non-completed.":"Markatu zeregina betegabe moduan.","Switches to [notebook] - all further operations will happen within this notebook.":"Aldatu [koaderno]ra - hurrengo eragiketak koaderno horretan jazoko dira.","Displays version information":"Erakutsi bertsioko informazioa","%s %s (%s)":"%s %s (%s)","Enum":"Zenbakitu","Type: %s.":"Idatz: %s.","Possible values: %s.":"Litezkeen balioak: %s.","Default: %s":"Lehenetsia: %s","Possible keys/values:":"Litezkeen balioak:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Aio! Agur! :_( ","The application has been authorised - you may now close this browser tab.":"Aplikazioak baimena hartu du - Orain fitxa hau zarratu dezakezu.","The application has been successfully authorised.":"Aplikazioak baimena hartu du.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.","Search:":"Bilatu:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Ongi etorri Joplin-era!\n\nIdatz `:help shortcuts` lasterbideak ikusteko, edo soilik `:help`erabilerako informaziorako.\n\nEsate baterako, koadernoa sortzeko sakatu `mb`: oharra sortzeko sakatu `mn`","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Item bat edo gehiago orain zifratuta daude eta baliteke zuk pasahitz nagusia ordezkatu behar izatea. Horixe egiteko, mesedez, idatz `e2ee decrypt`. Dagoeneko pasahitza ordezkatua baduzu, itemak deszifratzen ari izango dira atzeko planoan eta laster izango dira eskuragarri.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Fitxategia","New note":"Ohar berria","New to-do":"Zeregin berria","New notebook":"Koaderno berria","Import":"Inportatu","Export":"Export","Print":"","Hide %s":"","Quit":"Irten","Edit":"Editatu","Copy":"Kopiatu","Cut":"Moztu","Paste":"Itsatsi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Bilatu ohar guztietan","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tresnak","Synchronisation status":"Sinkronizazioaren egoera","Web clipper options":"","Encryption options":"Zifratzeko aukerak","General Options":"Ezarpenak","Help":"Laguntza","Website and documentation":"Web orria eta dokumentazioa (en)","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Joplin-i buruz","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Utzi","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Apply":"","Submit":"","Save":"Gorde","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Zifratua desgaitzeak esan nahi du zure ohar eta eranskin *guztiak* berriro deszifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Segitu nahi duzu?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Zifratua gaitzeak esan nahi du zure ohar eta eranskin *guztiak* zifratuta sinkronizatuko eta bidaliko direla sinkronizazio helburura. Ez galdu pasahitza, bera izango baita datuak deszifratzeko bide *bakarra*! Zifratua baimentzeko, mesedez, aurretik sartu zure pasahitza.","Disable encryption":"Zifratzea desgaitu","Enable encryption":"Zifratua gaitu","Master Keys":"Pasahitz nagusia","Active":"Aktibo","ID":"ID","Source":"Iturburua","Created":"Sortua","Updated":"Eguneratua","Password":"Pasahitza","Password OK":"Pasahitza ondo","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Egoera","Encryption is:":"Zifratua da:","Back":"Atzera","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" koaderno berria sortuko da eta \"%s\" Fitxategia inportatuko da bertara","Please create a notebook first.":"Aurretik sortu koadernoa, mesedez.","Please create a notebook first":"Aurretik sortu koadernoa, mesedez","Notebook title:":"Koadernoaren izenburua: ","Add or remove tags:":"Gehitu edo ezabatu etiketak:","Separate each tag by a comma.":"Banatu etiketak koma erabiliaz.","Rename notebook:":"Berrizendatu koadernoa:","Rename tag:":"Rename tag:","Set alarm:":"Ezarri alarma:","Layout":"Diseinua","Search...":"Search...","Some items cannot be synchronised.":"Zenbait item ezin dira sinkronizatu.","View them now":"Ikusi hori orain","Some items cannot be decrypted.":"Zenbait item ezin dira deszifratu.","Set the password":"Ezarri pasahitza","Add or remove tags":"Gehitu edo ezabatu etiketak","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Ezabatu","Delete notes?":"Oharrak ezabatu?","No notes in here. Create one by clicking on \"New note\".":"Hemen ez dago oharrik. Sortu bat \"Ohar berria\" sakatuta.","There is currently no notebook. Create one by clicking on \"New notebook\".":"Momentuz ez dago koadernorik. Sortu bat \"Koaderno berria\" sakatuta.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Esteka edo mezu ez dago onartua: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Refresh","Clear":"Garbitu","OneDrive Login":"Logeatu OneDriven","Dropbox Login":"","Options":"Aukerak","Synchronisation Status":"Sinkronizazioaren egoera","Encryption Options":"Zifratzeko aukerak","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Kendu etiketa hori ohar guztietatik?","Remove this search from the sidebar?":"Kendu bilaketa hori ohar guztietatik?","Rename":"Berrizendatu","Synchronise":"Sinkronizatu","Notebooks":"Koadernoak","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Erabili: %s","Unknown flag: %s":"Marka ezezaguna: %s","Dropbox":"","File system":"Fitxategi sistema","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (aprobetarako soilik)","WebDAV":"WebDAV","Unknown log level: %s":"Egunkari maila ezezaguna: %s","Unknown level ID: %s":"IDa maila ezezaguna: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Tokena ezin eguneratu daiteke: egiaztatze-datuak desagertuta daude. Agian, berriro sinkronizatzeak arazoa konpon lezake.","Untitled":"Titulu gabekoa","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.","Cannot access %s":"Ezin atzituta %s","Created local items: %d.":"Item lokalak sortuta: %d.","Updated local items: %d.":"Item lokalak eguneratuta: %d.","Created remote items: %d.":"Urruneko itemak sortuta: %d.","Updated remote items: %d.":"Urruneko itemak eguneratuta: %d.","Deleted local items: %d.":"Item lokala ezabatuta: %d.","Deleted remote items: %d.":"Urruneko itemak ezabatuta: %d.","Fetched items: %d/%d.":"Itemak eskuratuta: %d%d.","Cancelling...":"Bertan behera uzten...","Completed: %s":"Osatuta: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizazioa hasita dago. Egoera: %s","Encrypted":"Zifratuta","Encrypted items cannot be modified":"Zifratutako itemak ezin aldatu daitezke","Conflicts":"Gatazkak","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ohar honek ez du geokokapen informaziorik.","Cannot copy note to \"%s\" notebook":"Ezin kopia daiteke oharra \"%s\" koadernora","Cannot move note to \"%s\" notebook":"Ezin eraman daiteke oharra \"%s\" koadernora","Language":"Hizkuntza","Date format":"Data-formatua","Time format":"Ordu formatua","Theme":"Gaia","Light":"Argia","Dark":"Iluna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Gore geokokapena oharrekin","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoom percentage","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatikoki eguneratu aplikazioa","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Sinkronizazio tartea","%d minutes":"%d minutuak","%d hour":"% ordua","%d hours":"% orduak","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Erakutsi aukera aurreratuak","Synchronisation target":"Sinkronizazio helbudua","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Sinkronizazio helburua. Sinkronizazio aukera bakoitzak izan ditzake parametro gehigarriak, horrela izendatuta `sync.NUM.NAME` (dena beherago dokumentatuta).","Directory to synchronise with (absolute path)":"Sinkronizatzeko direktorioa (bide-izena osorik)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sinkronizazio sistema gaituta dagoenerako bide-izena. Ikus `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Itemok ezin sinkronizatu","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Itemok gailuan geratuko dira baina ez dira sinkronizatuko. Horiek aurkitzeko bilaketak egin titulu edo goiko parentesien arteko IDaren arabera.","Sync status (synced items / total items)":"Sinkronizazio egoera (sinkronizatutako itemak/itemak guztira)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Denera: %d/%d","Conflicted: %d":"Gatazkatsua: %d","To delete: %d":"Ezabatzeko: %d","Folders":"Karpetak","%s: %d notes":"%s: %d oharrak","Coming alarms":"Hurrengo alarmak","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Ez dago oharrik. Sortu bat (+) botoian klik eginaz.","Delete these notes?":"Oharrok ezabatu?","Log":"Egunkaria","Export Debug Report":"Esportatu arazketa txostena","Encryption Config":"Zifratze Ezarpenak","Configuration":"Konfigurazioa","Move to notebook...":"Mugitu ... koadernora","Move %d notes to notebook \"%s\"?":"Mugitu %d oharrak \"%s\" koadernora?","Press to set the decryption password.":"Sakatu deszifratze pasahitza ezartzeko.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Pasahitz Nagusia %s","Created: %s":"Sortuta: %s","Password:":"Pasahitza:","Password cannot be empty":"Pasahitza ezin utz daiteke hutsik","Enable":"Gaituta","The notebook could not be saved: %s":"Koadernoa ezin gorde daiteke: %s","Edit notebook":"Editatu koadernoa","Show all":"","Errors only":"","This note has been modified:":"Ohar hau mugitua izan da:","Save changes":"Gorde aldaketak","Discard changes":"Bertan behera utzi aldaketak","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Irudi formatua ez onartua: %s","Take photo":"Take photo","Attach photo":"Argazkia erantsi","Attach any file":"Erantsi fitxategiren bat","Share":"","Convert to note":"Oharra bihurtu","Convert to todo":"Zeregina bihurtu","Hide metadata":"Ezkutatu metadatuak","Show metadata":"Erakutsi metadatuak","View on map":"Ikusi mapan","Go to source URL":"","Delete notebook":"Ezabatu koadernoa","Login with OneDrive":"Login with OneDrive","Search":"Bilatu","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Sakatu (+) botoian ohar edo koaderno berria sortzeko. Klik alboko menuan dagoeneko badiren koadernoak.","You currently have no notebook. Create one by clicking on (+) button.":"Oraindik ez duzu koadernorik. Sortu bat (+) botoian sakatuta.","Welcome":"Ongi etorri!"} \ No newline at end of file diff --git a/ReactNativeClient/locales/fr_FR.json b/ReactNativeClient/locales/fr_FR.json index d4882c30f..67e14cc39 100644 --- a/ReactNativeClient/locales/fr_FR.json +++ b/ReactNativeClient/locales/fr_FR.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Pour supprimer une vignette, enlever là des notes associées.","Please select the note or notebook to be deleted first.":"Veuillez d'abord sélectionner un carnet.","Press Ctrl+D or type \"exit\" to exit the application":"Appuyez sur Ctrl+D ou tapez \"exit\" pour sortir du logiciel","More than one item match \"%s\". Please narrow down your query.":"Plus d'un objet correspond à \"%s\". Veuillez préciser votre requête.","No notebook selected.":"Aucun carnet n'est sélectionné.","No notebook has been specified.":"Aucun carnet n'est spécifié.","Y":"O","n":"n","N":"N","y":"o","Cancelling background synchronisation... Please wait.":"Annulation de la synchronisation... Veuillez patienter.","No such command: %s":"Commande invalide : %s","The command \"%s\" is only available in GUI mode":"La commande \"%s\" est disponible uniquement en mode d'interface graphique","Cannot change encrypted item":"Un objet chiffré ne peut pas être modifié","Missing required argument: %s":"Paramètre requis manquant : %s","%s: %s":"%s : %s","Your choice: ":"Votre choix : ","Invalid answer: %s":"Réponse invalide : %s","Attaches the given file to the note.":"Joindre le fichier fourni à la note.","Cannot find \"%s\".":"Impossible de trouver \"%s\".","Displays the given note.":"Affiche la note.","Displays the complete information about note.":"Affiche tous les détails de la note.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas fournie, la valeur de [nom] sera affichée. Si ni le [nom] ni la [valeur] ne sont fournis, la configuration complète sera affichée.","Also displays unset and hidden config variables.":"Afficher également les variables cachées.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Copier les notes correspondant à vers [carnet]. Si aucun carnet n'est spécifié, la note est dupliquée sur place.","Marks a to-do as done.":"Marquer la tâche comme complétée.","Note is not a to-do: \"%s\"":"La note n'est pas une tâche : \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gérer la configuration E2EE (Chiffrement de bout à bout). Les commandes sont `enable`, `disable`, `decrypt` et `status` et `target-status`.","Enter master password:":"Entrer le mot de passe maître :","Operation cancelled":"Opération annulée","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Démarrage du déchiffrement... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à déchiffrer.","Completed decryption.":"Déchiffrement complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le chiffrement est : %s","Edit note.":"Éditer la note.","No text editor is defined. Please set it using `config editor `":"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la commande `config editor `","No active notebook.":"Aucun carnet actif.","Note does not exist: \"%s\". Create it?":"Cette note n'existe pas : \"%s\". La créer ?","Starting to edit note. Close the editor to get back to the prompt.":"Édition de la note en cours. Fermez l'éditeur de texte pour retourner à l'invite de commande.","Error opening note in editor: %s":"Erreur lors de l'ouverture de la note dans l'éditeur de texte : %s","Note has been saved.":"La note a été enregistrée.","Exits the application.":"Quitter le logiciel.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporter les données de Joplin. Par défaut, la base de donnée complète sera exportée, y compris les carnets, notes, tags et ressources.","Destination format: %s":"Format de la destination : %s","Exports only the given note.":"Exporter uniquement la note spécifiée.","Exports only the given notebook.":"Exporter uniquement le carnet spécifié.","Displays a geolocation URL for the note.":"Afficher l'URL de l'emplacement de la note.","Displays usage information.":"Affiche les informations d'utilisation.","For information on how to customise the shortcuts please visit %s":"Pour personnaliser les raccourcis veuillez consulter la documentation à %s","Shortcuts are not available in CLI mode.":"Les raccourcis ne sont pas disponible en mode de ligne de commande.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tapez `help [command]` pour plus d'information sur une commande ; ou tapez `help all` pour l'aide complète.","The possible commands are:":"Les commandes possibles sont :","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Dans une commande, une note ou carnet peut être référé par titre ou identifiant, ou en utilisant les raccourcis `$n` et `$b` pour, respectivement, la note sélectionnée et le carnet sélectionné. `$c` peut être utilisé pour faire référence à l'objet sélectionné en cours.","To move from one pane to another, press Tab or Shift+Tab.":"Pour aller d'un volet à l'autre, pressez Tab ou Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Utilisez les touches fléchées et page précédente/suivante pour faire défiler les listes et zones de texte (y compris cette console).","To maximise/minimise the console, press \"tc\".":"Pour maximiser ou minimiser la console, pressez \"tc\".","To enter command line mode, press \":\"":"Pour démarrer le mode ligne de commande, pressez \":\"","To exit command line mode, press ESCAPE":"Pour sortir du mode ligne de commande, pressez ECHAP","For the list of keyboard shortcuts and config options, type `help keymap`":"Pour la liste complète des raccourcis disponibles, tapez `help keymap`","Imports data into Joplin.":"Importer des données dans Joplin.","Source format: %s":"Format de la source : %s","Do not ask for confirmation.":"Ne pas demander de confirmation.","Found: %d.":"Trouvés : %d.","Created: %d.":"Créés : %d.","Updated: %d.":"Mis à jour : %d.","Skipped: %d.":"Ignorés : %d.","Resources: %d.":"Ressources : %d.","Tagged: %d.":"Étiquettes : %d.","Importing notes...":"Importation des notes...","The notes have been imported: %s":"Les notes ont été importées : %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des carnets.","Displays only the first top notes.":"Affiche uniquement les premières notes.","Sorts the item by (eg. title, updated_time, created_time).":"Trier les notes par (par exemple, title, updated_time, created_time).","Reverses the sorting order.":"Inverser l'ordre.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Affiche uniquement les notes du ou des types spécifiés. Le type peut-être `n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches).","Either \"text\" or \"json\"":"Soit \"text\" soit \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE","Please select a notebook first.":"Veuillez d'abord sélectionner un carnet.","Creates a new notebook.":"Créer un carnet.","Creates a new note.":"Créer une note.","Notes can only be created within a notebook.":"Les notes ne peuvent être créées que dans un carnet.","Creates a new to-do.":"Créer une nouvelle tâche.","Moves the notes matching to [notebook].":"Déplacer les notes correspondant à vers [notebook].","Renames the given (note or notebook) to .":"Renommer l'objet (note ou carnet) en .","Deletes the given notebook.":"Supprimer le carnet.","Deletes the notebook without asking for confirmation.":"Supprimer le carnet sans demander la confirmation.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Effacer le carnet ? Toutes les notes et sous-carnets dans ce carnet seront également effacés.","Deletes the notes matching .":"Supprimer les notes correspondants à .","Deletes the notes without asking for confirmation.":"Supprimer les notes sans demander la confirmation.","%d notes match this pattern. Delete them?":"%d notes correspondent à ce motif. Les supprimer ?","Delete note?":"Supprimer la note ?","Searches for the given in all the notes.":"Chercher le motif dans toutes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Assigner la valeur [value] à la propriété de la donnée. Les valeurs possibles sont :\n\n%s","Displays summary about the notes and notebooks.":"Afficher un résumé des notes et carnets.","Synchronises with remote storage.":"Synchroniser les notes et carnets.","Sync to provided target (defaults to sync.target config value)":"Synchroniser avec la cible donnée (par défaut, la valeur de configuration `sync.target`).","Authentication was not completed (did not receive an authentication token).":"Impossible d'autoriser le logiciel (jeton d'identification non-reçu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Pour permettre à Joplin de synchroniser avec Dropbox, veuillez suivre les étapes ci-dessous :","Step 1: Open this URL in your browser to authorise the application:":"Étape 1: Veuillez ouvrir cette URL dans votre navigateur internet pour autoriser le logiciel :","Step 2: Enter the code provided by Dropbox:":"Étape 2 : Entrez le code fourni par Dropbox :","Not authentified with %s. Please provide any missing credentials.":"Non-connecté à %s. Veuillez fournir les identifiants et mots de passe manquants.","Synchronisation is already in progress.":"La synchronisation est déjà en cours.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"La synchronisation est déjà en cours ou ne s'est pas interrompue correctement. Si vous savez qu'aucune autre synchronisation est en cours, vous pouvez supprimer le fichier \"%s\" pour reprendre l'opération.","Synchronisation target: %s (%s)":"Cible de la synchronisation : %s (%s)","Cannot initialize synchroniser.":"Impossible d'initialiser la synchronisation.","Starting synchronisation...":"Commencement de la synchronisation...","Downloading resources...":"Téléchargement des ressources...","Cancelling... Please wait.":"Annulation... Veuillez attendre."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" peut être \"add\", \"remove\" ou \"list\" pour assigner ou enlever l'étiquette [tag] de la [note], our pour lister les notes associées avec l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister les étiquettes (utilisez l'option -l pour les options complètes).","Invalid command: \"%s\"":"Commande invalide : \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"Gère le status des tâches. peut être \"toggle\" ou \"clear\". Utilisez \"toggle\" pour basculer la tâche entre le status terminé et non-terminé (Si la cible est une note, elle sera convertie en tâche). Utilisez \"clear\" pour convertir la tâche en note.","Marks a to-do as non-completed.":"Marquer une tâche comme non-complétée.","Switches to [notebook] - all further operations will happen within this notebook.":"Changer de carnet - toutes les opérations à venir se feront dans ce carnet.","Displays version information":"Affiche les informations de version","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type : %s.","Possible values: %s.":"Valeurs possibles : %s.","Default: %s":"Défaut : %s","Possible keys/values:":"Clefs/Valeurs possibles :","Type `joplin help` for usage information.":"Tapez `Joplin help` pour afficher l'aide.","Fatal error:":"Erreur fatale :","The application has been authorised - you may now close this browser tab.":"Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet.","The application has been successfully authorised.":"Le logiciel a été autorisé.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Veuillez ouvrir le lien ci-dessous dans votre navigateur pour authentifier le logiciel. Joplin va créer un répertoire \"Apps/Joplin\" et lire/écrira des fichiers uniquement dans ce répertoire. Le logiciel n'aura pas d'accès à aucun fichier en dehors de ce répertoire, ni à d'autres données personnelles. Aucune donnée ne sera partagé avec aucun tier.","Search:":"Recherche :","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenue dans Joplin!\n\nTapez `:help shortcuts` pour la liste des raccourcis claviers, ou simplement `:help` pour une vue d'ensemble.\n\nPar exemple, pour créer un carnet, pressez `mb` ; pour créer une note pressed `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Au moins un objet est actuellement chiffré et il se peut que vous deviez fournir votre mot de passe maître. Pour se faire, veuillez taper `e2ee decrypt`. Si vous avez déjà fourni ce mot de passe, les objets chiffrés vont être déchiffré en tâche de fond et seront disponible prochainement.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exporter vers \"%s\" au format \"%s\". Veuillez patienter...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importer depuis \"%s\" au format \"%s\". Veuillez patienter...","PDF File":"Fichier PDF","File":"Fichier","New note":"Nouvelle note","New to-do":"Nouvelle tâche","New notebook":"Nouveau carnet","Import":"Importer","Export":"Exporter","Print":"Imprimer","Hide %s":"Cacher %s","Quit":"Quitter","Edit":"Édition","Copy":"Copier","Cut":"Couper","Paste":"Coller","Select all":"Sélectionner tout","Bold":"Gras","Italic":"Italique","Insert Date Time":"Insérer la date et l'heure","Edit in external editor":"Ouvrir dans un éditeur externe","Search in all the notes":"Chercher dans toutes les notes","Search in current note":"Chercher dans la note en cours","View":"Affichage","Toggle sidebar":"Basculer barre latérale","Toggle editor layout":"Basculer l'agencement de l'éditeur","Tools":"Outils","Synchronisation status":"État de la synchronisation","Web clipper options":"Options du Web Clipper","Encryption options":"Options de chiffrement","General Options":"Options générales","Help":"Aide","Website and documentation":"Documentation en ligne","Make a donation":"Faire un don","Check for updates...":"Vérifier les mises à jour...","About Joplin":"A propos de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Ouvrir %s","Exit":"Quitter","OK":"OK","Cancel":"Annuler","Current version is up-to-date.":"La version actuelle est à jour.","An update is available, do you want to download it now?":"Une mise à jour est disponible, souhaitez vous la télécharger maintenant ?","Yes":"Oui","No":"Non","Token has been copied to the clipboard!":"Le code d'authentification a été copié dans le presse-papiers !","The web clipper service is enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Démarré sur le port %d","Status: %s":"État : %s","Disable Web Clipper Service":"Désactiver le service du Web Clipper","The web clipper service is not enabled.":"Le service du Web Clipper n'est pas activé.","Enable Web Clipper Service":"Activer le service du Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Le Web Clipper permet d'enregistrer des pages web et des captures d'écran depuis votre navigateur vers Joplin.","In order to use the web clipper, you need to do the following:":"Pour utiliser le Web Clipper, veuillez suivre ces instructions :","Step 1: Enable the clipper service":"Étape 1 : Activez le service du Web Clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Le service permet au module complémentaire de communiquer avec Joplin. Lorsque vous aller l'activer, il se pourrait que votre pare feu vous demande d'autoriser l'application Joplin.","Step 2: Install the extension":"Étape 2 : Installez le module complémentaire","Download and install the relevant extension for your browser:":"Téléchargez et installez le module complémentaire correspondant à votre navigateur :","Advanced options":"Options avancées","Authorisation token:":"Code d'authentification :","Copy token":"Copier le code","This authorisation token is only needed to allow third-party applications to access Joplin.":"Ce code d'authentification est nécessaire uniquement pour permettre aux logiciels tiers d'accéder aux données de Joplin.","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Apply":"Appliquer","Submit":"Envoyer","Save":"Enregistrer","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Désactiver le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés déchiffrés sur la cible de la synchronisation. Souhaitez vous continuer ?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Activer le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés chiffrés vers la cible de la synchronisation. Ne perdez pas votre mot de passe car, pour des raisons de sécurité, ce sera la *seule* façon de déchiffrer les données ! Pour activer le chiffrement, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le chiffrement","Enable encryption":"Activer le chiffrement","Master Keys":"Clefs maître","Active":"Actif","ID":"ID","Source":"Source","Created":"Créé","Updated":"Mis à jour","Password":"Mot de passe","Password OK":"Mot de passe OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note : seule une clef maître va être utilisée pour le chiffrement (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le déchiffrement, selon la façon dont les notes ou carnets étaient chiffrés à l'origine.","Missing Master Keys":"Clefs maître manquantes","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les clefs maître avec ces identifiants sont utilisées pour chiffrer certains de vos objets, cependant le logiciel n'y a pour l'instant pas accès. Il est probable qu'elle vont être prochainement disponible via la synchronisation.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Pour plus d'informations sur le chiffrement de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le chiffrement est :","Back":"Retour","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être importé dedans","Please create a notebook first.":"Veuillez d'abord sélectionner un carnet.","Please create a notebook first":"Veuillez d'abord créer un carnet d'abord","Notebook title:":"Titre du carnet :","Add or remove tags:":"Modifier les étiquettes :","Separate each tag by a comma.":"Séparez chaque étiquette par une virgule.","Rename notebook:":"Renommer le carnet :","Rename tag:":"Renommer étiquette :","Set alarm:":"Régler alarme :","Layout":"Disposition","Search...":"Chercher...","Some items cannot be synchronised.":"Certains objets ne peuvent être synchronisés.","View them now":"Les voir maintenant","Some items cannot be decrypted.":"Certains objets ne peuvent être déchiffrés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Duplicate":"Dupliquer","%s - Copy":"%s - Copie","Switch between note and to-do type":"Alterner entre note et tâche","Switch to note type":"Convertir en note","Switch to to-do type":"Convertir en tâche","Copy Markdown link":"Copier lien Markdown","Delete":"Supprimer","Delete notes?":"Supprimer les notes ?","No notes in here. Create one by clicking on \"New note\".":"Pas de notes ici. Créez-en une en pressant le bouton \"Nouvelle note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Il n'y a pour l'instant aucun carnet. Créez-en un en cliquant sur \"Nouveau carnet\".","Location":"Lieu","URL":"URL","Note properties":"Propriétés de la note","Open...":"Ouvrir...","This file could not be opened: %s":"Ce fichier n'a pas pu être ouvert : %s","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","Copy Link Address":"Copier l'adresse du lien","This attachment is not downloaded or not decrypted yet.":"Cette pièce jointe n'est pas téléchargée ou pas encore déchiffrée","Unsupported link or message: %s":"Lien ou message non géré : %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Cette note n'a pas de contenu. Cliquer sur \"%s\" pour basculer vers l'éditeur et éditer cette note.","strong text":"texte en gras","emphasized text":"texte en italique","List item":"Élément de liste","Insert Hyperlink":"Insérer lien","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","In: %s":"Dans : %s","Hyperlink":"Lien","Code":"Code","Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","Checkbox":"Case à cocher","Heading":"Titre","Horizontal Rule":"Règle horizontale","Click to stop external editing":"Cliquez pour arrêter l'édition externe","Watching...":"En cours...","to-do":"tâche","note":"note","Creating new %s...":"Création de %s...","Refresh":"Rafraîchir","Clear":"Supprimer","OneDrive Login":"Connexion OneDrive","Dropbox Login":"Connection à Dropbox","Options":"Options","Synchronisation Status":"État de la synchronisation","Encryption Options":"Options de chiffrement","Clipper Options":"Options du Web Clipper","Remove this tag from all the notes?":"Enlever cette étiquette de toutes les notes ?","Remove this search from the sidebar?":"Enlever cette recherche de la barre latérale ?","Rename":"Renommer","Synchronise":"Synchroniser","Notebooks":"Carnets","Decrypting items: %d/%d":"Déchiffrement des objets : %d/%d","Fetching resources: %d":"Tél. ressources : %d","Please select where the sync status should be exported to":"Veuillez sélectionner un répertoire ou exporter l'état de la synchronisation","Usage: %s":"Utilisation : %s","Unknown flag: %s":"Paramètre inconnu : %s","Dropbox":"Dropbox","File system":"Système de fichier","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dév (Pour tester uniquement)","WebDAV":"WebDAV","Unknown log level: %s":"Paramètre inconnu : %s","Unknown level ID: %s":"Paramètre inconnu : %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Impossible de rafraîchir la connexion à OneDrive. Démarrez la synchronisation à nouveau pour corriger le problème.","Untitled":"Sans titre","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossible de synchroniser avec OneDrive.\n\nCette erreur se produit lors de l'utilisation de OneDrive for Business, qui malheureusement n'est pas compatible.\n\nVeuillez utiliser à la place un compte OneDrive normal.","Cannot access %s":"Impossible d'accéder à %s","Created local items: %d.":"Objets créés localement : %d.","Updated local items: %d.":"Objets mis à jour localement : %d.","Created remote items: %d.":"Objets distants créés : %d.","Updated remote items: %d.":"Objets distants mis à jour : %d.","Deleted local items: %d.":"Objets supprimés localement : %d.","Deleted remote items: %d.":"Objets distants supprimés : %d.","Fetched items: %d/%d.":"Téléchargés : %d/%d.","Cancelling...":"Annulation...","Completed: %s":"Terminé : %s","Last error: %s":"Dernière erreur : %s","Idle":"Arrêté","In progress":"En cours","Synchronisation is already in progress. State: %s":"La synchronisation est déjà en cours. État : %s","Encrypted":"Chiffré","Encrypted items cannot be modified":"Les objets chiffrés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet à cet endroit","Notebooks cannot be named \"%s\", which is a reserved title.":"Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé.","title":"titre","updated date":"date de modification","created date":"date de création","This note does not have geolocation information.":"Cette note n'a pas d'information d'emplacement.","Cannot copy note to \"%s\" notebook":"Impossible de copier la note vers le carnet \"%s\"","Cannot move note to \"%s\" notebook":"Impossible de déplacer la note vers le carnet \"%s\"","Language":"Langue","Date format":"Format de la date","Time format":"Format de l'heure","Theme":"Apparence","Light":"Clair","Dark":"Sombre","Uncompleted to-dos on top":"Tâches non-terminées en haut","Show completed to-dos":"Afficher les tâches complétées","Sort notes by":"Trier les notes par","Reverse sort order":"Inverser l'ordre","Save geo-location with notes":"Enregistrer l'emplacement avec les notes","When creating a new to-do:":"Lors de la création d'une tâche :","Focus title":"Curseur sur le titre","Focus body":"Curseur sur corps du message","When creating a new note:":"Lors de la création d'une note :","Show tray icon":"Afficher l'icône dans la zone de notifications","Note: Does not work in all desktop environments.":"Note : Ne fonctionne pas dans tous les environnements de bureau.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Cela permettra à Joplin de s'exécuter en arrière-plan. Il est recommandé d'activer ce réglage pour que vos notes soient constamment synchronisées, donc réduire le nombre de conflits.","Start application minimised in the tray icon":"Démarrer minimisé dans la zone de notification","Global zoom percentage":"Niveau de zoom","Editor font size":"Taille police éditeur","Editor font family":"Police de l'éditeur","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Il faut que ce soit une police *monospace* ou cela ne fonctionnera pas correctement. Si la police est incorrecte ou non-spécifiée, une police monospace sera utilisée par défaut.","Automatically update the application":"Mettre à jour le logiciel automatiquement","Synchronisation interval":"Intervalle de synchronisation","%d minutes":"%d minutes","%d hour":"%d heure","%d hours":"%d heures","Text editor command":"Commande de l'éditeur de texte","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"La commande de l'éditeur de texte (peut inclure des options) pour ouvrir et modifier les notes. Si non-spécifiée, elle sera détectée automatiquement.","Show advanced options":"Montrer les options avancées","Synchronisation target":"Cible de la synchronisation","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"La cible avec laquelle synchroniser. Chaque cible de synchronisation peut avoir des paramètres supplémentaires sous le nom `sync.NUM.NOM` (documentés ci-dessous).","Directory to synchronise with (absolute path)":"Répertoire avec lequel synchroniser (chemin absolu)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Le chemin du répertoire avec lequel synchroniser lorsque la synchronisation par système de fichier est activée. Voir `sync.target`.","Nextcloud WebDAV URL":"Nextcloud : URL WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Attention : si vous changez cet emplacement, copiez-y tout le contenu avant de synchroniser, sinon tous les fichiers seront supprimés ! Consulter la FAQ pour plus de détails : %s","Nextcloud username":"Nextcloud : Nom utilisateur","Nextcloud password":"Nextcloud : Mot de passe","WebDAV URL":"WebDAV : URL","WebDAV username":"WebDAV : Nom utilisateur","WebDAV password":"WebDAV : Mot de passe","Custom TLS certificates":"Certificats TLS personnalisés","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Liste séparée par des virgules contenant les chemins des répertoires contenants des certificats, ou les chemins de certificats individuels. Par exemple : /my/cert_dir, /other/custom.pem. Remarquez que si vous changez les paramètres TLS, vous devez enregistrer vos changements avant de cliquer sur \"Vérifier config synchronisation\".","Ignore TLS certificate errors":"Ignorer les erreurs de certificats TLS","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","The tag \"%s\" already exists. Please choose a different name.":"L'étiquette \"%s\" existe déjà. Veuillez choisir un autre nom.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","Json Export Directory":"Dossier d'export JSON","Directory":"Dossier","Cannot load \"%s\" module for format \"%s\"":"Impossible de charger module \"%s\" pour le format \"%s\"","Please specify import format for %s":"Veuillez spécifier le format d'import pour %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Cet objet est chiffré : %s \"%s\". Veuillez attendre que tout soit déchiffré et réessayez.","There is no data to export.":"Il n'y a pas de données à exporter.","Please specify the notebook where the notes should be imported to.":"Veuillez sélectionner le carnet où les notes doivent être importées.","Items that cannot be synchronised":"Objets qui ne peuvent pas être synchronisés","%s (%s): %s":"%s (%s) : %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ces objets resteront sur l'appareil mais ne seront pas envoyé sur la cible de la synchronisation. Pour trouver ces objets, faite une recherche sur le titre ou l'identifiant de l'objet (affiché ci-dessus entre parenthèses).","Sync status (synced items / total items)":"Status de la synchronisation (objets synchro. / total)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total : %d/%d","Conflicted: %d":"Conflits : %d","To delete: %d":"A supprimer : %d","Folders":"Carnets","%s: %d notes":"%s : %d notes","Coming alarms":"Alarmes à venir","On %s: %s":"Le %s : %s","Permission to use camera":"Permission d'utiliser l'appareil photo","Your permission to use your camera is required.":"Votre permission est requise pour utiliser l'appareil photo","There are currently no notes. Create one by clicking on the (+) button.":"Ce carnet ne contient aucune note. Créez-en une en appuyant sur le bouton (+).","Delete these notes?":"Supprimer ces notes ?","Log":"Journal","Export Debug Report":"Exporter rapport de débogage","Encryption Config":"Config chiffrement","Configuration":"Configuration","Move to notebook...":"Déplacer vers...","Move %d notes to notebook \"%s\"?":"Déplacer %d notes vers carnet \"%s\" ?","Press to set the decryption password.":"Définir mot de passe de synchronisation.","Clear alarm":"Enlever l'alarme","Save alarm":"Enregistrer alarme","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","Checking... Please wait.":"Vérification... Veuillez attendre.","Success! Synchronisation configuration appears to be correct.":"La configuration de la synchronisation semble correcte.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erreur. Veuillez vérifier que l'URL, le nom, le mot de passe, etc. sont corrects et que la destination est accessible. L'erreur reportée est :","The application has been authorised!":"Le logiciel a été autorisé !","Could not authorise application:\n\n%s\n\nPlease try again.":"Impossible d'autoriser le logiciel :\n\n%s\n\nVeuillez réessayer.","Decrypted items: %s / %s":"Déchiffrement : %s / %s","New tags:":"Nouvelles étiquettes :","Type new tags or select from list":"Entrez de nouvelles étiquettes ou sélectionnez de la liste","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Pour fonctionner correctement, l'appli a besoin des autorisations suivantes. Veuillez les activer dans les paramètres de votre téléphone, dans le menu Applications > Joplin > Autorisations","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Stockage : Pour attacher des fichiers aux notes et pour activer la synchronisation vers le système de fichier.","- Camera: to allow taking a picture and attaching it to a note.":"- Appareil photo : Pour pouvoir prendre une photo et l'attacher à une note.","- Location: to allow attaching geo-location information to a note.":"- Position : Pour attacher à une note les coordonnées GPS.","Joplin website":"Site web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Base de données v%s","FTS enabled: %d":"FTS activé : %d","Login with Dropbox":"Se connecter à Dropbox","Enter code here":"Entrez le code ici","Master Key %s":"Clef maître %s","Created: %s":"Créé : %s","Password:":"Mot de passe :","Password cannot be empty":"Mot de passe ne peut être vide","Enable":"Activer","The notebook could not be saved: %s":"Ce carnet n'a pas pu être sauvegardé : %s","Edit notebook":"Éditer le carnet","Show all":"Afficher tous","Errors only":"Erreurs seulement","This note has been modified:":"Cette note a été modifiée :","Save changes":"Enregistrer les changements","Discard changes":"Ignorer les changements","No item with ID %s":"Aucun objet avec identifiant %s","The Joplin mobile app does not currently support this type of link: %s":"L'application mobile Joplin ne gère pas pour l'instant ce type de lien : %s","Unsupported image type: %s":"Type d'image non géré : %s","Take photo":"Prendre une photo","Attach photo":"Attacher une photo","Attach any file":"Attacher un fichier","Share":"Partager","Convert to note":"Convertir en note","Convert to todo":"Convertir en tâche","Hide metadata":"Cacher les métadonnées","Show metadata":"Voir métadonnées","View on map":"Voir sur carte","Go to source URL":"Aller à l'URL source","Delete notebook":"Supprimer le carnet","Login with OneDrive":"Se connecter à OneDrive","Search":"Chercher","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Appuyez sur le bouton (+) pour créer une nouvelle note ou carnet. Ouvrez le menu latéral pour accéder à vos carnets.","You currently have no notebook. Create one by clicking on (+) button.":"Vous n'avez pour l'instant pas de carnets. Créez-en un en pressant le bouton (+).","Welcome":"Bienvenue"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Pour supprimer une vignette, enlever là des notes associées.","Please select the note or notebook to be deleted first.":"Veuillez d'abord sélectionner un carnet.","Press Ctrl+D or type \"exit\" to exit the application":"Appuyez sur Ctrl+D ou tapez \"exit\" pour sortir du logiciel","More than one item match \"%s\". Please narrow down your query.":"Plus d'un objet correspond à \"%s\". Veuillez préciser votre requête.","No notebook selected.":"Aucun carnet n'est sélectionné.","No notebook has been specified.":"Aucun carnet n'est spécifié.","Y":"O","n":"n","N":"N","y":"o","Cancelling background synchronisation... Please wait.":"Annulation de la synchronisation... Veuillez patienter.","No such command: %s":"Commande invalide : %s","The command \"%s\" is only available in GUI mode":"La commande \"%s\" est disponible uniquement en mode d'interface graphique","Cannot change encrypted item":"Un objet chiffré ne peut pas être modifié","Missing required argument: %s":"Paramètre requis manquant : %s","%s: %s":"%s : %s","Your choice: ":"Votre choix : ","Invalid answer: %s":"Réponse invalide : %s","Attaches the given file to the note.":"Joindre le fichier fourni à la note.","Cannot find \"%s\".":"Impossible de trouver \"%s\".","Displays the given note.":"Affiche la note.","Displays the complete information about note.":"Affiche tous les détails de la note.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas fournie, la valeur de [nom] sera affichée. Si ni le [nom] ni la [valeur] ne sont fournis, la configuration complète sera affichée.","Also displays unset and hidden config variables.":"Afficher également les variables cachées.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Copier les notes correspondant à vers [carnet]. Si aucun carnet n'est spécifié, la note est dupliquée sur place.","Marks a to-do as done.":"Marquer la tâche comme complétée.","Note is not a to-do: \"%s\"":"La note n'est pas une tâche : \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gérer la configuration E2EE (Chiffrement de bout à bout). Les commandes sont `enable`, `disable`, `decrypt` et `status` et `target-status`.","Enter master password:":"Entrer le mot de passe maître :","Operation cancelled":"Opération annulée","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Démarrage du déchiffrement... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à déchiffrer.","Completed decryption.":"Déchiffrement complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le chiffrement est : %s","Edit note.":"Éditer la note.","No text editor is defined. Please set it using `config editor `":"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la commande `config editor `","No active notebook.":"Aucun carnet actif.","Note does not exist: \"%s\". Create it?":"Cette note n'existe pas : \"%s\". La créer ?","Starting to edit note. Close the editor to get back to the prompt.":"Édition de la note en cours. Fermez l'éditeur de texte pour retourner à l'invite de commande.","Error opening note in editor: %s":"Erreur lors de l'ouverture de la note dans l'éditeur de texte : %s","Note has been saved.":"La note a été enregistrée.","Exits the application.":"Quitter le logiciel.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporter les données de Joplin. Par défaut, la base de donnée complète sera exportée, y compris les carnets, notes, tags et ressources.","Destination format: %s":"Format de la destination : %s","Exports only the given note.":"Exporter uniquement la note spécifiée.","Exports only the given notebook.":"Exporter uniquement le carnet spécifié.","Displays a geolocation URL for the note.":"Afficher l'URL de l'emplacement de la note.","Displays usage information.":"Affiche les informations d'utilisation.","For information on how to customise the shortcuts please visit %s":"Pour personnaliser les raccourcis veuillez consulter la documentation à %s","Shortcuts are not available in CLI mode.":"Les raccourcis ne sont pas disponible en mode de ligne de commande.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Tapez `help [command]` pour plus d'information sur une commande ; ou tapez `help all` pour l'aide complète.","The possible commands are:":"Les commandes possibles sont :","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Dans une commande, une note ou carnet peut être référé par titre ou identifiant, ou en utilisant les raccourcis `$n` et `$b` pour, respectivement, la note sélectionnée et le carnet sélectionné. `$c` peut être utilisé pour faire référence à l'objet sélectionné en cours.","To move from one pane to another, press Tab or Shift+Tab.":"Pour aller d'un volet à l'autre, pressez Tab ou Maj+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Utilisez les touches fléchées et page précédente/suivante pour faire défiler les listes et zones de texte (y compris cette console).","To maximise/minimise the console, press \"tc\".":"Pour maximiser ou minimiser la console, pressez \"tc\".","To enter command line mode, press \":\"":"Pour démarrer le mode ligne de commande, pressez \":\"","To exit command line mode, press ESCAPE":"Pour sortir du mode ligne de commande, pressez ECHAP","For the list of keyboard shortcuts and config options, type `help keymap`":"Pour la liste complète des raccourcis disponibles, tapez `help keymap`","Imports data into Joplin.":"Importer des données dans Joplin.","Source format: %s":"Format de la source : %s","Do not ask for confirmation.":"Ne pas demander de confirmation.","Found: %d.":"Trouvés : %d.","Created: %d.":"Créés : %d.","Updated: %d.":"Mis à jour : %d.","Skipped: %d.":"Ignorés : %d.","Resources: %d.":"Ressources : %d.","Tagged: %d.":"Étiquettes : %d.","Importing notes...":"Importation des notes...","The notes have been imported: %s":"Les notes ont été importées : %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des carnets.","Displays only the first top notes.":"Affiche uniquement les premières notes.","Sorts the item by (eg. title, updated_time, created_time).":"Trier les notes par (par exemple, title, updated_time, created_time).","Reverses the sorting order.":"Inverser l'ordre.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Affiche uniquement les notes du ou des types spécifiés. Le type peut-être `n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches).","Either \"text\" or \"json\"":"Soit \"text\" soit \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE","Please select a notebook first.":"Veuillez d'abord sélectionner un carnet.","Creates a new notebook.":"Créer un carnet.","Creates a new note.":"Créer une note.","Notes can only be created within a notebook.":"Les notes ne peuvent être créées que dans un carnet.","Creates a new to-do.":"Créer une nouvelle tâche.","Moves the notes matching to [notebook].":"Déplacer les notes correspondant à vers [notebook].","Renames the given (note or notebook) to .":"Renommer l'objet (note ou carnet) en .","Deletes the given notebook.":"Supprimer le carnet.","Deletes the notebook without asking for confirmation.":"Supprimer le carnet sans demander la confirmation.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Effacer le carnet ? Toutes les notes et sous-carnets dans ce carnet seront également effacés.","Deletes the notes matching .":"Supprimer les notes correspondants à .","Deletes the notes without asking for confirmation.":"Supprimer les notes sans demander la confirmation.","%d notes match this pattern. Delete them?":"%d notes correspondent à ce motif. Les supprimer ?","Delete note?":"Supprimer la note ?","Searches for the given in all the notes.":"Chercher le motif dans toutes les notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Assigner la valeur [value] à la propriété de la donnée. Les valeurs possibles sont :\n\n%s","Displays summary about the notes and notebooks.":"Afficher un résumé des notes et carnets.","Synchronises with remote storage.":"Synchroniser les notes et carnets.","Sync to provided target (defaults to sync.target config value)":"Synchroniser avec la cible donnée (par défaut, la valeur de configuration `sync.target`).","Authentication was not completed (did not receive an authentication token).":"Impossible d'autoriser le logiciel (jeton d'identification non-reçu).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Pour permettre à Joplin de synchroniser avec Dropbox, veuillez suivre les étapes ci-dessous :","Step 1: Open this URL in your browser to authorise the application:":"Étape 1: Veuillez ouvrir cette URL dans votre navigateur internet pour autoriser le logiciel :","Step 2: Enter the code provided by Dropbox:":"Étape 2 : Entrez le code fourni par Dropbox :","Not authentified with %s. Please provide any missing credentials.":"Non-connecté à %s. Veuillez fournir les identifiants et mots de passe manquants.","Synchronisation is already in progress.":"La synchronisation est déjà en cours.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"La synchronisation est déjà en cours ou ne s'est pas interrompue correctement. Si vous savez qu'aucune autre synchronisation est en cours, vous pouvez supprimer le fichier \"%s\" pour reprendre l'opération.","Synchronisation target: %s (%s)":"Cible de la synchronisation : %s (%s)","Cannot initialize synchroniser.":"Impossible d'initialiser la synchronisation.","Starting synchronisation...":"Commencement de la synchronisation...","Downloading resources...":"Téléchargement des ressources...","Cancelling... Please wait.":"Annulation... Veuillez attendre."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" peut être \"add\", \"remove\" ou \"list\" pour assigner ou enlever l'étiquette [tag] de la [note], our pour lister les notes associées avec l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister les étiquettes (utilisez l'option -l pour les options complètes).","Invalid command: \"%s\"":"Commande invalide : \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"Gère le status des tâches. peut être \"toggle\" ou \"clear\". Utilisez \"toggle\" pour basculer la tâche entre le status terminé et non-terminé (Si la cible est une note, elle sera convertie en tâche). Utilisez \"clear\" pour convertir la tâche en note.","Marks a to-do as non-completed.":"Marquer une tâche comme non-complétée.","Switches to [notebook] - all further operations will happen within this notebook.":"Changer de carnet - toutes les opérations à venir se feront dans ce carnet.","Displays version information":"Affiche les informations de version","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type : %s.","Possible values: %s.":"Valeurs possibles : %s.","Default: %s":"Défaut : %s","Possible keys/values:":"Clefs/Valeurs possibles :","Type `joplin help` for usage information.":"Tapez `Joplin help` pour afficher l'aide.","Fatal error:":"Erreur fatale :","The application has been authorised - you may now close this browser tab.":"Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet.","The application has been successfully authorised.":"Le logiciel a été autorisé.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Veuillez ouvrir le lien ci-dessous dans votre navigateur pour authentifier le logiciel. Joplin va créer un répertoire \"Apps/Joplin\" et lire/écrira des fichiers uniquement dans ce répertoire. Le logiciel n'aura pas d'accès à aucun fichier en dehors de ce répertoire, ni à d'autres données personnelles. Aucune donnée ne sera partagé avec aucun tier.","Search:":"Recherche :","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bienvenue dans Joplin!\n\nTapez `:help shortcuts` pour la liste des raccourcis claviers, ou simplement `:help` pour une vue d'ensemble.\n\nPar exemple, pour créer un carnet, pressez `mb` ; pour créer une note pressed `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Au moins un objet est actuellement chiffré et il se peut que vous deviez fournir votre mot de passe maître. Pour se faire, veuillez taper `e2ee decrypt`. Si vous avez déjà fourni ce mot de passe, les objets chiffrés vont être déchiffré en tâche de fond et seront disponible prochainement.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exporter vers \"%s\" au format \"%s\". Veuillez patienter...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importer depuis \"%s\" au format \"%s\". Veuillez patienter...","PDF File":"Fichier PDF","File":"Fichier","New note":"Nouvelle note","New to-do":"Nouvelle tâche","New notebook":"Nouveau carnet","Import":"Importer","Export":"Exporter","Print":"Imprimer","Hide %s":"Cacher %s","Quit":"Quitter","Edit":"Édition","Copy":"Copier","Cut":"Couper","Paste":"Coller","Select all":"Sélectionner tout","Bold":"Gras","Italic":"Italique","Insert Date Time":"Insérer la date et l'heure","Edit in external editor":"Ouvrir dans un éditeur externe","Search in all the notes":"Chercher dans toutes les notes","Search in current note":"Chercher dans la note en cours","View":"Affichage","Toggle sidebar":"Basculer barre latérale","Toggle editor layout":"Basculer l'agencement de l'éditeur","Tools":"Outils","Synchronisation status":"État de la synchronisation","Web clipper options":"Options du Web Clipper","Encryption options":"Options de chiffrement","General Options":"Options générales","Help":"Aide","Website and documentation":"Documentation en ligne","Make a donation":"Faire un don","Check for updates...":"Vérifier les mises à jour...","About Joplin":"A propos de Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Ouvrir %s","Exit":"Quitter","OK":"OK","Cancel":"Annuler","Current version is up-to-date.":"La version actuelle est à jour.","%s (pre-release)":"%s (pré-release)","An update is available, do you want to download it now?":"Une mise à jour est disponible, souhaitez vous la télécharger maintenant ?","Your version: v%s":"Votre version : v%s","New version: v%s":"Nouvelle version : v%s","Yes":"Oui","No":"Non","Token has been copied to the clipboard!":"Le code d'authentification a été copié dans le presse-papiers !","The web clipper service is enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Démarré sur le port %d","Status: %s":"État : %s","Disable Web Clipper Service":"Désactiver le service du Web Clipper","The web clipper service is not enabled.":"Le service du Web Clipper n'est pas activé.","Enable Web Clipper Service":"Activer le service du Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Le Web Clipper permet d'enregistrer des pages web et des captures d'écran depuis votre navigateur vers Joplin.","In order to use the web clipper, you need to do the following:":"Pour utiliser le Web Clipper, veuillez suivre ces instructions :","Step 1: Enable the clipper service":"Étape 1 : Activez le service du Web Clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Le service permet au module complémentaire de communiquer avec Joplin. Lorsque vous aller l'activer, il se pourrait que votre pare feu vous demande d'autoriser l'application Joplin.","Step 2: Install the extension":"Étape 2 : Installez le module complémentaire","Download and install the relevant extension for your browser:":"Téléchargez et installez le module complémentaire correspondant à votre navigateur :","Advanced options":"Options avancées","Authorisation token:":"Code d'authentification :","Copy token":"Copier le code","This authorisation token is only needed to allow third-party applications to access Joplin.":"Ce code d'authentification est nécessaire uniquement pour permettre aux logiciels tiers d'accéder aux données de Joplin.","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Apply":"Appliquer","Submit":"Envoyer","Save":"Enregistrer","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Désactiver le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés déchiffrés sur la cible de la synchronisation. Souhaitez vous continuer ?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Activer le chiffrement signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés chiffrés vers la cible de la synchronisation. Ne perdez pas votre mot de passe car, pour des raisons de sécurité, ce sera la *seule* façon de déchiffrer les données ! Pour activer le chiffrement, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le chiffrement","Enable encryption":"Activer le chiffrement","Master Keys":"Clefs maître","Active":"Actif","ID":"ID","Source":"Source","Created":"Créé","Updated":"Mis à jour","Password":"Mot de passe","Password OK":"Mot de passe OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Note : seule une clef maître va être utilisée pour le chiffrement (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le déchiffrement, selon la façon dont les notes ou carnets étaient chiffrés à l'origine.","Missing Master Keys":"Clefs maître manquantes","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Les clefs maître avec ces identifiants sont utilisées pour chiffrer certains de vos objets, cependant le logiciel n'y a pour l'instant pas accès. Il est probable qu'elle vont être prochainement disponible via la synchronisation.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Pour plus d'informations sur le chiffrement de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le chiffrement est :","Back":"Retour","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être importé dedans","Please create a notebook first.":"Veuillez d'abord sélectionner un carnet.","Please create a notebook first":"Veuillez d'abord créer un carnet d'abord","Notebook title:":"Titre du carnet :","Add or remove tags:":"Modifier les étiquettes :","Separate each tag by a comma.":"Séparez chaque étiquette par une virgule.","Rename notebook:":"Renommer le carnet :","Rename tag:":"Renommer étiquette :","Set alarm:":"Régler alarme :","Layout":"Disposition","Search...":"Chercher...","Some items cannot be synchronised.":"Certains objets ne peuvent être synchronisés.","View them now":"Les voir maintenant","Some items cannot be decrypted.":"Certains objets ne peuvent être déchiffrés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Duplicate":"Dupliquer","%s - Copy":"%s - Copie","Switch between note and to-do type":"Alterner entre note et tâche","Switch to note type":"Convertir en note","Switch to to-do type":"Convertir en tâche","Copy Markdown link":"Copier lien Markdown","Delete":"Supprimer","Delete notes?":"Supprimer les notes ?","No notes in here. Create one by clicking on \"New note\".":"Pas de notes ici. Créez-en une en pressant le bouton \"Nouvelle note\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Il n'y a pour l'instant aucun carnet. Créez-en un en cliquant sur \"Nouveau carnet\".","Location":"Lieu","URL":"URL","Note properties":"Propriétés de la note","Open...":"Ouvrir...","This file could not be opened: %s":"Ce fichier n'a pas pu être ouvert : %s","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","Copy Link Address":"Copier l'adresse du lien","This attachment is not downloaded or not decrypted yet.":"Cette pièce jointe n'est pas téléchargée ou pas encore déchiffrée","Unsupported link or message: %s":"Lien ou message non géré : %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Cette note n'a pas de contenu. Cliquer sur \"%s\" pour basculer vers l'éditeur et éditer cette note.","Only one note can be printed or exported to PDF at a time.":"Les notes ne peuvent être imprimées ou exportées en PDF qu'une seule à la fois.","strong text":"texte en gras","emphasized text":"texte en italique","List item":"Élément de liste","Insert Hyperlink":"Insérer lien","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","In: %s":"Dans : %s","Hyperlink":"Lien","Code":"Code","Numbered List":"Liste numérotée","Bulleted List":"Liste à puces","Checkbox":"Case à cocher","Heading":"Titre","Horizontal Rule":"Règle horizontale","Click to stop external editing":"Cliquez pour arrêter l'édition externe","Watching...":"En cours...","to-do":"tâche","note":"note","Creating new %s...":"Création de %s...","Refresh":"Rafraîchir","Clear":"Supprimer","OneDrive Login":"Connexion OneDrive","Dropbox Login":"Connection à Dropbox","Options":"Options","Synchronisation Status":"État de la synchronisation","Encryption Options":"Options de chiffrement","Clipper Options":"Options du Web Clipper","Remove this tag from all the notes?":"Enlever cette étiquette de toutes les notes ?","Remove this search from the sidebar?":"Enlever cette recherche de la barre latérale ?","Rename":"Renommer","Synchronise":"Synchroniser","Notebooks":"Carnets","Decrypting items: %d/%d":"Déchiffrement des objets : %d/%d","Fetching resources: %d":"Tél. ressources : %d","Please select where the sync status should be exported to":"Veuillez sélectionner un répertoire ou exporter l'état de la synchronisation","Usage: %s":"Utilisation : %s","Unknown flag: %s":"Paramètre inconnu : %s","Dropbox":"Dropbox","File system":"Système de fichier","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dév (Pour tester uniquement)","WebDAV":"WebDAV","Unknown log level: %s":"Paramètre inconnu : %s","Unknown level ID: %s":"Paramètre inconnu : %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Impossible de rafraîchir la connexion à OneDrive. Démarrez la synchronisation à nouveau pour corriger le problème.","Untitled":"Sans titre","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossible de synchroniser avec OneDrive.\n\nCette erreur se produit lors de l'utilisation de OneDrive for Business, qui malheureusement n'est pas compatible.\n\nVeuillez utiliser à la place un compte OneDrive normal.","Cannot access %s":"Impossible d'accéder à %s","Created local items: %d.":"Objets créés localement : %d.","Updated local items: %d.":"Objets mis à jour localement : %d.","Created remote items: %d.":"Objets distants créés : %d.","Updated remote items: %d.":"Objets distants mis à jour : %d.","Deleted local items: %d.":"Objets supprimés localement : %d.","Deleted remote items: %d.":"Objets distants supprimés : %d.","Fetched items: %d/%d.":"Téléchargés : %d/%d.","Cancelling...":"Annulation...","Completed: %s":"Terminé : %s","Last error: %s":"Dernière erreur : %s","Idle":"Arrêté","In progress":"En cours","Synchronisation is already in progress. State: %s":"La synchronisation est déjà en cours. État : %s","Encrypted":"Chiffré","Encrypted items cannot be modified":"Les objets chiffrés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet à cet endroit","Notebooks cannot be named \"%s\", which is a reserved title.":"Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé.","title":"titre","updated date":"date de modification","created date":"date de création","This note does not have geolocation information.":"Cette note n'a pas d'information d'emplacement.","Cannot copy note to \"%s\" notebook":"Impossible de copier la note vers le carnet \"%s\"","Cannot move note to \"%s\" notebook":"Impossible de déplacer la note vers le carnet \"%s\"","Language":"Langue","Date format":"Format de la date","Time format":"Format de l'heure","Theme":"Apparence","Light":"Clair","Dark":"Sombre","Uncompleted to-dos on top":"Tâches non-terminées en haut","Show completed to-dos":"Afficher les tâches complétées","Sort notes by":"Trier les notes par","Reverse sort order":"Inverser l'ordre","Save geo-location with notes":"Enregistrer l'emplacement avec les notes","When creating a new to-do:":"Lors de la création d'une tâche :","Focus title":"Curseur sur le titre","Focus body":"Curseur sur corps du message","When creating a new note:":"Lors de la création d'une note :","Show tray icon":"Afficher l'icône dans la zone de notifications","Note: Does not work in all desktop environments.":"Note : Ne fonctionne pas dans tous les environnements de bureau.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Cela permettra à Joplin de s'exécuter en arrière-plan. Il est recommandé d'activer ce réglage pour que vos notes soient constamment synchronisées, donc réduire le nombre de conflits.","Start application minimised in the tray icon":"Démarrer minimisé dans la zone de notification","Global zoom percentage":"Niveau de zoom","Editor font size":"Taille police éditeur","Editor font family":"Police de l'éditeur","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Il faut que ce soit une police *monospace* ou cela ne fonctionnera pas correctement. Si la police est incorrecte ou non-spécifiée, une police monospace sera utilisée par défaut.","Automatically update the application":"Mettre à jour le logiciel automatiquement","Get pre-releases when checking for updates":"Recevoir les pré-release lors de la vérification des mises à jour","See the pre-release page for more details: %s":"Voir la page des pré-release pour plus de détails : %s","Synchronisation interval":"Intervalle de synchronisation","%d minutes":"%d minutes","%d hour":"%d heure","%d hours":"%d heures","Text editor command":"Commande de l'éditeur de texte","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"La commande de l'éditeur de texte (peut inclure des options) pour ouvrir et modifier les notes. Si non-spécifiée, elle sera détectée automatiquement.","Show advanced options":"Montrer les options avancées","Synchronisation target":"Cible de la synchronisation","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"La cible avec laquelle synchroniser. Chaque cible de synchronisation peut avoir des paramètres supplémentaires sous le nom `sync.NUM.NOM` (documentés ci-dessous).","Directory to synchronise with (absolute path)":"Répertoire avec lequel synchroniser (chemin absolu)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Le chemin du répertoire avec lequel synchroniser lorsque la synchronisation par système de fichier est activée. Voir `sync.target`.","Nextcloud WebDAV URL":"Nextcloud : URL WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Attention : si vous changez cet emplacement, copiez-y tout le contenu avant de synchroniser, sinon tous les fichiers seront supprimés ! Consulter la FAQ pour plus de détails : %s","Nextcloud username":"Nextcloud : Nom utilisateur","Nextcloud password":"Nextcloud : Mot de passe","WebDAV URL":"WebDAV : URL","WebDAV username":"WebDAV : Nom utilisateur","WebDAV password":"WebDAV : Mot de passe","Custom TLS certificates":"Certificats TLS personnalisés","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Liste séparée par des virgules contenant les chemins des répertoires contenants des certificats, ou les chemins de certificats individuels. Par exemple : /my/cert_dir, /other/custom.pem. Remarquez que si vous changez les paramètres TLS, vous devez enregistrer vos changements avant de cliquer sur \"Vérifier config synchronisation\".","Ignore TLS certificate errors":"Ignorer les erreurs de certificats TLS","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","The tag \"%s\" already exists. Please choose a different name.":"L'étiquette \"%s\" existe déjà. Veuillez choisir un autre nom.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","Json Export Directory":"Dossier d'export JSON","Directory":"Dossier","Cannot load \"%s\" module for format \"%s\"":"Impossible de charger module \"%s\" pour le format \"%s\"","Please specify import format for %s":"Veuillez spécifier le format d'import pour %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Cet objet est chiffré : %s \"%s\". Veuillez attendre que tout soit déchiffré et réessayez.","There is no data to export.":"Il n'y a pas de données à exporter.","Please specify the notebook where the notes should be imported to.":"Veuillez sélectionner le carnet où les notes doivent être importées.","Items that cannot be synchronised":"Objets qui ne peuvent pas être synchronisés","%s (%s): %s":"%s (%s) : %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ces objets resteront sur l'appareil mais ne seront pas envoyé sur la cible de la synchronisation. Pour trouver ces objets, faite une recherche sur le titre ou l'identifiant de l'objet (affiché ci-dessus entre parenthèses).","Sync status (synced items / total items)":"Status de la synchronisation (objets synchro. / total)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total : %d/%d","Conflicted: %d":"Conflits : %d","To delete: %d":"A supprimer : %d","Folders":"Carnets","%s: %d notes":"%s : %d notes","Coming alarms":"Alarmes à venir","On %s: %s":"Le %s : %s","Permission to use camera":"Permission d'utiliser l'appareil photo","Your permission to use your camera is required.":"Votre permission est requise pour utiliser l'appareil photo","There are currently no notes. Create one by clicking on the (+) button.":"Ce carnet ne contient aucune note. Créez-en une en appuyant sur le bouton (+).","Delete these notes?":"Supprimer ces notes ?","Log":"Journal","Export Debug Report":"Exporter rapport de débogage","Encryption Config":"Config chiffrement","Configuration":"Configuration","Move to notebook...":"Déplacer vers...","Move %d notes to notebook \"%s\"?":"Déplacer %d notes vers carnet \"%s\" ?","Press to set the decryption password.":"Définir mot de passe de synchronisation.","Clear alarm":"Enlever l'alarme","Save alarm":"Enregistrer alarme","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","Checking... Please wait.":"Vérification... Veuillez attendre.","Success! Synchronisation configuration appears to be correct.":"La configuration de la synchronisation semble correcte.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erreur. Veuillez vérifier que l'URL, le nom, le mot de passe, etc. sont corrects et que la destination est accessible. L'erreur reportée est :","The application has been authorised!":"Le logiciel a été autorisé !","Could not authorise application:\n\n%s\n\nPlease try again.":"Impossible d'autoriser le logiciel :\n\n%s\n\nVeuillez réessayer.","Decrypted items: %s / %s":"Déchiffrement : %s / %s","New tags:":"Nouvelles étiquettes :","Type new tags or select from list":"Entrez de nouvelles étiquettes ou sélectionnez de la liste","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Pour fonctionner correctement, l'appli a besoin des autorisations suivantes. Veuillez les activer dans les paramètres de votre téléphone, dans le menu Applications > Joplin > Autorisations","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Stockage : Pour attacher des fichiers aux notes et pour activer la synchronisation vers le système de fichier.","- Camera: to allow taking a picture and attaching it to a note.":"- Appareil photo : Pour pouvoir prendre une photo et l'attacher à une note.","- Location: to allow attaching geo-location information to a note.":"- Position : Pour attacher à une note les coordonnées GPS.","Joplin website":"Site web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Base de données v%s","FTS enabled: %d":"FTS activé : %d","Login with Dropbox":"Se connecter à Dropbox","Enter code here":"Entrez le code ici","Master Key %s":"Clef maître %s","Created: %s":"Créé : %s","Password:":"Mot de passe :","Password cannot be empty":"Mot de passe ne peut être vide","Enable":"Activer","The notebook could not be saved: %s":"Ce carnet n'a pas pu être sauvegardé : %s","Edit notebook":"Éditer le carnet","Show all":"Afficher tous","Errors only":"Erreurs seulement","This note has been modified:":"Cette note a été modifiée :","Save changes":"Enregistrer les changements","Discard changes":"Ignorer les changements","No item with ID %s":"Aucun objet avec identifiant %s","The Joplin mobile app does not currently support this type of link: %s":"L'application mobile Joplin ne gère pas pour l'instant ce type de lien : %s","Unsupported image type: %s":"Type d'image non géré : %s","Take photo":"Prendre une photo","Attach photo":"Attacher une photo","Attach any file":"Attacher un fichier","Share":"Partager","Convert to note":"Convertir en note","Convert to todo":"Convertir en tâche","Hide metadata":"Cacher les métadonnées","Show metadata":"Voir métadonnées","View on map":"Voir sur carte","Go to source URL":"Aller à l'URL source","Delete notebook":"Supprimer le carnet","Login with OneDrive":"Se connecter à OneDrive","Search":"Chercher","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Appuyez sur le bouton (+) pour créer une nouvelle note ou carnet. Ouvrez le menu latéral pour accéder à vos carnets.","You currently have no notebook. Create one by clicking on (+) button.":"Vous n'avez pour l'instant pas de carnets. Créez-en un en pressant le bouton (+).","Welcome":"Bienvenue"} \ No newline at end of file diff --git a/ReactNativeClient/locales/gl_ES.json b/ReactNativeClient/locales/gl_ES.json index d93aa5791..bb08c1211 100644 --- a/ReactNativeClient/locales/gl_ES.json +++ b/ReactNativeClient/locales/gl_ES.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Para eliminar unha etiqueta, retire a etiqueta ás notas asociadas.","Please select the note or notebook to be deleted first.":"Selecciona a nota ou caderno para eliminar primeiro.","Press Ctrl+D or type \"exit\" to exit the application":"Prema Ctrl+D ou escriba «exit» para saír do aplicativo","More than one item match \"%s\". Please narrow down your query.":"Hai máis dun elemento que coincide con «%s». Refine a busca.","No notebook selected.":"Non hai ningún caderno seleccionado.","No notebook has been specified.":"Non se especificou ningún caderno.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronización en segundo plano... Agarde.","No such command: %s":"Non hai tal orde: %s","The command \"%s\" is only available in GUI mode":"A orde «%s» só está dispoñíbel no modo interface gráfico de usuario","Cannot change encrypted item":"Non é posíbel cambiar un elemento cifrado","Missing required argument: %s":"Falta un argumento requirido: %s","%s: %s":"%s: %s","Your choice: ":"A súa elección: ","Invalid answer: %s":"Resposta non válida: %s","Attaches the given file to the note.":"Anexa o ficheiro dado á nota.","Cannot find \"%s\".":"Non é posíbel atopar «%s».","Displays the given note.":"Mostra a nota dada.","Displays the complete information about note.":"Mostra toda a información da nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtén ou estabelece un valor da configuración. Se non se indica [value], mostrará o valor de [name]. Se non se indica [name] nin [value] listará a configuración actual.","Also displays unset and hidden config variables.":"Mostra tamén variábeis de configuración non estabelecidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que corresponden a ao [notebook]. Se non se especifica un, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca unha tarefa como feita.","Note is not a to-do: \"%s\"":"A nota non é unha tarefa: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Xestiona a configuración E2EE. As orde son «enable», «disable», «decrypt», «status» e «target-status».","Enter master password:":"Introducir contrasinal mestre:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando o descifrado... Agarde xa que pode tardar varios minutos dependendo de canto haxa que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Activado","Disabled":"Desactivado","Encryption is: %s":"O cifrado é: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Non se estabeleceu ningún editor de texto. Estabelézao usando «config editor »","No active notebook.":"Ningún caderno activo.","Note does not exist: \"%s\". Create it?":"A nota non existe: «%s». Desexa creala?","Starting to edit note. Close the editor to get back to the prompt.":"Comezando a editar a nota. Peche o editor para volver ao diálogo.","Error opening note in editor: %s":"Produciuse un erro abrindo a nota no editor: %s","Note has been saved.":"A nota foi gardada.","Exits the application.":"Sae do aplicativo.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os datos do Joplin á ruta dada. De forma predeterminada exportará toda a base de datos incluíndo cadernos, notas, etiquetas e recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta só a nota indicada.","Exports only the given notebook.":"Exporta só o caderno indicado.","Displays a geolocation URL for the note.":"Mostra a URL de xeolocalización da nota.","Displays usage information.":"Mostra a información de uso.","For information on how to customise the shortcuts please visit %s":"Para obter máis información sobre como personalizar os atallos, visite %s","Shortcuts are not available in CLI mode.":"Os atallos non están dispoñíbeis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba «help [command]» para obter máis información sobre unha orde ou escriba «help all» para ver toda a información de uso.","The possible commands are:":"As ordes posíbeis son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En calquera orde podemos referirnos a unha nota ou caderno polo título ou identificador usando os atallos «$n» ou «$b» para, respectivamente a nota ou cadernos seleccionados actualmente. «$c» pode usarse para referirse ao elemento seleccionado actualmente.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover dun panel ao outro, prema Tab ou Maiús+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usar as frechas arriba/abaixo para desprazar as listas e as áreas de texto (incluída esta consola).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Para entrar do modo liña de ordes, prema «:»","To exit command line mode, press ESCAPE":"Para saír do modo liña de ordes, prema ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para ver a lista completa de atallos do teclado dispoñíbeis, escriba «help keymap»","Imports data into Joplin.":"Importa os datos en Joplin.","Source format: %s":"Formato da orixe: %s","Do not ask for confirmation.":"Non pedir confirmación.","Found: %d.":"Atopado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"As notas foron importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra as notas no caderno actual. Use «ls /» para ver a lista de cadernos.","Displays only the first top notes.":"Mostra só as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena os elementos por (p.e.: title, updated_time, created_time).","Reverses the sorting order.":"Inverte a orde.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Motra só os elementos do tipo específicado. Pode ser «n» para notas, «t» para tarefas ou «nt» para notas e tarefas (p.e: «-tt» mostraría só as tarefas mentres «-ttd» mostraría notas e tarefas).","Either \"text\" or \"json\"":"Pode ser «text» ou «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar o formato de lista longa. O formato -e ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Seleccione un caderno primeiro.","Creates a new notebook.":"Crea un caderno novo.","Creates a new note.":"Crea unha nota nova.","Notes can only be created within a notebook.":"As notas só se poden crear dentro dun caderno.","Creates a new to-do.":"Crea unha nova tarefa.","Moves the notes matching to [notebook].":"Move as notas que coinciden con a [notebook].","Renames the given (note or notebook) to .":"Renomea o dado (nota ou caderno) a .","Deletes the given notebook.":"Eliminar o carderno indicado.","Deletes the notebook without asking for confirmation.":"Elimina o caderno indicado sen solicitar confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Elimina as notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina as notas sen pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden co patrón. Desexa eliminalas?","Delete note?":"Eliminar nota?","Searches for the given in all the notes.":"Busca o patrón en todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estabelece a propiedade da a [value]. As propiedades posíbeis son:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resumo das notas e cadernos.","Synchronises with remote storage.":"Sincroniza sen almacenaxe remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar co destino indicado (predeterminados ao valor da configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticación non foi completada (non recibiu un token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Non está autenticado en %s. Proporcione as credencias que faltan.","Synchronisation is already in progress.":"A sincronización xa está en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O ficheiro de bloqueo xa está en espera. Se sabe que a sincronización non se está realizando pode eliminar o ficheiro de bloqueo en «%s» e continuar coa operación.","Synchronisation target: %s (%s)":"Destino da sincronización: %s (%s)","Cannot initialize synchroniser.":"Non é posíbel iniciar o sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Agarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Orde incorrecta: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser «toggle» ou «clear». Use «toggle» para alternar a tarefa dada entre o estado de completa e o de incompleta (se o destino é unha nota normal a nota será convertida nunha tarefa). Use «clear» para converter a tarefa de novo nunha nota normal.","Marks a to-do as non-completed.":"Marca unha tarefa como non completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia a [notebook] - todas as demais operacións sucederán neste caderno.","Displays version information":"Mostra a información da versión","%s %s (%s)":"%s %s (%s)","Enum":"Enum.","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores posíbeis: %s.","Default: %s":"Predeterminado: %s","Possible keys/values:":"Posíbeis chaves/valores:","Type `joplin help` for usage information.":"Escriba «joplin help» para obter información do uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado. Xa pode pechar esta lapela do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado correctamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra o seguinte URL no navegador para autenticar o aplicativo. O programa creará un cartafol en «Apps/Joplin» e só lerá e escribirá ficheiros neste cartafol. Non terá acceso a ningún ficheiro fóra deste directorio nin a ningún dato persoal. Non se compartirá ningún dato con terceiros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Benvida/o ao Joplin!\n\nEscriba «:help shortcuts» para ver a lista de atallos do teclado ou «:help» para ver información de como se usa.\n\nPor exemplo, para crear un caderno prema «mb», para crear unha nota prema «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un ou máis elementos están actualmente cifrados e precisa indicar cal é o contrasinal mestre. Para facelo escriba «e2ee decrypt». Se xa subministrou o contrasinal, os elementos cifrados están sendo descifrados en segundo plano e estarán dispoñíbeis pronto.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando a «%s» como formato «%s». Agarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de «%s» como formato «%s». Agarde...","PDF File":"Ficheiro PDF","File":"Ficheiro","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Saír","Edit":"Edtar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Buscar en todas as notas","Search in current note":"Search in current note","View":"Vista","Toggle sidebar":"","Toggle editor layout":"Cambiar a disposición do editor","Tools":"Ferramentas","Synchronisation status":"Estado da sincronización","Web clipper options":"","Encryption options":"Opcións de cifrado","General Options":"Opcións xerais","Help":"Axuda","Website and documentation":"Sitio web e documentación","Make a donation":"Doar","Check for updates...":"Buscar actualizacións…","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Saír","OK":"Aceptar","Cancel":"Cancelar","Current version is up-to-date.":"A versión actual está actualizada.","An update is available, do you want to download it now?":"Hai unha actualización dispoñíbel, desexa descargala agora?","Yes":"Si","No":"Non","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar a configuración da sincronización","Notes and settings are stored in: %s":"As notas e axustes gardáronse en: %s","Apply":"","Submit":"","Save":"Gardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desactivar o cifrado significa que *todas* as súas notas e anexos serán sincronizados de novo e enviados sen cifrar ao destino. Desexa continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"A activación do cifrado significa que *todas* as súas notas e anexos van ser resincronizados e enviados cifrados ao destino da sincronización. Non perda o contrasinal xa que, por motivos de seguranza, é a *única* forma de descifrar os datos. Para activar o cifrado, introduza o contrasinal a continuación.","Disable encryption":"Desactivar cifrado","Enable encryption":"Activar cifrado","Master Keys":"Chaves mestras","Active":"Activa","ID":"ID","Source":"Orixe","Created":"Creada","Updated":"Actualizado","Password":"Contrasinal","Password OK":"Contrasinal correcto","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: só se vai usar unha chave mestre para cifrados (a marcada como «activa»). Algunha das chaves pode usarse para descifrar elementos dependendo de cantas notas ou cadernos foron cifrados inicialmente.","Missing Master Keys":"Faltan as chaves mestras","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves mestras con estes ID úsanse para cifrar algúns dos seus elementos, con todo o aplicativo non ten actualmente acceso a eles. Probabelmente serán descargados pola sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Estado","Encryption is:":"O cifrado é:","Back":"Anterior","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Crearase o novo caderno «%s» e o ficheiro «%s» importarse dentro del","Please create a notebook first.":"Cree un caderno primerio.","Please create a notebook first":"Cree un caderno primeiro","Notebook title:":"Título do caderno:","Add or remove tags:":"Engadir ou eliminar etiquetas:","Separate each tag by a comma.":"Separar cada etiqueta por unha coma.","Rename notebook:":"Renomear caderno:","Rename tag:":"Rename tag:","Set alarm:":"Estabelecer alarma:","Layout":"Disposición","Search...":"Buscar…","Some items cannot be synchronised.":"Non é posíbel sincronizar algúns elementos.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Non é posíbel descifrar algúns elementos.","Set the password":"Estabelecer un contrasinal","Add or remove tags":"Engadir ou eliminar etiquetas","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Cambiar entre notas e tarefas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Eliminar","Delete notes?":"Desexa eliminar as notas?","No notes in here. Create one by clicking on \"New note\".":"Aquí non hai notas. Cree unha premendo en «Nova nota».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Este no é un caderno. Cree un, premendo en «Novo caderno».","Location":"","URL":"","Note properties":"","Open...":"Abrir…","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gardar como…","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ligazón ou mensaxe incompatíbeis: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota non ten contido. Prema en «%s» para ir ao editor e modificar a nota.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"tarefas pendentes","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Actualizar","Clear":"Limpar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"","Options":"Opcións","Synchronisation Status":"Estado da sincronización","Encryption Options":"Opcións de cifrado","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Desexa eliminar esta etiqueta de todas as notas?","Remove this search from the sidebar?":"Desexa eliminar esta busca da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione onde exportar o estado da sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Bandeira descoñecida: %s","Dropbox":"","File system":"Sistema de ficheiros","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (só para prova)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de rexistro descoñecido: %s","Unknown level ID: %s":"ID de nivel descoñecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non é posíbel actualizar o «token»: faltan datos da autenticación. Iniciar a sincronización de novo pode arranxar o problema.","Untitled":"Sen título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Non foi posíbel sincronizar con OneDrive.\n\nEste erro sucede moitas veces cando se usa OneDrive for Business, o cal desgraciadamente aínda non é compatíbel.\n\nConsidere usar unha conta normal de OneDrive.","Cannot access %s":"Non é posíbel acceder a %s","Created local items: %d.":"Elementos locais creados: %d.","Updated local items: %d.":"Elementos locais actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locais borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inactivo","In progress":"En proceso","Synchronisation is already in progress. State: %s":"A sincronización xa está en proceso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Non é posíbel modificar elementos cifrados","Conflicts":"Conflitos","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Esta nota non ten información de xeolocalización.","Cannot copy note to \"%s\" notebook":"Non é posíbel copiar a nota ao caderno «%s»","Cannot move note to \"%s\" notebook":"Non é posíbel mover a nota ao caderno «%s»","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Escuro","Uncompleted to-dos on top":"Tarefas sen completar arriba","Show completed to-dos":"Show completed to-dos","Sort notes by":"Ordenar notas por","Reverse sort order":"Orde inversa","Save geo-location with notes":"Gardar xeolocalización coas notas","When creating a new to-do:":"Cando se crea unha nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Cando se crea unha nova nota:","Show tray icon":"Mostrar a icona na bandexa","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Porcentaxe de ampliación","Editor font size":"Editor font size","Editor font family":"Familia de tipos de letra do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Actualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostrar opcións avanzadas","Synchronisation target":"Destino da sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Destino co que sincronizar. Cada destino da sincronización pode ter parámetros adicionais que se chaman «sync.NUM.NAME» (documentados arriba).","Directory to synchronise with (absolute path)":"Cartafol a sincronizar con (ruta absoluta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Ruta para sincronizar cando estea activada a sincronización do sistema de ficheiros. Vexa «sync.target».","Nextcloud WebDAV URL":"URL de Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contrasinal do Nextcloud","WebDAV URL":"URL do WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contrasinal do WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Ficheiro de exportación do Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartafol de exportación do Joplin","Evernote Export File":"Ficheiro de exportación de Evernote","Json Export Directory":"Json Export Directory","Directory":"Cartafol","Cannot load \"%s\" module for format \"%s\"":"Non foi posíbel cargar o módulo «%s» para o formato «%s»","Please specify import format for %s":"Indique o formato de importación de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este elemento está cifrado: %s «%s». Agarde a que se descifren todos os elementos e ténteo de novo.","There is no data to export.":"Non hai datos para exportar.","Please specify the notebook where the notes should be imported to.":"Indique o caderno ao que importar as notas.","Items that cannot be synchronised":"Elementos que non se poden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes elementos permanecerán no dispositivo pero non se enviarán ao destino de sincronización. Co fin de atopar estes elementos pode buscalos polo título ou polo ID (mostrados entre corchetes arriba).","Sync status (synced items / total items)":"Estado da sincronización (elementos sincronizados / elementos totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"En conflito: %d","To delete: %d":"Borrar: %d","Folders":"Cartafoles","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Non ten notas actualmente. Cree unha premendo no botón (+).","Delete these notes?":"Desexa eliminar estas notas?","Log":"Rexistro","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Prema para estabelecer o contrasinal de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetas novas:","Type new tags or select from list":"Escriba etiquetas novas ou seleccione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Chave mestra %s","Created: %s":"Creado: %s","Password:":"Contrasinal:","Password cannot be empty":"O contrasinal non pode estar baleiro","Enable":"Activar","The notebook could not be saved: %s":"Non foi posíbel gardar o caderno: %s","Edit notebook":"Editar caderno","Show all":"Mostrar todo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gardar cambios","Discard changes":"Desbotar os cambios","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imaxe incompatíbel: %s","Take photo":"Take photo","Attach photo":"Anexar foto","Attach any file":"Adxuntar calquera ficheiro","Share":"","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Mostrar metadatos","View on map":"Ver no mapa","Go to source URL":"","Delete notebook":"Eliminar caderno","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Prema no botón (+) para crear unha nota ou caderno. Prema no menú lateral para acceder aos cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Non ten cadernos actualmente. Cree un premendo no botón (+).","Welcome":"Benvido/a"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Para eliminar unha etiqueta, retire a etiqueta ás notas asociadas.","Please select the note or notebook to be deleted first.":"Selecciona a nota ou caderno para eliminar primeiro.","Press Ctrl+D or type \"exit\" to exit the application":"Prema Ctrl+D ou escriba «exit» para saír do aplicativo","More than one item match \"%s\". Please narrow down your query.":"Hai máis dun elemento que coincide con «%s». Refine a busca.","No notebook selected.":"Non hai ningún caderno seleccionado.","No notebook has been specified.":"Non se especificou ningún caderno.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronización en segundo plano... Agarde.","No such command: %s":"Non hai tal orde: %s","The command \"%s\" is only available in GUI mode":"A orde «%s» só está dispoñíbel no modo interface gráfico de usuario","Cannot change encrypted item":"Non é posíbel cambiar un elemento cifrado","Missing required argument: %s":"Falta un argumento requirido: %s","%s: %s":"%s: %s","Your choice: ":"A súa elección: ","Invalid answer: %s":"Resposta non válida: %s","Attaches the given file to the note.":"Anexa o ficheiro dado á nota.","Cannot find \"%s\".":"Non é posíbel atopar «%s».","Displays the given note.":"Mostra a nota dada.","Displays the complete information about note.":"Mostra toda a información da nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtén ou estabelece un valor da configuración. Se non se indica [value], mostrará o valor de [name]. Se non se indica [name] nin [value] listará a configuración actual.","Also displays unset and hidden config variables.":"Mostra tamén variábeis de configuración non estabelecidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que corresponden a ao [notebook]. Se non se especifica un, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca unha tarefa como feita.","Note is not a to-do: \"%s\"":"A nota non é unha tarefa: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Xestiona a configuración E2EE. As orde son «enable», «disable», «decrypt», «status» e «target-status».","Enter master password:":"Introducir contrasinal mestre:","Operation cancelled":"Operación cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando o descifrado... Agarde xa que pode tardar varios minutos dependendo de canto haxa que descifrar.","Completed decryption.":"Descifrado completado.","Enabled":"Activado","Disabled":"Desactivado","Encryption is: %s":"O cifrado é: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Non se estabeleceu ningún editor de texto. Estabelézao usando «config editor »","No active notebook.":"Ningún caderno activo.","Note does not exist: \"%s\". Create it?":"A nota non existe: «%s». Desexa creala?","Starting to edit note. Close the editor to get back to the prompt.":"Comezando a editar a nota. Peche o editor para volver ao diálogo.","Error opening note in editor: %s":"Produciuse un erro abrindo a nota no editor: %s","Note has been saved.":"A nota foi gardada.","Exits the application.":"Sae do aplicativo.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os datos do Joplin á ruta dada. De forma predeterminada exportará toda a base de datos incluíndo cadernos, notas, etiquetas e recursos.","Destination format: %s":"Formato de destino: %s","Exports only the given note.":"Exporta só a nota indicada.","Exports only the given notebook.":"Exporta só o caderno indicado.","Displays a geolocation URL for the note.":"Mostra a URL de xeolocalización da nota.","Displays usage information.":"Mostra a información de uso.","For information on how to customise the shortcuts please visit %s":"Para obter máis información sobre como personalizar os atallos, visite %s","Shortcuts are not available in CLI mode.":"Os atallos non están dispoñíbeis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Escriba «help [command]» para obter máis información sobre unha orde ou escriba «help all» para ver toda a información de uso.","The possible commands are:":"As ordes posíbeis son:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"En calquera orde podemos referirnos a unha nota ou caderno polo título ou identificador usando os atallos «$n» ou «$b» para, respectivamente a nota ou cadernos seleccionados actualmente. «$c» pode usarse para referirse ao elemento seleccionado actualmente.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover dun panel ao outro, prema Tab ou Maiús+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usar as frechas arriba/abaixo para desprazar as listas e as áreas de texto (incluída esta consola).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Para entrar do modo liña de ordes, prema «:»","To exit command line mode, press ESCAPE":"Para saír do modo liña de ordes, prema ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para ver a lista completa de atallos do teclado dispoñíbeis, escriba «help keymap»","Imports data into Joplin.":"Importa os datos en Joplin.","Source format: %s":"Formato da orixe: %s","Do not ask for confirmation.":"Non pedir confirmación.","Found: %d.":"Atopado: %d.","Created: %d.":"Creado: %d.","Updated: %d.":"Actualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Etiquetado: %d.","Importing notes...":"Importando notas...","The notes have been imported: %s":"As notas foron importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra as notas no caderno actual. Use «ls /» para ver a lista de cadernos.","Displays only the first top notes.":"Mostra só as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Ordena os elementos por (p.e.: title, updated_time, created_time).","Reverses the sorting order.":"Inverte a orde.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Motra só os elementos do tipo específicado. Pode ser «n» para notas, «t» para tarefas ou «nt» para notas e tarefas (p.e: «-tt» mostraría só as tarefas mentres «-ttd» mostraría notas e tarefas).","Either \"text\" or \"json\"":"Pode ser «text» ou «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usar o formato de lista longa. O formato -e ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Seleccione un caderno primeiro.","Creates a new notebook.":"Crea un caderno novo.","Creates a new note.":"Crea unha nota nova.","Notes can only be created within a notebook.":"As notas só se poden crear dentro dun caderno.","Creates a new to-do.":"Crea unha nova tarefa.","Moves the notes matching to [notebook].":"Move as notas que coinciden con a [notebook].","Renames the given (note or notebook) to .":"Renomea o dado (nota ou caderno) a .","Deletes the given notebook.":"Eliminar o carderno indicado.","Deletes the notebook without asking for confirmation.":"Elimina o caderno indicado sen solicitar confirmación.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Elimina as notas que coinciden con .","Deletes the notes without asking for confirmation.":"Elimina as notas sen pedir confirmación.","%d notes match this pattern. Delete them?":"%d notas coinciden co patrón. Desexa eliminalas?","Delete note?":"Eliminar nota?","Searches for the given in all the notes.":"Busca o patrón en todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Estabelece a propiedade da a [value]. As propiedades posíbeis son:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un resumo das notas e cadernos.","Synchronises with remote storage.":"Sincroniza sen almacenaxe remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar co destino indicado (predeterminados ao valor da configuración sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticación non foi completada (non recibiu un token de autenticación).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Non está autenticado en %s. Proporcione as credencias que faltan.","Synchronisation is already in progress.":"A sincronización xa está en progreso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O ficheiro de bloqueo xa está en espera. Se sabe que a sincronización non se está realizando pode eliminar o ficheiro de bloqueo en «%s» e continuar coa operación.","Synchronisation target: %s (%s)":"Destino da sincronización: %s (%s)","Cannot initialize synchroniser.":"Non é posíbel iniciar o sincronizador.","Starting synchronisation...":"Iniciando sincronización...","Downloading resources...":"","Cancelling... Please wait.":"Cancelando... Agarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Orde incorrecta: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser «toggle» ou «clear». Use «toggle» para alternar a tarefa dada entre o estado de completa e o de incompleta (se o destino é unha nota normal a nota será convertida nunha tarefa). Use «clear» para converter a tarefa de novo nunha nota normal.","Marks a to-do as non-completed.":"Marca unha tarefa como non completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Cambia a [notebook] - todas as demais operacións sucederán neste caderno.","Displays version information":"Mostra a información da versión","%s %s (%s)":"%s %s (%s)","Enum":"Enum.","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores posíbeis: %s.","Default: %s":"Predeterminado: %s","Possible keys/values:":"Posíbeis chaves/valores:","Type `joplin help` for usage information.":"Escriba «joplin help» para obter información do uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado. Xa pode pechar esta lapela do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado correctamente.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra o seguinte URL no navegador para autenticar o aplicativo. O programa creará un cartafol en «Apps/Joplin» e só lerá e escribirá ficheiros neste cartafol. Non terá acceso a ningún ficheiro fóra deste directorio nin a ningún dato persoal. Non se compartirá ningún dato con terceiros.","Search:":"Buscar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Benvida/o ao Joplin!\n\nEscriba «:help shortcuts» para ver a lista de atallos do teclado ou «:help» para ver información de como se usa.\n\nPor exemplo, para crear un caderno prema «mb», para crear unha nota prema «mn».","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Un ou máis elementos están actualmente cifrados e precisa indicar cal é o contrasinal mestre. Para facelo escriba «e2ee decrypt». Se xa subministrou o contrasinal, os elementos cifrados están sendo descifrados en segundo plano e estarán dispoñíbeis pronto.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando a «%s» como formato «%s». Agarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de «%s» como formato «%s». Agarde...","PDF File":"Ficheiro PDF","File":"Ficheiro","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Saír","Edit":"Edtar","Copy":"Copiar","Cut":"Cortar","Paste":"Pegar","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Buscar en todas as notas","Search in current note":"Search in current note","View":"Vista","Toggle sidebar":"","Toggle editor layout":"Cambiar a disposición do editor","Tools":"Ferramentas","Synchronisation status":"Estado da sincronización","Web clipper options":"","Encryption options":"Opcións de cifrado","General Options":"Opcións xerais","Help":"Axuda","Website and documentation":"Sitio web e documentación","Make a donation":"Doar","Check for updates...":"Buscar actualizacións…","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Saír","OK":"Aceptar","Cancel":"Cancelar","Current version is up-to-date.":"A versión actual está actualizada.","%s (pre-release)":"","An update is available, do you want to download it now?":"Hai unha actualización dispoñíbel, desexa descargala agora?","Your version: v%s":"","New version: v%s":"","Yes":"Si","No":"Non","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Comprobar a configuración da sincronización","Notes and settings are stored in: %s":"As notas e axustes gardáronse en: %s","Apply":"","Submit":"","Save":"Gardar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desactivar o cifrado significa que *todas* as súas notas e anexos serán sincronizados de novo e enviados sen cifrar ao destino. Desexa continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"A activación do cifrado significa que *todas* as súas notas e anexos van ser resincronizados e enviados cifrados ao destino da sincronización. Non perda o contrasinal xa que, por motivos de seguranza, é a *única* forma de descifrar os datos. Para activar o cifrado, introduza o contrasinal a continuación.","Disable encryption":"Desactivar cifrado","Enable encryption":"Activar cifrado","Master Keys":"Chaves mestras","Active":"Activa","ID":"ID","Source":"Orixe","Created":"Creada","Updated":"Actualizado","Password":"Contrasinal","Password OK":"Contrasinal correcto","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: só se vai usar unha chave mestre para cifrados (a marcada como «activa»). Algunha das chaves pode usarse para descifrar elementos dependendo de cantas notas ou cadernos foron cifrados inicialmente.","Missing Master Keys":"Faltan as chaves mestras","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves mestras con estes ID úsanse para cifrar algúns dos seus elementos, con todo o aplicativo non ten actualmente acceso a eles. Probabelmente serán descargados pola sincronización.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Estado","Encryption is:":"O cifrado é:","Back":"Anterior","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Crearase o novo caderno «%s» e o ficheiro «%s» importarse dentro del","Please create a notebook first.":"Cree un caderno primerio.","Please create a notebook first":"Cree un caderno primeiro","Notebook title:":"Título do caderno:","Add or remove tags:":"Engadir ou eliminar etiquetas:","Separate each tag by a comma.":"Separar cada etiqueta por unha coma.","Rename notebook:":"Renomear caderno:","Rename tag:":"Rename tag:","Set alarm:":"Estabelecer alarma:","Layout":"Disposición","Search...":"Buscar…","Some items cannot be synchronised.":"Non é posíbel sincronizar algúns elementos.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Non é posíbel descifrar algúns elementos.","Set the password":"Estabelecer un contrasinal","Add or remove tags":"Engadir ou eliminar etiquetas","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Cambiar entre notas e tarefas","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Eliminar","Delete notes?":"Desexa eliminar as notas?","No notes in here. Create one by clicking on \"New note\".":"Aquí non hai notas. Cree unha premendo en «Nova nota».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Este no é un caderno. Cree un, premendo en «Novo caderno».","Location":"","URL":"","Note properties":"","Open...":"Abrir…","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Gardar como…","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Ligazón ou mensaxe incompatíbeis: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota non ten contido. Prema en «%s» para ir ao editor e modificar a nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"tarefas pendentes","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Actualizar","Clear":"Limpar","OneDrive Login":"Inicio de sesión de OneDrive","Dropbox Login":"","Options":"Opcións","Synchronisation Status":"Estado da sincronización","Encryption Options":"Opcións de cifrado","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Desexa eliminar esta etiqueta de todas as notas?","Remove this search from the sidebar?":"Desexa eliminar esta busca da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Seleccione onde exportar o estado da sincronización","Usage: %s":"Uso: %s","Unknown flag: %s":"Bandeira descoñecida: %s","Dropbox":"","File system":"Sistema de ficheiros","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (só para prova)","WebDAV":"WebDAV","Unknown log level: %s":"Nivel de rexistro descoñecido: %s","Unknown level ID: %s":"ID de nivel descoñecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non é posíbel actualizar o «token»: faltan datos da autenticación. Iniciar a sincronización de novo pode arranxar o problema.","Untitled":"Sen título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Non foi posíbel sincronizar con OneDrive.\n\nEste erro sucede moitas veces cando se usa OneDrive for Business, o cal desgraciadamente aínda non é compatíbel.\n\nConsidere usar unha conta normal de OneDrive.","Cannot access %s":"Non é posíbel acceder a %s","Created local items: %d.":"Elementos locais creados: %d.","Updated local items: %d.":"Elementos locais actualizados: %d.","Created remote items: %d.":"Elementos remotos creados: %d.","Updated remote items: %d.":"Elementos remotos actualizados: %d.","Deleted local items: %d.":"Elementos locais borrados: %d.","Deleted remote items: %d.":"Elementos remotos borrados: %d.","Fetched items: %d/%d.":"Elementos obtidos: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inactivo","In progress":"En proceso","Synchronisation is already in progress. State: %s":"A sincronización xa está en proceso. Estado: %s","Encrypted":"Cifrado","Encrypted items cannot be modified":"Non é posíbel modificar elementos cifrados","Conflicts":"Conflitos","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Esta nota non ten información de xeolocalización.","Cannot copy note to \"%s\" notebook":"Non é posíbel copiar a nota ao caderno «%s»","Cannot move note to \"%s\" notebook":"Non é posíbel mover a nota ao caderno «%s»","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Claro","Dark":"Escuro","Uncompleted to-dos on top":"Tarefas sen completar arriba","Show completed to-dos":"Show completed to-dos","Sort notes by":"Ordenar notas por","Reverse sort order":"Orde inversa","Save geo-location with notes":"Gardar xeolocalización coas notas","When creating a new to-do:":"Cando se crea unha nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Cando se crea unha nova nota:","Show tray icon":"Mostrar a icona na bandexa","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Porcentaxe de ampliación","Editor font size":"Editor font size","Editor font family":"Familia de tipos de letra do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Actualizar automaticamente o aplicativo","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Mostrar opcións avanzadas","Synchronisation target":"Destino da sincronización","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Destino co que sincronizar. Cada destino da sincronización pode ter parámetros adicionais que se chaman «sync.NUM.NAME» (documentados arriba).","Directory to synchronise with (absolute path)":"Cartafol a sincronizar con (ruta absoluta)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Ruta para sincronizar cando estea activada a sincronización do sistema de ficheiros. Vexa «sync.target».","Nextcloud WebDAV URL":"URL de Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Usuario de Nextcloud","Nextcloud password":"Contrasinal do Nextcloud","WebDAV URL":"URL do WebDAV","WebDAV username":"Usuario de WebDAV","WebDAV password":"Contrasinal do WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Ficheiro de exportación do Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartafol de exportación do Joplin","Evernote Export File":"Ficheiro de exportación de Evernote","Json Export Directory":"Json Export Directory","Directory":"Cartafol","Cannot load \"%s\" module for format \"%s\"":"Non foi posíbel cargar o módulo «%s» para o formato «%s»","Please specify import format for %s":"Indique o formato de importación de %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este elemento está cifrado: %s «%s». Agarde a que se descifren todos os elementos e ténteo de novo.","There is no data to export.":"Non hai datos para exportar.","Please specify the notebook where the notes should be imported to.":"Indique o caderno ao que importar as notas.","Items that cannot be synchronised":"Elementos que non se poden sincronizar","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes elementos permanecerán no dispositivo pero non se enviarán ao destino de sincronización. Co fin de atopar estes elementos pode buscalos polo título ou polo ID (mostrados entre corchetes arriba).","Sync status (synced items / total items)":"Estado da sincronización (elementos sincronizados / elementos totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"En conflito: %d","To delete: %d":"Borrar: %d","Folders":"Cartafoles","%s: %d notes":"%s: %d notas","Coming alarms":"Alarmas próximas","On %s: %s":"En %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Non ten notas actualmente. Cree unha premendo no botón (+).","Delete these notes?":"Desexa eliminar estas notas?","Log":"Rexistro","Export Debug Report":"Exportar informe de depuración","Encryption Config":"Configuración de cifrado","Configuration":"Configuración","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Prema para estabelecer o contrasinal de descifrado.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etiquetas novas:","Type new tags or select from list":"Escriba etiquetas novas ou seleccione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Sitio web de Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Chave mestra %s","Created: %s":"Creado: %s","Password:":"Contrasinal:","Password cannot be empty":"O contrasinal non pode estar baleiro","Enable":"Activar","The notebook could not be saved: %s":"Non foi posíbel gardar o caderno: %s","Edit notebook":"Editar caderno","Show all":"Mostrar todo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gardar cambios","Discard changes":"Desbotar os cambios","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imaxe incompatíbel: %s","Take photo":"Take photo","Attach photo":"Anexar foto","Attach any file":"Adxuntar calquera ficheiro","Share":"","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Mostrar metadatos","View on map":"Ver no mapa","Go to source URL":"","Delete notebook":"Eliminar caderno","Login with OneDrive":"Acceder con OneDrive","Search":"Buscar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Prema no botón (+) para crear unha nota ou caderno. Prema no menú lateral para acceder aos cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Non ten cadernos actualmente. Cree un premendo no botón (+).","Welcome":"Benvido/a"} \ No newline at end of file diff --git a/ReactNativeClient/locales/hr_HR.json b/ReactNativeClient/locales/hr_HR.json index b67bbe00b..ba588996f 100644 --- a/ReactNativeClient/locales/hr_HR.json +++ b/ReactNativeClient/locales/hr_HR.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Da bi mogao obrisati oznaku, skini oznaku s povezanih bilješki.","Please select the note or notebook to be deleted first.":"Odaberi bilješku ili bilježnicu za brisanje.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisni Ctrl+D ili napiši \"exit\" za izlazak iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Više od jednog rezultata odgovara \"%s\". Promijeni upit.","No notebook selected.":"Nije odabrana bilježnica.","No notebook has been specified.":"Nije specificirana bilježnica.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Prekid sinkronizacije u pozadini... Pričekaj.","No such command: %s":"Ne postoji naredba: %s","The command \"%s\" is only available in GUI mode":"Naredba \"%s\" postoji samo u inačici s grafičkim sučeljem","Cannot change encrypted item":"","Missing required argument: %s":"Nedostaje obavezni argument: %s","%s: %s":"%s: %s","Your choice: ":"Tvoj izbor: ","Invalid answer: %s":"Nevažeći odgovor: %s","Attaches the given file to the note.":"Prilaže datu datoteku bilješci.","Cannot find \"%s\".":"Ne mogu naći \"%s\".","Displays the given note.":"Prikazuje datu bilješku.","Displays the complete information about note.":"Prikazuje potpunu informaciju o bilješci.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.","Also displays unset and hidden config variables.":"Također prikazuje nepostavljene i skrivene konfiguracijske varijable.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.","Marks a to-do as done.":"Označava zadatak završenim.","Note is not a to-do: \"%s\"":"Bilješka nije zadatak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"Enabled","Disabled":"Onemogućeno","Encryption is: %s":"","Edit note.":"Uredi bilješku.","No text editor is defined. Please set it using `config editor `":"No text editor is defined. Please set it using `config editor `","No active notebook.":"Nema aktivne bilježnice.","Note does not exist: \"%s\". Create it?":"Bilješka ne postoji: \"%s\". Napravi je?","Starting to edit note. Close the editor to get back to the prompt.":"Starting to edit note. Close the editor to get back to the prompt.","Error opening note in editor: %s":"","Note has been saved.":"Bilješka je spremljena.","Exits the application.":"Izlaz iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Izvozi samo datu bilješku.","Exports only the given notebook.":"Izvozi samo datu bilježnicu.","Displays a geolocation URL for the note.":"Prikazuje geolokacijski URL bilješke.","Displays usage information.":"Prikazuje informacije o korištenju.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Prečaci nisu podržani u naredbenom retku.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Upiši `help [naredba]` za više informacija o naredbi ili `help all` za sve informacije o korištenju.","The possible commands are:":"Moguće naredbe su:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Za prijelaz iz jednog okna u drugo, pritisni Tab ili Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use the arrows and page up/down to scroll the lists and text areas (including this console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za ulaz u naredbeni redak, pritisni \":\"","To exit command line mode, press ESCAPE":"Za izlaz iz naredbenog retka, pritisni Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ne pitaj za potvrdu.","Found: %d.":"Nađeno: %d.","Created: %d.":"Stvoreno: %d.","Updated: %d.":"Ažurirano: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Resursi: %d.","Tagged: %d.":"Označeno: %d.","Importing notes...":"Uvozim bilješke...","The notes have been imported: %s":"Bilješke su uvezene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikazuje bilješke u trenutnoj bilježnici. Upiši `ls /` za prikaz liste bilježnica.","Displays only the first top notes.":"Prikaži samo prvih bilješki.","Sorts the item by (eg. title, updated_time, created_time).":"Sorts the item by (eg. title, updated_time, created_time).","Reverses the sorting order.":"Mijenja redoslijed.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.","Either \"text\" or \"json\"":"Ili \"text\" ili \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE","Please select a notebook first.":"Odaberi bilježnicu.","Creates a new notebook.":"Stvara novu bilježnicu.","Creates a new note.":"Stvara novu bilješku.","Notes can only be created within a notebook.":"Bilješke je moguće stvoriti samo u sklopu bilježnice.","Creates a new to-do.":"Stvara novi zadatak.","Moves the notes matching to [notebook].":"Premješta podudarajuće bilješke u [bilježnicu].","Renames the given (note or notebook) to .":"Renames the given (note or notebook) to .","Deletes the given notebook.":"Briše datu bilježnicu.","Deletes the notebook without asking for confirmation.":"Briše bilježnicu bez traženja potvrde.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Deletes the notes matching .","Deletes the notes without asking for confirmation.":"Briše bilješke bez traženja potvrde.","%d notes match this pattern. Delete them?":"%d bilješki se podudara s pojmom pretraživanja. Obriši ih?","Delete note?":"Obrisati bilješku?","Searches for the given in all the notes.":"Searches for the given in all the notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Prikazuje sažetak o bilješkama i bilježnicama.","Synchronises with remote storage.":"Sinkronizira sa udaljenom pohranom podataka.","Sync to provided target (defaults to sync.target config value)":"Sinkroniziraj sa metom (default je polje sync.target u konfiguraciji)","Authentication was not completed (did not receive an authentication token).":"Authentication was not completed (did not receive an authentication token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sinkronizacija je već u toku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ako sinkronizacija nije u toku, obriši lock datoteku u \"%s\" i nastavi...","Synchronisation target: %s (%s)":"Meta sinkronizacije: %s (%s)","Cannot initialize synchroniser.":"Ne mogu započeti sinkronizaciju.","Starting synchronisation...":"Započinjem sinkronizaciju...","Downloading resources...":"","Cancelling... Please wait.":"Prekidam... Pričekaj."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Nevažeća naredba: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.","Marks a to-do as non-completed.":"Označava zadatak kao nezavršen.","Switches to [notebook] - all further operations will happen within this notebook.":"Switches to [notebook] - all further operations will happen within this notebook.","Displays version information":"Prikazuje verziju","%s %s (%s)":"%s %s (%s)","Enum":"Enumeracija","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Moguće vrijednosti: %s.","Default: %s":"Default: %s","Possible keys/values:":"Mogući ključevi/vrijednosti:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatalna greška:","The application has been authorised - you may now close this browser tab.":"Aplikacija je autorizirana - smiješ zatvoriti karticu preglednika.","The application has been successfully authorised.":"Aplikacija je uspješno autorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otvori sljedeći URL u pregledniku da bi ovjerio aplikaciju. Aplikacija će stvoriti direktorij u \"Apps/Joplin\" i koristiti će samo taj direktorij za čitanje i pisanje. Aplikacija neće imati pristup osobnim podacima niti ičemu izvan tog direktorija. Nijedan se podatak neće dijeliti s trećom stranom.","Search:":"Traži:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Datoteka","New note":"Nova bilješka","New to-do":"Novi zadatak","New notebook":"Nova bilježnica","Import":"Uvoz","Export":"Export","Print":"","Hide %s":"","Quit":"Izađi","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Zalijepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Pretraži u svim bilješkama","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Alati","Synchronisation status":"Status sinkronizacije","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Pomoć","Website and documentation":"Website i dokumentacija","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"U redu","Cancel":"Odustani","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Apply":"","Submit":"","Save":"Spremi","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"ID","Source":"Izvor","Created":"Stvoreno","Updated":"Ažurirano","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"","Back":"Natrag","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova bilježnica \"%s\" će biti stvorena i datoteka \"%s\" će biti uvezena u nju","Please create a notebook first.":"Prvo stvori bilježnicu.","Please create a notebook first":"Prvo stvori bilježnicu","Notebook title:":"Naslov bilježnice:","Add or remove tags:":"Dodaj ili makni oznake:","Separate each tag by a comma.":"Odvoji oznake zarezom.","Rename notebook:":"Preimenuj bilježnicu:","Rename tag:":"Rename tag:","Set alarm:":"Postavi upozorenje:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Neke stavke se ne mogu sinkronizirati.","View them now":"Pogledaj ih sada","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Dodaj ili makni oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Zamijeni bilješku i zadatak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Obriši","Delete notes?":"Obriši bilješke?","No notes in here. Create one by clicking on \"New note\".":"Ovdje nema bilješki. Stvori novu pritiskom na \"Nova bilješka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ovdje nema bilježnica. Stvori novu pritiskom na \"Nova bilježnica\".","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodržana poveznica ili poruka: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Osvježi","Clear":"Očisti","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opcije","Synchronisation Status":"Status Sinkronizacije","Encryption Options":"","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Makni ovu oznaku iz svih bilješki?","Remove this search from the sidebar?":"Makni ovu pretragu iz izbornika?","Rename":"Preimenuj","Synchronise":"Sinkroniziraj","Notebooks":"Bilježnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Odaberi lokaciju za izvoz statusa sinkronizacije","Usage: %s":"Korištenje: %s","Unknown flag: %s":"Nepoznata zastavica: %s","Dropbox":"","File system":"Datotečni sustav","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Samo za testiranje)","WebDAV":"","Unknown log level: %s":"Nepoznata razina logiranja: %s","Unknown level ID: %s":"Nepoznat ID razine: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nedostaju podaci za ovjeru. Pokušaj ponovo započeti sinkronizaciju.","Untitled":"Nenaslovljen","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne mogu sinkronizirati OneDrive.\n\nOva greška se često javlja pri korištenju usluge OneDrive for Business koja nije podržana.\n\nMolimo da koristite obični OneDrive korisnički račun.","Cannot access %s":"Ne mogu pristupiti %s","Created local items: %d.":"Stvorene lokalne stavke: %d.","Updated local items: %d.":"Ažurirane lokalne stavke: %d.","Created remote items: %d.":"Stvorene udaljene stavke: %d.","Updated remote items: %d.":"Ažurirane udaljene stavke: %d.","Deleted local items: %d.":"Obrisane lokalne stavke: %d.","Deleted remote items: %d.":"Obrisane udaljene stavke: %d.","Fetched items: %d/%d.":"Fetched items: %d/%d.","Cancelling...":"Prekidam...","Completed: %s":"Dovršeno: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizacija je već u toku. Stanje: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Sukobi","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ova bilješka nema geolokacijske informacije.","Cannot copy note to \"%s\" notebook":"Ne mogu kopirati bilješku u bilježnicu %s","Cannot move note to \"%s\" notebook":"Ne mogu premjestiti bilješku u bilježnicu %s","Language":"Jezik","Date format":"Format datuma","Time format":"Format vremena","Theme":"Tema","Light":"Svijetla","Dark":"Tamna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Spremi geolokacijske podatke sa bilješkama","When creating a new to-do:":"When creating a new to-do:","Focus title":"Focus title","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatsko instaliranje nove verzije","Synchronisation interval":"Interval sinkronizacije","%d minutes":"%d minuta","%d hour":"%d sat","%d hours":"%d sati","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Prikaži napredne opcije","Synchronisation target":"Sinkroniziraj sa","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Direktorij za sinkroniziranje (apsolutna putanja)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Putanja do direktorija za sinkronizaciju u slučaju kad je sinkronizacija sa datotečnim sustavom omogućena. Vidi `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Stavke koje se ne mogu sinkronizirati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"Status (sinkronizirane stavke / ukupni broj stavki)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Ukupno: %d/%d","Conflicted: %d":"U sukobu: %d","To delete: %d":"Za brisanje: %d","Folders":"Mape","%s: %d notes":"%s: %d notes","Coming alarms":"Nadolazeća upozorenja","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno nema bilješki. Stvori novu klikom na (+) gumb.","Delete these notes?":"Obriši ove bilješke?","Log":"Log","Export Debug Report":"Izvezi Debug izvještaj","Encryption Config":"","Configuration":"Konfiguracija","Move to notebook...":"Premjesti u bilježnicu...","Move %d notes to notebook \"%s\"?":"Premjesti %d bilješke u bilježnicu \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Bilježnicu nije moguće snimiti: %s","Edit notebook":"Uredi bilježnicu","Show all":"","Errors only":"","This note has been modified:":"Bilješka je promijenjena:","Save changes":"Spremi promjene","Discard changes":"Odbaci promjene","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodržana vrsta slike: %s","Take photo":"Take photo","Attach photo":"Priloži sliku","Attach any file":"Priloži datoteku","Share":"","Convert to note":"Pretvori u bilješku","Convert to todo":"Pretvori u zadatak","Hide metadata":"Sakrij metapodatke","Show metadata":"Prikaži metapodatke","View on map":"Vidi na karti","Go to source URL":"","Delete notebook":"Obriši bilježnicu","Login with OneDrive":"Prijavi se u OneDrive","Search":"Traži","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikni (+) gumb za dodavanje nove bilješke ili bilježnice ili odaberi postojeću bilježnicu iz izbornika.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nemaš nijednu bilježnicu. Stvori novu klikom na (+) gumb.","Welcome":"Dobro došli"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Da bi mogao obrisati oznaku, skini oznaku s povezanih bilješki.","Please select the note or notebook to be deleted first.":"Odaberi bilješku ili bilježnicu za brisanje.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisni Ctrl+D ili napiši \"exit\" za izlazak iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Više od jednog rezultata odgovara \"%s\". Promijeni upit.","No notebook selected.":"Nije odabrana bilježnica.","No notebook has been specified.":"Nije specificirana bilježnica.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Prekid sinkronizacije u pozadini... Pričekaj.","No such command: %s":"Ne postoji naredba: %s","The command \"%s\" is only available in GUI mode":"Naredba \"%s\" postoji samo u inačici s grafičkim sučeljem","Cannot change encrypted item":"","Missing required argument: %s":"Nedostaje obavezni argument: %s","%s: %s":"%s: %s","Your choice: ":"Tvoj izbor: ","Invalid answer: %s":"Nevažeći odgovor: %s","Attaches the given file to the note.":"Prilaže datu datoteku bilješci.","Cannot find \"%s\".":"Ne mogu naći \"%s\".","Displays the given note.":"Prikazuje datu bilješku.","Displays the complete information about note.":"Prikazuje potpunu informaciju o bilješci.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.","Also displays unset and hidden config variables.":"Također prikazuje nepostavljene i skrivene konfiguracijske varijable.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.","Marks a to-do as done.":"Označava zadatak završenim.","Note is not a to-do: \"%s\"":"Bilješka nije zadatak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"","Enabled":"Enabled","Disabled":"Onemogućeno","Encryption is: %s":"","Edit note.":"Uredi bilješku.","No text editor is defined. Please set it using `config editor `":"No text editor is defined. Please set it using `config editor `","No active notebook.":"Nema aktivne bilježnice.","Note does not exist: \"%s\". Create it?":"Bilješka ne postoji: \"%s\". Napravi je?","Starting to edit note. Close the editor to get back to the prompt.":"Starting to edit note. Close the editor to get back to the prompt.","Error opening note in editor: %s":"","Note has been saved.":"Bilješka je spremljena.","Exits the application.":"Izlaz iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Izvozi samo datu bilješku.","Exports only the given notebook.":"Izvozi samo datu bilježnicu.","Displays a geolocation URL for the note.":"Prikazuje geolokacijski URL bilješke.","Displays usage information.":"Prikazuje informacije o korištenju.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Prečaci nisu podržani u naredbenom retku.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Upiši `help [naredba]` za više informacija o naredbi ili `help all` za sve informacije o korištenju.","The possible commands are:":"Moguće naredbe su:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Za prijelaz iz jednog okna u drugo, pritisni Tab ili Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use the arrows and page up/down to scroll the lists and text areas (including this console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za ulaz u naredbeni redak, pritisni \":\"","To exit command line mode, press ESCAPE":"Za izlaz iz naredbenog retka, pritisni Esc","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Ne pitaj za potvrdu.","Found: %d.":"Nađeno: %d.","Created: %d.":"Stvoreno: %d.","Updated: %d.":"Ažurirano: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Resursi: %d.","Tagged: %d.":"Označeno: %d.","Importing notes...":"Uvozim bilješke...","The notes have been imported: %s":"Bilješke su uvezene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikazuje bilješke u trenutnoj bilježnici. Upiši `ls /` za prikaz liste bilježnica.","Displays only the first top notes.":"Prikaži samo prvih bilješki.","Sorts the item by (eg. title, updated_time, created_time).":"Sorts the item by (eg. title, updated_time, created_time).","Reverses the sorting order.":"Mijenja redoslijed.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.","Either \"text\" or \"json\"":"Ili \"text\" ili \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE","Please select a notebook first.":"Odaberi bilježnicu.","Creates a new notebook.":"Stvara novu bilježnicu.","Creates a new note.":"Stvara novu bilješku.","Notes can only be created within a notebook.":"Bilješke je moguće stvoriti samo u sklopu bilježnice.","Creates a new to-do.":"Stvara novi zadatak.","Moves the notes matching to [notebook].":"Premješta podudarajuće bilješke u [bilježnicu].","Renames the given (note or notebook) to .":"Renames the given (note or notebook) to .","Deletes the given notebook.":"Briše datu bilježnicu.","Deletes the notebook without asking for confirmation.":"Briše bilježnicu bez traženja potvrde.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Deletes the notes matching .","Deletes the notes without asking for confirmation.":"Briše bilješke bez traženja potvrde.","%d notes match this pattern. Delete them?":"%d bilješki se podudara s pojmom pretraživanja. Obriši ih?","Delete note?":"Obrisati bilješku?","Searches for the given in all the notes.":"Searches for the given in all the notes.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Prikazuje sažetak o bilješkama i bilježnicama.","Synchronises with remote storage.":"Sinkronizira sa udaljenom pohranom podataka.","Sync to provided target (defaults to sync.target config value)":"Sinkroniziraj sa metom (default je polje sync.target u konfiguraciji)","Authentication was not completed (did not receive an authentication token).":"Authentication was not completed (did not receive an authentication token).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sinkronizacija je već u toku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Ako sinkronizacija nije u toku, obriši lock datoteku u \"%s\" i nastavi...","Synchronisation target: %s (%s)":"Meta sinkronizacije: %s (%s)","Cannot initialize synchroniser.":"Ne mogu započeti sinkronizaciju.","Starting synchronisation...":"Započinjem sinkronizaciju...","Downloading resources...":"","Cancelling... Please wait.":"Prekidam... Pričekaj."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Nevažeća naredba: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.","Marks a to-do as non-completed.":"Označava zadatak kao nezavršen.","Switches to [notebook] - all further operations will happen within this notebook.":"Switches to [notebook] - all further operations will happen within this notebook.","Displays version information":"Prikazuje verziju","%s %s (%s)":"%s %s (%s)","Enum":"Enumeracija","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Moguće vrijednosti: %s.","Default: %s":"Default: %s","Possible keys/values:":"Mogući ključevi/vrijednosti:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatalna greška:","The application has been authorised - you may now close this browser tab.":"Aplikacija je autorizirana - smiješ zatvoriti karticu preglednika.","The application has been successfully authorised.":"Aplikacija je uspješno autorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Otvori sljedeći URL u pregledniku da bi ovjerio aplikaciju. Aplikacija će stvoriti direktorij u \"Apps/Joplin\" i koristiti će samo taj direktorij za čitanje i pisanje. Aplikacija neće imati pristup osobnim podacima niti ičemu izvan tog direktorija. Nijedan se podatak neće dijeliti s trećom stranom.","Search:":"Traži:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Datoteka","New note":"Nova bilješka","New to-do":"Novi zadatak","New notebook":"Nova bilježnica","Import":"Uvoz","Export":"Export","Print":"","Hide %s":"","Quit":"Izađi","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Zalijepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Pretraži u svim bilješkama","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Alati","Synchronisation status":"Status sinkronizacije","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Pomoć","Website and documentation":"Website i dokumentacija","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"U redu","Cancel":"Odustani","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Apply":"","Submit":"","Save":"Spremi","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"","Enable encryption":"","Master Keys":"","Active":"","ID":"ID","Source":"Izvor","Created":"Stvoreno","Updated":"Ažurirano","Password":"","Password OK":"","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"","Back":"Natrag","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova bilježnica \"%s\" će biti stvorena i datoteka \"%s\" će biti uvezena u nju","Please create a notebook first.":"Prvo stvori bilježnicu.","Please create a notebook first":"Prvo stvori bilježnicu","Notebook title:":"Naslov bilježnice:","Add or remove tags:":"Dodaj ili makni oznake:","Separate each tag by a comma.":"Odvoji oznake zarezom.","Rename notebook:":"Preimenuj bilježnicu:","Rename tag:":"Rename tag:","Set alarm:":"Postavi upozorenje:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Neke stavke se ne mogu sinkronizirati.","View them now":"Pogledaj ih sada","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Dodaj ili makni oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Zamijeni bilješku i zadatak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Obriši","Delete notes?":"Obriši bilješke?","No notes in here. Create one by clicking on \"New note\".":"Ovdje nema bilješki. Stvori novu pritiskom na \"Nova bilješka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Ovdje nema bilježnica. Stvori novu pritiskom na \"Nova bilježnica\".","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodržana poveznica ili poruka: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Osvježi","Clear":"Očisti","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opcije","Synchronisation Status":"Status Sinkronizacije","Encryption Options":"","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Makni ovu oznaku iz svih bilješki?","Remove this search from the sidebar?":"Makni ovu pretragu iz izbornika?","Rename":"Preimenuj","Synchronise":"Sinkroniziraj","Notebooks":"Bilježnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Odaberi lokaciju za izvoz statusa sinkronizacije","Usage: %s":"Korištenje: %s","Unknown flag: %s":"Nepoznata zastavica: %s","Dropbox":"","File system":"Datotečni sustav","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Samo za testiranje)","WebDAV":"","Unknown log level: %s":"Nepoznata razina logiranja: %s","Unknown level ID: %s":"Nepoznat ID razine: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Nedostaju podaci za ovjeru. Pokušaj ponovo započeti sinkronizaciju.","Untitled":"Nenaslovljen","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne mogu sinkronizirati OneDrive.\n\nOva greška se često javlja pri korištenju usluge OneDrive for Business koja nije podržana.\n\nMolimo da koristite obični OneDrive korisnički račun.","Cannot access %s":"Ne mogu pristupiti %s","Created local items: %d.":"Stvorene lokalne stavke: %d.","Updated local items: %d.":"Ažurirane lokalne stavke: %d.","Created remote items: %d.":"Stvorene udaljene stavke: %d.","Updated remote items: %d.":"Ažurirane udaljene stavke: %d.","Deleted local items: %d.":"Obrisane lokalne stavke: %d.","Deleted remote items: %d.":"Obrisane udaljene stavke: %d.","Fetched items: %d/%d.":"Fetched items: %d/%d.","Cancelling...":"Prekidam...","Completed: %s":"Dovršeno: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Sinkronizacija je već u toku. Stanje: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Sukobi","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ova bilješka nema geolokacijske informacije.","Cannot copy note to \"%s\" notebook":"Ne mogu kopirati bilješku u bilježnicu %s","Cannot move note to \"%s\" notebook":"Ne mogu premjestiti bilješku u bilježnicu %s","Language":"Jezik","Date format":"Format datuma","Time format":"Format vremena","Theme":"Tema","Light":"Svijetla","Dark":"Tamna","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Spremi geolokacijske podatke sa bilješkama","When creating a new to-do:":"When creating a new to-do:","Focus title":"Focus title","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Automatsko instaliranje nove verzije","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Interval sinkronizacije","%d minutes":"%d minuta","%d hour":"%d sat","%d hours":"%d sati","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Prikaži napredne opcije","Synchronisation target":"Sinkroniziraj sa","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Direktorij za sinkroniziranje (apsolutna putanja)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Putanja do direktorija za sinkronizaciju u slučaju kad je sinkronizacija sa datotečnim sustavom omogućena. Vidi `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Stavke koje se ne mogu sinkronizirati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"Status (sinkronizirane stavke / ukupni broj stavki)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Ukupno: %d/%d","Conflicted: %d":"U sukobu: %d","To delete: %d":"Za brisanje: %d","Folders":"Mape","%s: %d notes":"%s: %d notes","Coming alarms":"Nadolazeća upozorenja","On %s: %s":"On %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno nema bilješki. Stvori novu klikom na (+) gumb.","Delete these notes?":"Obriši ove bilješke?","Log":"Log","Export Debug Report":"Izvezi Debug izvještaj","Encryption Config":"","Configuration":"Konfiguracija","Move to notebook...":"Premjesti u bilježnicu...","Move %d notes to notebook \"%s\"?":"Premjesti %d bilješke u bilježnicu \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Bilježnicu nije moguće snimiti: %s","Edit notebook":"Uredi bilježnicu","Show all":"","Errors only":"","This note has been modified:":"Bilješka je promijenjena:","Save changes":"Spremi promjene","Discard changes":"Odbaci promjene","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodržana vrsta slike: %s","Take photo":"Take photo","Attach photo":"Priloži sliku","Attach any file":"Priloži datoteku","Share":"","Convert to note":"Pretvori u bilješku","Convert to todo":"Pretvori u zadatak","Hide metadata":"Sakrij metapodatke","Show metadata":"Prikaži metapodatke","View on map":"Vidi na karti","Go to source URL":"","Delete notebook":"Obriši bilježnicu","Login with OneDrive":"Prijavi se u OneDrive","Search":"Traži","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikni (+) gumb za dodavanje nove bilješke ili bilježnice ili odaberi postojeću bilježnicu iz izbornika.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nemaš nijednu bilježnicu. Stvori novu klikom na (+) gumb.","Welcome":"Dobro došli"} \ No newline at end of file diff --git a/ReactNativeClient/locales/it_IT.json b/ReactNativeClient/locales/it_IT.json index 4ec6e039b..4c8a60c7e 100644 --- a/ReactNativeClient/locales/it_IT.json +++ b/ReactNativeClient/locales/it_IT.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Per cancellare un'etichetta, togli l'etichetta associata alle note.","Please select the note or notebook to be deleted first.":"Per favore seleziona la nota o il taccuino da eliminare.","Press Ctrl+D or type \"exit\" to exit the application":"Premi Ctrl+D o digita \"exit\" per uscire dall'applicazione","More than one item match \"%s\". Please narrow down your query.":"Più di un elemento corrisponde a \"%s\". Per favore restringi la ricerca.","No notebook selected.":"Nessun taccuino selezionato.","No notebook has been specified.":"Nessun taccuino è stato specificato.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancellazione della sincronizzazione in background... Attendere prego.","No such command: %s":"Nessun comando: %s","The command \"%s\" is only available in GUI mode":"Il comando \"%s\" è disponibile solo nella modalità grafica","Cannot change encrypted item":"Impossibile modificare l'elemento criptato","Missing required argument: %s":"Argomento richiesto mancante: %s","%s: %s":"%s: %s","Your choice: ":"La tua scelta: ","Invalid answer: %s":"Risposta non valida: %s","Attaches the given file to the note.":"Allega il seguente file alla nota.","Cannot find \"%s\".":"Non posso trovare \"%s\".","Displays the given note.":"Mostra la seguente nota.","Displays the complete information about note.":"Mostra le informazioni complete sulla nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Ricevi o imposta un valore di configurazione. se [value] non è impostato, verrà mostrato il valore del [name]. Se sia [name] che [valore] sono impostati, verrà mostrata la configurazione corrente.","Also displays unset and hidden config variables.":"Mostra anche le variabili di configurazione non impostate o nascoste.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica le note che corrispondono a nel [notebook]. Se nessun Taccuino è specificato, la nota viene duplicata nel Taccuino corrente.","Marks a to-do as done.":"Segna un \"Cose-da-fare\" come completato.","Note is not a to-do: \"%s\"":"La nota non è un \"Cose-da-fare\": \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestisci la configurazione E2EE. I comandi sono `abilita`, `disabilita`, `decripta`, `stato` e `stato-target`.","Enter master password:":"Inserisci password principale:","Operation cancelled":"Operazione annullata","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Avvio decrittazione ... Attendere prego, ci potrebbero volere diversi minuti per la decriptazione.","Completed decryption.":"Decrittografia completata.","Enabled":"Attivato","Disabled":"Disabilitato","Encryption is: %s":"La crittografia è: %s","Edit note.":"Modifica nota.","No text editor is defined. Please set it using `config editor `":"Non è definito nessun editor di testo. Per favore impostalo usando `config editor `","No active notebook.":"Nessun Taccuino attivo.","Note does not exist: \"%s\". Create it?":"Non esiste la nota: \"%s\". Desideri crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Comincia a modificare la nota. Chiudi l'editor per tornare al prompt.","Error opening note in editor: %s":"Errore durante l'apertura della nota nell'editor: %s","Note has been saved.":"La nota è stata salvata.","Exits the application.":"Esci dall'applicazione.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Esporta i dati da Joplin nella directory selezionata. Come impostazione predefinita verrà esportato il database completo, inclusi i taccuini, note, etichette e risorse.","Destination format: %s":"Formato di destinazione: %s","Exports only the given note.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente Taccuino.","Displays a geolocation URL for the note.":"Mostra l'URL di geolocalizzazione per la nota.","Displays usage information.":"Mostra le informazioni di utilizzo.","For information on how to customise the shortcuts please visit %s":"Per informazioni su come personalizzare le scorciatoie si prega di visitare %s","Shortcuts are not available in CLI mode.":"Le scorciatoie non sono disponibili nella modalità CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Type `help [command]` for more information about a command; or type `help all` for the complete usage information.","The possible commands are:":"I possibili comandi sono:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In ciascun comando, si deve necessariamente definire una Nota o un Taccuino usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il Taccuino selezionato `$c` può essere usato per fare riferimento all'elemento selezionato.","To move from one pane to another, press Tab or Shift+Tab.":"Per passare da un pannello all'altro, premi Tab o Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usa le frecce e pagina su/giù per scorrere le liste e le aree di testo (compresa questa console).","To maximise/minimise the console, press \"tc\".":"Per massimizzare/minimizzare la console, premi \"tc\".","To enter command line mode, press \":\"":"Per entrare nella modalità command line, premi \":\"","To exit command line mode, press ESCAPE":"Per uscire dalla modalità command line, premi ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Per l'elenco delle scorciatoie da tastiera e delle opzioni di configurazione, digita `help keymap`","Imports data into Joplin.":"Importa i dati in Joplin.","Source format: %s":"Formato sorgente: %s","Do not ask for confirmation.":"Non chiedere conferma.","Found: %d.":"Trovato: %d.","Created: %d.":"Creato: %d.","Updated: %d.":"Aggiornato: %d.","Skipped: %d.":"Saltato: %d.","Resources: %d.":"Risorse: %d.","Tagged: %d.":"Etichettato: %d.","Importing notes...":"Importazione delle note...","The notes have been imported: %s":"Le note sono state importate: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra le Note nel seguente Taccuino. Usa `ls /` per mostrare la lista dei Taccuini.","Displays only the first top notes.":"Mostra solo le prima note.","Sorts the item by (eg. title, updated_time, created_time).":"Ordina per (es. titolo, ultimo aggiornamento, creazione).","Reverses the sorting order.":"Inverti l'ordine.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Mostra solo gli elementi del tipo specificato. Possono essere `n` per le note, `t` per le \"Cose-da-fare\" o `nt` per note e \"Cose-da-fare\". (es. `-tt` mostrerà solo le \"Cose-da-fare\", mentre `-ttd` mostrerà sia note che \"Cose-da-fare\".","Either \"text\" or \"json\"":"Sia \"testo\" che \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa un formato lungo di lista. Il formato è ID, NOTE_COUNT (per i blocchi note), DATE, TODO_CHECKED (per le \"Cose-da-fare\"), TITLE","Please select a notebook first.":"Per favore prima seleziona un Taccuino.","Creates a new notebook.":"Crea un nuovo Taccuino.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno del Taccuino.","Creates a new to-do.":"Crea una nuovo \"Cose-da-fare\".","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (Nota o Taccuino) in .","Deletes the given notebook.":"Elimina il seguente Taccuino.","Deletes the notebook without asking for confirmation.":"Elimina il Taccuino senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Eliminare taccuino? Anche tutte le note e cartelle di questo taccuino saranno cancellati.","Deletes the notes matching .":"Elimina le note che corrispondono a .","Deletes the notes without asking for confirmation.":"Elimina le note senza chiedere conferma.","%d notes match this pattern. Delete them?":"%d note corrispondono. Eliminarle?","Delete note?":"Eliminare la nota?","Searches for the given in all the notes.":"Cerca in tutte le note.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Imposta la proprietà della data al [value] specificato. Le possibili proprietà sono:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei taccuini.","Synchronises with remote storage.":"Sincronizza con l'archivio remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizza con l'obiettivo fornito (come predefinito il valore di configurazione sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticazione non completata (non è stato ricevuto alcun token di autenticazione).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per consentire a Joplin di sincronizzarsi con Dropbox, procedi come indicato di seguito:","Step 1: Open this URL in your browser to authorise the application:":"Passaggio 1: apri questa URL nel tuo browser per autorizzare l'applicazione:","Step 2: Enter the code provided by Dropbox:":"Passaggio 2: inserisci il codice fornito da Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Non autenticato con %s. Si prega di fornire le credenziali mancanti.","Synchronisation is already in progress.":"La sincronizzazione è in corso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Trovato un file di blocco. Se si è certi che non è in corso alcuna sincronizzazione, è possibile eliminare il file di blocco in \"% s\" e riprendere l'operazione.","Synchronisation target: %s (%s)":"Posizione di sincronizzazione: %s (%s)","Cannot initialize synchroniser.":"Non è possibile inizializzare il sincronizzatore.","Starting synchronisation...":"Inizio sincronizzazione...","Downloading resources...":"","Cancelling... Please wait.":"Cancellazione... Attendere per favore."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando non valido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" può essere \"toggle\" or \"clear\". Usa \"toggle\" per modifica lo stato di \"Cose-da-fare\" in completato/non completato (se l'oggetto è una normale nota, questa verrà convertita in un \"Cose-da-fare\"). Usa \"clear\" convertire i \"Cose-da-fare\" in normali note.","Marks a to-do as non-completed.":"Marca un \"Cose-da-fare\" come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente Taccuino.","Displays version information":"Mostra le informazioni sulla versione","%s %s (%s)":"%s %s (%s)","Enum":"Enumerare","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valori possibili: %s.","Default: %s":"Predefinito: %s","Possible keys/values:":"Chiave/valore possibili:","Type `joplin help` for usage information.":"Scrivi `joplin help` per informazioni sull'uso.","Fatal error:":"Errore fatale:","The application has been authorised - you may now close this browser tab.":"L'applicazione è stata autorizzata - puoi chiudere questo tab del tuo browser.","The application has been successfully authorised.":"L'applicazione è stata autorizzata con successo.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Per favore apri il seguente URL nel tuo browser per autenticare l'applicazione. L'applicazione creerà una directory in \"Apps/Joplin\" e leggerà/scriverà file solo in questa directory. Non avrà accesso a nessun file all'esterno di questa directory o ad alcun dato personale. Nessun dato verrà condiviso con terze parti.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o più elementi sono attualmente crittografati e potrebbe essere necessario fornire una password principale. Per fare ciò, digitare `e2ee decrypt`. Se hai già fornito la password, gli elementi crittografati vengono decifrati in background e saranno presto disponibile.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Esportazione da \"%s\" come formato \"%s\". Si prega di attendere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importazione da \"%s\" come formato \"%s\". Si prega di attendere...","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuovo \"Cose-da-fare\"","New notebook":"Nuovo taccuino","Import":"Importa","Export":"Esporta","Print":"Stampa","Hide %s":"Nascondi %s","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Select all":"Select all","Bold":"Grasseto","Italic":"Corsivo","Insert Date Time":"Inserisci data e ora","Edit in external editor":"Modifica in un editor esterno","Search in all the notes":"Cerca in tutte le note","Search in current note":"Search in current note","View":"Vista","Toggle sidebar":"Attiva / disattiva barra laterale","Toggle editor layout":"Attiva / disattiva il layout dell'editor","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"Opzioni Web Clipper","Encryption options":"Opzioni Crittografia","General Options":"Opzioni Generali","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Fai una donazione","Check for updates...":"Controlla aggiornamenti ...","About Joplin":"Informazione su Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Aprire %s","Exit":"Esci","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"La versione attuale è aggiornata.","An update is available, do you want to download it now?":"È disponibile un aggiornamento, vuoi scaricarlo ora?","Yes":"Sì","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Il servizio Web clipper è abilitato e impostato per l'avvio automatico.","Status: Started on port %d":"Stato: avviato sulla porta %d","Status: %s":"Stato: %s","Disable Web Clipper Service":"Disattiva servizio Web Clipper","The web clipper service is not enabled.":"Il servizio web clipper non è abilitato.","Enable Web Clipper Service":"Abilita servizio Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper consente di salvare pagine Web e schermate dal tuo browser in a Joplin.","In order to use the web clipper, you need to do the following:":"Per utilizzare il web clipper, devi fare quanto segue:","Step 1: Enable the clipper service":"Passaggio 1: abilitare il servizio clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Questo servizio consente all'estensione del browser di comunicare con Joplin. Quando lo abiliti, il tuo firewall potrebbe chiederti di dare il permesso a Joplin di ascoltare una particolare porta.","Step 2: Install the extension":"Passaggio 2: installare l'estensione","Download and install the relevant extension for your browser:":"Scarica e installa l'estensione adatta per il tuo browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Controlla la configurazione della sincronizzazione","Notes and settings are stored in: %s":"Le note e le impostazioni sono memorizzate in: %s","Apply":"Applica","Submit":"Invio","Save":"Salva","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Disabilitare la crittografia significa *tutti* i tuoi appunti e gli allegati saranno risincronizzati e inviati in chiaro alla destinazione di sincronizzazione. Vuoi continuare?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Abilitare la crittografia significa *tutte* le tue note e gli allegati verranno risincronizzati e inviati crittografati alla destinazione di sincronizzazione. Non perdere la password poiché, per motivi di sicurezza, questo sarà il *solo* modo per decifrare i dati! Per abilitare la crittografia, inserisci la tua password qui sotto.","Disable encryption":"Disattiva Crittografia","Enable encryption":"Attiva Crittografia","Master Keys":"Chiave Master","Active":"Attivo","ID":"ID","Source":"Sorgente","Created":"Creato","Updated":"Aggiornato","Password":"Password","Password OK":"Password OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: verrà utilizzata una sola chiave master per la crittografia (quella contrassegnata come \"attiva\"). È possibile utilizzare qualsiasi chiave per la decrittografia, a seconda di come le note e i taccuini erano originariamente crittografati.","Missing Master Keys":"Chiave master mancante","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Le chiavi principali con questi ID vengono utilizzate per crittografare alcuni dei tuoi articoli, tuttavia l'applicazione al momento non ha accesso ad essi. È probabile che verranno scaricati tramite la sincronizzazione.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per ulteriori informazioni sulla crittografia end-to-end (E2EE) e consigli su come abilitarlo, consultare la documentazione:","Status":"Stato","Encryption is:":"La crittografia è:","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo Taccuino \"%s\" verrà creato e \"%s\" verrà importato","Please create a notebook first.":"Per favore prima crea un Taccuino.","Please create a notebook first":"Per favore prima crea un Taccuino","Notebook title:":"Titolo del Taccuino:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il Taccuino:","Rename tag:":"Rinomina Tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Cerca...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Alcuni elementi non possono essere decodificati.","Set the password":"Imposta la password","Add or remove tags":"Aggiungi o rimuovi etichetta","Duplicate":"Duplicare","%s - Copy":"%s - Copia","Switch between note and to-do type":"Converti nota in \"Cose-da-fare\" e viceversa","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copia il link Markdown","Delete":"Elimina","Delete notes?":"Eliminare le note?","No notes in here. Create one by clicking on \"New note\".":"Non è presente nessuna nota. Creane una cliccando \"Nuova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Al momento non ci sono Taccuini. Creane uno facendo clic su \"Nuovo Taccuino\".","Location":"","URL":"","Note properties":"","Open...":"Apri ...","This file could not be opened: %s":"Questo file non può essere aperto: %s","Save as...":"Salva come...","Copy path to clipboard":"Copia il percorso negli appunti","Copy Link Address":"Copia l'indirizzo del link","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Link o Messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Questa nota non ha contenuto. Fai clic su \"%s\" per attivare l'editor e modificare la nota.","strong text":"Testo grasseto","emphasized text":"Testo Sottolineato","List item":"Lista Elemento","Insert Hyperlink":"Inserire collegamento ipertestuale","Attach file":"Allega File","Tags":"Tag","Set alarm":"Imposta Allarme","In: %s":"In: %s","Hyperlink":"Collegamento ipertestuale","Code":"Codice","Numbered List":"Elenco Numerato","Bulleted List":"Elenco Puntato","Checkbox":"Casella di controllo","Heading":"Intestazione","Horizontal Rule":"Riga orizzontale","Click to stop external editing":"Fare clic per interrompere le modifiche esterne","Watching...":"Osservare...","to-do":"to-do","note":"Nota","Creating new %s...":"Creare nuovo %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"Login Dropbox","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"Opzioni di crittografia","Clipper Options":"Opzioni Clipper","Remove this tag from all the notes?":"Rimuovere questa etichetta da tutte le note?","Remove this search from the sidebar?":"Rimuovere questa ricerca dalla barra laterale?","Rename":"Rinomina","Synchronise":"Sincronizza","Notebooks":"Taccuini","Decrypting items: %d/%d":"Decrittografia Elementi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"Dropbox","File system":"File system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","WebDAV":"WebDAV","Unknown log level: %s":"Livello di log sconosciuto: %s","Unknown level ID: %s":"Livello ID sconosciuto: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non è possibile aggiornare il token. mancano i dati di autenticazione. Ricominciare la sincronizzazione da capo potrebbe risolvere il problema.","Untitled":"Senza titolo","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossibile sincronizzare con OneDrive.\n\nQuesto errore spesso accade quando si utilizza OneDrive for Business, che purtroppo non può essere supportato.\n\nSi prega di considerare l'idea di utilizzare un account OneDrive normale.","Cannot access %s":"Non è possibile accedere a %s","Created local items: %d.":"Elementi locali creati: %d.","Updated local items: %d.":"Elementi locali aggiornati: %d.","Created remote items: %d.":"Elementi remoti creati: %d.","Updated remote items: %d.":"Elementi remoti aggiornati: %d.","Deleted local items: %d.":"Elementi locali eliminati: %d.","Deleted remote items: %d.":"Elementi remoti eliminati: %d.","Fetched items: %d/%d.":"Elementi recuperati: %d/%d.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Ultimo Errore: %s","Idle":"Inattivo","In progress":"In corso","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"Crittografato","Encrypted items cannot be modified":"Gli elementi crittografati non possono essere modificati","Conflicts":"Conflitti","Cannot move notebook to this location":"Impossibile spostare il Taccuino in questa posizione","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","title":"Titolo","updated date":"Data di aggiornamento","created date":"Data di creazione","This note does not have geolocation information.":"Questa nota non ha informazione sulla geolocalizzazione.","Cannot copy note to \"%s\" notebook":"Non posso copiare la nota nel Taccuino \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel Taccuino \"%s\"","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","Uncompleted to-dos on top":"Cose da fare incomplete in cima alla lista","Show completed to-dos":"Mostra le cose da fare completate","Sort notes by":"Ordina le note per","Reverse sort order":"Inverti l'ordine","Save geo-location with notes":"Salva geolocalizzazione con le note","When creating a new to-do:":"Quando crei un nuovo \"Cose-da-fare\":","Focus title":"","Focus body":"","When creating a new note:":"Quando si crea una nuova nota:","Show tray icon":"Visualizza tray icon","Note: Does not work in all desktop environments.":"Nota: non funziona in tutti gli ambienti desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Percentuale di zoom globale","Editor font size":"Editor font size","Editor font family":"Editor Famiglia Caratteri","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Questo carattere deve essere * monospace * o non funzionerà correttamente. Se il carattere è errato o vuoto, verrà impostato automaticamente su un carattere generico monospace.","Automatically update the application":"Aggiorna automaticamente l'applicazione","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","Text editor command":"Comando editor di testo","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Il comando editor (può includere argomenti) che verrà utilizzato per aprire una nota. Se non ne viene fornita alcuna, cercherà di rilevare automaticamente l'editor predefinito.","Show advanced options":"Mostra opzioni avanzate","Synchronisation target":"Destinazione di sincronizzazione","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ogni target di sincronizzazione può avere parametri aggiuntivi denominati come `sync.NUM.NAME` (tutti documentati di seguito).","Directory to synchronise with (absolute path)":"Cartella da sincronizzare con (percorso assoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Il percorso di sincronizzazione quando la sincronizzazione è abilitata. Vedi `sync.target`.","Nextcloud WebDAV URL":"URL Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nome Utente Nextcloud","Nextcloud password":"Password Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Nome Utente WebDAV","WebDAV password":"Password WebDAV","Custom TLS certificates":"Certificati TLS personalizzati","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Elenco separato da virgole di percorsi alle cartelle per caricare i certificati o percorso dei singoli file cert. Ad esempio: /my/cert_dir, /other/custom.pem. Notare che se si apportano modifiche alle impostazioni TLS, è necessario salvare le modifiche prima di fare clic su \"Verifica configurazione sincronizzazione\".","Ignore TLS certificate errors":"Ignora gli errori del certificato TLS","Invalid option value: \"%s\". Possible values are: %s.":"Oprione non valida: \"%s\". I valori possibili sono: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Esposta files di Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartella di esportazione di Joplin","Evernote Export File":"Esporta files di Evernote","Json Export Directory":"Json Export Directory","Directory":"Cartella","Cannot load \"%s\" module for format \"%s\"":"Impossibile caricare il modulo \"%s\" per il formato \"%s\"","Please specify import format for %s":"Si prega di specificare il formato di importazione per %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Questo elemento è attualmente crittografato: %s \"%s\". Attendi che tutti gli elementi siano decodificati e riprova.","There is no data to export.":"Non ci sono dati da esportare.","Please specify the notebook where the notes should be imported to.":"Si prega di specificare il Taccuino in cui importare le note.","Items that cannot be synchronised":"Elementi che non possono essere sincronizzati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Questi elementi rimarranno sul dispositivo ma non verranno caricati nella destinazione di sincronizzazione. Per trovare questi elementi, cercare il titolo o l'ID (che viene visualizzato tra parentesi qui sopra).","Sync status (synced items / total items)":"Stato di sincronizzazione (Elementi sincronizzati / Elementi totali)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totale: %d %d","Conflicted: %d":"In conflitto: %d","To delete: %d":"Da cancellare: %d","Folders":"Cartelle","%s: %d notes":"%s: %d note","Coming alarms":"Avviso imminente","On %s: %s":"Su %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Al momento non ci sono note. Creane una cliccando sul bottone (+).","Delete these notes?":"Cancellare queste note?","Log":"Log","Export Debug Report":"Esporta il Report di Debug","Encryption Config":"Configurazione Crittografia","Configuration":"Configurazione","Move to notebook...":"Sposta sul Taccuino...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul Taccuino \"%s\"?","Press to set the decryption password.":"Premere per impostare la password di decrittografia.","Clear alarm":"Clear alarm","Save alarm":"Salva Allarme","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuovi tag:","Type new tags or select from list":"Digita nuovi tag o seleziona dalla lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per funzionare correttamente, l'app necessita delle seguenti autorizzazioni. Si prega di abilitarli nelle impostazioni del telefono, in App > Joplin > Autorizzazioni","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Archiviazione: per consentire il collegamento di file alle note e per abilitare la sincronizzazione del filesystem.","- Camera: to allow taking a picture and attaching it to a note.":"- Fotocamera: per consentire di scattare una foto e allegarla a una nota.","- Location: to allow attaching geo-location information to a note.":"- Posizione: per consentire il collegamento di informazioni sulla posizione geografica ad una nota.","Joplin website":"Siro web Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login Dropbox","Enter code here":"Enter code here","Master Key %s":"Chiave Master %s","Created: %s":"Creato: %s","Password:":"Password:","Password cannot be empty":"La password non può essere vuota","Enable":"Abilitato","The notebook could not be saved: %s":"Il Taccuino non può essere salvato: %s","Edit notebook":"Modifica Taccuino","Show all":"Mostra tutto","Errors only":"Solo gli errori","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"Nessun elemento con ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'app mobile Joplin attualmente non supporta questo tipo di collegamento: %s","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Take photo":"Take photo","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"Condividi","Convert to note":"Converti in nota","Convert to todo":"Converti in Todo","Hide metadata":"Nascondi i Metadati","Show metadata":"Mostra i metadati","View on map":"Guarda sulla mappa","Go to source URL":"","Delete notebook":"Cancella Taccuino","Login with OneDrive":"Accedi a OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Fare clic sul pulsante (+) per creare una nuova Nota o un nuovo Taccuino. Fare clic sul menu laterale per accedere ai tuoi Taccuini esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun Taccuino. Crearne uno cliccando sul pulsante (+).","Welcome":"Benvenuto"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Per cancellare un'etichetta, togli l'etichetta associata alle note.","Please select the note or notebook to be deleted first.":"Per favore seleziona la nota o il taccuino da eliminare.","Press Ctrl+D or type \"exit\" to exit the application":"Premi Ctrl+D o digita \"exit\" per uscire dall'applicazione","More than one item match \"%s\". Please narrow down your query.":"Più di un elemento corrisponde a \"%s\". Per favore restringi la ricerca.","No notebook selected.":"Nessun taccuino selezionato.","No notebook has been specified.":"Nessun taccuino è stato specificato.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancellazione della sincronizzazione in background... Attendere prego.","No such command: %s":"Nessun comando: %s","The command \"%s\" is only available in GUI mode":"Il comando \"%s\" è disponibile solo nella modalità grafica","Cannot change encrypted item":"Impossibile modificare l'elemento criptato","Missing required argument: %s":"Argomento richiesto mancante: %s","%s: %s":"%s: %s","Your choice: ":"La tua scelta: ","Invalid answer: %s":"Risposta non valida: %s","Attaches the given file to the note.":"Allega il seguente file alla nota.","Cannot find \"%s\".":"Non posso trovare \"%s\".","Displays the given note.":"Mostra la seguente nota.","Displays the complete information about note.":"Mostra le informazioni complete sulla nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Ricevi o imposta un valore di configurazione. se [value] non è impostato, verrà mostrato il valore del [name]. Se sia [name] che [valore] sono impostati, verrà mostrata la configurazione corrente.","Also displays unset and hidden config variables.":"Mostra anche le variabili di configurazione non impostate o nascoste.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica le note che corrispondono a nel [notebook]. Se nessun Taccuino è specificato, la nota viene duplicata nel Taccuino corrente.","Marks a to-do as done.":"Segna un \"Cose-da-fare\" come completato.","Note is not a to-do: \"%s\"":"La nota non è un \"Cose-da-fare\": \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gestisci la configurazione E2EE. I comandi sono `abilita`, `disabilita`, `decripta`, `stato` e `stato-target`.","Enter master password:":"Inserisci password principale:","Operation cancelled":"Operazione annullata","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Avvio decrittazione ... Attendere prego, ci potrebbero volere diversi minuti per la decriptazione.","Completed decryption.":"Decrittografia completata.","Enabled":"Attivato","Disabled":"Disabilitato","Encryption is: %s":"La crittografia è: %s","Edit note.":"Modifica nota.","No text editor is defined. Please set it using `config editor `":"Non è definito nessun editor di testo. Per favore impostalo usando `config editor `","No active notebook.":"Nessun Taccuino attivo.","Note does not exist: \"%s\". Create it?":"Non esiste la nota: \"%s\". Desideri crearla?","Starting to edit note. Close the editor to get back to the prompt.":"Comincia a modificare la nota. Chiudi l'editor per tornare al prompt.","Error opening note in editor: %s":"Errore durante l'apertura della nota nell'editor: %s","Note has been saved.":"La nota è stata salvata.","Exits the application.":"Esci dall'applicazione.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Esporta i dati da Joplin nella directory selezionata. Come impostazione predefinita verrà esportato il database completo, inclusi i taccuini, note, etichette e risorse.","Destination format: %s":"Formato di destinazione: %s","Exports only the given note.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente Taccuino.","Displays a geolocation URL for the note.":"Mostra l'URL di geolocalizzazione per la nota.","Displays usage information.":"Mostra le informazioni di utilizzo.","For information on how to customise the shortcuts please visit %s":"Per informazioni su come personalizzare le scorciatoie si prega di visitare %s","Shortcuts are not available in CLI mode.":"Le scorciatoie non sono disponibili nella modalità CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Type `help [command]` for more information about a command; or type `help all` for the complete usage information.","The possible commands are:":"I possibili comandi sono:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In ciascun comando, si deve necessariamente definire una Nota o un Taccuino usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il Taccuino selezionato `$c` può essere usato per fare riferimento all'elemento selezionato.","To move from one pane to another, press Tab or Shift+Tab.":"Per passare da un pannello all'altro, premi Tab o Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Usa le frecce e pagina su/giù per scorrere le liste e le aree di testo (compresa questa console).","To maximise/minimise the console, press \"tc\".":"Per massimizzare/minimizzare la console, premi \"tc\".","To enter command line mode, press \":\"":"Per entrare nella modalità command line, premi \":\"","To exit command line mode, press ESCAPE":"Per uscire dalla modalità command line, premi ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Per l'elenco delle scorciatoie da tastiera e delle opzioni di configurazione, digita `help keymap`","Imports data into Joplin.":"Importa i dati in Joplin.","Source format: %s":"Formato sorgente: %s","Do not ask for confirmation.":"Non chiedere conferma.","Found: %d.":"Trovato: %d.","Created: %d.":"Creato: %d.","Updated: %d.":"Aggiornato: %d.","Skipped: %d.":"Saltato: %d.","Resources: %d.":"Risorse: %d.","Tagged: %d.":"Etichettato: %d.","Importing notes...":"Importazione delle note...","The notes have been imported: %s":"Le note sono state importate: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Mostra le Note nel seguente Taccuino. Usa `ls /` per mostrare la lista dei Taccuini.","Displays only the first top notes.":"Mostra solo le prima note.","Sorts the item by (eg. title, updated_time, created_time).":"Ordina per (es. titolo, ultimo aggiornamento, creazione).","Reverses the sorting order.":"Inverti l'ordine.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Mostra solo gli elementi del tipo specificato. Possono essere `n` per le note, `t` per le \"Cose-da-fare\" o `nt` per note e \"Cose-da-fare\". (es. `-tt` mostrerà solo le \"Cose-da-fare\", mentre `-ttd` mostrerà sia note che \"Cose-da-fare\".","Either \"text\" or \"json\"":"Sia \"testo\" che \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Usa un formato lungo di lista. Il formato è ID, NOTE_COUNT (per i blocchi note), DATE, TODO_CHECKED (per le \"Cose-da-fare\"), TITLE","Please select a notebook first.":"Per favore prima seleziona un Taccuino.","Creates a new notebook.":"Crea un nuovo Taccuino.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno del Taccuino.","Creates a new to-do.":"Crea una nuovo \"Cose-da-fare\".","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (Nota o Taccuino) in .","Deletes the given notebook.":"Elimina il seguente Taccuino.","Deletes the notebook without asking for confirmation.":"Elimina il Taccuino senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Eliminare taccuino? Anche tutte le note e cartelle di questo taccuino saranno cancellati.","Deletes the notes matching .":"Elimina le note che corrispondono a .","Deletes the notes without asking for confirmation.":"Elimina le note senza chiedere conferma.","%d notes match this pattern. Delete them?":"%d note corrispondono. Eliminarle?","Delete note?":"Eliminare la nota?","Searches for the given in all the notes.":"Cerca in tutte le note.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Imposta la proprietà della data al [value] specificato. Le possibili proprietà sono:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei taccuini.","Synchronises with remote storage.":"Sincronizza con l'archivio remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizza con l'obiettivo fornito (come predefinito il valore di configurazione sync.target)","Authentication was not completed (did not receive an authentication token).":"Autenticazione non completata (non è stato ricevuto alcun token di autenticazione).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Per consentire a Joplin di sincronizzarsi con Dropbox, procedi come indicato di seguito:","Step 1: Open this URL in your browser to authorise the application:":"Passaggio 1: apri questa URL nel tuo browser per autorizzare l'applicazione:","Step 2: Enter the code provided by Dropbox:":"Passaggio 2: inserisci il codice fornito da Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Non autenticato con %s. Si prega di fornire le credenziali mancanti.","Synchronisation is already in progress.":"La sincronizzazione è in corso.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Trovato un file di blocco. Se si è certi che non è in corso alcuna sincronizzazione, è possibile eliminare il file di blocco in \"% s\" e riprendere l'operazione.","Synchronisation target: %s (%s)":"Posizione di sincronizzazione: %s (%s)","Cannot initialize synchroniser.":"Non è possibile inizializzare il sincronizzatore.","Starting synchronisation...":"Inizio sincronizzazione...","Downloading resources...":"Scaricamento risorse…","Cancelling... Please wait.":"Cancellazione... Attendere per favore."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Comando non valido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" può essere \"toggle\" or \"clear\". Usa \"toggle\" per modifica lo stato di \"Cose-da-fare\" in completato/non completato (se l'oggetto è una normale nota, questa verrà convertita in un \"Cose-da-fare\"). Usa \"clear\" convertire i \"Cose-da-fare\" in normali note.","Marks a to-do as non-completed.":"Marca un \"Cose-da-fare\" come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente Taccuino.","Displays version information":"Mostra le informazioni sulla versione","%s %s (%s)":"%s %s (%s)","Enum":"Enumerare","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valori possibili: %s.","Default: %s":"Predefinito: %s","Possible keys/values:":"Chiave/valore possibili:","Type `joplin help` for usage information.":"Scrivi `joplin help` per informazioni sull'uso.","Fatal error:":"Errore fatale:","The application has been authorised - you may now close this browser tab.":"L'applicazione è stata autorizzata - puoi chiudere questo tab del tuo browser.","The application has been successfully authorised.":"L'applicazione è stata autorizzata con successo.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Per favore apri il seguente URL nel tuo browser per autenticare l'applicazione. L'applicazione creerà una directory in \"Apps/Joplin\" e leggerà/scriverà file solo in questa directory. Non avrà accesso a nessun file all'esterno di questa directory o ad alcun dato personale. Nessun dato verrà condiviso con terze parti.","Search:":"Cerca:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Benvenuto in Joplin!\n\nDigita `:help shortcuts` per la lista delle scorciatoie da tastiera, oppure solo `:help` per le informazioni di utilizzo.\n\nPer esempio, per creare un taccuino digita `mb`; per creare una nota digita `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Uno o più elementi sono attualmente crittografati e potrebbe essere necessario fornire una password principale. Per fare ciò, digitare `e2ee decrypt`. Se hai già fornito la password, gli elementi crittografati vengono decifrati in background e saranno presto disponibile.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Esportazione da \"%s\" come formato \"%s\". Si prega di attendere...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importazione da \"%s\" come formato \"%s\". Si prega di attendere...","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuovo \"Cose-da-fare\"","New notebook":"Nuovo taccuino","Import":"Importa","Export":"Esporta","Print":"Stampa","Hide %s":"Nascondi %s","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Select all":"Seleziona tutto","Bold":"Grasseto","Italic":"Corsivo","Insert Date Time":"Inserisci data e ora","Edit in external editor":"Modifica in un editor esterno","Search in all the notes":"Cerca in tutte le note","Search in current note":"Cerca nella nota corrente","View":"Vista","Toggle sidebar":"Attiva / disattiva barra laterale","Toggle editor layout":"Attiva / disattiva il layout dell'editor","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"Opzioni Web Clipper","Encryption options":"Opzioni Crittografia","General Options":"Opzioni Generali","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Fai una donazione","Check for updates...":"Controlla aggiornamenti ...","About Joplin":"Informazione su Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Aprire %s","Exit":"Esci","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"La versione attuale è aggiornata.","%s (pre-release)":"","An update is available, do you want to download it now?":"È disponibile un aggiornamento, vuoi scaricarlo ora?","Your version: v%s":"","New version: v%s":"","Yes":"Sì","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Il servizio Web clipper è abilitato e impostato per l'avvio automatico.","Status: Started on port %d":"Stato: avviato sulla porta %d","Status: %s":"Stato: %s","Disable Web Clipper Service":"Disattiva servizio Web Clipper","The web clipper service is not enabled.":"Il servizio web clipper non è abilitato.","Enable Web Clipper Service":"Abilita servizio Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper consente di salvare pagine Web e schermate dal tuo browser in a Joplin.","In order to use the web clipper, you need to do the following:":"Per utilizzare il web clipper, devi fare quanto segue:","Step 1: Enable the clipper service":"Passaggio 1: abilitare il servizio clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Questo servizio consente all'estensione del browser di comunicare con Joplin. Quando lo abiliti, il tuo firewall potrebbe chiederti di dare il permesso a Joplin di ascoltare una particolare porta.","Step 2: Install the extension":"Passaggio 2: installare l'estensione","Download and install the relevant extension for your browser:":"Scarica e installa l'estensione adatta per il tuo browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Controlla la configurazione della sincronizzazione","Notes and settings are stored in: %s":"Le note e le impostazioni sono memorizzate in: %s","Apply":"Applica","Submit":"Invio","Save":"Salva","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Disabilitare la crittografia significa *tutti* i tuoi appunti e gli allegati saranno risincronizzati e inviati in chiaro alla destinazione di sincronizzazione. Vuoi continuare?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Abilitare la crittografia significa *tutte* le tue note e gli allegati verranno risincronizzati e inviati crittografati alla destinazione di sincronizzazione. Non perdere la password poiché, per motivi di sicurezza, questo sarà il *solo* modo per decifrare i dati! Per abilitare la crittografia, inserisci la tua password qui sotto.","Disable encryption":"Disattiva Crittografia","Enable encryption":"Attiva Crittografia","Master Keys":"Chiave Master","Active":"Attivo","ID":"ID","Source":"Sorgente","Created":"Creato","Updated":"Aggiornato","Password":"Password","Password OK":"Password OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Nota: verrà utilizzata una sola chiave master per la crittografia (quella contrassegnata come \"attiva\"). È possibile utilizzare qualsiasi chiave per la decrittografia, a seconda di come le note e i taccuini erano originariamente crittografati.","Missing Master Keys":"Chiave master mancante","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Le chiavi principali con questi ID vengono utilizzate per crittografare alcuni dei tuoi articoli, tuttavia l'applicazione al momento non ha accesso ad essi. È probabile che verranno scaricati tramite la sincronizzazione.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Per ulteriori informazioni sulla crittografia end-to-end (E2EE) e consigli su come abilitarlo, consultare la documentazione:","Status":"Stato","Encryption is:":"La crittografia è:","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo Taccuino \"%s\" verrà creato e \"%s\" verrà importato","Please create a notebook first.":"Per favore prima crea un Taccuino.","Please create a notebook first":"Per favore prima crea un Taccuino","Notebook title:":"Titolo del Taccuino:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il Taccuino:","Rename tag:":"Rinomina Tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Cerca...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Alcuni elementi non possono essere decodificati.","Set the password":"Imposta la password","Add or remove tags":"Aggiungi o rimuovi etichetta","Duplicate":"Duplicare","%s - Copy":"%s - Copia","Switch between note and to-do type":"Converti nota in \"Cose-da-fare\" e viceversa","Switch to note type":"Converti in nota","Switch to to-do type":"Converti in \"Cose-da-fare\"","Copy Markdown link":"Copia il link Markdown","Delete":"Elimina","Delete notes?":"Eliminare le note?","No notes in here. Create one by clicking on \"New note\".":"Non è presente nessuna nota. Creane una cliccando \"Nuova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Al momento non ci sono Taccuini. Creane uno facendo clic su \"Nuovo Taccuino\".","Location":"","URL":"","Note properties":"","Open...":"Apri ...","This file could not be opened: %s":"Questo file non può essere aperto: %s","Save as...":"Salva come...","Copy path to clipboard":"Copia il percorso negli appunti","Copy Link Address":"Copia l'indirizzo del link","This attachment is not downloaded or not decrypted yet.":"Questo allegato non è ancora stato scaricato o decriptato.","Unsupported link or message: %s":"Link o Messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Questa nota non ha contenuto. Fai clic su \"%s\" per attivare l'editor e modificare la nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"Testo grasseto","emphasized text":"Testo Sottolineato","List item":"Lista Elemento","Insert Hyperlink":"Inserire collegamento ipertestuale","Attach file":"Allega File","Tags":"Tag","Set alarm":"Imposta Allarme","In: %s":"In: %s","Hyperlink":"Collegamento ipertestuale","Code":"Codice","Numbered List":"Elenco Numerato","Bulleted List":"Elenco Puntato","Checkbox":"Casella di controllo","Heading":"Intestazione","Horizontal Rule":"Riga orizzontale","Click to stop external editing":"Fare clic per interrompere le modifiche esterne","Watching...":"Osservare...","to-do":"to-do","note":"Nota","Creating new %s...":"Creare nuovo %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"Login Dropbox","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"Opzioni di crittografia","Clipper Options":"Opzioni Clipper","Remove this tag from all the notes?":"Rimuovere questa etichetta da tutte le note?","Remove this search from the sidebar?":"Rimuovere questa ricerca dalla barra laterale?","Rename":"Rinomina","Synchronise":"Sincronizza","Notebooks":"Taccuini","Decrypting items: %d/%d":"Decrittografia Elementi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"Dropbox","File system":"File system","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","WebDAV":"WebDAV","Unknown log level: %s":"Livello di log sconosciuto: %s","Unknown level ID: %s":"Livello ID sconosciuto: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Non è possibile aggiornare il token. mancano i dati di autenticazione. Ricominciare la sincronizzazione da capo potrebbe risolvere il problema.","Untitled":"Senza titolo","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Impossibile sincronizzare con OneDrive.\n\nQuesto errore spesso accade quando si utilizza OneDrive for Business, che purtroppo non può essere supportato.\n\nSi prega di considerare l'idea di utilizzare un account OneDrive normale.","Cannot access %s":"Non è possibile accedere a %s","Created local items: %d.":"Elementi locali creati: %d.","Updated local items: %d.":"Elementi locali aggiornati: %d.","Created remote items: %d.":"Elementi remoti creati: %d.","Updated remote items: %d.":"Elementi remoti aggiornati: %d.","Deleted local items: %d.":"Elementi locali eliminati: %d.","Deleted remote items: %d.":"Elementi remoti eliminati: %d.","Fetched items: %d/%d.":"Elementi recuperati: %d/%d.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Ultimo Errore: %s","Idle":"Inattivo","In progress":"In corso","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"Crittografato","Encrypted items cannot be modified":"Gli elementi crittografati non possono essere modificati","Conflicts":"Conflitti","Cannot move notebook to this location":"Impossibile spostare il Taccuino in questa posizione","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","title":"Titolo","updated date":"Data di aggiornamento","created date":"Data di creazione","This note does not have geolocation information.":"Questa nota non ha informazione sulla geolocalizzazione.","Cannot copy note to \"%s\" notebook":"Non posso copiare la nota nel Taccuino \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel Taccuino \"%s\"","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","Uncompleted to-dos on top":"Cose da fare incomplete in cima alla lista","Show completed to-dos":"Mostra le cose da fare completate","Sort notes by":"Ordina le note per","Reverse sort order":"Inverti l'ordine","Save geo-location with notes":"Salva geolocalizzazione con le note","When creating a new to-do:":"Quando crei un nuovo \"Cose-da-fare\":","Focus title":"Focus sul titolo","Focus body":"Focus sul testo","When creating a new note:":"Quando si crea una nuova nota:","Show tray icon":"Visualizza tray icon","Note: Does not work in all desktop environments.":"Nota: non funziona in tutti gli ambienti desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Questo consentirà Joplin di essere in esecuzione in background. E’ raccomandata l’attivazione di questa impostazione per sincronizzare costantemente le tue note e quindi ridurre il numero di conflitti.","Start application minimised in the tray icon":"","Global zoom percentage":"Percentuale di zoom globale","Editor font size":"Editor dimensione caratteri","Editor font family":"Editor famiglia caratteri","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Questo carattere deve essere * monospace * o non funzionerà correttamente. Se il carattere è errato o vuoto, verrà impostato automaticamente su un carattere generico monospace.","Automatically update the application":"Aggiorna automaticamente l'applicazione","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","Text editor command":"Comando editor di testo","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Il comando editor (può includere argomenti) che verrà utilizzato per aprire una nota. Se non ne viene fornita alcuna, cercherà di rilevare automaticamente l'editor predefinito.","Show advanced options":"Mostra opzioni avanzate","Synchronisation target":"Destinazione di sincronizzazione","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ogni target di sincronizzazione può avere parametri aggiuntivi denominati come `sync.NUM.NAME` (tutti documentati di seguito).","Directory to synchronise with (absolute path)":"Cartella da sincronizzare con (percorso assoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Il percorso di sincronizzazione quando la sincronizzazione è abilitata. Vedi `sync.target`.","Nextcloud WebDAV URL":"URL Nextcloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nome Utente Nextcloud","Nextcloud password":"Password Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Nome Utente WebDAV","WebDAV password":"Password WebDAV","Custom TLS certificates":"Certificati TLS personalizzati","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Elenco separato da virgole di percorsi alle cartelle per caricare i certificati o percorso dei singoli file cert. Ad esempio: /my/cert_dir, /other/custom.pem. Notare che se si apportano modifiche alle impostazioni TLS, è necessario salvare le modifiche prima di fare clic su \"Verifica configurazione sincronizzazione\".","Ignore TLS certificate errors":"Ignora gli errori del certificato TLS","Invalid option value: \"%s\". Possible values are: %s.":"Opzione non valida: \"%s\". I valori possibili sono: %s.","The tag \"%s\" already exists. Please choose a different name.":"Il tag \"%s\" esiste già. Scegliere un nome differente.","Joplin Export File":"Esporta file di Joplin","Markdown":"Markdown","Joplin Export Directory":"Cartella di esportazione di Joplin","Evernote Export File":"Esporta files di Evernote","Json Export Directory":"Cartella di esportazione JSON","Directory":"Cartella","Cannot load \"%s\" module for format \"%s\"":"Impossibile caricare il modulo \"%s\" per il formato \"%s\"","Please specify import format for %s":"Si prega di specificare il formato di importazione per %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Questo elemento è attualmente crittografato: %s \"%s\". Attendi che tutti gli elementi siano decodificati e riprova.","There is no data to export.":"Non ci sono dati da esportare.","Please specify the notebook where the notes should be imported to.":"Si prega di specificare il Taccuino in cui importare le note.","Items that cannot be synchronised":"Elementi che non possono essere sincronizzati","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Questi elementi rimarranno sul dispositivo ma non verranno caricati nella destinazione di sincronizzazione. Per trovare questi elementi, cercare il titolo o l'ID (che viene visualizzato tra parentesi qui sopra).","Sync status (synced items / total items)":"Stato di sincronizzazione (Elementi sincronizzati / Elementi totali)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totale: %d %d","Conflicted: %d":"In conflitto: %d","To delete: %d":"Da cancellare: %d","Folders":"Cartelle","%s: %d notes":"%s: %d note","Coming alarms":"Avviso imminente","On %s: %s":"Su %s: %s","Permission to use camera":"Permesso di usare la fotocamera","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Al momento non ci sono note. Creane una cliccando sul bottone (+).","Delete these notes?":"Cancellare queste note?","Log":"Log","Export Debug Report":"Esporta il Report di Debug","Encryption Config":"Configurazione Crittografia","Configuration":"Configurazione","Move to notebook...":"Sposta sul Taccuino...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul Taccuino \"%s\"?","Press to set the decryption password.":"Premere per impostare la password di decrittografia.","Clear alarm":"Clear alarm","Save alarm":"Salva Allarme","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nuovi tag:","Type new tags or select from list":"Digita nuovi tag o seleziona dalla lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Per funzionare correttamente, l'app necessita delle seguenti autorizzazioni. Si prega di abilitarli nelle impostazioni del telefono, in App > Joplin > Autorizzazioni","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Archiviazione: per consentire il collegamento di file alle note e per abilitare la sincronizzazione del filesystem.","- Camera: to allow taking a picture and attaching it to a note.":"- Fotocamera: per consentire di scattare una foto e allegarla a una nota.","- Location: to allow attaching geo-location information to a note.":"- Posizione: per consentire il collegamento di informazioni sulla posizione geografica ad una nota.","Joplin website":"Sito web Joplin","Joplin v%s":"Joplin v%s","Database v%s":"Database v%s","FTS enabled: %d":"FTS attivato: %d","Login with Dropbox":"Login Dropbox","Enter code here":"Inserisci qui il codice","Master Key %s":"Chiave Master %s","Created: %s":"Creato: %s","Password:":"Password:","Password cannot be empty":"La password non può essere vuota","Enable":"Abilitato","The notebook could not be saved: %s":"Il Taccuino non può essere salvato: %s","Edit notebook":"Modifica Taccuino","Show all":"Mostra tutto","Errors only":"Solo gli errori","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"Nessun elemento con ID %s","The Joplin mobile app does not currently support this type of link: %s":"L'app mobile Joplin attualmente non supporta questo tipo di collegamento: %s","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Take photo":"Scatta foto","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"Condividi","Convert to note":"Converti in nota","Convert to todo":"Converti in Todo","Hide metadata":"Nascondi i Metadati","Show metadata":"Mostra i metadati","View on map":"Guarda sulla mappa","Go to source URL":"","Delete notebook":"Cancella Taccuino","Login with OneDrive":"Accedi a OneDrive","Search":"Cerca","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Fare clic sul pulsante (+) per creare una nuova Nota o un nuovo Taccuino. Fare clic sul menu laterale per accedere ai tuoi Taccuini esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun Taccuino. Crearne uno cliccando sul pulsante (+).","Welcome":"Benvenuto"} \ No newline at end of file diff --git a/ReactNativeClient/locales/ja_JP.json b/ReactNativeClient/locales/ja_JP.json index cde06680c..2e8a00a04 100644 --- a/ReactNativeClient/locales/ja_JP.json +++ b/ReactNativeClient/locales/ja_JP.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"タグを削除するには、関連するノートからタグを外してください。","Please select the note or notebook to be deleted first.":"ます削除するノートかノートブックを選択してください。","Press Ctrl+D or type \"exit\" to exit the application":"アプリケーションを終了するには、Ctrl+Dまたは\"exit\"と入力してください","More than one item match \"%s\". Please narrow down your query.":"一つ以上のアイテムが\"%s\"に一致しました。クエリを絞るようにしてください。","No notebook selected.":"ノートブックが選択されていません。","No notebook has been specified.":"ノートブックが選択されていません。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"バックグラウンド同期を中止中… しばらくお待ちください。","No such command: %s":"コマンドが違います:%s","The command \"%s\" is only available in GUI mode":"コマンド \"%s\"は、GUIのみで有効です","Cannot change encrypted item":"暗号化したアイテムをは変更できません","Missing required argument: %s":"引数が足りません:%s","%s: %s":"%s: %s","Your choice: ":"選択: ","Invalid answer: %s":"無効な入力:%s","Attaches the given file to the note.":"選択したファイルをノートに添付します。","Cannot find \"%s\".":"\"%s\"は見つかりませんでした。","Displays the given note.":"選択したノートを表示します。","Displays the complete information about note.":"ノートに関するすべての情報を表示します。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"設定を行います。[value]がない場合は、[name]で示された設定項目の値を表示します。両方とも指定されていない場合は、現在の設定のリストを表示します。","Also displays unset and hidden config variables.":"未設定または非表示の設定項目も表示します。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"に一致するノートを[notebook]に複製します。[notebook]が指定されていない場合は、現在のノートブックに複製を行います。","Marks a to-do as done.":"ToDoを完了としてマークします。","Note is not a to-do: \"%s\"":"ノートはToDoリストではありません:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEの設定を変更します。コマンドは `enable`, `disable`, `decrypt`, `status` and `target-status` です。","Enter master password:":"マスターパスワードを入力してください:","Operation cancelled":"操作をキャンセルしました","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"復号を開始しました... どのぐらいの数を復号するかによりますが、数分かかりますのでお待ちください。","Completed decryption.":"復号が完了しました。","Enabled":"有効","Disabled":"無効","Encryption is: %s":"暗号化: %s","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディターが定義されていません。`config editor `で設定を行ってください","No active notebook.":"有効なノートブックがありません。","Note does not exist: \"%s\". Create it?":"\"%s\"というノートはありません。お作りいたしますか?","Starting to edit note. Close the editor to get back to the prompt.":"ノートの編集を開始します。エディターを閉じると元の画面に戻ることができます。","Error opening note in editor: %s":"次のエディターで開く際にエラー: %s","Note has been saved.":"ノートは保存されました。","Exits the application.":"アプリケーションの終了。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Joplinのデータを選択されたパスにエクスポートします。既定ではノートブック・ノート・タグ・添付データを含むすべてのデータベースを出力します。","Destination format: %s":"場所の形式: %s","Exports only the given note.":"選択されたノートのみを出力する。","Exports only the given notebook.":"選択されたノートブックのみを出力する。","Displays a geolocation URL for the note.":"ノートの位置情報URLを表示する。","Displays usage information.":"使い方を表示する。","For information on how to customise the shortcuts please visit %s":"ショートカットのカスタマイズ方法は %s をご覧ください","Shortcuts are not available in CLI mode.":"CLIモードではショートカットは使用できません。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"コマンドのさらなる情報は、`help [command]`で見ることができます;または、`help all`ですべての使用方法の情報を表示できます。","The possible commands are:":"有効なコマンドは:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"すべてのコマンドで、ノートまたはノートブックは、題名またはID、または選択中の物はそれぞれショートカット`$n`または`$b`で指定できます。`$c`で選択中のアイテムを参照できます。","To move from one pane to another, press Tab or Shift+Tab.":"ペイン間を移動するには、TabかShift+Tabを押してください。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"リストや入力エリアの移動には矢印キーまたはPage Up/Downを使用します。","To maximise/minimise the console, press \"tc\".":"コンソールの最大化・最小化には\"tc\"と入力してください。","To enter command line mode, press \":\"":"コマンドラインモードに入るには、\":\"を入力してください","To exit command line mode, press ESCAPE":"コマンドラインモードを終了するには、ESCキーを押してください","For the list of keyboard shortcuts and config options, type `help keymap`":"キーボードショートカットと設定オプションを表示するには、`help shortcuts`と入力してください","Imports data into Joplin.":"Joplinにデータをインポートします。","Source format: %s":"ソースフォーマット: %s","Do not ask for confirmation.":"確認を行ないません。","Found: %d.":"総数: %d.","Created: %d.":"新規作成: %d.","Updated: %d.":"アップデート: %d.","Skipped: %d.":"スキップ: %d.","Resources: %d.":"リソース: %d.","Tagged: %d.":"タグ付き: %d.","Importing notes...":"ノートのインポート中...","The notes have been imported: %s":"ノートはインポートされました:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"現在のノートブック中のノートを表示します。ノートブックのリストを表示するには、`ls /`と入力してください。","Displays only the first top notes.":"上位 件のノートを表示します。","Sorts the item by (eg. title, updated_time, created_time).":"アイテムをで並び替え (例: title, updated_time, created_time).","Reverses the sorting order.":"逆順に並び替えます。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"選択した種類の項目のみ表示します。`n`でノートを、`t`でToDoを、`nt`でその両方を指定できます。 (例: `-tt` ではToDoのみを表示し、`-ttd`ではノートとToDoを表示します。)","Either \"text\" or \"json\"":"\"text\"または\"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"長い形式のリストフォーマットを使用します。フォーマットは:ID, NOTE_COUNT (ノートブックのみ), DATE, TODO_CHECKED (ToDoのみ), TITLE","Please select a notebook first.":"ますはノートブックを選択して下さい。","Creates a new notebook.":"あたらしいノートブックを作成します。","Creates a new note.":"あたらしいノートを作成します。","Notes can only be created within a notebook.":"ノートは、ノートブック内のみに作ることができます。","Creates a new to-do.":"新しいToDoを作成します。","Moves the notes matching to [notebook].":"に一致するアイテムを、[notebook]に移動します。","Renames the given (note or notebook) to .":" (ノートまたはノートブック)の名前を、に変更します。","Deletes the given notebook.":"指定されたノートブックを削除します。","Deletes the notebook without asking for confirmation.":"ノートブックを確認なしで削除します。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"ノートブックを削除しますか? このノートブックにあるノートとサブノートはすべて消えてしまいます。","Deletes the notes matching .":"に一致するノートを削除する。","Deletes the notes without asking for confirmation.":"ノートを確認なしで削除します。","%d notes match this pattern. Delete them?":"%d 個のノートが一致しました。削除しますか?","Delete note?":"ノートを削除しますか?","Searches for the given in all the notes.":"指定されたをすべてのノートから検索する。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"のプロパティ を、指示された[value]に設定します。有効なプロパティは:\n\n%s","Displays summary about the notes and notebooks.":"ノートとノートブックのサマリを表示します。","Synchronises with remote storage.":"リモート保存領域と同期します。","Sync to provided target (defaults to sync.target config value)":"指定のターゲットと同期します。(標準: sync.targetの設定値)","Authentication was not completed (did not receive an authentication token).":"認証は完了していません(認証トークンが得られませんでした)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"DropboxでJoplinを同期する場合は、次のステップを実行してください:","Step 1: Open this URL in your browser to authorise the application:":"ステップ1: アプリケーションを認証するためにこのURLをブラウザーで開く:","Step 2: Enter the code provided by Dropbox:":"ステップ2: Dropboxによって提供されたコードを入力する:","Not authentified with %s. Please provide any missing credentials.":"%s では認証できません。他の資格証明書を使用してください。","Synchronisation is already in progress.":"同期はすでに実行中です。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"ロックファイルがすでに保持されています。同期作業が行われていない場合は、\"%s\"にあるロックファイルを削除して、作業を再度行ってください。","Synchronisation target: %s (%s)":"同期先: %s (%s)","Cannot initialize synchroniser.":"同期プロセスを初期化できませんでした。","Starting synchronisation...":"同期を開始中...","Downloading resources...":"リソースをダウンロード中...","Cancelling... Please wait.":"中止中...お待ちください。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" は\"add\", \"remove\", \"list\"のいずれかで、指定した[ノート]から[タグ]をつけたり外したりできます。あるいは[タグ]で関連するノートをリストアップします。`tag list`で、すべてのタグを見ることができます。","Invalid command: \"%s\"":"無効な命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"は、\"toggle\"または\"clear\"を指定できます。\"toggle\"を指定すると、指定したToDoの完了済み/未完を反転できます。指定したノートが通常のノートであれば、ToDoに変換されます。\"clear\"を指定すると、ToDoを通常のノートに変換できます。","Marks a to-do as non-completed.":"ToDoを未完としてマークします。","Switches to [notebook] - all further operations will happen within this notebook.":"ノートブック [notebook]に切り替え - これ以降の作業は、指定のノートブック内で行われます。","Displays version information":"バージョン情報の表示","%s %s (%s)":"%s %s (%s)","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"既定値: %s","Possible keys/values:":"取り得るキーバリュー:","Type `joplin help` for usage information.":"`joplin help`を実行して使い方を表示します。","Fatal error:":"致命的なエラー:","The application has been authorised - you may now close this browser tab.":"アプリケーションは認証されました - ブラウザを閉じてもかまいません。","The application has been successfully authorised.":"アプリケーションは問題なく認証されました。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"このアプリケーションを認証するためには下記のURLをブラウザで開いてください。アプリケーションは\"Apps/Joplin\"フォルダを作成し、その中のファイルのみを読み書きします。あなたの個人的なファイルや、ディレクトリ外のファイルにはアクセスしません。第三者にデータが共有されることもありません。","Search:":"検索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplinへようこそ!\n\n`:help shortcuts`と入力することで、キーボードショートカットのリストを見ることができます。また、`:help`で使い方を確認できます。\n\n例えば、ノートブックの作成には`mb`ででき、ノートの作成は`mn`で行うことができます。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"現在一つ以上のアイテムが暗号化されており、マスターパスワードを提供する必要があります。その場合は`e2ee decrypt`を入力してください。もしパスワードを提供してある場合は、暗号化したアイテムは復号中で、間もなく使用できるようになるでしょう。","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットにエクスポート中。しばらくお待ちください...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットとしてインポート中。しばらくお待ちください...","PDF File":"PDF ファイル","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"エクスポート","Print":"印刷","Hide %s":"%s を隠す","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Select all":"すべて選択","Bold":"太字","Italic":"斜体","Insert Date Time":"日付の入力","Edit in external editor":"外部エディターで編集","Search in all the notes":"すべてのノートを検索","Search in current note":"現在のノートを検索","View":"表示","Toggle sidebar":"サイドバーの表示切り替え","Toggle editor layout":"エディターレイアウトの表示切り替え","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"Webクリッパーのオプション","Encryption options":"暗号化のオプション","General Options":"全般のオプション","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"寄付する","Check for updates...":"アップデートのチェック...","About Joplin":"Joplinについて","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s を開く","Exit":"終了","OK":"OK","Cancel":"キャンセル","Current version is up-to-date.":"現在のバージョンは最新版です。","An update is available, do you want to download it now?":"アップデートがあります。すぐにダウンロードしますか?","Yes":"Yes","No":"No","Token has been copied to the clipboard!":"トークンをクリップボードにコピーしました!","The web clipper service is enabled and set to auto-start.":"Webクリッパーサービスは有効で、自動起動します。","Status: Started on port %d":"状態: ポート %d で起動中","Status: %s":"状態: %s","Disable Web Clipper Service":"Webクリッパーサービス無効","The web clipper service is not enabled.":"Webクリッパーサービスは有効になっていません。","Enable Web Clipper Service":"Webクリッパーサービスを有効にする","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin WebクリッパーはブラウザーからWebページとスクリーンショットをJoplinへ保存します。","In order to use the web clipper, you need to do the following:":"Webクリッパーを使用するためには、次のことを行う必要があります:","Step 1: Enable the clipper service":"ステップ1: クリッパーサービスを有効にする","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"このサービスはブラウザーの拡張機能とJoplinを接続します。ファイアーウォールが有効になっている場合は、Joplinから特定のポートへの許可を与えるよう質問されるでしょう。","Step 2: Install the extension":"ステップ2: 拡張機能のインストール","Download and install the relevant extension for your browser:":"関連する拡張機能をブラウザーにインストールします:","Advanced options":"詳細な設定","Authorisation token:":"認証するトークン:","Copy token":"トークンのコピー","This authorisation token is only needed to allow third-party applications to access Joplin.":"この認証トークンはサードパーティアプリケーションがJoplinにアクセスするためだけに必要です。","Check synchronisation configuration":"同期の設定を確認する","Notes and settings are stored in: %s":"ノートと設定は次の場所に保存されます: %s","Apply":"適用","Submit":"入力","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"暗号化を無効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化を解除した状態で送ることを意味します。本当に継続しますか?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"暗号化を有効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化の状態で送ることを意味します。セキュリティの意味で、パスワードをなくさないでください。パスワードはデータを復号する*唯一*の方法です! 暗号化を有効にするには、下にパスワードを入力してください。","Disable encryption":"暗号化を無効にする","Enable encryption":"暗号化を有効にする","Master Keys":"マスターキー","Active":"アクティブ","ID":"ID","Source":"ソース","Created":"作成日時","Updated":"アップデート日時","Password":"パスワード","Password OK":"パスワード OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意:\"active\"に指定されたマスターキーのみが暗号化に使用されます。暗号化に使用されたキーの応じて、すべてのキーが暗号解除のために使用されます。","Missing Master Keys":"マスターキーがありません","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"これらのIDとマスターキーはアイテムを暗号化するのに使われていますが、このアプリケーションからはアクセスすることができていません。おそらく同期機能でダウンロードしてきたのでしょう。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"エンドツーエンド暗号化(E2EE)に関する詳細な情報とどのように有効化するのかのアドバイスは、次のドキュメントをご覧ください:","Status":"状態","Encryption is:":"暗号化の状態:","Back":"戻る","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" という名前の新しいノートブックが作成され、ファイル \"%s\" がインポートされます","Please create a notebook first.":"ますはノートブックを作成して下さい。","Please create a notebook first":"まず最初にノートブックを作成して下さい","Notebook title:":"ノートブックの題名:","Add or remove tags:":"タグの追加・削除:","Separate each tag by a comma.":"それぞれのタグをカンマ(,)で区切ってください。","Rename notebook:":"ノートブックの名前を変更:","Rename tag:":"タグの変更:","Set alarm:":"アラームをセット:","Layout":"レイアウト","Search...":"検索...","Some items cannot be synchronised.":"いくつかの項目は同期されませんでした。","View them now":"今すぐ表示","Some items cannot be decrypted.":"いくつかの項目は復号されませんでした。","Set the password":"パスワードの設定","Add or remove tags":"タグの追加と削除","Duplicate":"複製","%s - Copy":"%s - コピー","Switch between note and to-do type":"ノートとToDoを切り替え","Switch to note type":"ノートに切り替え","Switch to to-do type":"ToDoに切り替え","Copy Markdown link":"Markdownのリンクをコピー","Delete":"削除","Delete notes?":"ノートを削除しますか?","No notes in here. Create one by clicking on \"New note\".":"ノートがありません。新しいノートを作成して下さい。","There is currently no notebook. Create one by clicking on \"New notebook\".":"ノートブックがありません。新しいノートブックを作成してください。","Location":"場所","URL":"URL","Note properties":"ノートのプロパティ","Open...":"開く...","This file could not be opened: %s":"次のファイルは開くことができません:%s","Save as...":"変更を保存...","Copy path to clipboard":"クリップボードにパスを保存","Copy Link Address":"リンクアドレスをコピー","This attachment is not downloaded or not decrypted yet.":"この添付ファイルはダウンロードできないか、まだ復号できません。","Unsupported link or message: %s":"次のリンクまたはメッセージはサポートしていません: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"このノートには中身がありません。 \"%s\" をクリックしてエディターを表示し、ノートを編集してください。","strong text":"文字を太字に","emphasized text":"文字の強調","List item":"リストアイテム","Insert Hyperlink":"ハイパーリンクの挿入","Attach file":"ファイルを添付する","Tags":"タグ","Set alarm":"アラームをセット","In: %s":"内: %s","Hyperlink":"ハイパーリンク","Code":"コード","Numbered List":"番号つきリスト","Bulleted List":"箇条書きリスト","Checkbox":"チェックボックス","Heading":"見出し","Horizontal Rule":"横線","Click to stop external editing":"クリックすると外部エディターでの編集を終了します","Watching...":"確認中...","to-do":"to-do","note":"ノート","Creating new %s...":"新しい %s を作成中...","Refresh":"更新","Clear":"クリア","OneDrive Login":"OneDriveログイン","Dropbox Login":"Dropboxログイン","Options":"オプション","Synchronisation Status":"同期状況","Encryption Options":"暗号化のオプション","Clipper Options":"Clipperのオプション","Remove this tag from all the notes?":"すべてのノートからこのタグを削除しますか?","Remove this search from the sidebar?":"サイドバーからこの検索を削除しますか?","Rename":"名前の変更","Synchronise":"同期","Notebooks":"ノートブック","Decrypting items: %d/%d":"復号中のアイテム: %d/%d","Fetching resources: %d":"取得中のリソース: %d","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %s","Dropbox":"Dropbox","File system":"ファイルシステム","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (テスト用途のみ)","WebDAV":"WebDAV","Unknown log level: %s":"不明なログレベル: %s","Unknown level ID: %s":"不明なレベルID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"トークンの更新ができませんでした。認証データがありません。同期を再度行うことで解決することがあります。","Untitled":"名称未設定","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDriveと同期できませんでした。\n\nOneDrive for Business(未サポート)を使用中はこのエラーが起こることがあります。\n\n通常のOneDriveアカウントの使用をご検討ください。","Cannot access %s":"%sにアクセスできません","Created local items: %d.":"ローカルアイテムの作成: %d.","Updated local items: %d.":"ローカルアイテムの更新: %d.","Created remote items: %d.":"リモートアイテムの作成: %d.","Updated remote items: %d.":"リモートアイテムの更新: %d.","Deleted local items: %d.":"ローカルアイテムの削除: %d.","Deleted remote items: %d.":"リモートアイテムの削除: %d.","Fetched items: %d/%d.":"取得したアイテム: %d/%d.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"最新のエラー: %s","Idle":"待機中","In progress":"実行中","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"暗号化済","Encrypted items cannot be modified":"暗号化したアイテムは修正できません","Conflicts":"衝突","Cannot move notebook to this location":"ノートをノートブック \"%s\" に移動できません","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\" というノートブックの名称はシステムで使用するために予約済みです。名称の変更はできません。","title":"タイトル","updated date":"アップデート日","created date":"作成日","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\" にコピーできません","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\" に移動できません","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","Uncompleted to-dos on top":"未完のToDoをリストの上部に表示","Show completed to-dos":"完了したToDoを表示","Sort notes by":"ノートのソート方法","Reverse sort order":"逆順に並び替え","Save geo-location with notes":"ノートに位置情報を保存","When creating a new to-do:":"新しいToDoを作成した場合:","Focus title":"タイトルにフォーカス","Focus body":"本文にフォーカス","When creating a new note:":"新しいノートを作成した際:","Show tray icon":"トレイアイコンの表示","Note: Does not work in all desktop environments.":"注意: すべてのデスクトップ環境で動作するわけではありません。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"有効にすると、Joplinがバックグラウンドで動作するようになります。ノートを定期的に同期し、衝突を減らすために強くおすすめする設定です。","Start application minimised in the tray icon":"アプリケーションをトレイアンコンで最小化して起動","Global zoom percentage":"全体ズームの割合","Editor font size":"エディターのフォントサイズ","Editor font family":"エディターのフォントファミリー","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"ここは *monospace* (等幅)フォントを選択しないと正しく動作しません。フォントが誤っているか空の場合は、一般的な等幅フォントが指定されるでしょう。","Automatically update the application":"アプリケーションを自動的にアップデート","Synchronisation interval":"同期間隔","%d minutes":"%d 分","%d hour":"%d 時間","%d hours":"%d 時間","Text editor command":"テキストエディターのコマンド","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"このエディターコマンド(と引数)はノートを開く際に使用されます。空欄の場合は既定のエディターを自動的に検出します。","Show advanced options":"詳細な設定の表示","Synchronisation target":"同期先","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"同期する先です。いずれの同期先も `sync.NUM.NAME` のように追加のパラメーターを持つことができるでしょう(すべてのドキュメントは下にあります)。","Directory to synchronise with (absolute path)":"同期先のディレクトリ(絶対パス)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意: この場所を変更する際は、同期する前に新しい場所にすべての内容をコピーしておきましょう。そうしないとすべてのファイルが削除されていまいます! 詳しくは次のFAQをご覧ください: %s","Nextcloud username":"Nextcloud ユーザー名","Nextcloud password":"Nextcloud パスワード","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV ユーザー名","WebDAV password":"WevDAV パスワード","Custom TLS certificates":"TLS証明書のカスタマイズ","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"証明書を読み込むディレクトリ、または個々の証明書ファイルのパスのリストをコンマで区切って記述します。例は次のとおりです: /my/cert_dir, /other/custom.pem 注意点として、TLSの設定を変更する場合は\"同期の設定を確認\"をクリックする前に保存する必要があります。","Ignore TLS certificate errors":"TLS証明書のエラーを無視","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","The tag \"%s\" already exists. Please choose a different name.":"タグ \"%s\" はすでにあります。ほかの名前を選択してください。","Joplin Export File":"Joplin エクスポートファイル","Markdown":"Markdown","Joplin Export Directory":"Joplin エクスポートディレクトリ","Evernote Export File":"Evernote エクスポートファイル","Json Export Directory":"Json エクスポートディレクトリ","Directory":"ディレクトリ","Cannot load \"%s\" module for format \"%s\"":"\"%s\" モジュール(\"%s\" フォーマット用)を読み込めません","Please specify import format for %s":"%s 用のインポートフォーマットを指定してくださあい","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"このアイテムは現在暗号化されています: %s \"%s\" すべてのアイテムの復号が終わるまで待ち、もう一度実行してください。","There is no data to export.":"エクスポートするデータがありません。","Please specify the notebook where the notes should be imported to.":"ノートをどのノートブックにインポートするのか指定してください。","Items that cannot be synchronised":"同期ができなかったアイテム","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"これらのアイテムはデバイスに残りましたが、同期先にアップロードされません。そのようなアイテムを探すには、タイトルまたはID(上記の括弧内に表示されている)で検索してください。","Sync status (synced items / total items)":"同期状況 (同期済/総数)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダー","%s: %d notes":"%s: %d ノート","Coming alarms":"直近のアラーム","On %s: %s":"日時 %s: %s","Permission to use camera":"カメラ使用の許可","Your permission to use your camera is required.":"カメラを使用するには権限が必要です。","There are currently no notes. Create one by clicking on the (+) button.":"ノートがありません。(+)ボタンを押して新しいノートを作成してください。","Delete these notes?":"ノートを削除しますか?","Log":"ログ","Export Debug Report":"デバッグレポートの出力","Encryption Config":"暗号化の設定","Configuration":"設定","Move to notebook...":"ノートブックへ移動...","Move %d notes to notebook \"%s\"?":"%d個のノートを\"%s\"に移動しますか?","Press to set the decryption password.":"復号するパスワードを入力してください。","Clear alarm":"アラームをクリア","Save alarm":"アラームの保存","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","Checking... Please wait.":"確認中...お待ちください。","Success! Synchronisation configuration appears to be correct.":"成功です! 同期の設定は正しいようです。","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"エラーです。URL、ユーザー名、パスワードなどを修正し、同期するターゲットにアクセスできるかを確認してください。次が報告されたエラーです:","The application has been authorised!":"アプリケーションは問題なく認証されました!","Could not authorise application:\n\n%s\n\nPlease try again.":"アプリケーションが認証できません:\n\n%s\n\nやり直してください。","Decrypted items: %s / %s":"復号中のアイテム: %s/%s","New tags:":"新しいタグ:","Type new tags or select from list":"新しいタグを入力するか、リストから選択してください","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"正しく動作するには、次の権限が必要です。スマートフォンのアプリ情報 > Joplin > 権限 で有効にしてください","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- ストレージ: ノートにファイルを添付するのとファイルシステムの同期に必要です。","- Camera: to allow taking a picture and attaching it to a note.":"- カメラ: 撮った写真をノートに添付するのに必要です。","- Location: to allow attaching geo-location information to a note.":"- 位置情報: ノートに位置情報を添付するのに必要です。","Joplin website":"JoplinのWebサイト","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropboxでログイン","Enter code here":"Enter code here","Master Key %s":"マスターキー %s","Created: %s":"作成しました:%s","Password:":"パスワード:","Password cannot be empty":"パスワードは空にできません","Enable":"有効","The notebook could not be saved: %s":"ノートブックは保存できませんでした:%s","Edit notebook":"ノートブックの編集","Show all":"すべて表示","Errors only":"エラーのみ","This note has been modified:":"ノートは変更されています:","Save changes":"変更を保存","Discard changes":"変更を破棄","No item with ID %s":"ID %s のアイテムはありません","The Joplin mobile app does not currently support this type of link: %s":"Joplinモバイルアプリは次のタイプのリンクをまだサポートしていません: %s","Unsupported image type: %s":"サポートされていない画像の形式: %s","Take photo":"写真を撮影する","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"共有","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","Go to source URL":"ソースURLに行く","Delete notebook":"ノートブックを削除","Login with OneDrive":"OneDriveログイン","Search":"検索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+)ボタンを押してノートやノートブックを作成してください。サイドメニューからあなたのノートブックにアクセスができます。","You currently have no notebook. Create one by clicking on (+) button.":"ノートブックがありません。(+)をクリックして新しいノートブックを作成してください。","Welcome":"ようこそ"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"タグを削除するには、関連するノートからタグを外してください。","Please select the note or notebook to be deleted first.":"ます削除するノートかノートブックを選択してください。","Press Ctrl+D or type \"exit\" to exit the application":"アプリケーションを終了するには、Ctrl+Dまたは\"exit\"と入力してください","More than one item match \"%s\". Please narrow down your query.":"一つ以上のアイテムが\"%s\"に一致しました。クエリを絞るようにしてください。","No notebook selected.":"ノートブックが選択されていません。","No notebook has been specified.":"ノートブックが選択されていません。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"バックグラウンド同期を中止中… しばらくお待ちください。","No such command: %s":"コマンドが違います:%s","The command \"%s\" is only available in GUI mode":"コマンド \"%s\"は、GUIのみで有効です","Cannot change encrypted item":"暗号化したアイテムをは変更できません","Missing required argument: %s":"引数が足りません:%s","%s: %s":"%s: %s","Your choice: ":"選択: ","Invalid answer: %s":"無効な入力:%s","Attaches the given file to the note.":"選択したファイルをノートに添付します。","Cannot find \"%s\".":"\"%s\"は見つかりませんでした。","Displays the given note.":"選択したノートを表示します。","Displays the complete information about note.":"ノートに関するすべての情報を表示します。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"設定を行います。[value]がない場合は、[name]で示された設定項目の値を表示します。両方とも指定されていない場合は、現在の設定のリストを表示します。","Also displays unset and hidden config variables.":"未設定または非表示の設定項目も表示します。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"に一致するノートを[notebook]に複製します。[notebook]が指定されていない場合は、現在のノートブックに複製を行います。","Marks a to-do as done.":"ToDoを完了としてマークします。","Note is not a to-do: \"%s\"":"ノートはToDoリストではありません:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EEの設定を変更します。コマンドは `enable`, `disable`, `decrypt`, `status` and `target-status` です。","Enter master password:":"マスターパスワードを入力してください:","Operation cancelled":"操作をキャンセルしました","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"復号を開始しました... どのぐらいの数を復号するかによりますが、数分かかりますのでお待ちください。","Completed decryption.":"復号が完了しました。","Enabled":"有効","Disabled":"無効","Encryption is: %s":"暗号化: %s","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディターが定義されていません。`config editor `で設定を行ってください","No active notebook.":"有効なノートブックがありません。","Note does not exist: \"%s\". Create it?":"\"%s\"というノートはありません。お作りいたしますか?","Starting to edit note. Close the editor to get back to the prompt.":"ノートの編集を開始します。エディターを閉じると元の画面に戻ることができます。","Error opening note in editor: %s":"次のエディターで開く際にエラー: %s","Note has been saved.":"ノートは保存されました。","Exits the application.":"アプリケーションの終了。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Joplinのデータを選択されたパスにエクスポートします。既定ではノートブック・ノート・タグ・添付データを含むすべてのデータベースを出力します。","Destination format: %s":"場所の形式: %s","Exports only the given note.":"選択されたノートのみを出力する。","Exports only the given notebook.":"選択されたノートブックのみを出力する。","Displays a geolocation URL for the note.":"ノートの位置情報URLを表示する。","Displays usage information.":"使い方を表示する。","For information on how to customise the shortcuts please visit %s":"ショートカットのカスタマイズ方法は %s をご覧ください","Shortcuts are not available in CLI mode.":"CLIモードではショートカットは使用できません。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"コマンドのさらなる情報は、`help [command]`で見ることができます;または、`help all`ですべての使用方法の情報を表示できます。","The possible commands are:":"有効なコマンドは:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"すべてのコマンドで、ノートまたはノートブックは、題名またはID、または選択中の物はそれぞれショートカット`$n`または`$b`で指定できます。`$c`で選択中のアイテムを参照できます。","To move from one pane to another, press Tab or Shift+Tab.":"ペイン間を移動するには、TabかShift+Tabを押してください。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"リストや入力エリアの移動には矢印キーまたはPage Up/Downを使用します。","To maximise/minimise the console, press \"tc\".":"コンソールの最大化・最小化には\"tc\"と入力してください。","To enter command line mode, press \":\"":"コマンドラインモードに入るには、\":\"を入力してください","To exit command line mode, press ESCAPE":"コマンドラインモードを終了するには、ESCキーを押してください","For the list of keyboard shortcuts and config options, type `help keymap`":"キーボードショートカットと設定オプションを表示するには、`help shortcuts`と入力してください","Imports data into Joplin.":"Joplinにデータをインポートします。","Source format: %s":"ソースフォーマット: %s","Do not ask for confirmation.":"確認を行ないません。","Found: %d.":"総数: %d.","Created: %d.":"新規作成: %d.","Updated: %d.":"アップデート: %d.","Skipped: %d.":"スキップ: %d.","Resources: %d.":"リソース: %d.","Tagged: %d.":"タグ付き: %d.","Importing notes...":"ノートのインポート中...","The notes have been imported: %s":"ノートはインポートされました:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"現在のノートブック中のノートを表示します。ノートブックのリストを表示するには、`ls /`と入力してください。","Displays only the first top notes.":"上位 件のノートを表示します。","Sorts the item by (eg. title, updated_time, created_time).":"アイテムをで並び替え (例: title, updated_time, created_time).","Reverses the sorting order.":"逆順に並び替えます。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"選択した種類の項目のみ表示します。`n`でノートを、`t`でToDoを、`nt`でその両方を指定できます。 (例: `-tt` ではToDoのみを表示し、`-ttd`ではノートとToDoを表示します。)","Either \"text\" or \"json\"":"\"text\"または\"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"長い形式のリストフォーマットを使用します。フォーマットは:ID, NOTE_COUNT (ノートブックのみ), DATE, TODO_CHECKED (ToDoのみ), TITLE","Please select a notebook first.":"ますはノートブックを選択して下さい。","Creates a new notebook.":"あたらしいノートブックを作成します。","Creates a new note.":"あたらしいノートを作成します。","Notes can only be created within a notebook.":"ノートは、ノートブック内のみに作ることができます。","Creates a new to-do.":"新しいToDoを作成します。","Moves the notes matching to [notebook].":"に一致するアイテムを、[notebook]に移動します。","Renames the given (note or notebook) to .":" (ノートまたはノートブック)の名前を、に変更します。","Deletes the given notebook.":"指定されたノートブックを削除します。","Deletes the notebook without asking for confirmation.":"ノートブックを確認なしで削除します。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"ノートブックを削除しますか? このノートブックにあるノートとサブノートはすべて消えてしまいます。","Deletes the notes matching .":"に一致するノートを削除する。","Deletes the notes without asking for confirmation.":"ノートを確認なしで削除します。","%d notes match this pattern. Delete them?":"%d 個のノートが一致しました。削除しますか?","Delete note?":"ノートを削除しますか?","Searches for the given in all the notes.":"指定されたをすべてのノートから検索する。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"のプロパティ を、指示された[value]に設定します。有効なプロパティは:\n\n%s","Displays summary about the notes and notebooks.":"ノートとノートブックのサマリを表示します。","Synchronises with remote storage.":"リモート保存領域と同期します。","Sync to provided target (defaults to sync.target config value)":"指定のターゲットと同期します。(標準: sync.targetの設定値)","Authentication was not completed (did not receive an authentication token).":"認証は完了していません(認証トークンが得られませんでした)","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"DropboxでJoplinを同期する場合は、次のステップを実行してください:","Step 1: Open this URL in your browser to authorise the application:":"ステップ1: アプリケーションを認証するためにこのURLをブラウザーで開く:","Step 2: Enter the code provided by Dropbox:":"ステップ2: Dropboxによって提供されたコードを入力する:","Not authentified with %s. Please provide any missing credentials.":"%s では認証できません。他の資格証明書を使用してください。","Synchronisation is already in progress.":"同期はすでに実行中です。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"ロックファイルがすでに保持されています。同期作業が行われていない場合は、\"%s\"にあるロックファイルを削除して、作業を再度行ってください。","Synchronisation target: %s (%s)":"同期先: %s (%s)","Cannot initialize synchroniser.":"同期プロセスを初期化できませんでした。","Starting synchronisation...":"同期を開始中...","Downloading resources...":"リソースをダウンロード中...","Cancelling... Please wait.":"中止中...お待ちください。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" は\"add\", \"remove\", \"list\"のいずれかで、指定した[ノート]から[タグ]をつけたり外したりできます。あるいは[タグ]で関連するノートをリストアップします。`tag list`で、すべてのタグを見ることができます。","Invalid command: \"%s\"":"無効な命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"は、\"toggle\"または\"clear\"を指定できます。\"toggle\"を指定すると、指定したToDoの完了済み/未完を反転できます。指定したノートが通常のノートであれば、ToDoに変換されます。\"clear\"を指定すると、ToDoを通常のノートに変換できます。","Marks a to-do as non-completed.":"ToDoを未完としてマークします。","Switches to [notebook] - all further operations will happen within this notebook.":"ノートブック [notebook]に切り替え - これ以降の作業は、指定のノートブック内で行われます。","Displays version information":"バージョン情報の表示","%s %s (%s)":"%s %s (%s)","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"既定値: %s","Possible keys/values:":"取り得るキーバリュー:","Type `joplin help` for usage information.":"`joplin help`を実行して使い方を表示します。","Fatal error:":"致命的なエラー:","The application has been authorised - you may now close this browser tab.":"アプリケーションは認証されました - ブラウザを閉じてもかまいません。","The application has been successfully authorised.":"アプリケーションは問題なく認証されました。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"このアプリケーションを認証するためには下記のURLをブラウザで開いてください。アプリケーションは\"Apps/Joplin\"フォルダを作成し、その中のファイルのみを読み書きします。あなたの個人的なファイルや、ディレクトリ外のファイルにはアクセスしません。第三者にデータが共有されることもありません。","Search:":"検索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplinへようこそ!\n\n`:help shortcuts`と入力することで、キーボードショートカットのリストを見ることができます。また、`:help`で使い方を確認できます。\n\n例えば、ノートブックの作成には`mb`ででき、ノートの作成は`mn`で行うことができます。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"現在一つ以上のアイテムが暗号化されており、マスターパスワードを提供する必要があります。その場合は`e2ee decrypt`を入力してください。もしパスワードを提供してある場合は、暗号化したアイテムは復号中で、間もなく使用できるようになるでしょう。","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットにエクスポート中。しばらくお待ちください...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\" を \"%s\" フォーマットとしてインポート中。しばらくお待ちください...","PDF File":"PDF ファイル","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"エクスポート","Print":"印刷","Hide %s":"%s を隠す","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Select all":"すべて選択","Bold":"太字","Italic":"斜体","Insert Date Time":"日付の入力","Edit in external editor":"外部エディターで編集","Search in all the notes":"すべてのノートを検索","Search in current note":"現在のノートを検索","View":"表示","Toggle sidebar":"サイドバーの表示切り替え","Toggle editor layout":"エディターレイアウトの表示切り替え","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"Webクリッパーのオプション","Encryption options":"暗号化のオプション","General Options":"全般のオプション","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"寄付する","Check for updates...":"アップデートのチェック...","About Joplin":"Joplinについて","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s を開く","Exit":"終了","OK":"OK","Cancel":"キャンセル","Current version is up-to-date.":"現在のバージョンは最新版です。","%s (pre-release)":"","An update is available, do you want to download it now?":"アップデートがあります。すぐにダウンロードしますか?","Your version: v%s":"","New version: v%s":"","Yes":"Yes","No":"No","Token has been copied to the clipboard!":"トークンをクリップボードにコピーしました!","The web clipper service is enabled and set to auto-start.":"Webクリッパーサービスは有効で、自動起動します。","Status: Started on port %d":"状態: ポート %d で起動中","Status: %s":"状態: %s","Disable Web Clipper Service":"Webクリッパーサービス無効","The web clipper service is not enabled.":"Webクリッパーサービスは有効になっていません。","Enable Web Clipper Service":"Webクリッパーサービスを有効にする","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin WebクリッパーはブラウザーからWebページとスクリーンショットをJoplinへ保存します。","In order to use the web clipper, you need to do the following:":"Webクリッパーを使用するためには、次のことを行う必要があります:","Step 1: Enable the clipper service":"ステップ1: クリッパーサービスを有効にする","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"このサービスはブラウザーの拡張機能とJoplinを接続します。ファイアーウォールが有効になっている場合は、Joplinから特定のポートへの許可を与えるよう質問されるでしょう。","Step 2: Install the extension":"ステップ2: 拡張機能のインストール","Download and install the relevant extension for your browser:":"関連する拡張機能をブラウザーにインストールします:","Advanced options":"詳細な設定","Authorisation token:":"認証するトークン:","Copy token":"トークンのコピー","This authorisation token is only needed to allow third-party applications to access Joplin.":"この認証トークンはサードパーティアプリケーションがJoplinにアクセスするためだけに必要です。","Check synchronisation configuration":"同期の設定を確認する","Notes and settings are stored in: %s":"ノートと設定は次の場所に保存されます: %s","Apply":"適用","Submit":"入力","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"暗号化を無効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化を解除した状態で送ることを意味します。本当に継続しますか?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"暗号化を有効にするとは、*すべて*のノートや添付ファイルを再同期し、同期ターゲットに暗号化の状態で送ることを意味します。セキュリティの意味で、パスワードをなくさないでください。パスワードはデータを復号する*唯一*の方法です! 暗号化を有効にするには、下にパスワードを入力してください。","Disable encryption":"暗号化を無効にする","Enable encryption":"暗号化を有効にする","Master Keys":"マスターキー","Active":"アクティブ","ID":"ID","Source":"ソース","Created":"作成日時","Updated":"アップデート日時","Password":"パスワード","Password OK":"パスワード OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意:\"active\"に指定されたマスターキーのみが暗号化に使用されます。暗号化に使用されたキーの応じて、すべてのキーが暗号解除のために使用されます。","Missing Master Keys":"マスターキーがありません","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"これらのIDとマスターキーはアイテムを暗号化するのに使われていますが、このアプリケーションからはアクセスすることができていません。おそらく同期機能でダウンロードしてきたのでしょう。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"エンドツーエンド暗号化(E2EE)に関する詳細な情報とどのように有効化するのかのアドバイスは、次のドキュメントをご覧ください:","Status":"状態","Encryption is:":"暗号化の状態:","Back":"戻る","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"\"%s\" という名前の新しいノートブックが作成され、ファイル \"%s\" がインポートされます","Please create a notebook first.":"ますはノートブックを作成して下さい。","Please create a notebook first":"まず最初にノートブックを作成して下さい","Notebook title:":"ノートブックの題名:","Add or remove tags:":"タグの追加・削除:","Separate each tag by a comma.":"それぞれのタグをカンマ(,)で区切ってください。","Rename notebook:":"ノートブックの名前を変更:","Rename tag:":"タグの変更:","Set alarm:":"アラームをセット:","Layout":"レイアウト","Search...":"検索...","Some items cannot be synchronised.":"いくつかの項目は同期されませんでした。","View them now":"今すぐ表示","Some items cannot be decrypted.":"いくつかの項目は復号されませんでした。","Set the password":"パスワードの設定","Add or remove tags":"タグの追加と削除","Duplicate":"複製","%s - Copy":"%s - コピー","Switch between note and to-do type":"ノートとToDoを切り替え","Switch to note type":"ノートに切り替え","Switch to to-do type":"ToDoに切り替え","Copy Markdown link":"Markdownのリンクをコピー","Delete":"削除","Delete notes?":"ノートを削除しますか?","No notes in here. Create one by clicking on \"New note\".":"ノートがありません。新しいノートを作成して下さい。","There is currently no notebook. Create one by clicking on \"New notebook\".":"ノートブックがありません。新しいノートブックを作成してください。","Location":"場所","URL":"URL","Note properties":"ノートのプロパティ","Open...":"開く...","This file could not be opened: %s":"次のファイルは開くことができません:%s","Save as...":"変更を保存...","Copy path to clipboard":"クリップボードにパスを保存","Copy Link Address":"リンクアドレスをコピー","This attachment is not downloaded or not decrypted yet.":"この添付ファイルはダウンロードできないか、まだ復号できません。","Unsupported link or message: %s":"次のリンクまたはメッセージはサポートしていません: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"このノートには中身がありません。 \"%s\" をクリックしてエディターを表示し、ノートを編集してください。","Only one note can be printed or exported to PDF at a time.":"","strong text":"文字を太字に","emphasized text":"文字の強調","List item":"リストアイテム","Insert Hyperlink":"ハイパーリンクの挿入","Attach file":"ファイルを添付する","Tags":"タグ","Set alarm":"アラームをセット","In: %s":"内: %s","Hyperlink":"ハイパーリンク","Code":"コード","Numbered List":"番号つきリスト","Bulleted List":"箇条書きリスト","Checkbox":"チェックボックス","Heading":"見出し","Horizontal Rule":"横線","Click to stop external editing":"クリックすると外部エディターでの編集を終了します","Watching...":"確認中...","to-do":"to-do","note":"ノート","Creating new %s...":"新しい %s を作成中...","Refresh":"更新","Clear":"クリア","OneDrive Login":"OneDriveログイン","Dropbox Login":"Dropboxログイン","Options":"オプション","Synchronisation Status":"同期状況","Encryption Options":"暗号化のオプション","Clipper Options":"Clipperのオプション","Remove this tag from all the notes?":"すべてのノートからこのタグを削除しますか?","Remove this search from the sidebar?":"サイドバーからこの検索を削除しますか?","Rename":"名前の変更","Synchronise":"同期","Notebooks":"ノートブック","Decrypting items: %d/%d":"復号中のアイテム: %d/%d","Fetching resources: %d":"取得中のリソース: %d","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %s","Dropbox":"Dropbox","File system":"ファイルシステム","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (テスト用途のみ)","WebDAV":"WebDAV","Unknown log level: %s":"不明なログレベル: %s","Unknown level ID: %s":"不明なレベルID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"トークンの更新ができませんでした。認証データがありません。同期を再度行うことで解決することがあります。","Untitled":"名称未設定","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDriveと同期できませんでした。\n\nOneDrive for Business(未サポート)を使用中はこのエラーが起こることがあります。\n\n通常のOneDriveアカウントの使用をご検討ください。","Cannot access %s":"%sにアクセスできません","Created local items: %d.":"ローカルアイテムの作成: %d.","Updated local items: %d.":"ローカルアイテムの更新: %d.","Created remote items: %d.":"リモートアイテムの作成: %d.","Updated remote items: %d.":"リモートアイテムの更新: %d.","Deleted local items: %d.":"ローカルアイテムの削除: %d.","Deleted remote items: %d.":"リモートアイテムの削除: %d.","Fetched items: %d/%d.":"取得したアイテム: %d/%d.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"最新のエラー: %s","Idle":"待機中","In progress":"実行中","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"暗号化済","Encrypted items cannot be modified":"暗号化したアイテムは修正できません","Conflicts":"衝突","Cannot move notebook to this location":"ノートをノートブック \"%s\" に移動できません","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\" というノートブックの名称はシステムで使用するために予約済みです。名称の変更はできません。","title":"タイトル","updated date":"アップデート日","created date":"作成日","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\" にコピーできません","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\" に移動できません","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","Uncompleted to-dos on top":"未完のToDoをリストの上部に表示","Show completed to-dos":"完了したToDoを表示","Sort notes by":"ノートのソート方法","Reverse sort order":"逆順に並び替え","Save geo-location with notes":"ノートに位置情報を保存","When creating a new to-do:":"新しいToDoを作成した場合:","Focus title":"タイトルにフォーカス","Focus body":"本文にフォーカス","When creating a new note:":"新しいノートを作成した際:","Show tray icon":"トレイアイコンの表示","Note: Does not work in all desktop environments.":"注意: すべてのデスクトップ環境で動作するわけではありません。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"有効にすると、Joplinがバックグラウンドで動作するようになります。ノートを定期的に同期し、衝突を減らすために強くおすすめする設定です。","Start application minimised in the tray icon":"アプリケーションをトレイアンコンで最小化して起動","Global zoom percentage":"全体ズームの割合","Editor font size":"エディターのフォントサイズ","Editor font family":"エディターのフォントファミリー","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"ここは *monospace* (等幅)フォントを選択しないと正しく動作しません。フォントが誤っているか空の場合は、一般的な等幅フォントが指定されるでしょう。","Automatically update the application":"アプリケーションを自動的にアップデート","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"同期間隔","%d minutes":"%d 分","%d hour":"%d 時間","%d hours":"%d 時間","Text editor command":"テキストエディターのコマンド","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"このエディターコマンド(と引数)はノートを開く際に使用されます。空欄の場合は既定のエディターを自動的に検出します。","Show advanced options":"詳細な設定の表示","Synchronisation target":"同期先","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"同期する先です。いずれの同期先も `sync.NUM.NAME` のように追加のパラメーターを持つことができるでしょう(すべてのドキュメントは下にあります)。","Directory to synchronise with (absolute path)":"同期先のディレクトリ(絶対パス)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意: この場所を変更する際は、同期する前に新しい場所にすべての内容をコピーしておきましょう。そうしないとすべてのファイルが削除されていまいます! 詳しくは次のFAQをご覧ください: %s","Nextcloud username":"Nextcloud ユーザー名","Nextcloud password":"Nextcloud パスワード","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV ユーザー名","WebDAV password":"WevDAV パスワード","Custom TLS certificates":"TLS証明書のカスタマイズ","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"証明書を読み込むディレクトリ、または個々の証明書ファイルのパスのリストをコンマで区切って記述します。例は次のとおりです: /my/cert_dir, /other/custom.pem 注意点として、TLSの設定を変更する場合は\"同期の設定を確認\"をクリックする前に保存する必要があります。","Ignore TLS certificate errors":"TLS証明書のエラーを無視","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","The tag \"%s\" already exists. Please choose a different name.":"タグ \"%s\" はすでにあります。ほかの名前を選択してください。","Joplin Export File":"Joplin エクスポートファイル","Markdown":"Markdown","Joplin Export Directory":"Joplin エクスポートディレクトリ","Evernote Export File":"Evernote エクスポートファイル","Json Export Directory":"Json エクスポートディレクトリ","Directory":"ディレクトリ","Cannot load \"%s\" module for format \"%s\"":"\"%s\" モジュール(\"%s\" フォーマット用)を読み込めません","Please specify import format for %s":"%s 用のインポートフォーマットを指定してくださあい","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"このアイテムは現在暗号化されています: %s \"%s\" すべてのアイテムの復号が終わるまで待ち、もう一度実行してください。","There is no data to export.":"エクスポートするデータがありません。","Please specify the notebook where the notes should be imported to.":"ノートをどのノートブックにインポートするのか指定してください。","Items that cannot be synchronised":"同期ができなかったアイテム","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"これらのアイテムはデバイスに残りましたが、同期先にアップロードされません。そのようなアイテムを探すには、タイトルまたはID(上記の括弧内に表示されている)で検索してください。","Sync status (synced items / total items)":"同期状況 (同期済/総数)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダー","%s: %d notes":"%s: %d ノート","Coming alarms":"直近のアラーム","On %s: %s":"日時 %s: %s","Permission to use camera":"カメラ使用の許可","Your permission to use your camera is required.":"カメラを使用するには権限が必要です。","There are currently no notes. Create one by clicking on the (+) button.":"ノートがありません。(+)ボタンを押して新しいノートを作成してください。","Delete these notes?":"ノートを削除しますか?","Log":"ログ","Export Debug Report":"デバッグレポートの出力","Encryption Config":"暗号化の設定","Configuration":"設定","Move to notebook...":"ノートブックへ移動...","Move %d notes to notebook \"%s\"?":"%d個のノートを\"%s\"に移動しますか?","Press to set the decryption password.":"復号するパスワードを入力してください。","Clear alarm":"アラームをクリア","Save alarm":"アラームの保存","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","Checking... Please wait.":"確認中...お待ちください。","Success! Synchronisation configuration appears to be correct.":"成功です! 同期の設定は正しいようです。","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"エラーです。URL、ユーザー名、パスワードなどを修正し、同期するターゲットにアクセスできるかを確認してください。次が報告されたエラーです:","The application has been authorised!":"アプリケーションは問題なく認証されました!","Could not authorise application:\n\n%s\n\nPlease try again.":"アプリケーションが認証できません:\n\n%s\n\nやり直してください。","Decrypted items: %s / %s":"復号中のアイテム: %s/%s","New tags:":"新しいタグ:","Type new tags or select from list":"新しいタグを入力するか、リストから選択してください","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"正しく動作するには、次の権限が必要です。スマートフォンのアプリ情報 > Joplin > 権限 で有効にしてください","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- ストレージ: ノートにファイルを添付するのとファイルシステムの同期に必要です。","- Camera: to allow taking a picture and attaching it to a note.":"- カメラ: 撮った写真をノートに添付するのに必要です。","- Location: to allow attaching geo-location information to a note.":"- 位置情報: ノートに位置情報を添付するのに必要です。","Joplin website":"JoplinのWebサイト","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropboxでログイン","Enter code here":"Enter code here","Master Key %s":"マスターキー %s","Created: %s":"作成しました:%s","Password:":"パスワード:","Password cannot be empty":"パスワードは空にできません","Enable":"有効","The notebook could not be saved: %s":"ノートブックは保存できませんでした:%s","Edit notebook":"ノートブックの編集","Show all":"すべて表示","Errors only":"エラーのみ","This note has been modified:":"ノートは変更されています:","Save changes":"変更を保存","Discard changes":"変更を破棄","No item with ID %s":"ID %s のアイテムはありません","The Joplin mobile app does not currently support this type of link: %s":"Joplinモバイルアプリは次のタイプのリンクをまだサポートしていません: %s","Unsupported image type: %s":"サポートされていない画像の形式: %s","Take photo":"写真を撮影する","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"共有","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","Go to source URL":"ソースURLに行く","Delete notebook":"ノートブックを削除","Login with OneDrive":"OneDriveログイン","Search":"検索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+)ボタンを押してノートやノートブックを作成してください。サイドメニューからあなたのノートブックにアクセスができます。","You currently have no notebook. Create one by clicking on (+) button.":"ノートブックがありません。(+)をクリックして新しいノートブックを作成してください。","Welcome":"ようこそ"} \ No newline at end of file diff --git a/ReactNativeClient/locales/ko.json b/ReactNativeClient/locales/ko.json index 6618b9f73..497820e24 100644 --- a/ReactNativeClient/locales/ko.json +++ b/ReactNativeClient/locales/ko.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"태그를 지우려면 연결된 노트의 태그를 해제하세요.","Please select the note or notebook to be deleted first.":"삭제할 노트나 노트북을 먼저 선택하세요.","Press Ctrl+D or type \"exit\" to exit the application":"Ctrl+D 키를 누르거나 \"exit\"를 입력해서 종료하세요","More than one item match \"%s\". Please narrow down your query.":"\"%s\"에 대해 하나 이상의 항목이 일치합니다. 검색 범위를 좁혀보시기 바랍니다.","No notebook selected.":"선택된 노트북이 없습니다.","No notebook has been specified.":"특정된 노트북이 없습니다.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"백그라운드 동기화를 취소하는 중입니다... 잠시만 기다리세요.","No such command: %s":"다음과 같은 명령어가 없습니다: %s","The command \"%s\" is only available in GUI mode":"\"%s\" 명령어는 그래픽 인터페이스 모드에서만 사용 가능합니다","Cannot change encrypted item":"암호화된 항목을 변경할 수 없습니다","Missing required argument: %s":"필요한 인자가 없습니다: %s","%s: %s":"%s: %s","Your choice: ":"선택한 항목: ","Invalid answer: %s":"올바르지 않은 정답: %s","Attaches the given file to the note.":"제공된 파일을 노트에 첨부합니다.","Cannot find \"%s\".":"다음을 찾을 수 없습니다: \"%s\"","Displays the given note.":"제공된 노트를 표시합니다.","Displays the complete information about note.":"노트와 관련된 모든 정보를 표시합니다.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"설정값을 얻거나 지정합니다. 만약 [value] 가 제공되지 않았다면, [name]의 값을 표시할 것입니다. [name] 및 [value] 모두가 제공되지 않았다면, 현재의 설정을 표시할 것입니다.","Also displays unset and hidden config variables.":"또한 설정하지 않았거나 숨겨진 설정 변수를 표시합니다.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"와 일치하는 노트를 [notebook]에 복제합니다. 노트북이 특정되지 않았다면 노트는 현재의 노트북에 복제됩니다.","Marks a to-do as done.":"'할 일' 항목을 완료로 표시합니다.","Note is not a to-do: \"%s\"":"노트는 '할 일' 항목이 아닙니다: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EE(종단간 암호화) 설정을 관리합니다. 명령어는 `enable`, `disable`, `decrypt`, `status`, `target-status` 입니다.","Enter master password:":"관리자 비밀번호를 입력하세요:","Operation cancelled":"작업이 중지되었습니다","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"복호화를 시작합니다... 작업량에 따라서 몇 분이 걸릴 수 있으니 잠시만 기다리세요.","Completed decryption.":"복호화가 완료되었습니다.","Enabled":"사용함","Disabled":"사용하지 않음","Encryption is: %s":"암호화: %s","Edit note.":"노트를 편집합니다.","No text editor is defined. Please set it using `config editor `":"텍스트 편집기가 지정되지 않았습니다. `config editor ` 명령어로 지정하세요.","No active notebook.":"활성화된 노트북이 없습니다.","Note does not exist: \"%s\". Create it?":"\"%s\" 노트가 존재하지 않습니다. 새로 만들까요?","Starting to edit note. Close the editor to get back to the prompt.":"노트 편집을 시작합니다. 프롬프트로 가려면 편집기를 종료하세요.","Error opening note in editor: %s":"편집기에서 노트를 열 수 없는 오류입니다: %s","Note has been saved.":"노트가 저장되었습니다.","Exits the application.":"애플리케이션을 종료합니다.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"조플린의 데이터를 주어진 경로로 내보냅니다. 기본적으로 노트북, 노트, 태그, 기타 자원을 포함한 완전한 데이터베이스를 내보내게 됩니다.","Destination format: %s":"목표 포맷: %s","Exports only the given note.":"주어진 노트만을 내보냅니다.","Exports only the given notebook.":"주어진 노트북만을 내보냅니다.","Displays a geolocation URL for the note.":"노트의 지리적 위치 URL을 표시합니다.","Displays usage information.":"사용량 정보를 표시합니다.","For information on how to customise the shortcuts please visit %s":"바로가기를 편집할 수 있는 방법에 관한 정보는 다음에서 찾으실 수 있습니다: %s","Shortcuts are not available in CLI mode.":"바로가기는 명령줄 인터페이스 모드에서는 사용할 수 없습니다.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"명령어에 관한 정보는 `help [command]`를 입력하시면 찾으실 수 있습니다. 'help all'을 입력하시면 완전한 명령어 용법에 관한 정보가 있습니다.","The possible commands are:":"가능한 명령어는 다음과 같습니다:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"어느 명령어에서든, 노트 또는 노트북은 그것의 제목이나 ID를 통해 참조할 수 있습니다. 현재 선택된 노트 또는 노트북의 경우 `$n` 이나 `$b`같은 바로가기로, 현재 선택된 항목의 경우 `$c`로 참조할 수 있습니다.","To move from one pane to another, press Tab or Shift+Tab.":"한 패널에서 다른 패널으로 옮기려면 Tab키 또는 Shift+Tab 키를 누르세요.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"화살표 키와 Page Up/Down를 눌러 목록이나 텍스트 영역을 스크롤하세요 (현재 콘솔 포함).","To maximise/minimise the console, press \"tc\".":"콘솔을 최대화/최소화 하려면 \"tc\"를 누르세요.","To enter command line mode, press \":\"":"명령줄 모드로 진입하려면 \":\"를 누르세요.","To exit command line mode, press ESCAPE":"명령줄 모드를 종료하려면 ESC를 누르세요.","For the list of keyboard shortcuts and config options, type `help keymap`":"키보드 단축키 및 설정 옵션은 `help keymap`를 입력하시면 됩니다","Imports data into Joplin.":"데이터를 조플린으로 가져옵니다.","Source format: %s":"원본 포맷: %s","Do not ask for confirmation.":"더 이상 확인을 묻지 않습니다.","Found: %d.":"발견됨: %d","Created: %d.":"생성됨: %d.","Updated: %d.":"업데이트됨: %d.","Skipped: %d.":"넘겨짐: %d.","Resources: %d.":"리소스: %d.","Tagged: %d.":"태그됨: %d.","Importing notes...":"노트 가져오는 중...","The notes have been imported: %s":"노트를 가져왔습니다: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"현재 노트북에 있는 노트를 표시합니다. `ls /`로 노트북의 목록을 확인할 수 있습니다.","Displays only the first top notes.":"맨 처음 노트만 표시합니다.","Sorts the item by (eg. title, updated_time, created_time).":"항목을 별로 정렬합니다(예시: title, updated_time, created_time).","Reverses the sorting order.":"정렬 순서를 반전시킵니다.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"특정 형식의 항목만 표시합니다. 노트의 경우 `n`, 할 일의 경우 `t`, 노트와 할 일 모두는 `nt`(예시: 할 일은 `-tt`, 노트와 할 일은 `-ttd`)를 사용하세요.","Either \"text\" or \"json\"":"\"text\" 또는 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"긴 목록 포맷을 사용합니다. 포맷은 ID, NOTE_COUNT (노트북에 해당), DATE, TODO_CHECKED (할 일에 해당), TITLE 입니다.","Please select a notebook first.":"노트북을 먼저 선택하세요.","Creates a new notebook.":"새 노트북을 만듭니다.","Creates a new note.":"새 노트를 만듭니다.","Notes can only be created within a notebook.":"노트는 노트북 속에만 만들 수 있습니다.","Creates a new to-do.":"새 '할 일'을 만듭니다.","Moves the notes matching to [notebook].":"와 일치하는 노트를 [notebook]으로 옮깁니다.","Renames the given (note or notebook) to .":"주어진 (노트 또는 노트북)의 이름을 로 바꿉니다.","Deletes the given notebook.":"주어진 노트북을 삭제합니다.","Deletes the notebook without asking for confirmation.":"확인을 거치지 않고 노트북을 삭제합니다.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"노트북을 삭제할까요? 이 노트북 안에 있는 모든 노트와 하위 노트북들도 함께 삭제됩니다.","Deletes the notes matching .":"에 일치하는 노트를 삭제합니다.","Deletes the notes without asking for confirmation.":"확인을 거치지 않고 노트를 삭제합니다.","%d notes match this pattern. Delete them?":"%d개의 노트가 이 패턴과 일치합니다. 삭제할까요?","Delete note?":"노트를 삭제할까요?","Searches for the given in all the notes.":"주어진 을 모든 노트에서 찾습니다.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"주어진 속성을 주어진 [value]로 설정합니다. 가능한 속성은 다음과 같습니다:\n\n%s","Displays summary about the notes and notebooks.":"노트와 노트북에 관한 요약 정보를 표시합니다.","Synchronises with remote storage.":"원격 저장소와 동기화 합니다.","Sync to provided target (defaults to sync.target config value)":"지정된 대상으로 동기화 (기본값은 sync.target config value)","Authentication was not completed (did not receive an authentication token).":"인증이 완료되지 않았습니다(인증 토큰을 받을 수 없음).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"조플린을 드롭박스와 동기화하려면 다음 절차를 따르세요:","Step 1: Open this URL in your browser to authorise the application:":"1단계: 브라우저에서 이 URL에 접속해 애플리케이션을 허가합니다:","Step 2: Enter the code provided by Dropbox:":"2단계: 드롭박스에서 제공하는 코드를 입력합니다:","Not authentified with %s. Please provide any missing credentials.":"%s 사항과 인증되지 않았습니다. 누락된 증명사항을 제공하세요.","Synchronisation is already in progress.":"이미 동기화가 진행중입니다.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"잠금 파일이 이미 대기중입니다. 만약 동기화가 시작되지 않는다면 \"%s\"에서 잠금 파일을 삭제하고 작업을 재개할 수 있습니다.","Synchronisation target: %s (%s)":"동기화 대상: %s (%s)","Cannot initialize synchroniser.":"동기화를 시작할 수 없습니다.","Starting synchronisation...":"동기화를 시작합니다...","Downloading resources...":"","Cancelling... Please wait.":"취소하는 중입니다... 잠시만 기다리세요."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"올바르지 않은 명령어: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"로 \"toggle\" 이나 \"clear\"를 사용할 수 있습니다. \"toggle\"은 주어진 '할 일'의 상태를 '완료됨' 또는 '완료되지 않음'으로 바꾸는 데 사용됩니다 (만약 대상이 일반적인 노트일 경우에는 '할 일'로 전환됩니다). \"clear\"는 '할 일'을 일반적인 노트로 변환하는 데 사용됩니다.","Marks a to-do as non-completed.":"할 일을 '완료되지 않음'으로 표시합니다.","Switches to [notebook] - all further operations will happen within this notebook.":"[notebook]으로 전환 - 앞으로의 모든 작업은 이 노트북 안에서만 해당됩니다.","Displays version information":"버전 정보 표시","%s %s (%s)":"%s %s (%s)","Enum":"열거","Type: %s.":"형태: %s.","Possible values: %s.":"가능한 값: %s.","Default: %s":"기본값: %s","Possible keys/values:":"가능한 키/값:","Type `joplin help` for usage information.":"사용법 정보를 알고 싶다면 `joplin help`를 입력하세요.","Fatal error:":"치명적인 오류:","The application has been authorised - you may now close this browser tab.":"애플리케이션이 허가되었습니다 - 브라우저 탭을 종료하셔도 됩니다.","The application has been successfully authorised.":"애플리케이션이 성공적으로 허가되었습니다.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"다음의 URL을 브라우저에서 열어 애플리케이션을 허가하세요. 애플리케이션은 \"Apps/Joplin\" 경로에 폴더를 만들게 되며 이 폴더 안에 있는 파일만을 읽고 쓸 것입니다. 이 외의 경로에 있는 파일 및 다른 개인 정보에는 접근할 권한이 없습니다. 데이터는 제3자와 공유되지 않습니다.","Search:":"검색:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"조플린에 오신 것을 환영합니다!\n\n`:help shortcuts`를 입력하면 키보드 단축키 목록을 확인할 수 있습니다. `:help`를 입력하면 사용 방법을 확인할 수 있습니다.\n\n예를 들어 새 노트북을 만들려면 `mb`를, 새 노트를 만들려면 `mn`을 입력하세요.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"현재 하나 또는 여러개의 항목이 암호화되어 있으며 관리자 비밀번호를 입력해야 합니다. `e2ee decrypt`를 입력해서 암호화를 해제하세요. 이미 비밀번호를 입력했다면 암호화된 항목들은 복호화 작업을 백그라운드에서 진행중입니다.","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\"에 \"%s\" 포맷으로 내보내는 중입니다. 잠시만 기다리세요...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\"에서 \"%s\" 포맷으로 가져오는 중입니다. 잠시만 기다리세요...","PDF File":"PDF 파일","File":"파일","New note":"새 노트","New to-do":"새 '할 일'","New notebook":"새 노트북","Import":"가져오기","Export":"내보내기","Print":"인쇄","Hide %s":"%s 숨기기","Quit":"종료","Edit":"편집","Copy":"복사","Cut":"잘라내기","Paste":"붙여넣기","Select all":"Select all","Bold":"굵게","Italic":"기울임","Insert Date Time":"날짜와 시간 입력","Edit in external editor":"외부 편집기에서 편집하기","Search in all the notes":"모든 노트에서 검색","Search in current note":"Search in current note","View":"보기","Toggle sidebar":"사이드바 표시 전환","Toggle editor layout":"편집기 배치 형태 전환","Tools":"도구","Synchronisation status":"동기화 상태","Web clipper options":"웹 수집기 옵션","Encryption options":"암호화 옵션","General Options":"일반 옵션","Help":"도움말","Website and documentation":"웹사이트 및 각종 문서","Make a donation":"기부하기","Check for updates...":"업데이트 확인...","About Joplin":"조플린이란?","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s 열기","Exit":"종료","OK":"확인","Cancel":"취소","Current version is up-to-date.":"현재 버전은 최신입니다.","An update is available, do you want to download it now?":"업데이트가 있습니다. 지금 다운로드할까요?","Yes":"예","No":"아니오","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"웹 수집기 서비스가 활성화되었고 자동으로 시작하도록 설정되었습니다.","Status: Started on port %d":"상태: %d 포트에서 시작됨","Status: %s":"상태: %s","Disable Web Clipper Service":"웹 수집기 서비스 사용하지 않음","The web clipper service is not enabled.":"웹 수집기 서비스가 비활성화 되었습니다.","Enable Web Clipper Service":"웹 수집기 서비스 사용","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"조플린 웹 수집기는 브라우저에서 웹 페이지 및 스크린샷을 조플린에 저장할 수 있게 해줍니다.","In order to use the web clipper, you need to do the following:":"웹 수집기를 사용하려면 다음 절차를 따르세요:","Step 1: Enable the clipper service":"1단계: 웹 수집기 서비스를 활성화","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"이 서비스는 브라우저 확장 기능이 조플린과 통신하도록 해줍니다. 활성화를 할 때 방화벽이 조플린에게 특정 포트 접근을 허가할 것인지 물어볼수도 있습니다.","Step 2: Install the extension":"2단계: 확장 기능 설치","Download and install the relevant extension for your browser:":"브라우저에 적절한 확장 기능을 다운로드 및 설치하세요:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"동기화 설정 확인","Notes and settings are stored in: %s":"노트와 설정값이 다음에 저장되었습니다: %s","Apply":"적용","Submit":"제출","Save":"저장","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"암호화를 해제한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화되지 않은 상태로 동기화 대상에 전달된다는 것을 의미합니다. 계속 진행할까요?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"암호화를 사용한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화된 상태로 동기화 대상에 전달된다는 것을 의미합니다. 비밀번호는 데이터를 복호화할 수 있는 유일한 수단이므로 보안을 위해 비밀번호를 절대로 잃어버리지 마세요. 암호화를 사용하려면 비밀번호를 입력하세요.","Disable encryption":"암호화 해제","Enable encryption":"암호화 사용","Master Keys":"관리자 키","Active":"활성화","ID":"ID","Source":"원본","Created":"생성됨","Updated":"업데이트됨","Password":"비밀번호","Password OK":"비밀번호 확인","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"참고사항: \"활성화\"로 표시된 단 하나의 관리자 키만 암호화에 사용됩니다. 모든 키는 노트나 노트북이 기존에 어떻게 암호화되었는지에 따라서 복호화에 사용될 수 있습니다.","Missing Master Keys":"관리자 키를 찾을 수 없음","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"이 ID와 연관된 관리자 키는 일부 항목을 암호화하는데에 사용되었으나, 현재 애플리케이션이 해당 키에 접근할 수 없습니다. 이는 추후에 동기화를 통해 다운로드될 가능성이 있습니다.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"종단간 암호화(E2EE)에 관한 정보, 사용법 및 조언은 다음 문서에서 확인하세요:","Status":"상태","Encryption is:":"암호화는 다음과 같습니다:","Back":"뒤로 가기","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"새 \"%s\" 노트북이 생성되었으며 \"%s\" 파일을 가져왔습니다","Please create a notebook first.":"먼저 노트북을 만들어야 합니다.","Please create a notebook first":"먼저 노트북을 만들어야 합니다","Notebook title:":"노트북 제목:","Add or remove tags:":"태그 추가 및 제거:","Separate each tag by a comma.":"각각의 태그를 쉼표로 구분합니다.","Rename notebook:":"노트북 이름 바꾸기:","Rename tag:":"태그 이름 바꾸기:","Set alarm:":"알람 설정:","Layout":"배치","Search...":"찾기...","Some items cannot be synchronised.":"일부 항목들은 동기화할 수 없습니다.","View them now":"지금 보여주기","Some items cannot be decrypted.":"일부 항목들은 암호화할 수 없습니다.","Set the password":"암호 설정","Add or remove tags":"태그 추가 및 제거","Duplicate":"복제","%s - Copy":"%s - 복사","Switch between note and to-do type":"'노트' 또는'할 일' 형식으로 전환합니다.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"마크다운 링크 복사","Delete":"삭제","Delete notes?":"노트를 삭제할까요?","No notes in here. Create one by clicking on \"New note\".":"노트가 없습니다. '새 노트'를 선택해서 노트를 새로 만드세요.","There is currently no notebook. Create one by clicking on \"New notebook\".":"노트북이 없습니다. '새 노트북'을 선택해서 노트북을 새로 만드세요.","Location":"","URL":"","Note properties":"","Open...":"열기...","This file could not be opened: %s":"다음 파일을 열 수 없습니다: %s","Save as...":"다른 이름으로 저장...","Copy path to clipboard":"경로를 클립보드에 복사","Copy Link Address":"링크 주소 복사","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"지원하지 않는 링크 또는 메세지: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"비어있는 노트입니다. \"%s\" 항목을 선택해서 편집기를 전환하고 노트를 편집하세요.","strong text":"중요 텍스트","emphasized text":"강조된 텍스트","List item":"목록 항목","Insert Hyperlink":"하이퍼링크 삽입","Attach file":"파일 첨부","Tags":"태그","Set alarm":"알람 설정","In: %s":"내부: %s","Hyperlink":"하이퍼링크","Code":"코드","Numbered List":"숫자가 매겨진 목록","Bulleted List":"글머리 기호 목록","Checkbox":"체크박스","Heading":"표제","Horizontal Rule":"수평줄","Click to stop external editing":"외부 편집을 그만두려면 클릭하세요","Watching...":"관측...","to-do":"할 일","note":"노트","Creating new %s...":"%s 새로 만들기...","Refresh":"새로고침","Clear":"지우기","OneDrive Login":"OneDrive 로그인","Dropbox Login":"Dropbox 로그인","Options":"옵션","Synchronisation Status":"동기화 상태","Encryption Options":"암호화 옵션","Clipper Options":"수집기 옵션","Remove this tag from all the notes?":"모든 노트에서 이 태그를 제거할까요?","Remove this search from the sidebar?":"사이드바에서 이 검색 항목을 제거할까요?","Rename":"이름 바꾸기","Synchronise":"동기화","Notebooks":"노트북","Decrypting items: %d/%d":"복호화 항목: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"동기화 상태를 내보낼 대상을 선택하세요","Usage: %s":"사용량: %s","Unknown flag: %s":"알 수 없는 플래그: %s","Dropbox":"Dropbox","File system":"파일 시스템","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (테스트 용도 전용)","WebDAV":"WebDAV","Unknown log level: %s":"알 수 없는 로그 레벨: %s","Unknown level ID: %s":"알 수 없는 레벨 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"토큰 새로고침 불가: 인증 데이터를 찾을 수 없습니다. 동기화를 다시 시도하면 문제가 해결될수도 있습니다.","Untitled":"제목 없음","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDrive와 동기화 할 수 없습니다.\n\n이 오류는 OneDrive for Business를 사용할 경우 주로 발생합니다. 현재로서는 지원하지 않는 제품입니다.\n\n일반 OneDrive 계정을 사용해보시기 바랍니다.","Cannot access %s":"%s에 접근할 수 없음","Created local items: %d.":"로컬 항목 생성됨: %d.","Updated local items: %d.":"로컬 항목 업데이트됨: %d.","Created remote items: %d.":"원격 항목 생성됨: %d.","Updated remote items: %d.":"원격 항목 업데이트됨: %d.","Deleted local items: %d.":"로컬 항목 삭제됨: %d.","Deleted remote items: %d.":"원격 항목 삭제됨: %d.","Fetched items: %d/%d.":"가져온 항목: %d/%d.","Cancelling...":"취소하는 중...","Completed: %s":"완료됨: %s","Last error: %s":"최근 오류: %s","Idle":"대기","In progress":"진행 중","Synchronisation is already in progress. State: %s":"동기화가 이미 진행되고 있습니다. 상태: %s","Encrypted":"암호화됨","Encrypted items cannot be modified":"암호화된 항목은 변경될 수 없습니다","Conflicts":"충돌","Cannot move notebook to this location":"노트북을 이 위치로 옮길 수 없습니다","Notebooks cannot be named \"%s\", which is a reserved title.":"노트북을 \"%s\" 제목으로 정할 수 없습니다. 이미 예약중입니다.","title":"제목","updated date":"업데이트된 날짜","created date":"만들어진 날짜","This note does not have geolocation information.":"이 노트는 지리적 위치 정보를 포함하고 있지 않습니다.","Cannot copy note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 복사할 수 없습니다","Cannot move note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 옮길 수 없습니다","Language":"언어","Date format":"날짜 형식","Time format":"시간 형식","Theme":"테마","Light":"밝음","Dark":"어두움","Uncompleted to-dos on top":"완료되지 않은 '할 일'을 맨 위에","Show completed to-dos":"완료된 '할 일'을 표시","Sort notes by":"노트를 다음 기준으로 정렬","Reverse sort order":"정렬 순서 반전","Save geo-location with notes":"노트에 지리적 위치 정보 포함시키기","When creating a new to-do:":"새로운 '할 일'을 만들때:","Focus title":"제목에 포커스","Focus body":"내용에 포커스","When creating a new note:":"새 노트를 만들 때:","Show tray icon":"트레이 아이콘 표시","Note: Does not work in all desktop environments.":"참고사항: 모든 데스크탑 환경에서 작동하는 것은 아닙니다.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"전체적 확대 비율","Editor font size":"Editor font size","Editor font family":"편집기 글꼴 집합","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"반드시 모노스페이스 글꼴을 사용해야만 정상적으로 작동합니다. 만약 글꼴이 없거나 올바르지 않을 경우, 기본 제공되는 모노스페이스 글꼴을 기본값으로 사용합니다.","Automatically update the application":"애플리케이션을 자동으로 업데이트","Synchronisation interval":"동기화 간격","%d minutes":"%d 분","%d hour":"%d 시간","%d hours":"%d 시간","Text editor command":"텍스트 편집기 명령어","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"노트를 여는데 사용할 텍스트 편집기 명령어(인자를 포함할 수 있습니다)를 지정합니다. 주어진 명령어가 없을 시 기본 편집기를 자동으로 탐지할 것입니다.","Show advanced options":"고급 옵션","Synchronisation target":"동기화 대상","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"동기화를 할 대상을 선택합니다. 각각의 동기화 대상은 `sync.NUM.NAME` 형식으로 된 추가적인 매개 변수를 포함할 수 있습니다(아래에 문서화되어 있습니다).","Directory to synchronise with (absolute path)":"동기화를 할 폴더 (절대적 경로)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"파일 시스템 동기화가 활성화된 경우에 동기화를 할 경로입니다. `sync.target`를 참조하세요.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 사용자 이름","Nextcloud password":"Nextcloud 암호","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV 사용자 이름","WebDAV password":"WebDAV 암호","Custom TLS certificates":"임의의 TLS 인증서","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"인증서를 불러올 (쉼표로 구분되어 있는) 경로들의 목록, 또는 개별적인 인증서 파일들의 경로입니다. 예를 들어 다음과 같은 형식입니다: /my/cert_dir, /other/custom.pem. 참고사항: 만약 TLS 설정을 변경했다면 \"동기화 설정 확인\"을 진행하기 전에 반드시 변경 사항을 저장해야 합니다.","Ignore TLS certificate errors":"TLS 인증서 오류 무시","Invalid option value: \"%s\". Possible values are: %s.":"올바르지 않은 옵션 값: \"%s\". 가능한 값은 다음과 같습니다: \"%s\".","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"조플린 내보내기 파일","Markdown":"마크다운","Joplin Export Directory":"조플린 내보내기 폴더","Evernote Export File":"에버노트 내보내기 파일","Json Export Directory":"Json Export Directory","Directory":"폴더","Cannot load \"%s\" module for format \"%s\"":"\"%s\" 모듈을 \"%s\" 형식에 불러올 수 없습니다","Please specify import format for %s":"%s 항목에 사용할 가져오기 형식을 지정하세요","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"이 항목은 암호화되어 있습니다: %s \"%s\". 모든 항목이 복호화 될 때까지 기다리고 나서 다시 시도하세요.","There is no data to export.":"내보낼 데이터가 없습니다.","Please specify the notebook where the notes should be imported to.":"노트를 가져와서 저장할 노트북을 지정하세요.","Items that cannot be synchronised":"동기화를 할 수 없는 항목","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"해당 항목들은 기기에 남아 있지만 동기화 대상에 업로드되지는 않을 것입니다. 이런 항목을 찾으려면 제목 또는 ID로 검색하세요. (상단에 괄호 안에 표시되어 있습니다)","Sync status (synced items / total items)":"동기화 상태 (동기화 완료 항목 / 전체 항목)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"합계: %d/%d","Conflicted: %d":"충돌됨: %d","To delete: %d":"삭제: %d","Folders":"폴더","%s: %d notes":"%s: %d 노트","Coming alarms":"다가오는 예정된 알람","On %s: %s":"%s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"노트가 없습니다. (+) 버튼을 선택해 새로 만드세요.","Delete these notes?":"노트를 삭제할까요?","Log":"로그","Export Debug Report":"디버그 보고서 내보내기","Encryption Config":"암호화 설정","Configuration":"설정","Move to notebook...":"노트북으로 옮기기...","Move %d notes to notebook \"%s\"?":"%d 노트를 \"%s\" 노트북으로 옮길까요?","Press to set the decryption password.":"복호화 암호를 설정하려면 누르세요.","Clear alarm":"Clear alarm","Save alarm":"알람 저장","Select date":"날짜 선택","Confirm":"확인","Cancel synchronisation":"동기화 취소","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"새 태그:","Type new tags or select from list":"새 태그를 입력하거나 목록에서 선택하세요","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"앱이 정상적으로 작동하기 위해서는 권한을 허가해야 합니다. '설정 > 애플리케이션 > Joplin > 권한'에서 허가하세요.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 저장소: 노트에 파일을 첨부하고 파일 시스템 동기화를 활성화하기 위해서 필요합니다.","- Camera: to allow taking a picture and attaching it to a note.":"- 카메라: 사진을 찍고 노트에 첨부하기 위해서 필요합니다.","- Location: to allow attaching geo-location information to a note.":"- 위치: 지리적 위치 정보를 노트에 첨부하기 위해서 필요합니다.","Joplin website":"조플린 웹사이트","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropbox로 로그인","Enter code here":"","Master Key %s":"관리자 키 %s","Created: %s":"생성됨: %s","Password:":"암호:","Password cannot be empty":"암호를 입력해야만 합니다","Enable":"활성화","The notebook could not be saved: %s":"노트북을 저장할 수 없습니다: %s","Edit notebook":"노트북 편집","Show all":"모두 표시","Errors only":"오류들만","This note has been modified:":"노트가 변경되었습니다:","Save changes":"변경 사항 저장","Discard changes":"변경 사항 버리기","No item with ID %s":"ID %s에 해당하는 항목이 없습니다","The Joplin mobile app does not currently support this type of link: %s":"조플린 모바일 앱은 현재 해당 형식의 링크를 지원하지 않습니다: %s","Unsupported image type: %s":"지원하지 않는 이미지 형식: %s","Take photo":"Take photo","Attach photo":"사진 첨부","Attach any file":"모든 형식의 파일 첨부","Share":"공유","Convert to note":"노트로 변환","Convert to todo":"'할 일'로 변환","Hide metadata":"메타데이터 숨김","Show metadata":"메타데이터 표시","View on map":"지도에 표시","Go to source URL":"","Delete notebook":"노트북 삭제","Login with OneDrive":"OneDrive 로그인","Search":"검색","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+) 버튼을 눌러 새 노트 및 노트북을 만드세요. 측면 메뉴를 눌러 기존의 노트북을 관리하세요.","You currently have no notebook. Create one by clicking on (+) button.":"노트북이 없습니다. (+) 버튼을 눌러 새로 만드세요.","Welcome":"환영합니다"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"태그를 지우려면 연결된 노트의 태그를 해제하세요.","Please select the note or notebook to be deleted first.":"삭제할 노트나 노트북을 먼저 선택하세요.","Press Ctrl+D or type \"exit\" to exit the application":"Ctrl+D 키를 누르거나 \"exit\"를 입력해서 종료하세요","More than one item match \"%s\". Please narrow down your query.":"\"%s\"에 대해 하나 이상의 항목이 일치합니다. 검색 범위를 좁혀보시기 바랍니다.","No notebook selected.":"선택된 노트북이 없습니다.","No notebook has been specified.":"특정된 노트북이 없습니다.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"백그라운드 동기화를 취소하는 중입니다... 잠시만 기다리세요.","No such command: %s":"다음과 같은 명령어가 없습니다: %s","The command \"%s\" is only available in GUI mode":"\"%s\" 명령어는 그래픽 인터페이스 모드에서만 사용 가능합니다","Cannot change encrypted item":"암호화된 항목을 변경할 수 없습니다","Missing required argument: %s":"필요한 인자가 없습니다: %s","%s: %s":"%s: %s","Your choice: ":"선택한 항목: ","Invalid answer: %s":"올바르지 않은 정답: %s","Attaches the given file to the note.":"제공된 파일을 노트에 첨부합니다.","Cannot find \"%s\".":"다음을 찾을 수 없습니다: \"%s\"","Displays the given note.":"제공된 노트를 표시합니다.","Displays the complete information about note.":"노트와 관련된 모든 정보를 표시합니다.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"설정값을 얻거나 지정합니다. 만약 [value] 가 제공되지 않았다면, [name]의 값을 표시할 것입니다. [name] 및 [value] 모두가 제공되지 않았다면, 현재의 설정을 표시할 것입니다.","Also displays unset and hidden config variables.":"또한 설정하지 않았거나 숨겨진 설정 변수를 표시합니다.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"와 일치하는 노트를 [notebook]에 복제합니다. 노트북이 특정되지 않았다면 노트는 현재의 노트북에 복제됩니다.","Marks a to-do as done.":"'할 일' 항목을 완료로 표시합니다.","Note is not a to-do: \"%s\"":"노트는 '할 일' 항목이 아닙니다: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"E2EE(종단간 암호화) 설정을 관리합니다. 명령어는 `enable`, `disable`, `decrypt`, `status`, `target-status` 입니다.","Enter master password:":"관리자 비밀번호를 입력하세요:","Operation cancelled":"작업이 중지되었습니다","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"복호화를 시작합니다... 작업량에 따라서 몇 분이 걸릴 수 있으니 잠시만 기다리세요.","Completed decryption.":"복호화가 완료되었습니다.","Enabled":"사용함","Disabled":"사용하지 않음","Encryption is: %s":"암호화: %s","Edit note.":"노트를 편집합니다.","No text editor is defined. Please set it using `config editor `":"텍스트 편집기가 지정되지 않았습니다. `config editor ` 명령어로 지정하세요.","No active notebook.":"활성화된 노트북이 없습니다.","Note does not exist: \"%s\". Create it?":"\"%s\" 노트가 존재하지 않습니다. 새로 만들까요?","Starting to edit note. Close the editor to get back to the prompt.":"노트 편집을 시작합니다. 프롬프트로 가려면 편집기를 종료하세요.","Error opening note in editor: %s":"편집기에서 노트를 열 수 없는 오류입니다: %s","Note has been saved.":"노트가 저장되었습니다.","Exits the application.":"애플리케이션을 종료합니다.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"조플린의 데이터를 주어진 경로로 내보냅니다. 기본적으로 노트북, 노트, 태그, 기타 자원을 포함한 완전한 데이터베이스를 내보내게 됩니다.","Destination format: %s":"목표 포맷: %s","Exports only the given note.":"주어진 노트만을 내보냅니다.","Exports only the given notebook.":"주어진 노트북만을 내보냅니다.","Displays a geolocation URL for the note.":"노트의 지리적 위치 URL을 표시합니다.","Displays usage information.":"사용량 정보를 표시합니다.","For information on how to customise the shortcuts please visit %s":"바로가기를 편집할 수 있는 방법에 관한 정보는 다음에서 찾으실 수 있습니다: %s","Shortcuts are not available in CLI mode.":"바로가기는 명령줄 인터페이스 모드에서는 사용할 수 없습니다.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"명령어에 관한 정보는 `help [command]`를 입력하시면 찾으실 수 있습니다. 'help all'을 입력하시면 완전한 명령어 용법에 관한 정보가 있습니다.","The possible commands are:":"가능한 명령어는 다음과 같습니다:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"어느 명령어에서든, 노트 또는 노트북은 그것의 제목이나 ID를 통해 참조할 수 있습니다. 현재 선택된 노트 또는 노트북의 경우 `$n` 이나 `$b`같은 바로가기로, 현재 선택된 항목의 경우 `$c`로 참조할 수 있습니다.","To move from one pane to another, press Tab or Shift+Tab.":"한 패널에서 다른 패널으로 옮기려면 Tab키 또는 Shift+Tab 키를 누르세요.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"화살표 키와 Page Up/Down를 눌러 목록이나 텍스트 영역을 스크롤하세요 (현재 콘솔 포함).","To maximise/minimise the console, press \"tc\".":"콘솔을 최대화/최소화 하려면 \"tc\"를 누르세요.","To enter command line mode, press \":\"":"명령줄 모드로 진입하려면 \":\"를 누르세요.","To exit command line mode, press ESCAPE":"명령줄 모드를 종료하려면 ESC를 누르세요.","For the list of keyboard shortcuts and config options, type `help keymap`":"키보드 단축키 및 설정 옵션은 `help keymap`를 입력하시면 됩니다","Imports data into Joplin.":"데이터를 조플린으로 가져옵니다.","Source format: %s":"원본 포맷: %s","Do not ask for confirmation.":"더 이상 확인을 묻지 않습니다.","Found: %d.":"발견됨: %d","Created: %d.":"생성됨: %d.","Updated: %d.":"업데이트됨: %d.","Skipped: %d.":"넘겨짐: %d.","Resources: %d.":"리소스: %d.","Tagged: %d.":"태그됨: %d.","Importing notes...":"노트 가져오는 중...","The notes have been imported: %s":"노트를 가져왔습니다: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"현재 노트북에 있는 노트를 표시합니다. `ls /`로 노트북의 목록을 확인할 수 있습니다.","Displays only the first top notes.":"맨 처음 노트만 표시합니다.","Sorts the item by (eg. title, updated_time, created_time).":"항목을 별로 정렬합니다(예시: title, updated_time, created_time).","Reverses the sorting order.":"정렬 순서를 반전시킵니다.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"특정 형식의 항목만 표시합니다. 노트의 경우 `n`, 할 일의 경우 `t`, 노트와 할 일 모두는 `nt`(예시: 할 일은 `-tt`, 노트와 할 일은 `-ttd`)를 사용하세요.","Either \"text\" or \"json\"":"\"text\" 또는 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"긴 목록 포맷을 사용합니다. 포맷은 ID, NOTE_COUNT (노트북에 해당), DATE, TODO_CHECKED (할 일에 해당), TITLE 입니다.","Please select a notebook first.":"노트북을 먼저 선택하세요.","Creates a new notebook.":"새 노트북을 만듭니다.","Creates a new note.":"새 노트를 만듭니다.","Notes can only be created within a notebook.":"노트는 노트북 속에만 만들 수 있습니다.","Creates a new to-do.":"새 '할 일'을 만듭니다.","Moves the notes matching to [notebook].":"와 일치하는 노트를 [notebook]으로 옮깁니다.","Renames the given (note or notebook) to .":"주어진 (노트 또는 노트북)의 이름을 로 바꿉니다.","Deletes the given notebook.":"주어진 노트북을 삭제합니다.","Deletes the notebook without asking for confirmation.":"확인을 거치지 않고 노트북을 삭제합니다.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"노트북을 삭제할까요? 이 노트북 안에 있는 모든 노트와 하위 노트북들도 함께 삭제됩니다.","Deletes the notes matching .":"에 일치하는 노트를 삭제합니다.","Deletes the notes without asking for confirmation.":"확인을 거치지 않고 노트를 삭제합니다.","%d notes match this pattern. Delete them?":"%d개의 노트가 이 패턴과 일치합니다. 삭제할까요?","Delete note?":"노트를 삭제할까요?","Searches for the given in all the notes.":"주어진 을 모든 노트에서 찾습니다.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"주어진 속성을 주어진 [value]로 설정합니다. 가능한 속성은 다음과 같습니다:\n\n%s","Displays summary about the notes and notebooks.":"노트와 노트북에 관한 요약 정보를 표시합니다.","Synchronises with remote storage.":"원격 저장소와 동기화 합니다.","Sync to provided target (defaults to sync.target config value)":"지정된 대상으로 동기화 (기본값은 sync.target config value)","Authentication was not completed (did not receive an authentication token).":"인증이 완료되지 않았습니다(인증 토큰을 받을 수 없음).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"조플린을 드롭박스와 동기화하려면 다음 절차를 따르세요:","Step 1: Open this URL in your browser to authorise the application:":"1단계: 브라우저에서 이 URL에 접속해 애플리케이션을 허가합니다:","Step 2: Enter the code provided by Dropbox:":"2단계: 드롭박스에서 제공하는 코드를 입력합니다:","Not authentified with %s. Please provide any missing credentials.":"%s 사항과 인증되지 않았습니다. 누락된 증명사항을 제공하세요.","Synchronisation is already in progress.":"이미 동기화가 진행중입니다.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"잠금 파일이 이미 대기중입니다. 만약 동기화가 시작되지 않는다면 \"%s\"에서 잠금 파일을 삭제하고 작업을 재개할 수 있습니다.","Synchronisation target: %s (%s)":"동기화 대상: %s (%s)","Cannot initialize synchroniser.":"동기화를 시작할 수 없습니다.","Starting synchronisation...":"동기화를 시작합니다...","Downloading resources...":"","Cancelling... Please wait.":"취소하는 중입니다... 잠시만 기다리세요."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"올바르지 않은 명령어: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"로 \"toggle\" 이나 \"clear\"를 사용할 수 있습니다. \"toggle\"은 주어진 '할 일'의 상태를 '완료됨' 또는 '완료되지 않음'으로 바꾸는 데 사용됩니다 (만약 대상이 일반적인 노트일 경우에는 '할 일'로 전환됩니다). \"clear\"는 '할 일'을 일반적인 노트로 변환하는 데 사용됩니다.","Marks a to-do as non-completed.":"할 일을 '완료되지 않음'으로 표시합니다.","Switches to [notebook] - all further operations will happen within this notebook.":"[notebook]으로 전환 - 앞으로의 모든 작업은 이 노트북 안에서만 해당됩니다.","Displays version information":"버전 정보 표시","%s %s (%s)":"%s %s (%s)","Enum":"열거","Type: %s.":"형태: %s.","Possible values: %s.":"가능한 값: %s.","Default: %s":"기본값: %s","Possible keys/values:":"가능한 키/값:","Type `joplin help` for usage information.":"사용법 정보를 알고 싶다면 `joplin help`를 입력하세요.","Fatal error:":"치명적인 오류:","The application has been authorised - you may now close this browser tab.":"애플리케이션이 허가되었습니다 - 브라우저 탭을 종료하셔도 됩니다.","The application has been successfully authorised.":"애플리케이션이 성공적으로 허가되었습니다.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"다음의 URL을 브라우저에서 열어 애플리케이션을 허가하세요. 애플리케이션은 \"Apps/Joplin\" 경로에 폴더를 만들게 되며 이 폴더 안에 있는 파일만을 읽고 쓸 것입니다. 이 외의 경로에 있는 파일 및 다른 개인 정보에는 접근할 권한이 없습니다. 데이터는 제3자와 공유되지 않습니다.","Search:":"검색:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"조플린에 오신 것을 환영합니다!\n\n`:help shortcuts`를 입력하면 키보드 단축키 목록을 확인할 수 있습니다. `:help`를 입력하면 사용 방법을 확인할 수 있습니다.\n\n예를 들어 새 노트북을 만들려면 `mb`를, 새 노트를 만들려면 `mn`을 입력하세요.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"현재 하나 또는 여러개의 항목이 암호화되어 있으며 관리자 비밀번호를 입력해야 합니다. `e2ee decrypt`를 입력해서 암호화를 해제하세요. 이미 비밀번호를 입력했다면 암호화된 항목들은 복호화 작업을 백그라운드에서 진행중입니다.","Exporting to \"%s\" as \"%s\" format. Please wait...":"\"%s\"에 \"%s\" 포맷으로 내보내는 중입니다. 잠시만 기다리세요...","Importing from \"%s\" as \"%s\" format. Please wait...":"\"%s\"에서 \"%s\" 포맷으로 가져오는 중입니다. 잠시만 기다리세요...","PDF File":"PDF 파일","File":"파일","New note":"새 노트","New to-do":"새 '할 일'","New notebook":"새 노트북","Import":"가져오기","Export":"내보내기","Print":"인쇄","Hide %s":"%s 숨기기","Quit":"종료","Edit":"편집","Copy":"복사","Cut":"잘라내기","Paste":"붙여넣기","Select all":"Select all","Bold":"굵게","Italic":"기울임","Insert Date Time":"날짜와 시간 입력","Edit in external editor":"외부 편집기에서 편집하기","Search in all the notes":"모든 노트에서 검색","Search in current note":"Search in current note","View":"보기","Toggle sidebar":"사이드바 표시 전환","Toggle editor layout":"편집기 배치 형태 전환","Tools":"도구","Synchronisation status":"동기화 상태","Web clipper options":"웹 수집기 옵션","Encryption options":"암호화 옵션","General Options":"일반 옵션","Help":"도움말","Website and documentation":"웹사이트 및 각종 문서","Make a donation":"기부하기","Check for updates...":"업데이트 확인...","About Joplin":"조플린이란?","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s 열기","Exit":"종료","OK":"확인","Cancel":"취소","Current version is up-to-date.":"현재 버전은 최신입니다.","%s (pre-release)":"","An update is available, do you want to download it now?":"업데이트가 있습니다. 지금 다운로드할까요?","Your version: v%s":"","New version: v%s":"","Yes":"예","No":"아니오","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"웹 수집기 서비스가 활성화되었고 자동으로 시작하도록 설정되었습니다.","Status: Started on port %d":"상태: %d 포트에서 시작됨","Status: %s":"상태: %s","Disable Web Clipper Service":"웹 수집기 서비스 사용하지 않음","The web clipper service is not enabled.":"웹 수집기 서비스가 비활성화 되었습니다.","Enable Web Clipper Service":"웹 수집기 서비스 사용","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"조플린 웹 수집기는 브라우저에서 웹 페이지 및 스크린샷을 조플린에 저장할 수 있게 해줍니다.","In order to use the web clipper, you need to do the following:":"웹 수집기를 사용하려면 다음 절차를 따르세요:","Step 1: Enable the clipper service":"1단계: 웹 수집기 서비스를 활성화","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"이 서비스는 브라우저 확장 기능이 조플린과 통신하도록 해줍니다. 활성화를 할 때 방화벽이 조플린에게 특정 포트 접근을 허가할 것인지 물어볼수도 있습니다.","Step 2: Install the extension":"2단계: 확장 기능 설치","Download and install the relevant extension for your browser:":"브라우저에 적절한 확장 기능을 다운로드 및 설치하세요:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"동기화 설정 확인","Notes and settings are stored in: %s":"노트와 설정값이 다음에 저장되었습니다: %s","Apply":"적용","Submit":"제출","Save":"저장","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"암호화를 해제한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화되지 않은 상태로 동기화 대상에 전달된다는 것을 의미합니다. 계속 진행할까요?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"암호화를 사용한다는 것은 모든 노트와 첨부파일이 다시 동기화되며, 암호화된 상태로 동기화 대상에 전달된다는 것을 의미합니다. 비밀번호는 데이터를 복호화할 수 있는 유일한 수단이므로 보안을 위해 비밀번호를 절대로 잃어버리지 마세요. 암호화를 사용하려면 비밀번호를 입력하세요.","Disable encryption":"암호화 해제","Enable encryption":"암호화 사용","Master Keys":"관리자 키","Active":"활성화","ID":"ID","Source":"원본","Created":"생성됨","Updated":"업데이트됨","Password":"비밀번호","Password OK":"비밀번호 확인","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"참고사항: \"활성화\"로 표시된 단 하나의 관리자 키만 암호화에 사용됩니다. 모든 키는 노트나 노트북이 기존에 어떻게 암호화되었는지에 따라서 복호화에 사용될 수 있습니다.","Missing Master Keys":"관리자 키를 찾을 수 없음","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"이 ID와 연관된 관리자 키는 일부 항목을 암호화하는데에 사용되었으나, 현재 애플리케이션이 해당 키에 접근할 수 없습니다. 이는 추후에 동기화를 통해 다운로드될 가능성이 있습니다.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"종단간 암호화(E2EE)에 관한 정보, 사용법 및 조언은 다음 문서에서 확인하세요:","Status":"상태","Encryption is:":"암호화는 다음과 같습니다:","Back":"뒤로 가기","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"새 \"%s\" 노트북이 생성되었으며 \"%s\" 파일을 가져왔습니다","Please create a notebook first.":"먼저 노트북을 만들어야 합니다.","Please create a notebook first":"먼저 노트북을 만들어야 합니다","Notebook title:":"노트북 제목:","Add or remove tags:":"태그 추가 및 제거:","Separate each tag by a comma.":"각각의 태그를 쉼표로 구분합니다.","Rename notebook:":"노트북 이름 바꾸기:","Rename tag:":"태그 이름 바꾸기:","Set alarm:":"알람 설정:","Layout":"배치","Search...":"찾기...","Some items cannot be synchronised.":"일부 항목들은 동기화할 수 없습니다.","View them now":"지금 보여주기","Some items cannot be decrypted.":"일부 항목들은 암호화할 수 없습니다.","Set the password":"암호 설정","Add or remove tags":"태그 추가 및 제거","Duplicate":"복제","%s - Copy":"%s - 복사","Switch between note and to-do type":"'노트' 또는'할 일' 형식으로 전환합니다.","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"마크다운 링크 복사","Delete":"삭제","Delete notes?":"노트를 삭제할까요?","No notes in here. Create one by clicking on \"New note\".":"노트가 없습니다. '새 노트'를 선택해서 노트를 새로 만드세요.","There is currently no notebook. Create one by clicking on \"New notebook\".":"노트북이 없습니다. '새 노트북'을 선택해서 노트북을 새로 만드세요.","Location":"","URL":"","Note properties":"","Open...":"열기...","This file could not be opened: %s":"다음 파일을 열 수 없습니다: %s","Save as...":"다른 이름으로 저장...","Copy path to clipboard":"경로를 클립보드에 복사","Copy Link Address":"링크 주소 복사","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"지원하지 않는 링크 또는 메세지: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"비어있는 노트입니다. \"%s\" 항목을 선택해서 편집기를 전환하고 노트를 편집하세요.","Only one note can be printed or exported to PDF at a time.":"","strong text":"중요 텍스트","emphasized text":"강조된 텍스트","List item":"목록 항목","Insert Hyperlink":"하이퍼링크 삽입","Attach file":"파일 첨부","Tags":"태그","Set alarm":"알람 설정","In: %s":"내부: %s","Hyperlink":"하이퍼링크","Code":"코드","Numbered List":"숫자가 매겨진 목록","Bulleted List":"글머리 기호 목록","Checkbox":"체크박스","Heading":"표제","Horizontal Rule":"수평줄","Click to stop external editing":"외부 편집을 그만두려면 클릭하세요","Watching...":"관측...","to-do":"할 일","note":"노트","Creating new %s...":"%s 새로 만들기...","Refresh":"새로고침","Clear":"지우기","OneDrive Login":"OneDrive 로그인","Dropbox Login":"Dropbox 로그인","Options":"옵션","Synchronisation Status":"동기화 상태","Encryption Options":"암호화 옵션","Clipper Options":"수집기 옵션","Remove this tag from all the notes?":"모든 노트에서 이 태그를 제거할까요?","Remove this search from the sidebar?":"사이드바에서 이 검색 항목을 제거할까요?","Rename":"이름 바꾸기","Synchronise":"동기화","Notebooks":"노트북","Decrypting items: %d/%d":"복호화 항목: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"동기화 상태를 내보낼 대상을 선택하세요","Usage: %s":"사용량: %s","Unknown flag: %s":"알 수 없는 플래그: %s","Dropbox":"Dropbox","File system":"파일 시스템","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (테스트 용도 전용)","WebDAV":"WebDAV","Unknown log level: %s":"알 수 없는 로그 레벨: %s","Unknown level ID: %s":"알 수 없는 레벨 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"토큰 새로고침 불가: 인증 데이터를 찾을 수 없습니다. 동기화를 다시 시도하면 문제가 해결될수도 있습니다.","Untitled":"제목 없음","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"OneDrive와 동기화 할 수 없습니다.\n\n이 오류는 OneDrive for Business를 사용할 경우 주로 발생합니다. 현재로서는 지원하지 않는 제품입니다.\n\n일반 OneDrive 계정을 사용해보시기 바랍니다.","Cannot access %s":"%s에 접근할 수 없음","Created local items: %d.":"로컬 항목 생성됨: %d.","Updated local items: %d.":"로컬 항목 업데이트됨: %d.","Created remote items: %d.":"원격 항목 생성됨: %d.","Updated remote items: %d.":"원격 항목 업데이트됨: %d.","Deleted local items: %d.":"로컬 항목 삭제됨: %d.","Deleted remote items: %d.":"원격 항목 삭제됨: %d.","Fetched items: %d/%d.":"가져온 항목: %d/%d.","Cancelling...":"취소하는 중...","Completed: %s":"완료됨: %s","Last error: %s":"최근 오류: %s","Idle":"대기","In progress":"진행 중","Synchronisation is already in progress. State: %s":"동기화가 이미 진행되고 있습니다. 상태: %s","Encrypted":"암호화됨","Encrypted items cannot be modified":"암호화된 항목은 변경될 수 없습니다","Conflicts":"충돌","Cannot move notebook to this location":"노트북을 이 위치로 옮길 수 없습니다","Notebooks cannot be named \"%s\", which is a reserved title.":"노트북을 \"%s\" 제목으로 정할 수 없습니다. 이미 예약중입니다.","title":"제목","updated date":"업데이트된 날짜","created date":"만들어진 날짜","This note does not have geolocation information.":"이 노트는 지리적 위치 정보를 포함하고 있지 않습니다.","Cannot copy note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 복사할 수 없습니다","Cannot move note to \"%s\" notebook":"노트를 \"%s\" 노트북으로 옮길 수 없습니다","Language":"언어","Date format":"날짜 형식","Time format":"시간 형식","Theme":"테마","Light":"밝음","Dark":"어두움","Uncompleted to-dos on top":"완료되지 않은 '할 일'을 맨 위에","Show completed to-dos":"완료된 '할 일'을 표시","Sort notes by":"노트를 다음 기준으로 정렬","Reverse sort order":"정렬 순서 반전","Save geo-location with notes":"노트에 지리적 위치 정보 포함시키기","When creating a new to-do:":"새로운 '할 일'을 만들때:","Focus title":"제목에 포커스","Focus body":"내용에 포커스","When creating a new note:":"새 노트를 만들 때:","Show tray icon":"트레이 아이콘 표시","Note: Does not work in all desktop environments.":"참고사항: 모든 데스크탑 환경에서 작동하는 것은 아닙니다.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"전체적 확대 비율","Editor font size":"Editor font size","Editor font family":"편집기 글꼴 집합","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"반드시 모노스페이스 글꼴을 사용해야만 정상적으로 작동합니다. 만약 글꼴이 없거나 올바르지 않을 경우, 기본 제공되는 모노스페이스 글꼴을 기본값으로 사용합니다.","Automatically update the application":"애플리케이션을 자동으로 업데이트","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"동기화 간격","%d minutes":"%d 분","%d hour":"%d 시간","%d hours":"%d 시간","Text editor command":"텍스트 편집기 명령어","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"노트를 여는데 사용할 텍스트 편집기 명령어(인자를 포함할 수 있습니다)를 지정합니다. 주어진 명령어가 없을 시 기본 편집기를 자동으로 탐지할 것입니다.","Show advanced options":"고급 옵션","Synchronisation target":"동기화 대상","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"동기화를 할 대상을 선택합니다. 각각의 동기화 대상은 `sync.NUM.NAME` 형식으로 된 추가적인 매개 변수를 포함할 수 있습니다(아래에 문서화되어 있습니다).","Directory to synchronise with (absolute path)":"동기화를 할 폴더 (절대적 경로)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"파일 시스템 동기화가 활성화된 경우에 동기화를 할 경로입니다. `sync.target`를 참조하세요.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 사용자 이름","Nextcloud password":"Nextcloud 암호","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV 사용자 이름","WebDAV password":"WebDAV 암호","Custom TLS certificates":"임의의 TLS 인증서","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"인증서를 불러올 (쉼표로 구분되어 있는) 경로들의 목록, 또는 개별적인 인증서 파일들의 경로입니다. 예를 들어 다음과 같은 형식입니다: /my/cert_dir, /other/custom.pem. 참고사항: 만약 TLS 설정을 변경했다면 \"동기화 설정 확인\"을 진행하기 전에 반드시 변경 사항을 저장해야 합니다.","Ignore TLS certificate errors":"TLS 인증서 오류 무시","Invalid option value: \"%s\". Possible values are: %s.":"올바르지 않은 옵션 값: \"%s\". 가능한 값은 다음과 같습니다: \"%s\".","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"조플린 내보내기 파일","Markdown":"마크다운","Joplin Export Directory":"조플린 내보내기 폴더","Evernote Export File":"에버노트 내보내기 파일","Json Export Directory":"Json Export Directory","Directory":"폴더","Cannot load \"%s\" module for format \"%s\"":"\"%s\" 모듈을 \"%s\" 형식에 불러올 수 없습니다","Please specify import format for %s":"%s 항목에 사용할 가져오기 형식을 지정하세요","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"이 항목은 암호화되어 있습니다: %s \"%s\". 모든 항목이 복호화 될 때까지 기다리고 나서 다시 시도하세요.","There is no data to export.":"내보낼 데이터가 없습니다.","Please specify the notebook where the notes should be imported to.":"노트를 가져와서 저장할 노트북을 지정하세요.","Items that cannot be synchronised":"동기화를 할 수 없는 항목","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"해당 항목들은 기기에 남아 있지만 동기화 대상에 업로드되지는 않을 것입니다. 이런 항목을 찾으려면 제목 또는 ID로 검색하세요. (상단에 괄호 안에 표시되어 있습니다)","Sync status (synced items / total items)":"동기화 상태 (동기화 완료 항목 / 전체 항목)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"합계: %d/%d","Conflicted: %d":"충돌됨: %d","To delete: %d":"삭제: %d","Folders":"폴더","%s: %d notes":"%s: %d 노트","Coming alarms":"다가오는 예정된 알람","On %s: %s":"%s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"노트가 없습니다. (+) 버튼을 선택해 새로 만드세요.","Delete these notes?":"노트를 삭제할까요?","Log":"로그","Export Debug Report":"디버그 보고서 내보내기","Encryption Config":"암호화 설정","Configuration":"설정","Move to notebook...":"노트북으로 옮기기...","Move %d notes to notebook \"%s\"?":"%d 노트를 \"%s\" 노트북으로 옮길까요?","Press to set the decryption password.":"복호화 암호를 설정하려면 누르세요.","Clear alarm":"Clear alarm","Save alarm":"알람 저장","Select date":"날짜 선택","Confirm":"확인","Cancel synchronisation":"동기화 취소","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"새 태그:","Type new tags or select from list":"새 태그를 입력하거나 목록에서 선택하세요","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"앱이 정상적으로 작동하기 위해서는 권한을 허가해야 합니다. '설정 > 애플리케이션 > Joplin > 권한'에서 허가하세요.","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 저장소: 노트에 파일을 첨부하고 파일 시스템 동기화를 활성화하기 위해서 필요합니다.","- Camera: to allow taking a picture and attaching it to a note.":"- 카메라: 사진을 찍고 노트에 첨부하기 위해서 필요합니다.","- Location: to allow attaching geo-location information to a note.":"- 위치: 지리적 위치 정보를 노트에 첨부하기 위해서 필요합니다.","Joplin website":"조플린 웹사이트","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Dropbox로 로그인","Enter code here":"","Master Key %s":"관리자 키 %s","Created: %s":"생성됨: %s","Password:":"암호:","Password cannot be empty":"암호를 입력해야만 합니다","Enable":"활성화","The notebook could not be saved: %s":"노트북을 저장할 수 없습니다: %s","Edit notebook":"노트북 편집","Show all":"모두 표시","Errors only":"오류들만","This note has been modified:":"노트가 변경되었습니다:","Save changes":"변경 사항 저장","Discard changes":"변경 사항 버리기","No item with ID %s":"ID %s에 해당하는 항목이 없습니다","The Joplin mobile app does not currently support this type of link: %s":"조플린 모바일 앱은 현재 해당 형식의 링크를 지원하지 않습니다: %s","Unsupported image type: %s":"지원하지 않는 이미지 형식: %s","Take photo":"Take photo","Attach photo":"사진 첨부","Attach any file":"모든 형식의 파일 첨부","Share":"공유","Convert to note":"노트로 변환","Convert to todo":"'할 일'로 변환","Hide metadata":"메타데이터 숨김","Show metadata":"메타데이터 표시","View on map":"지도에 표시","Go to source URL":"","Delete notebook":"노트북 삭제","Login with OneDrive":"OneDrive 로그인","Search":"검색","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"(+) 버튼을 눌러 새 노트 및 노트북을 만드세요. 측면 메뉴를 눌러 기존의 노트북을 관리하세요.","You currently have no notebook. Create one by clicking on (+) button.":"노트북이 없습니다. (+) 버튼을 눌러 새로 만드세요.","Welcome":"환영합니다"} \ No newline at end of file diff --git a/ReactNativeClient/locales/nb_NO.json b/ReactNativeClient/locales/nb_NO.json index ac56b426f..ffdb2ed3d 100644 --- a/ReactNativeClient/locales/nb_NO.json +++ b/ReactNativeClient/locales/nb_NO.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Hvis du vil slette en merkelapp, fjern merkelappen fra merkede notater.","Please select the note or notebook to be deleted first.":"Vennligst velg notatet eller notatboken som skal slettes først.","Press Ctrl+D or type \"exit\" to exit the application":"Trykk Ctrl+D eller skriv \"exit\" for å avslutte programmet","More than one item match \"%s\". Please narrow down your query.":"Mer enn ett treff for \"%s\". Vennligst gjør søket mer spesifikt.","No notebook selected.":"Ingen notatbok valgt.","No notebook has been specified.":"Ingen notatbok har blitt spesifisert.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Avbryter bakgrunnssynkronisering… Vennligst vent.","No such command: %s":"Ingen kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandoen \"%s\" er kun tilgjengelig i GUI-modus","Cannot change encrypted item":"Kan ikke endre kryptert element","Missing required argument: %s":"Mangler nødvendig argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt valg: ","Invalid answer: %s":"Ugyldig svar: %s","Attaches the given file to the note.":"Legger ved den valgte filen til notatet.","Cannot find \"%s\".":"Finner ikke \"%s\".","Displays the given note.":"Viser det valgte notatet.","Displays the complete information about note.":"Viser den komplette informasjonen om notatet.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Skaffer eller setter en konfigurasjonsverdi. Hvis [value] ikke er angitt vil den vise verdien av [name]. Hvis hverken [name] eller [value] ikke er angitt, vil den vise den gjeldende konfigurasjonen.","Also displays unset and hidden config variables.":"Viser også ikke-satte og skjulte konfigurasjonsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliserer notatene som samsvarer med til [notebook]. Hvis ingen notatbok er spesifisert blir notatet duplisert til gjeldende notatbok.","Marks a to-do as done.":"Markerer et gjøremål som ferdig.","Note is not a to-do: \"%s\"":"Notat er ikke et gjøremål: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Utfører E2EE-konfiguration. Tilgjengelige kommandoer er: `enable`(aktiver), `disable`(lukk), `decrypt`(dekrypter), `status` og `target-status` (mottager-status).","Enter master password:":"Skriv inn masterpassordet:","Operation cancelled":"Operasjon avbrutt","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starter dekryptering... Vennligst vent da det kan ta flere minutter avhengig av mengden som skal dekrypteres.","Completed decryption.":"Dekryptering fullført.","Enabled":"Aktivert","Disabled":"Deaktivitert","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger notat.","No text editor is defined. Please set it using `config editor `":"Inger teksteditor er valgt. Velg en ved å bruke `config editor `","No active notebook.":"Ingen aktiv notatbok.","Note does not exist: \"%s\". Create it?":"Notat eksisterer ikke: \"%s\". Vil du opprette det?","Starting to edit note. Close the editor to get back to the prompt.":"Notatredigering startet. Lukk editoren for å komme tilbake til kommandolinjen.","Error opening note in editor: %s":"Feil ved åpning av notat i editor: %s","Note has been saved.":"Notat har blitt lagret.","Exits the application.":"Forlat programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin-data til angitt sti. Standard er eksport av den komplette database inkludert notatbøker, notater, merkelapper og ressurser.","Destination format: %s":"Målformat: %s","Exports only the given note.":"Eksporterer kun valgt notat.","Exports only the given notebook.":"Eksporterer kun valgt notatbok.","Displays a geolocation URL for the note.":"Viser den komplette stedsinformasjonen for notatet.","Displays usage information.":"Vis brukerinformasjon.","For information on how to customise the shortcuts please visit %s":"For informasjon om hvordan tilpasse snarveier, vennligst besøk %s","Shortcuts are not available in CLI mode.":"Snarveier er ikke tilgjengelig i CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv inn `help [kommando]` for å få mer informasjon om en kommando. eller skriv inn `help all` for fullstendig brukerinformasjon.","The possible commands are:":"De mulige kommandoene er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I alle kommandoer kan et notat eller en notatbok kun refereres til etter tittel eller ID, eller ved hjelp av snarveiene `$n` (notat) eller `$b` (notatbok). `$c` kan brukes til å referere til nåværende merket element.","To move from one pane to another, press Tab or Shift+Tab.":"Hvis du vil flytte fra en fane til en annen, trykk Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Bruk pilene på tastaturet og Page up/down for å navigere i lister og tekstområder (inkludert dette konsollet).","To maximise/minimise the console, press \"tc\".":"For å maksimere/minimere konsollet, trykk \"tc\".","To enter command line mode, press \":\"":"For å gå inn i kommandolinjemodus, trykk \":\"","To exit command line mode, press ESCAPE":"For å gå ut av kommandolinjemodus, trykk ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For listen over hurtigtaster og konfigurasjonsalternativer skriver `help keymap`","Imports data into Joplin.":"Importer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Ikke spør om bekreftelse.","Found: %d.":"Funnet: %d.","Created: %d.":"Opprettet: %d.","Updated: %d.":"Oppdatert: %d.","Skipped: %d.":"Hoppet over: %d.","Resources: %d.":"Ressurser: %d.","Tagged: %d.":"Merket: %d.","Importing notes...":"Importer notater...","The notes have been imported: %s":"Notatene som har blitt importert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser notatene i gjeldende notatbok. Bruk `ls /` for å vise listen over notatbøker.","Displays only the first top notes.":"Viser kun de første notatene.","Sorts the item by (eg. title, updated_time, created_time).":"Sorter etter (f.eks. title, updated_time, created_time).","Reverses the sorting order.":"Reverserer sorteringsrekkefølgen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Viser kun elementene av den spesifikke typen. Kan være `n` for notater, `t` for gjøremål eller `nt` for notater og gjøremål (f.eks.` -tt` vile kun vise gjøremål, mens `-ttd` vil vise notater og gjøremål.)","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Bruk langt listeformat. Format er ID, NOTE_COUNT (for notatbok), DATE, TODO_CHECKED (for gjøremål), TITLE","Please select a notebook first.":"Vennligst velg en notatbok først.","Creates a new notebook.":"Opprettter en ny notatbok.","Creates a new note.":"Oppretter et nytt notat.","Notes can only be created within a notebook.":"Notater kan kun lages inne i en notatbok.","Creates a new to-do.":"Oppretter et nytt gjøremål.","Moves the notes matching to [notebook].":"Flytter notatene som samsvarer med til [notebook].","Renames the given (note or notebook) to .":"Gir nytt navn til (notat eller notatbok) til .","Deletes the given notebook.":"Sletter den valgte notatboken.","Deletes the notebook without asking for confirmation.":"Sletter notatboken uten å spørre om bekreftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Slette notatbok? Alle notater og underliggende notatbøker i denne notatboken vil også bli slettet.","Deletes the notes matching .":"Sletter notatene som samsvarer med .","Deletes the notes without asking for confirmation.":"Sletter notatene uten bekreftelse.","%d notes match this pattern. Delete them?":"%d notater passer dette mønsteret. Slette dem?","Delete note?":"Slett notat?","Searches for the given in all the notes.":"Søker etter angitt i alle notatene.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setter egenskapen for angitt til angitt [verdi]. Mulige valg er: \n\n%s","Displays summary about the notes and notebooks.":"Viser sammendrag om notatene og notatbøkene.","Synchronises with remote storage.":"Synkroniser med fjernlagring.","Sync to provided target (defaults to sync.target config value)":"Sync å forsynt mål (uteblivelsene å sync. target config-verdi)","Authentication was not completed (did not receive an authentication token).":"Godkjenning ble ikke fullført (mottok ikke et godkjennings tegn).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For å få Joplin til å synkronisere med Dropbox, vennligst følg trinnene under her:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Åpne denne URL i din nettleser for å autorisere applikasjonen:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Sett inn koden du fikk av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke autentisert med %s. Vennligst fyll inn manglende detaljer.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Den låste filen er allerede sperret. Hvis du vet at det ikke pågår noen synkronisering kan du slette den låste filen på \"%s\" og fortsette operasjonen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke starte synkronisering.","Starting synchronisation...":"Starter synkronisering...","Downloading resources...":"Laster ned ressurser...","Cancelling... Please wait.":"Avbryter… Vennligst vent."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kan være \"legg til\", \"fjern\" eller \"vis liste\" å anvise eller fjerne [tag] fra [note], eller å liste notater forbundet med [tag]. Kommandoen `tag list` kan brukes til å vise alle merkelappene.","Invalid command: \"%s\"":"Ugyldig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan enten være \"bytt\" eller \"fjern\". Bruk \"bytt\" for å veksle et gitt gjøremål mellom fullført og ikke fullført status (hvis målet er et vanlig notat det vil bli konvertert til et gjøremål). Bruk \"Clear\" for å konvertere gjøremålet tilbake til et vanlig notat.","Marks a to-do as non-completed.":"Merker et gjøremål som ikke fullført.","Switches to [notebook] - all further operations will happen within this notebook.":"Bytter til [notebook] - alle videre operasjoner vil skje i denne notatboken.","Displays version information":"Vis versjonsinformasjon","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mulige verdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøkler/verdier:","Type `joplin help` for usage information.":"Skriv `joplin help` for brukerinformasjon.","Fatal error:":"Kritisk feil:","The application has been authorised - you may now close this browser tab.":"Applikasjonen er autorisert - du kan nå lukke denne nettleserenfanen.","The application has been successfully authorised.":"Applikasjonen har blitt godkjent.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Vennligst åpne URL-en i din nettleser for autorisasjon. Programmet vil opprette en mappe i \"Apps/Joplin\" og vil kun lese og skrive filer i denne mappen. Den ikke ha tilgang til filer utenfor denne katalogen eller annen personlig data. Ingen data vil bli delt med noen tredjepart.","Search:":"Søk:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nSkriv `:help shortcuts` for listen over hurtigtaster eller kun `:help` for brukerinformasjon.\n\nHvis du for eksempel vil opprette en notatbok trykker du `mb`; for å opprette et notat, trykk `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flere elementer er kryptert, og du må mulig oppgi hovedpassord. For å gjøre dette, vennligst skriv `e2ee decrypt`. Hvis du allerede har oppgitt passordet dekrypteres de krypterte elementene i bakgrunnen og vil snart være tilgjengelige.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" i \"%s\" format. Vennligst vent...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" i \"%s\"-format. Vennligst vent...","PDF File":"PDF-fil","File":"Fil","New note":"Nytt notat","New to-do":"Nytt gjøremål","New notebook":"Ny notatbok","Import":"Importer","Export":"Eksport","Print":"Skriv ut","Hide %s":"Skjul %s","Quit":"Avslutt","Edit":"Rediger","Copy":"Kopier","Cut":"Klipp ut","Paste":"Lim inn","Select all":"Marker alt","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Sett inn dato/tid","Edit in external editor":"Rediger i ekstern editor","Search in all the notes":"Søk i alle notater","Search in current note":"Search in current note","View":"Utseende","Toggle sidebar":"Vis/skjul sidepanel","Toggle editor layout":"Bytt editorutseende","Tools":"Verktøy","Synchronisation status":"Synkroniseringsstatus","Web clipper options":"Web Clipper-innstillinger","Encryption options":"Krypteringsvalg","General Options":"Generelle innstillinger","Help":"Hjelp","Website and documentation":"Nettsted og dokumentasjon","Make a donation":"Gi et bidrag","Check for updates...":"Se etter oppdatering...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åpne %s","Exit":"Avslutt","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nåværende versjon er den siste tilgjengelige.","An update is available, do you want to download it now?":"En oppdatering er tilgjengelig, vil du laste den ned nå?","Yes":"Ja","No":"Nei","Token has been copied to the clipboard!":"Bevis har blitt kopiert til utklippstavlen!","The web clipper service is enabled and set to auto-start.":"Web Clipper-tjenesten er aktivert og satt til å starte opp automatisk.","Status: Started on port %d":"Status: Startet på port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Deaktiver Web Clipper-tjeneste","The web clipper service is not enabled.":"Web Clipper-tjenesten er ikke aktivert.","Enable Web Clipper Service":"Aktiver Web Clipper-tjeneste","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gjør det mulig å lagre nettsteder og skjermbilder fra din nettleser til Joplin.","In order to use the web clipper, you need to do the following:":"For å kunne bruke Web Clipper må du gjøre følgende:","Step 1: Enable the clipper service":"Steg 1: Aktiver Web Clipper-tjenesten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denne tjenesten tillater nettleserutvidelser å kommunisere med Joplin. Når du aktiverer den kan brannmuren spørre om du vil gi Joplin tillatelse til å lytte på en bestemt port.","Step 2: Install the extension":"Steg 2: Installer utvidelsen","Download and install the relevant extension for your browser:":"Last ned og installer den relevante utvidelsen for din nettleser:","Advanced options":"Avanserte innstillinger","Authorisation token:":"Autoriseringsbevis:","Copy token":"Kopier bevis","This authorisation token is only needed to allow third-party applications to access Joplin.":"Denne autentiseringsbeviset er det eneste nødvendig for å gi tredjepartsapplikasjoner tilgang til Joplin.","Check synchronisation configuration":"Sjekk synkroniseringskonfigurasjon","Notes and settings are stored in: %s":"Notater og innstillinger er lagret i: %s","Apply":"Bruk","Submit":"Send","Save":"Lagre","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deaktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes ukryptert til synkroniseringsmålet. Vil du fortsette?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes kryptert til synkroniseringsmålet. Ikke mist passordet som, av sikkerhetsmessige grunner, vil være den *eneste* mulighet å dekryptere data på! For å aktivere kryptering, vennlist skriv inn passordet nedenfor.","Disable encryption":"Deaktiver kryptering","Enable encryption":"Aktiver kryptering","Master Keys":"Masternøkkel","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Opprettet","Updated":"Oppdatert","Password":"Passord","Password OK":"Passord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Merk: kun én masternøkkel skal brukes til kryptering (den som er merket som \"aktiv\"). Hvilken som helst av nøklene kan brukes til dekryptering, avhengig av hvordan notatene eller notatbøkene opprinnelig ble kryptert.","Missing Master Keys":"Mangler masternøkler","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Masternøklene med disse ID-ene brukes til å kryptere noen av elementene, men programmet har for øyeblikket ikke tilgang til dem. Det er sannsynlig at de vil siden bli lastet ned via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"For mer informasjon om ende-til-ende-kryptering (E2EE) og råd om hvordan du aktiverer det kan du sjekke dokumentasjonen:","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbake","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notatbok \"%s\" vil bli opprettet og filen \"%s\" vil bli importert til den","Please create a notebook first.":"Vennligst lag en notatbok først.","Please create a notebook first":"Vennligst lag en notatbok først","Notebook title:":"Tittel på notatbok:","Add or remove tags:":"Legge til eller fjern merkelapp:","Separate each tag by a comma.":"Separer hver merkelapp med komma.","Rename notebook:":"Gi nytt navn til notatbok:","Rename tag:":"Gi nytt navn til merkelapp:","Set alarm:":"Angi alarm:","Layout":"Utseende","Search...":"Søk...","Some items cannot be synchronised.":"Noen elementer kan ikke synkroniseres.","View them now":"Vis nå","Some items cannot be decrypted.":"Noen elementer kan ikke dekrypteres.","Set the password":"Sett passord","Add or remove tags":"Legg til eller fjern merkelapper","Duplicate":"Dupliser","%s - Copy":"%s - Kopier","Switch between note and to-do type":"Bytt mellom notat og gjøremål","Switch to note type":"Bytt til notatmodus","Switch to to-do type":"Bytt til gjøremålmodus","Copy Markdown link":"Kopier Markdown-link","Delete":"Slett","Delete notes?":"Slette notater?","No notes in here. Create one by clicking on \"New note\".":"Ingen notater her enda. Opprett et ved å klikke på \"Nytt notat\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det er for tiden ingen notatbok. Lag en ved å klikke på \"Ny notatbok\".","Location":"Lokasjon","URL":"URL","Note properties":"Notategenskaper","Open...":"Åpne...","This file could not be opened: %s":"Filen kunne ikke åpnes: %s","Save as...":"Lagre som...","Copy path to clipboard":"Kopier sti til utklippstavlen","Copy Link Address":"Kopier linkadresse","This attachment is not downloaded or not decrypted yet.":"Dette vedlegget er enda ikke lastet ned eller dekryptert.","Unsupported link or message: %s":"Usupportert lenke eller melding: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Dette notatet har ikke noe innhold. Klikk på \"%s\" for å redigere notatet.","strong text":"fet tekst","emphasized text":"kursiv tekst","List item":"Listeelement","Insert Hyperlink":"Sett inn hyperlenke","Attach file":"Legg ved fil","Tags":"Merkelapper","Set alarm":"Angi alarm","In: %s":"I: %s","Hyperlink":"Hyperlenke","Code":"Kode","Numbered List":"Nummerert liste","Bulleted List":"Kuleliste","Checkbox":"Avmerkingsboks","Heading":"Overskrift","Horizontal Rule":"Horisontal strek","Click to stop external editing":"Klikk for å stoppe ekstern redigering","Watching...":"Observerer...","to-do":"gjøremål","note":"notat","Creating new %s...":"Lager ny %s...","Refresh":"Oppdater","Clear":"Nullstill","OneDrive Login":"Innlogging med OneDrive","Dropbox Login":"Innlogging med Dropbox","Options":"Generelle innstillinger","Synchronisation Status":"Synkroniseringsstatus","Encryption Options":"Krypteringsinnstillinger","Clipper Options":"Clipper-innstillinger","Remove this tag from all the notes?":"Fjern denne merkelappen fra alle notater?","Remove this search from the sidebar?":"Fjerne dette søket fra sidepanelet?","Rename":"Gi nytt navn","Synchronise":"Synkroniser","Notebooks":"Notatbøker","Decrypting items: %d/%d":"Dekrypterer elementer: %d/%d","Fetching resources: %d":"Henter ressurser: %d","Please select where the sync status should be exported to":"Velg hvor synkroniseringsstatusen skal eksporteres til","Usage: %s":"Bruk: %s","Unknown flag: %s":"Ukjent flagg: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Kun for testing)","WebDAV":"WebDAV","Unknown log level: %s":"Ukjent loggnivå: %s","Unknown level ID: %s":"Ukjent nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke oppdatere token: autentiseringsdata mangler. Hvis du starter synkroniseringen på nytt kan dette løse problemet.","Untitled":"Uten navn","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan ikke synkronisere med OneDrive.\n\nDenne feilen skjer ofte når OneDrive for Business benyttes, som beklageligvis ikke er støttet.\n\nVennligst vurder å bruke en vanlig OneDrive-konto.","Cannot access %s":"Får ikke tilgang til %s","Created local items: %d.":"Opprettet lokale elementer: %d.","Updated local items: %d.":"Oppdaterte lokale elementer: %d.","Created remote items: %d.":"Opprettede eksterne elementer: %d.","Updated remote items: %d.":"Oppdaterte eksterne elementer: %d.","Deleted local items: %d.":"Slett lokale elementer: %d.","Deleted remote items: %d.":"Slettet eksterne elementer: %d.","Fetched items: %d/%d.":"Hentede elementer: %d/%d.","Cancelling...":"Avbryter…","Completed: %s":"Ferdig: %s","Last error: %s":"Siste feil: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår allerede. Status: %s","Encrypted":"Kryptert","Encrypted items cannot be modified":"Krypterte elementer kan ikke modifiseres","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan ikke flytte notatboken til denne plasseringen","Notebooks cannot be named \"%s\", which is a reserved title.":"Notatbøker kan ikke hete %s, som er en reservert tittel.","title":"tittel","updated date":"sist oppdatert","created date":"opprettet","This note does not have geolocation information.":"Dette notatet har ingen stedsinformasjon.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere notat til notatenboken \"%s\"","Cannot move note to \"%s\" notebook":"Kan ikke flytte notatet til notatboken \"%s\"","Language":"Språk","Date format":"Datoformat","Time format":"Tidsformat","Theme":"Tema","Light":"Lys","Dark":"Mørk","Uncompleted to-dos on top":"Uferdige gjøremål på topp","Show completed to-dos":"Vis fullførte gjøremål","Sort notes by":"Sorter notater etter","Reverse sort order":"Reverser sorteringsrekkefølge","Save geo-location with notes":"Lagre stedsinformasjon med notater","When creating a new to-do:":"Når nytt gjøremål opprettes:","Focus title":"Fokuser på tittel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Når du lager et nytt notat:","Show tray icon":"Vis systemmenyikon","Note: Does not work in all desktop environments.":"Merk: fungerer ikke i alle skrivebordsmiljøer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Dette vil tillatte Joplin å kjøre i bakgrunnen. Det er anbefalt å aktivere denne innstillingen så notatene dine blir synkronisert konstant, slik at du reduserer mulige konflikter.","Start application minimised in the tray icon":"Start applikasjonen minimert som systemmenyikon","Global zoom percentage":"Global forstørrelse","Editor font size":"Editor font size","Editor font family":"Editor skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dette må være *monospace*-skrifttype eller den ville ikke fungere riktig. Hvis skriften er feil eller tom, vil den som standard ha en generisk monospace-skrifttype.","Automatically update the application":"Oppdater applikasjonen automatisk","Synchronisation interval":"Synkroniserinsintervall","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Teksteditor","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Teksteditor som skal brukes til å åpne et notat. Hvis det ikke er satt vil den prøve å automatisk velge standardprogram.","Show advanced options":"Vis avanserte innstillinger","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet å synkronisere til. Hvert synkroniseringsmål kan ha tilleggsparametere som er navngitt som `sync.NUM.NAME` (dokumentert nedenfor).","Directory to synchronise with (absolute path)":"Mappe å synkronisere med (absolutt sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Stien som skal synkroniseres når filsystemsynkronisering er aktivert. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Viktig: Dersom du endrer denne lokasjonen, sørg for at du kopierer alt innhold dit før du synkroniserer. Hvis ikke blir alle filer fjernet! Se FAQ for flere detaljer: %s","Nextcloud username":"Nextcloud-brukernavn","Nextcloud password":"Nextcloud-passord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-brukernavn","WebDAV password":"WebDAV-passord","Custom TLS certificates":"Egendefinerte TLS-sertifikater","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparert liste over stier til mapper å laste sertifikater fra, eller sti til individuelle sertifikatfiler. For eksempel: /my/cert_dir, /other/custom.perm. Merk at dersom du gjør endringer til TLS-innstillingene må du lagre endringer før du velger \"Sjekk synkroniseringsstatus\".","Ignore TLS certificate errors":"Ignorer TLS-sertifikatfeil","Invalid option value: \"%s\". Possible values are: %s.":"Ugyldig verdi: \"%s\". Mulige verdier er: %s.","The tag \"%s\" already exists. Please choose a different name.":"Merkelappen \"%s\" eksiterer allerede. Vennligst velg et annet navn.","Joplin Export File":"Joplin-eksportert fil","Markdown":"Markdown","Joplin Export Directory":"Joplin-eksportert katalog","Evernote Export File":"Evernote-eksportert fil","Json Export Directory":"Json-eksportert katalog","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan ikke laste modulen \"%s\" for formatet \"%s\"","Please specify import format for %s":"Vennligst velg importformat for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette elementet er for øyeblikket kryptert: %s \" %s\". Vent til alle elementer dekrypteres, og prøv på nytt.","There is no data to export.":"Det er ingen data for eksportering.","Please specify the notebook where the notes should be imported to.":"Velg notatbok som notatene skal importeres til.","Items that cannot be synchronised":"Elementer som ikke vil synkronisere","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse elementene blir værende på enheten, men vil ikke bli lastet opp til synkroniseringsmålet. For å finne disse elementene, enten søk etter tittel eller ID (som vises i parentes over).","Sync status (synced items / total items)":"Synkroniseringsstatus (synkroniserte elementer / totale elementer)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Slettes: %d","Folders":"Kataloger","%s: %d notes":"%s: %d notater","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"Tillatelse til å bruke kamera","Your permission to use your camera is required.":"Tillatelse til å bruke kamera er nødvendig.","There are currently no notes. Create one by clicking on the (+) button.":"Det finnes enda ingen notater. Lag en ved å klikke på (+)-knappen.","Delete these notes?":"Slett disse notatene?","Log":"Logg","Export Debug Report":"Eksporter feilsøkingsrapport","Encryption Config":"Krypteringsinnstillinger","Configuration":"Konfigurasjon","Move to notebook...":"Flytt til notatbok...","Move %d notes to notebook \"%s\"?":"Flytt %d notater til notatbok \"%s\"?","Press to set the decryption password.":"Trykk for å sette dekrypteringspassordet.","Clear alarm":"Fjern alarm","Save alarm":"Angi alarm","Select date":"Velg dato","Confirm":"Bekreft","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Sjekker… Vennligst vent.","Success! Synchronisation configuration appears to be correct.":"Suksess! Synkroniseringskonfigurasjonen ser ut til å være korrekt.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Feil. Vennligst sjekk at URL, brukernavn, passord, etc. er korrekt og at synkroniseringsmålet er tilgjengelig. Feilmeldingen var:","The application has been authorised!":"Applikasjonen har blitt godkjent!","Could not authorise application:\n\n%s\n\nPlease try again.":"Kunne ikke autorisere applikasjon:\n\n%s\n\nVennligst prøv igjen.","Decrypted items: %s / %s":"Dekrypterte elementer: %s / %s","New tags:":"Nye merkelapper:","Type new tags or select from list":"Skriv inn nye merkelapper eller velg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"For å fungere riktig behøver applikasjonen følgende tillatelser. Vennligst aktiver de i telefoninnstillingene, i Apps > Joplin > Tillatelser","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"-Lagring: for å tillate å legge ved filer til notater og aktivere filsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: for å ta bilde og legge det ved et notat.","- Location: to allow attaching geo-location information to a note.":"- Sted: for å legge ved stedsinformation til notatet.","Joplin website":"Joplins nettsted","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Innlogging med Dropbox","Enter code here":"","Master Key %s":"Masternøkkel: %s","Created: %s":"Opprettet: %s","Password:":"Passord:","Password cannot be empty":"Passordet kan ikke være tomt","Enable":"Aktiver","The notebook could not be saved: %s":"Denne notatboken kunne ikke lagres: %s","Edit notebook":"Rediger notatbok","Show all":"Vis alle","Errors only":"Kun feilmeldinger","This note has been modified:":"Dette notatet har blitt modifisert:","Save changes":"Lagre endringer","Discard changes":"Forkast endringer","No item with ID %s":"Ingen elementer med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Joplins mobilapp støtter for tiden ikke denne type linker: %s","Unsupported image type: %s":"Bildetypen er ikke støttet: %s","Take photo":"Take photo","Attach photo":"Legg ved et bilde","Attach any file":"Legg ved en fil","Share":"Del","Convert to note":"Konverter til notat","Convert to todo":"Konverter til gjøremål","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Se på kart","Go to source URL":"Gå til kilde-URL","Delete notebook":"Slett notatbok","Login with OneDrive":"Innlogging med OneDrive","Search":"Søk","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikk på (+)-knappen for å lage et nytt notat eller en ny notatbok. Klikk på sidemenyen for tilgang til dine eksisterende notatbøker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har enda ingen notatbok. Lag en ved å klikke på (+)-knappen.","Welcome":"Velkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Hvis du vil slette en merkelapp, fjern merkelappen fra merkede notater.","Please select the note or notebook to be deleted first.":"Vennligst velg notatet eller notatboken som skal slettes først.","Press Ctrl+D or type \"exit\" to exit the application":"Trykk Ctrl+D eller skriv \"exit\" for å avslutte programmet","More than one item match \"%s\". Please narrow down your query.":"Mer enn ett treff for \"%s\". Vennligst gjør søket mer spesifikt.","No notebook selected.":"Ingen notatbok valgt.","No notebook has been specified.":"Ingen notatbok har blitt spesifisert.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Avbryter bakgrunnssynkronisering… Vennligst vent.","No such command: %s":"Ingen kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandoen \"%s\" er kun tilgjengelig i GUI-modus","Cannot change encrypted item":"Kan ikke endre kryptert element","Missing required argument: %s":"Mangler nødvendig argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt valg: ","Invalid answer: %s":"Ugyldig svar: %s","Attaches the given file to the note.":"Legger ved den valgte filen til notatet.","Cannot find \"%s\".":"Finner ikke \"%s\".","Displays the given note.":"Viser det valgte notatet.","Displays the complete information about note.":"Viser den komplette informasjonen om notatet.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Skaffer eller setter en konfigurasjonsverdi. Hvis [value] ikke er angitt vil den vise verdien av [name]. Hvis hverken [name] eller [value] ikke er angitt, vil den vise den gjeldende konfigurasjonen.","Also displays unset and hidden config variables.":"Viser også ikke-satte og skjulte konfigurasjonsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliserer notatene som samsvarer med til [notebook]. Hvis ingen notatbok er spesifisert blir notatet duplisert til gjeldende notatbok.","Marks a to-do as done.":"Markerer et gjøremål som ferdig.","Note is not a to-do: \"%s\"":"Notat er ikke et gjøremål: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Utfører E2EE-konfiguration. Tilgjengelige kommandoer er: `enable`(aktiver), `disable`(lukk), `decrypt`(dekrypter), `status` og `target-status` (mottager-status).","Enter master password:":"Skriv inn masterpassordet:","Operation cancelled":"Operasjon avbrutt","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Starter dekryptering... Vennligst vent da det kan ta flere minutter avhengig av mengden som skal dekrypteres.","Completed decryption.":"Dekryptering fullført.","Enabled":"Aktivert","Disabled":"Deaktivitert","Encryption is: %s":"Kryptering er: %s","Edit note.":"Rediger notat.","No text editor is defined. Please set it using `config editor `":"Inger teksteditor er valgt. Velg en ved å bruke `config editor `","No active notebook.":"Ingen aktiv notatbok.","Note does not exist: \"%s\". Create it?":"Notat eksisterer ikke: \"%s\". Vil du opprette det?","Starting to edit note. Close the editor to get back to the prompt.":"Notatredigering startet. Lukk editoren for å komme tilbake til kommandolinjen.","Error opening note in editor: %s":"Feil ved åpning av notat i editor: %s","Note has been saved.":"Notat har blitt lagret.","Exits the application.":"Forlat programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Eksporterer Joplin-data til angitt sti. Standard er eksport av den komplette database inkludert notatbøker, notater, merkelapper og ressurser.","Destination format: %s":"Målformat: %s","Exports only the given note.":"Eksporterer kun valgt notat.","Exports only the given notebook.":"Eksporterer kun valgt notatbok.","Displays a geolocation URL for the note.":"Viser den komplette stedsinformasjonen for notatet.","Displays usage information.":"Vis brukerinformasjon.","For information on how to customise the shortcuts please visit %s":"For informasjon om hvordan tilpasse snarveier, vennligst besøk %s","Shortcuts are not available in CLI mode.":"Snarveier er ikke tilgjengelig i CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv inn `help [kommando]` for å få mer informasjon om en kommando. eller skriv inn `help all` for fullstendig brukerinformasjon.","The possible commands are:":"De mulige kommandoene er:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I alle kommandoer kan et notat eller en notatbok kun refereres til etter tittel eller ID, eller ved hjelp av snarveiene `$n` (notat) eller `$b` (notatbok). `$c` kan brukes til å referere til nåværende merket element.","To move from one pane to another, press Tab or Shift+Tab.":"Hvis du vil flytte fra en fane til en annen, trykk Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Bruk pilene på tastaturet og Page up/down for å navigere i lister og tekstområder (inkludert dette konsollet).","To maximise/minimise the console, press \"tc\".":"For å maksimere/minimere konsollet, trykk \"tc\".","To enter command line mode, press \":\"":"For å gå inn i kommandolinjemodus, trykk \":\"","To exit command line mode, press ESCAPE":"For å gå ut av kommandolinjemodus, trykk ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For listen over hurtigtaster og konfigurasjonsalternativer skriver `help keymap`","Imports data into Joplin.":"Importer data til Joplin.","Source format: %s":"Kildeformat: %s","Do not ask for confirmation.":"Ikke spør om bekreftelse.","Found: %d.":"Funnet: %d.","Created: %d.":"Opprettet: %d.","Updated: %d.":"Oppdatert: %d.","Skipped: %d.":"Hoppet over: %d.","Resources: %d.":"Ressurser: %d.","Tagged: %d.":"Merket: %d.","Importing notes...":"Importer notater...","The notes have been imported: %s":"Notatene som har blitt importert: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Viser notatene i gjeldende notatbok. Bruk `ls /` for å vise listen over notatbøker.","Displays only the first top notes.":"Viser kun de første notatene.","Sorts the item by (eg. title, updated_time, created_time).":"Sorter etter (f.eks. title, updated_time, created_time).","Reverses the sorting order.":"Reverserer sorteringsrekkefølgen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Viser kun elementene av den spesifikke typen. Kan være `n` for notater, `t` for gjøremål eller `nt` for notater og gjøremål (f.eks.` -tt` vile kun vise gjøremål, mens `-ttd` vil vise notater og gjøremål.)","Either \"text\" or \"json\"":"Enten \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Bruk langt listeformat. Format er ID, NOTE_COUNT (for notatbok), DATE, TODO_CHECKED (for gjøremål), TITLE","Please select a notebook first.":"Vennligst velg en notatbok først.","Creates a new notebook.":"Opprettter en ny notatbok.","Creates a new note.":"Oppretter et nytt notat.","Notes can only be created within a notebook.":"Notater kan kun lages inne i en notatbok.","Creates a new to-do.":"Oppretter et nytt gjøremål.","Moves the notes matching to [notebook].":"Flytter notatene som samsvarer med til [notebook].","Renames the given (note or notebook) to .":"Gir nytt navn til (notat eller notatbok) til .","Deletes the given notebook.":"Sletter den valgte notatboken.","Deletes the notebook without asking for confirmation.":"Sletter notatboken uten å spørre om bekreftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Slette notatbok? Alle notater og underliggende notatbøker i denne notatboken vil også bli slettet.","Deletes the notes matching .":"Sletter notatene som samsvarer med .","Deletes the notes without asking for confirmation.":"Sletter notatene uten bekreftelse.","%d notes match this pattern. Delete them?":"%d notater passer dette mønsteret. Slette dem?","Delete note?":"Slett notat?","Searches for the given in all the notes.":"Søker etter angitt i alle notatene.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Setter egenskapen for angitt til angitt [verdi]. Mulige valg er: \n\n%s","Displays summary about the notes and notebooks.":"Viser sammendrag om notatene og notatbøkene.","Synchronises with remote storage.":"Synkroniser med fjernlagring.","Sync to provided target (defaults to sync.target config value)":"Sync å forsynt mål (uteblivelsene å sync. target config-verdi)","Authentication was not completed (did not receive an authentication token).":"Godkjenning ble ikke fullført (mottok ikke et godkjennings tegn).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"For å få Joplin til å synkronisere med Dropbox, vennligst følg trinnene under her:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Åpne denne URL i din nettleser for å autorisere applikasjonen:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Sett inn koden du fikk av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ikke autentisert med %s. Vennligst fyll inn manglende detaljer.","Synchronisation is already in progress.":"Synkronisering er allerede i gang.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Den låste filen er allerede sperret. Hvis du vet at det ikke pågår noen synkronisering kan du slette den låste filen på \"%s\" og fortsette operasjonen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan ikke starte synkronisering.","Starting synchronisation...":"Starter synkronisering...","Downloading resources...":"Laster ned ressurser...","Cancelling... Please wait.":"Avbryter… Vennligst vent."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" kan være \"legg til\", \"fjern\" eller \"vis liste\" å anvise eller fjerne [tag] fra [note], eller å liste notater forbundet med [tag]. Kommandoen `tag list` kan brukes til å vise alle merkelappene.","Invalid command: \"%s\"":"Ugyldig kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan enten være \"bytt\" eller \"fjern\". Bruk \"bytt\" for å veksle et gitt gjøremål mellom fullført og ikke fullført status (hvis målet er et vanlig notat det vil bli konvertert til et gjøremål). Bruk \"Clear\" for å konvertere gjøremålet tilbake til et vanlig notat.","Marks a to-do as non-completed.":"Merker et gjøremål som ikke fullført.","Switches to [notebook] - all further operations will happen within this notebook.":"Bytter til [notebook] - alle videre operasjoner vil skje i denne notatboken.","Displays version information":"Vis versjonsinformasjon","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mulige verdier: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Mulige nøkler/verdier:","Type `joplin help` for usage information.":"Skriv `joplin help` for brukerinformasjon.","Fatal error:":"Kritisk feil:","The application has been authorised - you may now close this browser tab.":"Applikasjonen er autorisert - du kan nå lukke denne nettleserenfanen.","The application has been successfully authorised.":"Applikasjonen har blitt godkjent.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Vennligst åpne URL-en i din nettleser for autorisasjon. Programmet vil opprette en mappe i \"Apps/Joplin\" og vil kun lese og skrive filer i denne mappen. Den ikke ha tilgang til filer utenfor denne katalogen eller annen personlig data. Ingen data vil bli delt med noen tredjepart.","Search:":"Søk:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Velkommen til Joplin!\n\nSkriv `:help shortcuts` for listen over hurtigtaster eller kun `:help` for brukerinformasjon.\n\nHvis du for eksempel vil opprette en notatbok trykker du `mb`; for å opprette et notat, trykk `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flere elementer er kryptert, og du må mulig oppgi hovedpassord. For å gjøre dette, vennligst skriv `e2ee decrypt`. Hvis du allerede har oppgitt passordet dekrypteres de krypterte elementene i bakgrunnen og vil snart være tilgjengelige.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Eksporterer til \"%s\" i \"%s\" format. Vennligst vent...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerer fra \"%s\" i \"%s\"-format. Vennligst vent...","PDF File":"PDF-fil","File":"Fil","New note":"Nytt notat","New to-do":"Nytt gjøremål","New notebook":"Ny notatbok","Import":"Importer","Export":"Eksport","Print":"Skriv ut","Hide %s":"Skjul %s","Quit":"Avslutt","Edit":"Rediger","Copy":"Kopier","Cut":"Klipp ut","Paste":"Lim inn","Select all":"Marker alt","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Sett inn dato/tid","Edit in external editor":"Rediger i ekstern editor","Search in all the notes":"Søk i alle notater","Search in current note":"Search in current note","View":"Utseende","Toggle sidebar":"Vis/skjul sidepanel","Toggle editor layout":"Bytt editorutseende","Tools":"Verktøy","Synchronisation status":"Synkroniseringsstatus","Web clipper options":"Web Clipper-innstillinger","Encryption options":"Krypteringsvalg","General Options":"Generelle innstillinger","Help":"Hjelp","Website and documentation":"Nettsted og dokumentasjon","Make a donation":"Gi et bidrag","Check for updates...":"Se etter oppdatering...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Åpne %s","Exit":"Avslutt","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nåværende versjon er den siste tilgjengelige.","%s (pre-release)":"","An update is available, do you want to download it now?":"En oppdatering er tilgjengelig, vil du laste den ned nå?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nei","Token has been copied to the clipboard!":"Bevis har blitt kopiert til utklippstavlen!","The web clipper service is enabled and set to auto-start.":"Web Clipper-tjenesten er aktivert og satt til å starte opp automatisk.","Status: Started on port %d":"Status: Startet på port %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Deaktiver Web Clipper-tjeneste","The web clipper service is not enabled.":"Web Clipper-tjenesten er ikke aktivert.","Enable Web Clipper Service":"Aktiver Web Clipper-tjeneste","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gjør det mulig å lagre nettsteder og skjermbilder fra din nettleser til Joplin.","In order to use the web clipper, you need to do the following:":"For å kunne bruke Web Clipper må du gjøre følgende:","Step 1: Enable the clipper service":"Steg 1: Aktiver Web Clipper-tjenesten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denne tjenesten tillater nettleserutvidelser å kommunisere med Joplin. Når du aktiverer den kan brannmuren spørre om du vil gi Joplin tillatelse til å lytte på en bestemt port.","Step 2: Install the extension":"Steg 2: Installer utvidelsen","Download and install the relevant extension for your browser:":"Last ned og installer den relevante utvidelsen for din nettleser:","Advanced options":"Avanserte innstillinger","Authorisation token:":"Autoriseringsbevis:","Copy token":"Kopier bevis","This authorisation token is only needed to allow third-party applications to access Joplin.":"Denne autentiseringsbeviset er det eneste nødvendig for å gi tredjepartsapplikasjoner tilgang til Joplin.","Check synchronisation configuration":"Sjekk synkroniseringskonfigurasjon","Notes and settings are stored in: %s":"Notater og innstillinger er lagret i: %s","Apply":"Bruk","Submit":"Send","Save":"Lagre","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Deaktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes ukryptert til synkroniseringsmålet. Vil du fortsette?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivering av kryptering betyr at *alle* notatene og vedleggene synkroniseres på nytt og sendes kryptert til synkroniseringsmålet. Ikke mist passordet som, av sikkerhetsmessige grunner, vil være den *eneste* mulighet å dekryptere data på! For å aktivere kryptering, vennlist skriv inn passordet nedenfor.","Disable encryption":"Deaktiver kryptering","Enable encryption":"Aktiver kryptering","Master Keys":"Masternøkkel","Active":"Aktiv","ID":"ID","Source":"Kilde","Created":"Opprettet","Updated":"Oppdatert","Password":"Passord","Password OK":"Passord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Merk: kun én masternøkkel skal brukes til kryptering (den som er merket som \"aktiv\"). Hvilken som helst av nøklene kan brukes til dekryptering, avhengig av hvordan notatene eller notatbøkene opprinnelig ble kryptert.","Missing Master Keys":"Mangler masternøkler","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Masternøklene med disse ID-ene brukes til å kryptere noen av elementene, men programmet har for øyeblikket ikke tilgang til dem. Det er sannsynlig at de vil siden bli lastet ned via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"For mer informasjon om ende-til-ende-kryptering (E2EE) og råd om hvordan du aktiverer det kan du sjekke dokumentasjonen:","Status":"Status","Encryption is:":"Kryptering er:","Back":"Tilbake","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny notatbok \"%s\" vil bli opprettet og filen \"%s\" vil bli importert til den","Please create a notebook first.":"Vennligst lag en notatbok først.","Please create a notebook first":"Vennligst lag en notatbok først","Notebook title:":"Tittel på notatbok:","Add or remove tags:":"Legge til eller fjern merkelapp:","Separate each tag by a comma.":"Separer hver merkelapp med komma.","Rename notebook:":"Gi nytt navn til notatbok:","Rename tag:":"Gi nytt navn til merkelapp:","Set alarm:":"Angi alarm:","Layout":"Utseende","Search...":"Søk...","Some items cannot be synchronised.":"Noen elementer kan ikke synkroniseres.","View them now":"Vis nå","Some items cannot be decrypted.":"Noen elementer kan ikke dekrypteres.","Set the password":"Sett passord","Add or remove tags":"Legg til eller fjern merkelapper","Duplicate":"Dupliser","%s - Copy":"%s - Kopier","Switch between note and to-do type":"Bytt mellom notat og gjøremål","Switch to note type":"Bytt til notatmodus","Switch to to-do type":"Bytt til gjøremålmodus","Copy Markdown link":"Kopier Markdown-link","Delete":"Slett","Delete notes?":"Slette notater?","No notes in here. Create one by clicking on \"New note\".":"Ingen notater her enda. Opprett et ved å klikke på \"Nytt notat\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det er for tiden ingen notatbok. Lag en ved å klikke på \"Ny notatbok\".","Location":"Lokasjon","URL":"URL","Note properties":"Notategenskaper","Open...":"Åpne...","This file could not be opened: %s":"Filen kunne ikke åpnes: %s","Save as...":"Lagre som...","Copy path to clipboard":"Kopier sti til utklippstavlen","Copy Link Address":"Kopier linkadresse","This attachment is not downloaded or not decrypted yet.":"Dette vedlegget er enda ikke lastet ned eller dekryptert.","Unsupported link or message: %s":"Usupportert lenke eller melding: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Dette notatet har ikke noe innhold. Klikk på \"%s\" for å redigere notatet.","Only one note can be printed or exported to PDF at a time.":"","strong text":"fet tekst","emphasized text":"kursiv tekst","List item":"Listeelement","Insert Hyperlink":"Sett inn hyperlenke","Attach file":"Legg ved fil","Tags":"Merkelapper","Set alarm":"Angi alarm","In: %s":"I: %s","Hyperlink":"Hyperlenke","Code":"Kode","Numbered List":"Nummerert liste","Bulleted List":"Kuleliste","Checkbox":"Avmerkingsboks","Heading":"Overskrift","Horizontal Rule":"Horisontal strek","Click to stop external editing":"Klikk for å stoppe ekstern redigering","Watching...":"Observerer...","to-do":"gjøremål","note":"notat","Creating new %s...":"Lager ny %s...","Refresh":"Oppdater","Clear":"Nullstill","OneDrive Login":"Innlogging med OneDrive","Dropbox Login":"Innlogging med Dropbox","Options":"Generelle innstillinger","Synchronisation Status":"Synkroniseringsstatus","Encryption Options":"Krypteringsinnstillinger","Clipper Options":"Clipper-innstillinger","Remove this tag from all the notes?":"Fjern denne merkelappen fra alle notater?","Remove this search from the sidebar?":"Fjerne dette søket fra sidepanelet?","Rename":"Gi nytt navn","Synchronise":"Synkroniser","Notebooks":"Notatbøker","Decrypting items: %d/%d":"Dekrypterer elementer: %d/%d","Fetching resources: %d":"Henter ressurser: %d","Please select where the sync status should be exported to":"Velg hvor synkroniseringsstatusen skal eksporteres til","Usage: %s":"Bruk: %s","Unknown flag: %s":"Ukjent flagg: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Kun for testing)","WebDAV":"WebDAV","Unknown log level: %s":"Ukjent loggnivå: %s","Unknown level ID: %s":"Ukjent nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan ikke oppdatere token: autentiseringsdata mangler. Hvis du starter synkroniseringen på nytt kan dette løse problemet.","Untitled":"Uten navn","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan ikke synkronisere med OneDrive.\n\nDenne feilen skjer ofte når OneDrive for Business benyttes, som beklageligvis ikke er støttet.\n\nVennligst vurder å bruke en vanlig OneDrive-konto.","Cannot access %s":"Får ikke tilgang til %s","Created local items: %d.":"Opprettet lokale elementer: %d.","Updated local items: %d.":"Oppdaterte lokale elementer: %d.","Created remote items: %d.":"Opprettede eksterne elementer: %d.","Updated remote items: %d.":"Oppdaterte eksterne elementer: %d.","Deleted local items: %d.":"Slett lokale elementer: %d.","Deleted remote items: %d.":"Slettet eksterne elementer: %d.","Fetched items: %d/%d.":"Hentede elementer: %d/%d.","Cancelling...":"Avbryter…","Completed: %s":"Ferdig: %s","Last error: %s":"Siste feil: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår allerede. Status: %s","Encrypted":"Kryptert","Encrypted items cannot be modified":"Krypterte elementer kan ikke modifiseres","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan ikke flytte notatboken til denne plasseringen","Notebooks cannot be named \"%s\", which is a reserved title.":"Notatbøker kan ikke hete %s, som er en reservert tittel.","title":"tittel","updated date":"sist oppdatert","created date":"opprettet","This note does not have geolocation information.":"Dette notatet har ingen stedsinformasjon.","Cannot copy note to \"%s\" notebook":"Kan ikke kopiere notat til notatenboken \"%s\"","Cannot move note to \"%s\" notebook":"Kan ikke flytte notatet til notatboken \"%s\"","Language":"Språk","Date format":"Datoformat","Time format":"Tidsformat","Theme":"Tema","Light":"Lys","Dark":"Mørk","Uncompleted to-dos on top":"Uferdige gjøremål på topp","Show completed to-dos":"Vis fullførte gjøremål","Sort notes by":"Sorter notater etter","Reverse sort order":"Reverser sorteringsrekkefølge","Save geo-location with notes":"Lagre stedsinformasjon med notater","When creating a new to-do:":"Når nytt gjøremål opprettes:","Focus title":"Fokuser på tittel","Focus body":"Fokuser på brødtekst","When creating a new note:":"Når du lager et nytt notat:","Show tray icon":"Vis systemmenyikon","Note: Does not work in all desktop environments.":"Merk: fungerer ikke i alle skrivebordsmiljøer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Dette vil tillatte Joplin å kjøre i bakgrunnen. Det er anbefalt å aktivere denne innstillingen så notatene dine blir synkronisert konstant, slik at du reduserer mulige konflikter.","Start application minimised in the tray icon":"Start applikasjonen minimert som systemmenyikon","Global zoom percentage":"Global forstørrelse","Editor font size":"Editor font size","Editor font family":"Editor skrifttype","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dette må være *monospace*-skrifttype eller den ville ikke fungere riktig. Hvis skriften er feil eller tom, vil den som standard ha en generisk monospace-skrifttype.","Automatically update the application":"Oppdater applikasjonen automatisk","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synkroniserinsintervall","%d minutes":"%d minutter","%d hour":"%d time","%d hours":"%d timer","Text editor command":"Teksteditor","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Teksteditor som skal brukes til å åpne et notat. Hvis det ikke er satt vil den prøve å automatisk velge standardprogram.","Show advanced options":"Vis avanserte innstillinger","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet å synkronisere til. Hvert synkroniseringsmål kan ha tilleggsparametere som er navngitt som `sync.NUM.NAME` (dokumentert nedenfor).","Directory to synchronise with (absolute path)":"Mappe å synkronisere med (absolutt sti)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Stien som skal synkroniseres når filsystemsynkronisering er aktivert. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Viktig: Dersom du endrer denne lokasjonen, sørg for at du kopierer alt innhold dit før du synkroniserer. Hvis ikke blir alle filer fjernet! Se FAQ for flere detaljer: %s","Nextcloud username":"Nextcloud-brukernavn","Nextcloud password":"Nextcloud-passord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-brukernavn","WebDAV password":"WebDAV-passord","Custom TLS certificates":"Egendefinerte TLS-sertifikater","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparert liste over stier til mapper å laste sertifikater fra, eller sti til individuelle sertifikatfiler. For eksempel: /my/cert_dir, /other/custom.perm. Merk at dersom du gjør endringer til TLS-innstillingene må du lagre endringer før du velger \"Sjekk synkroniseringsstatus\".","Ignore TLS certificate errors":"Ignorer TLS-sertifikatfeil","Invalid option value: \"%s\". Possible values are: %s.":"Ugyldig verdi: \"%s\". Mulige verdier er: %s.","The tag \"%s\" already exists. Please choose a different name.":"Merkelappen \"%s\" eksiterer allerede. Vennligst velg et annet navn.","Joplin Export File":"Joplin-eksportert fil","Markdown":"Markdown","Joplin Export Directory":"Joplin-eksportert katalog","Evernote Export File":"Evernote-eksportert fil","Json Export Directory":"Json-eksportert katalog","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan ikke laste modulen \"%s\" for formatet \"%s\"","Please specify import format for %s":"Vennligst velg importformat for %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dette elementet er for øyeblikket kryptert: %s \" %s\". Vent til alle elementer dekrypteres, og prøv på nytt.","There is no data to export.":"Det er ingen data for eksportering.","Please specify the notebook where the notes should be imported to.":"Velg notatbok som notatene skal importeres til.","Items that cannot be synchronised":"Elementer som ikke vil synkronisere","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Disse elementene blir værende på enheten, men vil ikke bli lastet opp til synkroniseringsmålet. For å finne disse elementene, enten søk etter tittel eller ID (som vises i parentes over).","Sync status (synced items / total items)":"Synkroniseringsstatus (synkroniserte elementer / totale elementer)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikter: %d","To delete: %d":"Slettes: %d","Folders":"Kataloger","%s: %d notes":"%s: %d notater","Coming alarms":"Kommende alarmer","On %s: %s":"På %s: %s","Permission to use camera":"Tillatelse til å bruke kamera","Your permission to use your camera is required.":"Tillatelse til å bruke kamera er nødvendig.","There are currently no notes. Create one by clicking on the (+) button.":"Det finnes enda ingen notater. Lag en ved å klikke på (+)-knappen.","Delete these notes?":"Slett disse notatene?","Log":"Logg","Export Debug Report":"Eksporter feilsøkingsrapport","Encryption Config":"Krypteringsinnstillinger","Configuration":"Konfigurasjon","Move to notebook...":"Flytt til notatbok...","Move %d notes to notebook \"%s\"?":"Flytt %d notater til notatbok \"%s\"?","Press to set the decryption password.":"Trykk for å sette dekrypteringspassordet.","Clear alarm":"Fjern alarm","Save alarm":"Angi alarm","Select date":"Velg dato","Confirm":"Bekreft","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Sjekker… Vennligst vent.","Success! Synchronisation configuration appears to be correct.":"Suksess! Synkroniseringskonfigurasjonen ser ut til å være korrekt.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Feil. Vennligst sjekk at URL, brukernavn, passord, etc. er korrekt og at synkroniseringsmålet er tilgjengelig. Feilmeldingen var:","The application has been authorised!":"Applikasjonen har blitt godkjent!","Could not authorise application:\n\n%s\n\nPlease try again.":"Kunne ikke autorisere applikasjon:\n\n%s\n\nVennligst prøv igjen.","Decrypted items: %s / %s":"Dekrypterte elementer: %s / %s","New tags:":"Nye merkelapper:","Type new tags or select from list":"Skriv inn nye merkelapper eller velg fra listen","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"For å fungere riktig behøver applikasjonen følgende tillatelser. Vennligst aktiver de i telefoninnstillingene, i Apps > Joplin > Tillatelser","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"-Lagring: for å tillate å legge ved filer til notater og aktivere filsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: for å ta bilde og legge det ved et notat.","- Location: to allow attaching geo-location information to a note.":"- Sted: for å legge ved stedsinformation til notatet.","Joplin website":"Joplins nettsted","Joplin v%s":"Joplin v%s","Database v%s":"Database v%s","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Innlogging med Dropbox","Enter code here":"Skriv inn kode her","Master Key %s":"Masternøkkel: %s","Created: %s":"Opprettet: %s","Password:":"Passord:","Password cannot be empty":"Passordet kan ikke være tomt","Enable":"Aktiver","The notebook could not be saved: %s":"Denne notatboken kunne ikke lagres: %s","Edit notebook":"Rediger notatbok","Show all":"Vis alle","Errors only":"Kun feilmeldinger","This note has been modified:":"Dette notatet har blitt modifisert:","Save changes":"Lagre endringer","Discard changes":"Forkast endringer","No item with ID %s":"Ingen elementer med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Joplins mobilapp støtter for tiden ikke denne type linker: %s","Unsupported image type: %s":"Bildetypen er ikke støttet: %s","Take photo":"Take photo","Attach photo":"Legg ved et bilde","Attach any file":"Legg ved en fil","Share":"Del","Convert to note":"Konverter til notat","Convert to todo":"Konverter til gjøremål","Hide metadata":"Skjul metadata","Show metadata":"Vis metadata","View on map":"Se på kart","Go to source URL":"Gå til kilde-URL","Delete notebook":"Slett notatbok","Login with OneDrive":"Innlogging med OneDrive","Search":"Søk","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klikk på (+)-knappen for å lage et nytt notat eller en ny notatbok. Klikk på sidemenyen for tilgang til dine eksisterende notatbøker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har enda ingen notatbok. Lag en ved å klikke på (+)-knappen.","Welcome":"Velkommen"} \ No newline at end of file diff --git a/ReactNativeClient/locales/nl_BE.json b/ReactNativeClient/locales/nl_BE.json index 403aaf9b3..74b501994 100644 --- a/ReactNativeClient/locales/nl_BE.json +++ b/ReactNativeClient/locales/nl_BE.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Untag de geassocieerde notities om een tag te verwijderen.","Please select the note or notebook to be deleted first.":"Selecteer eerst het notitieboek of de notitie om te verwijderen.","Press Ctrl+D or type \"exit\" to exit the application":"Typ Ctrl+D of \"exit\" om de applicatie te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan een item voldoet aan de zoekterm \"%s\". Verfijn uw zoekterm a.u.b.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek is gespecifieerd","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Achtergrond synchronisatie wordt geannuleerd... Even geduld.","No such command: %s":"Geen commando gevonden: \"%s\"","The command \"%s\" is only available in GUI mode":"Het opgegeven command \"%s\" is alleen beschikbaar in de GUI versie","Cannot change encrypted item":"Kan het versleutelde item niet wijzigen","Missing required argument: %s":"Benodigde argumenten niet voorzien: %s","%s: %s":"%s: %s","Your choice: ":"Uw keuze:","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het bestand toe aan de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont de volledige informatie van een notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Haal een configuratie waarde op of stel een waarde in. Als [value] niet opgegeven is, zal de waarde van [name] getoond worden. Als nog de [name] of [waarde] opgegeven zijn, zal de huidige configuratie opgelijst worden.","Also displays unset and hidden config variables.":"Toont ook niet-geconfigureerde en verborgen configuratie opties. ","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Verveelvoudig de notities die voldoen aan in [notitieboek]. Als er geen notitieboek is meegegeven, de notitie is gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeer een to-do als voltooid. ","Note is not a to-do: \"%s\"":"Notitie is geen to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert E2EE configuratie. Commando's zijn `enable`, `disable`, `decrypt`, `status` and `target-status`.","Enter master password:":"Voeg hoofdsleutel in:","Operation cancelled":"Operatie geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Ontsleuteling starten... Dit kan enkele minuten duren, afhankelijk van hoeveel er te ontsleutelen is. ","Completed decryption.":"Ontsleuteling voltooid","Enabled":"Ingeschakeld","Disabled":"UItgeschakeld","Encryption is: %s":"Encryptie is: %s","Edit note.":"Bewerk notitie.","No text editor is defined. Please set it using `config editor `":"Geen tekst editor is ingesteld. Stel in met `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Aanmaken?","Starting to edit note. Close the editor to get back to the prompt.":"Bewerken notitie gestart. Sluit de editor om terug naar de prompt te gaan.","Error opening note in editor: %s":"","Note has been saved.":"Notitie is opgeslaan.","Exits the application.":"Sluit de applicatie.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een geolocatie link voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Shortcuts zijn niet beschikbaar in command line modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [commando]` voor meer informatie over een commando; of typ `help all` voor de volledige gebruiksaanwijzing.","The possible commands are:":"Mogelijke commando's zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In iedere commando kan een notitie of een notitieboek opgegeven worden door de title of het ID of de shortcuts `$n` of `$b` voor, respectievelijk, het huidig geslecteerde notitieboek of huidig geselecteerde notitie. `$c` kan gebruikt worden om te refereren naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Om van het ene paneel naar het andere te gaan, duw Tab of Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjes en page up/down om door de lijsten en de tekstvelden te scrollen (ook deze console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Om command line modus te gebruiken, duw \":\"","To exit command line mode, press ESCAPE":"Om command line modus te verlaten, duw ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Vraag niet om bevestiging. ","Found: %d.":"Gevonden: %d.","Created: %d.":"Aangemaakt: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Geskipt: %d.","Resources: %d.":"Middelen: %d.","Tagged: %d.":"Getagd: %d.","Importing notes...":"Notities importeren...","The notes have been imported: %s":"Notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities in het huidige notitieboek. Gebruik `ls /` om een lijst van notitieboeken te tonen.","Displays only the first top notes.":"Toont enkel de top notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items volgens (vb. title, updated_time, created_time).","Reverses the sorting order.":"Draait de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont enkel de items van de specifieke type(s). Kan `n` zijn voor notities, `t` voor to-do's, of `nt` voor notities en to-do's (vb. `-tt` zou alleen to-do's tonen, terwijl `-ttd` notities en to-do's zou tonen).","Either \"text\" or \"json\"":"Of \"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik volgend lijst formaat. Formaat is ID, NOTE_COUNT (voor notitieboek), DATE, TODO_CHECKED (voor to-do's), TITLE","Please select a notebook first.":"Selecteer eerst een notitieboek. ","Creates a new notebook.":"Maakt een nieuw notitieboek aan.","Creates a new note.":"Maakt een nieuwe notitie aan.","Notes can only be created within a notebook.":"Notities kunnen enkel in een notitieboek aangemaakt worden.","Creates a new to-do.":"Maakt nieuwe to-do aan.","Moves the notes matching to [notebook].":"Verplaatst de notities die voldoen aan naar [notitieboek].","Renames the given (note or notebook) to .":"Hernoemt het gegeven (notitie of notitieboek) naar .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Verwijder alle notities die voldoen aan .","Deletes the notes without asking for confirmation.":"Verwijder de notities zonder te vragen om bevestiging. ","%d notes match this pattern. Delete them?":"%d notities voldoen aan het patroon. Items verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Zoektermen voor het opgegeven in alle notities.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Zet de eigenschap van de opgegeven naar de opgegeven [value]. Mogelijke eigenschappen zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toon samenvatting van alle notities en notitieboeken","Synchronises with remote storage.":"Synchroniseert met remote opslag. ","Sync to provided target (defaults to sync.target config value)":"Synchroniseer naar opgegeven doel (standaard sync.target configuratie optie)","Authentication was not completed (did not receive an authentication token).":"Authenticatie was niet voltooid (geen authenticatietoken ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Synchronisatie reeds bezig.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Er is reeds een lockfile. Als u zeker bent dat er geen synchronisatie bezig is, kan de lock file verwijderd worden op \"%s\" en verder gegaan worden met de synchronisatie. ","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"Kan de synchronisatie niet starten.","Starting synchronisation...":"Synchronisatie starten...","Downloading resources...":"","Cancelling... Please wait.":"Annuleren.. Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldig commando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan of \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de to-do als voltooid of onvoltooid weer te geven (als het doel een standaard notitie is, zal ze geconverteerd worden naar een to-do). Gebruik \"clear\" om terug te wisselen naar een standaard notitie. ","Marks a to-do as non-completed.":"Markeert een to-do als onvoltooid.","Switches to [notebook] - all further operations will happen within this notebook.":"Wisselt naar [notitieboek] - Alle verdere acties zullen op dit notitieboek toegepast worden.","Displays version information":"Toont versie informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijke waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geauthenticeerd - U kan deze tab sluiten.","The application has been successfully authorised.":"De applicatie is succesvol geauthenticeerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende link in uw browser om de applicatie te authenticeren. De applicatie zal een folder in \"Apps/Joplin\" aanmaken en zal enkel bestanden aanmaken en lezen in deze folder. De applicatie zal geen toegang hebben tot bestanden buiten deze folder of enige andere persoonlijke gegevens. Geen gegevens zullen gedeeld worden met een externe partij. ","Search:":"Zoek:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst van shortcuts, of `:help` voor gebruiksinformatie.\n\nOm bijvoorbeeld een notitieboek aan te maken, typ `mb`; om een notitie te maken, typ `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld en de hoofdsleutel kan gevraagd worden. Om te ontsleutelen, typ `e2ee decrypt`. Als je de hoofdsleutel al ingegeven hebt, worden de versleutelde items ontsleuteld in de achtergrond. Ze zijn binnenkort beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe to-do","New notebook":"Nieuw notitieboek","Import":"Importeer","Export":"Export","Print":"","Hide %s":"","Quit":"Stop","Edit":"Bewerk","Copy":"Kopieer","Cut":"Knip","Paste":"Plak","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Zoek in alle notities","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tools","Synchronisation status":"Synchronisatie status","Web clipper options":"","Encryption options":"Versleutelopties","General Options":"Algemene opties","Help":"Help","Website and documentation":"Website en documentatie","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Annuleer","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Apply":"","Submit":"","Save":"Sla op","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Encryptie uitschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en ontsleuteld naar het synchronisatiedoel zullen gestuurd worden. Wil u verder gaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Encryptie inschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en versleuteld verzonden worden naar het synchronisatiedoel. Verlies het wachtwoord niet, aangezien dit de enige manier is om de date de ontsleutelen. Om encryptie in te schakelen, vul uw wachtwoord hieronder in. ","Disable encryption":"Schakel encryptie uit","Enable encryption":"Schakel encryptie in","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Aangemaakt","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opmerking: Slechts één hoofdsleutel zal gebruikt worden voor versleuteling (aangeduid met \"active\"). Alle sleutels kunnen gebruikt worden voor decodering, afhankelijk van hoe de notitieboeken initieel versleuteld zijn.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Versleuteling is:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nieuw notitieboek \"%s\" zal aangemaakt worden en bestand \"%s\" wordt eraan toegevoegd","Please create a notebook first.":"Maak eerst een notitieboek aan.","Please create a notebook first":"Maak eerst een notitieboek aan","Notebook title:":"Notitieboek titel:","Add or remove tags:":"Voeg tag toe of verwijder tag","Separate each tag by a comma.":"Scheid iedere tag met een komma.","Rename notebook:":"Hernoem notitieboek:","Rename tag:":"Rename tag:","Set alarm:":"Stel melding in:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Sommige items kunnen niet gesynchroniseerd worden.","View them now":"Bekijk ze nu","Some items cannot be decrypted.":"Sommige items kunnen niet gedecodeerd worden.","Set the password":"Stel wachtwoord in","Add or remove tags":"Voeg tag toe of verwijder tag","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Wissel tussen notitie en to-do type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Geen notities. Maak een notitie door op \"Nieuwe notitie\" te klikken.","There is currently no notebook. Create one by clicking on \"New notebook\".":"U heeft momenteel geen notitieboek. Maak een notitieboek door op \"Nieuw notitieboek\" te klikken.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Link of bericht \"%s\" wordt niet ondersteund","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Vernieuwen","Clear":"Vrijmaken","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opties","Synchronisation Status":"Synchronisatie status","Encryption Options":"Versleutelopties","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Deze tag verwijderen van alle notities?","Remove this search from the sidebar?":"Dit item verwijderen van de zijbalk?","Rename":"Hernoem","Synchronise":"Synchroniseer","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Selecteer waar de synchronisatie status naar geëxporteerd moet worden","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekende optie: %s","Dropbox":"","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Alleen voor testen)","WebDAV":"","Unknown log level: %s":"Onbekend log level: %s","Unknown level ID: %s":"Onbekend level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan token niet vernieuwen: authenticatiedata ontbreekt. Herstarten van de synchronisatie kan het probleem eventueel oplossen. ","Untitled":"Untitled","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout gebeurt wanneer OneDrive for Business wordt gebruikt. Dit kan helaas niet ondersteund worden.\n\nOverweeg om een standaard OnDrive account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Aangemaakte lokale items: %d.","Updated local items: %d.":"Bijgewerkte lokale items: %d.","Created remote items: %d.":"Aangemaakte remote items: %d.","Updated remote items: %d.":"Bijgewerkte remote items: %d.","Deleted local items: %d.":"Verwijderde lokale items: %d.","Deleted remote items: %d.":"Verwijderde remote items: %d.","Fetched items: %d/%d.":"Opgehaalde items: %d/%d.","Cancelling...":"Annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Synchronisatie is reeds bezig. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet aangepast worden","Conflicts":"Conflicten","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Deze notitie bevat geen geo-locatie informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" kopiëren.","Cannot move note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" verplaatsen.","Language":"Taal","Date format":"Datumnotatie","Time format":"Tijdsnotatie","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Sla geo-locatie op bij notities","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Update de applicatie automatisch","Synchronisation interval":"Synchronisatie interval","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uren","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Toon geavanceerde opties","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Folder om mee te synchroniseren (absolute pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad om mee te synchroniseren als bestandssysteem synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Items die niet gesynchroniseerd kunnen worden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items zullen op het apparaat beschikbaar blijven, maar zullen niet geüpload worden naar het synchronistatiedoel. Om deze items te vinden, zoek naar de titel of het ID (afgebeeld bovenaan tussen haakjes).","Sync status (synced items / total items)":"Sync status (gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflict: %d","To delete: %d":"Verwijderen: %d","Folders":"Folders","%s: %d notes":"%s: %d notities","Coming alarms":"Meldingen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Maak een notitie door op (+) te klikken.","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Exporteer debug rapport","Encryption Config":"Encryptie configuratie","Configuration":"Configuratie","Move to notebook...":"Verplaats naar notitieboek...","Move %d notes to notebook \"%s\"?":"Verplaats %d notities naar notitieboek \"%s\"?","Press to set the decryption password.":"Klik om het decryptie wachtwoord in te stellen","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Hoofdsleutel: %s","Created: %s":"Aangemaakt: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord kan niet leeg zijn","Enable":"Activeer","The notebook could not be saved: %s":"Het notitieboek kon niet opgeslaan worden: %s","Edit notebook":"Bewerk notitieboek","Show all":"","Errors only":"","This note has been modified:":"Deze notitie werd aangepast:","Save changes":"Sla wijzigingen op","Discard changes":"Verwijder wijzigingen","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Afbeeldingstype %s wordt niet ondersteund","Take photo":"Take photo","Attach photo":"Voeg foto toe","Attach any file":"Voeg bestand toe","Share":"","Convert to note":"Converteer naar notitie","Convert to todo":"Converteer naar to-do","Hide metadata":"Verberg metadata","Show metadata":"Toon metadata","View on map":"Toon op de kaart","Go to source URL":"","Delete notebook":"Verwijder notitieboek","Login with OneDrive":"Log in met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik op de (+) om een nieuwe notitie of een nieuw notitieboek aan te maken. Klik in het menu om uw bestaande notitieboeken te raadplegen.","You currently have no notebook. Create one by clicking on (+) button.":"U heeft momenteel geen notitieboek. Maak een notitieboek door op (+) te klikken.","Welcome":"Welkom"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Untag de geassocieerde notities om een tag te verwijderen.","Please select the note or notebook to be deleted first.":"Selecteer eerst het notitieboek of de notitie om te verwijderen.","Press Ctrl+D or type \"exit\" to exit the application":"Typ Ctrl+D of \"exit\" om de applicatie te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan een item voldoet aan de zoekterm \"%s\". Verfijn uw zoekterm a.u.b.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek is gespecifieerd","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Achtergrond synchronisatie wordt geannuleerd... Even geduld.","No such command: %s":"Geen commando gevonden: \"%s\"","The command \"%s\" is only available in GUI mode":"Het opgegeven command \"%s\" is alleen beschikbaar in de GUI versie","Cannot change encrypted item":"Kan het versleutelde item niet wijzigen","Missing required argument: %s":"Benodigde argumenten niet voorzien: %s","%s: %s":"%s: %s","Your choice: ":"Uw keuze:","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het bestand toe aan de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont de volledige informatie van een notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Haal een configuratie waarde op of stel een waarde in. Als [value] niet opgegeven is, zal de waarde van [name] getoond worden. Als nog de [name] of [waarde] opgegeven zijn, zal de huidige configuratie opgelijst worden.","Also displays unset and hidden config variables.":"Toont ook niet-geconfigureerde en verborgen configuratie opties. ","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Verveelvoudig de notities die voldoen aan in [notitieboek]. Als er geen notitieboek is meegegeven, de notitie is gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeer een to-do als voltooid. ","Note is not a to-do: \"%s\"":"Notitie is geen to-do: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert E2EE configuratie. Commando's zijn `enable`, `disable`, `decrypt`, `status` and `target-status`.","Enter master password:":"Voeg hoofdsleutel in:","Operation cancelled":"Operatie geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Ontsleuteling starten... Dit kan enkele minuten duren, afhankelijk van hoeveel er te ontsleutelen is. ","Completed decryption.":"Ontsleuteling voltooid","Enabled":"Ingeschakeld","Disabled":"UItgeschakeld","Encryption is: %s":"Encryptie is: %s","Edit note.":"Bewerk notitie.","No text editor is defined. Please set it using `config editor `":"Geen tekst editor is ingesteld. Stel in met `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Aanmaken?","Starting to edit note. Close the editor to get back to the prompt.":"Bewerken notitie gestart. Sluit de editor om terug naar de prompt te gaan.","Error opening note in editor: %s":"","Note has been saved.":"Notitie is opgeslaan.","Exits the application.":"Sluit de applicatie.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.","Destination format: %s":"Destination format: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een geolocatie link voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Shortcuts zijn niet beschikbaar in command line modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [commando]` voor meer informatie over een commando; of typ `help all` voor de volledige gebruiksaanwijzing.","The possible commands are:":"Mogelijke commando's zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In iedere commando kan een notitie of een notitieboek opgegeven worden door de title of het ID of de shortcuts `$n` of `$b` voor, respectievelijk, het huidig geslecteerde notitieboek of huidig geselecteerde notitie. `$c` kan gebruikt worden om te refereren naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Om van het ene paneel naar het andere te gaan, duw Tab of Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjes en page up/down om door de lijsten en de tekstvelden te scrollen (ook deze console).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Om command line modus te gebruiken, duw \":\"","To exit command line mode, press ESCAPE":"Om command line modus te verlaten, duw ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"For the list of keyboard shortcuts and config options, type `help keymap`","Imports data into Joplin.":"","Source format: %s":"Source format: %s","Do not ask for confirmation.":"Vraag niet om bevestiging. ","Found: %d.":"Gevonden: %d.","Created: %d.":"Aangemaakt: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Geskipt: %d.","Resources: %d.":"Middelen: %d.","Tagged: %d.":"Getagd: %d.","Importing notes...":"Notities importeren...","The notes have been imported: %s":"Notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities in het huidige notitieboek. Gebruik `ls /` om een lijst van notitieboeken te tonen.","Displays only the first top notes.":"Toont enkel de top notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items volgens (vb. title, updated_time, created_time).","Reverses the sorting order.":"Draait de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont enkel de items van de specifieke type(s). Kan `n` zijn voor notities, `t` voor to-do's, of `nt` voor notities en to-do's (vb. `-tt` zou alleen to-do's tonen, terwijl `-ttd` notities en to-do's zou tonen).","Either \"text\" or \"json\"":"Of \"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik volgend lijst formaat. Formaat is ID, NOTE_COUNT (voor notitieboek), DATE, TODO_CHECKED (voor to-do's), TITLE","Please select a notebook first.":"Selecteer eerst een notitieboek. ","Creates a new notebook.":"Maakt een nieuw notitieboek aan.","Creates a new note.":"Maakt een nieuwe notitie aan.","Notes can only be created within a notebook.":"Notities kunnen enkel in een notitieboek aangemaakt worden.","Creates a new to-do.":"Maakt nieuwe to-do aan.","Moves the notes matching to [notebook].":"Verplaatst de notities die voldoen aan naar [notitieboek].","Renames the given (note or notebook) to .":"Hernoemt het gegeven (notitie of notitieboek) naar .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Verwijder alle notities die voldoen aan .","Deletes the notes without asking for confirmation.":"Verwijder de notities zonder te vragen om bevestiging. ","%d notes match this pattern. Delete them?":"%d notities voldoen aan het patroon. Items verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Zoektermen voor het opgegeven in alle notities.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Zet de eigenschap van de opgegeven naar de opgegeven [value]. Mogelijke eigenschappen zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toon samenvatting van alle notities en notitieboeken","Synchronises with remote storage.":"Synchroniseert met remote opslag. ","Sync to provided target (defaults to sync.target config value)":"Synchroniseer naar opgegeven doel (standaard sync.target configuratie optie)","Authentication was not completed (did not receive an authentication token).":"Authenticatie was niet voltooid (geen authenticatietoken ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Synchronisatie reeds bezig.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Er is reeds een lockfile. Als u zeker bent dat er geen synchronisatie bezig is, kan de lock file verwijderd worden op \"%s\" en verder gegaan worden met de synchronisatie. ","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"Kan de synchronisatie niet starten.","Starting synchronisation...":"Synchronisatie starten...","Downloading resources...":"","Cancelling... Please wait.":"Annuleren.. Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldig commando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan of \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de to-do als voltooid of onvoltooid weer te geven (als het doel een standaard notitie is, zal ze geconverteerd worden naar een to-do). Gebruik \"clear\" om terug te wisselen naar een standaard notitie. ","Marks a to-do as non-completed.":"Markeert een to-do als onvoltooid.","Switches to [notebook] - all further operations will happen within this notebook.":"Wisselt naar [notitieboek] - Alle verdere acties zullen op dit notitieboek toegepast worden.","Displays version information":"Toont versie informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijke waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Type `joplin help` for usage information.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geauthenticeerd - U kan deze tab sluiten.","The application has been successfully authorised.":"De applicatie is succesvol geauthenticeerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende link in uw browser om de applicatie te authenticeren. De applicatie zal een folder in \"Apps/Joplin\" aanmaken en zal enkel bestanden aanmaken en lezen in deze folder. De applicatie zal geen toegang hebben tot bestanden buiten deze folder of enige andere persoonlijke gegevens. Geen gegevens zullen gedeeld worden met een externe partij. ","Search:":"Zoek:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst van shortcuts, of `:help` voor gebruiksinformatie.\n\nOm bijvoorbeeld een notitieboek aan te maken, typ `mb`; om een notitie te maken, typ `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld en de hoofdsleutel kan gevraagd worden. Om te ontsleutelen, typ `e2ee decrypt`. Als je de hoofdsleutel al ingegeven hebt, worden de versleutelde items ontsleuteld in de achtergrond. Ze zijn binnenkort beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe to-do","New notebook":"Nieuw notitieboek","Import":"Importeer","Export":"Export","Print":"","Hide %s":"","Quit":"Stop","Edit":"Bewerk","Copy":"Kopieer","Cut":"Knip","Paste":"Plak","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Zoek in alle notities","Search in current note":"Search in current note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Tools","Synchronisation status":"Synchronisatie status","Web clipper options":"","Encryption options":"Versleutelopties","General Options":"Algemene opties","Help":"Help","Website and documentation":"Website en documentatie","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Annuleer","Current version is up-to-date.":"","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"","No":"No","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Apply":"","Submit":"","Save":"Sla op","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Encryptie uitschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en ontsleuteld naar het synchronisatiedoel zullen gestuurd worden. Wil u verder gaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Encryptie inschakelen betekent dat *al* uw notities en toevoegingen opnieuw gesynchroniseerd zullen worden en versleuteld verzonden worden naar het synchronisatiedoel. Verlies het wachtwoord niet, aangezien dit de enige manier is om de date de ontsleutelen. Om encryptie in te schakelen, vul uw wachtwoord hieronder in. ","Disable encryption":"Schakel encryptie uit","Enable encryption":"Schakel encryptie in","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Aangemaakt","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opmerking: Slechts één hoofdsleutel zal gebruikt worden voor versleuteling (aangeduid met \"active\"). Alle sleutels kunnen gebruikt worden voor decodering, afhankelijk van hoe de notitieboeken initieel versleuteld zijn.","Missing Master Keys":"Missing Master Keys","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Versleuteling is:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nieuw notitieboek \"%s\" zal aangemaakt worden en bestand \"%s\" wordt eraan toegevoegd","Please create a notebook first.":"Maak eerst een notitieboek aan.","Please create a notebook first":"Maak eerst een notitieboek aan","Notebook title:":"Notitieboek titel:","Add or remove tags:":"Voeg tag toe of verwijder tag","Separate each tag by a comma.":"Scheid iedere tag met een komma.","Rename notebook:":"Hernoem notitieboek:","Rename tag:":"Rename tag:","Set alarm:":"Stel melding in:","Layout":"Layout","Search...":"Search...","Some items cannot be synchronised.":"Sommige items kunnen niet gesynchroniseerd worden.","View them now":"Bekijk ze nu","Some items cannot be decrypted.":"Sommige items kunnen niet gedecodeerd worden.","Set the password":"Stel wachtwoord in","Add or remove tags":"Voeg tag toe of verwijder tag","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Wissel tussen notitie en to-do type","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Geen notities. Maak een notitie door op \"Nieuwe notitie\" te klikken.","There is currently no notebook. Create one by clicking on \"New notebook\".":"U heeft momenteel geen notitieboek. Maak een notitieboek door op \"Nieuw notitieboek\" te klikken.","Location":"","URL":"","Note properties":"","Open...":"","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Save as...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Link of bericht \"%s\" wordt niet ondersteund","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Vernieuwen","Clear":"Vrijmaken","OneDrive Login":"OneDrive Login","Dropbox Login":"","Options":"Opties","Synchronisation Status":"Synchronisatie status","Encryption Options":"Versleutelopties","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Deze tag verwijderen van alle notities?","Remove this search from the sidebar?":"Dit item verwijderen van de zijbalk?","Rename":"Hernoem","Synchronise":"Synchroniseer","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Selecteer waar de synchronisatie status naar geëxporteerd moet worden","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekende optie: %s","Dropbox":"","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Alleen voor testen)","WebDAV":"","Unknown log level: %s":"Onbekend log level: %s","Unknown level ID: %s":"Onbekend level ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan token niet vernieuwen: authenticatiedata ontbreekt. Herstarten van de synchronisatie kan het probleem eventueel oplossen. ","Untitled":"Untitled","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout gebeurt wanneer OneDrive for Business wordt gebruikt. Dit kan helaas niet ondersteund worden.\n\nOverweeg om een standaard OnDrive account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Aangemaakte lokale items: %d.","Updated local items: %d.":"Bijgewerkte lokale items: %d.","Created remote items: %d.":"Aangemaakte remote items: %d.","Updated remote items: %d.":"Bijgewerkte remote items: %d.","Deleted local items: %d.":"Verwijderde lokale items: %d.","Deleted remote items: %d.":"Verwijderde remote items: %d.","Fetched items: %d/%d.":"Opgehaalde items: %d/%d.","Cancelling...":"Annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"Synchronisatie is reeds bezig. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet aangepast worden","Conflicts":"Conflicten","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Deze notitie bevat geen geo-locatie informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" kopiëren.","Cannot move note to \"%s\" notebook":"Kan notitie niet naar notitieboek \"%s\" verplaatsen.","Language":"Taal","Date format":"Datumnotatie","Time format":"Tijdsnotatie","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Uncompleted to-dos on top","Show completed to-dos":"Show completed to-dos","Sort notes by":"","Reverse sort order":"Reverse sort order","Save geo-location with notes":"Sla geo-locatie op bij notities","When creating a new to-do:":"When creating a new to-do:","Focus title":"","Focus body":"","When creating a new note:":"When creating a new note:","Show tray icon":"","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Update de applicatie automatisch","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synchronisatie interval","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uren","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Toon geavanceerde opties","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"Folder om mee te synchroniseren (absolute pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad om mee te synchroniseren als bestandssysteem synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","Json Export Directory":"Json Export Directory","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"","Please specify the notebook where the notes should be imported to.":"Please specify the notebook where the notes should be imported to.","Items that cannot be synchronised":"Items die niet gesynchroniseerd kunnen worden","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items zullen op het apparaat beschikbaar blijven, maar zullen niet geüpload worden naar het synchronistatiedoel. Om deze items te vinden, zoek naar de titel of het ID (afgebeeld bovenaan tussen haakjes).","Sync status (synced items / total items)":"Sync status (gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflict: %d","To delete: %d":"Verwijderen: %d","Folders":"Folders","%s: %d notes":"%s: %d notities","Coming alarms":"Meldingen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Maak een notitie door op (+) te klikken.","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Exporteer debug rapport","Encryption Config":"Encryptie configuratie","Configuration":"Configuratie","Move to notebook...":"Verplaats naar notitieboek...","Move %d notes to notebook \"%s\"?":"Verplaats %d notities naar notitieboek \"%s\"?","Press to set the decryption password.":"Klik om het decryptie wachtwoord in te stellen","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"","Joplin v%s":"","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Hoofdsleutel: %s","Created: %s":"Aangemaakt: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord kan niet leeg zijn","Enable":"Activeer","The notebook could not be saved: %s":"Het notitieboek kon niet opgeslaan worden: %s","Edit notebook":"Bewerk notitieboek","Show all":"","Errors only":"","This note has been modified:":"Deze notitie werd aangepast:","Save changes":"Sla wijzigingen op","Discard changes":"Verwijder wijzigingen","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Afbeeldingstype %s wordt niet ondersteund","Take photo":"Take photo","Attach photo":"Voeg foto toe","Attach any file":"Voeg bestand toe","Share":"","Convert to note":"Converteer naar notitie","Convert to todo":"Converteer naar to-do","Hide metadata":"Verberg metadata","Show metadata":"Toon metadata","View on map":"Toon op de kaart","Go to source URL":"","Delete notebook":"Verwijder notitieboek","Login with OneDrive":"Log in met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klik op de (+) om een nieuwe notitie of een nieuw notitieboek aan te maken. Klik in het menu om uw bestaande notitieboeken te raadplegen.","You currently have no notebook. Create one by clicking on (+) button.":"U heeft momenteel geen notitieboek. Maak een notitieboek door op (+) te klikken.","Welcome":"Welkom"} \ No newline at end of file diff --git a/ReactNativeClient/locales/nl_NL.json b/ReactNativeClient/locales/nl_NL.json index 41932ff93..cbba391fb 100644 --- a/ReactNativeClient/locales/nl_NL.json +++ b/ReactNativeClient/locales/nl_NL.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Om een label te verwijderen, verwijder je het label van de bijbehorende notities.","Please select the note or notebook to be deleted first.":"Kies eerst een te verwijderen notitie of notitieboek.","Press Ctrl+D or type \"exit\" to exit the application":"Druk op Ctrl+D of typ \"exit\" om de applicatie af te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan één overeenkomst voor \"%s\". Maak je zoekopdracht specifieker.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek opgegeven.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Bezig met annuleren van achtergrondsynchronisatie... even geduld.","No such command: %s":"Opdracht bestaat niet: %s","The command \"%s\" is only available in GUI mode":"De opdracht \"%s\" is alleen beschikbaar in GUI-modus","Cannot change encrypted item":"Kan versleuteld item niet wijzigen","Missing required argument: %s":"Vereist argument ontbreekt: %s","%s: %s":"%s: %s","Your choice: ":"Jouw keuze: ","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het opgegeven bestand bij de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont volledige informatie over de notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Verkrijgt of stelt een configuratiewaarde in. Als [value] niet is opgegeven, dan wordt de waarde van [name] getoond. Als zowel [name] als [value] niet zijn opgegeven, dan wordt de huidige configuratie getoond.","Also displays unset and hidden config variables.":"Toont ook niet-ingestelde en verborgen configuratiewaarden.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliceert de notities die overeenkomen met tot [notebook]. Als geen notitieboek wordt opgegeven, dan wordt de notitie gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeert een taak als afgerond.","Note is not a to-do: \"%s\"":"Notitie is geen taak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert de E2EE-configuratie. Opdrachten zijn: `enable`, `disable`, `decrypt`, `status` en `target-status`.","Enter master password:":"Voer het hoofdwachtwoord in:","Operation cancelled":"Handeling geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Bezig met starten van ontsleuteling... Het kan, afhankelijk van de hoeveelheid, enkele minuten duren; even geduld dus.","Completed decryption.":"Ontsleuteling voltooid.","Enabled":"Ingeschakeld","Disabled":"Uitgeschakeld","Encryption is: %s":"Versleuteld met: %s","Edit note.":"Notitie bewerken.","No text editor is defined. Please set it using `config editor `":"Geen tekstbewerker opgegeven. Stel deze in via `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Wil je deze creëren?","Starting to edit note. Close the editor to get back to the prompt.":"Bezig met starten van notitiebewerking. Sluit de bewerker om terug te keren.","Error opening note in editor: %s":"Fout bij openen van notitie in bewerker: %s","Note has been saved.":"Notitie is opgeslagen.","Exits the application.":"Sluit de applicatie af.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporteert Joplin-gegevens naar het opgegeven pad. Standaard exporteert het de volledige databank, inclusief notitieboeken, notities, labels en bronnen.","Destination format: %s":"Bestemmingsformaat: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een locatie-URL voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"Ga, voor meer informatie over het aanpassen van sneltoetsen, naar %s","Shortcuts are not available in CLI mode.":"Sneltoetsen zijn niet beschikbaar in CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [opdracht]` voor meer informatie over een opdracht of typ `help all` voor volledige gebruiksinformatie.","The possible commands are:":"De beschikbare opdrachten zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In elke opdracht kan middels een titel of ID worden verwezen naar een notitie of notitieboek. Dit kan ook met de sneltoetsen `$n` of `$b` voor respectievelijk de huidige geselecteerde notitie of het notitieboek. `$c` kan worden gebruikt om te verwijzen naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Gebruik Tab of Shift+Tab om over te schakelen van het ene naar het andere paneel.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjestoetsen en page up/down of door lijsten en tekstvelden te scrollen (inclusief deze console).","To maximise/minimise the console, press \"tc\".":"Gebruik \"tc\" om de console te maximaliseren/minimaliseren.","To enter command line mode, press \":\"":"Druk op \":\" om de opdrachtregelmodus te starten.","To exit command line mode, press ESCAPE":"Druk op Esc om de opdrachtregelmodus af te sluiten.","For the list of keyboard shortcuts and config options, type `help keymap`":"Typ `help keymap` om de lijst met sneltoetsen en configuratie-opties te bekijken.","Imports data into Joplin.":"Importeert gegeven naar Joplin.","Source format: %s":"Bronformaat: %s","Do not ask for confirmation.":"Niet vragen om bevestiging.","Found: %d.":"Gevonden: %d.","Created: %d.":"Gecreëerd: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Overgeslagen: %d.","Resources: %d.":"Bronnen: %d.","Tagged: %d.":"Gelabeld: %d.","Importing notes...":"Bezig met importeren van notities...","The notes have been imported: %s":"De notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities van het huidige notitieboek. Gebruik `ls /` om de lijst met notitieboeken te tonen.","Displays only the first top notes.":"Toont alleen de eerste notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items op (bijv. title, updated_time, created_time).","Reverses the sorting order.":"Keert de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont alleen items van specifieke type(s). Dit kan zijn: `n` voor notities, `t` voor taken of `nt` voor notities en taken (`-tt` toont alleen de taken, `-ttd` toont notities en taken).","Either \"text\" or \"json\"":"\"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik de langelijstopmaak. De opmaak is ID, NOTE_COUNT (voor het notitieboek), DATA, TODO_CHECKED (voor taken), TITLE","Please select a notebook first.":"Kies eerst een notitieboek.","Creates a new notebook.":"Creëert een nieuw notitieboek.","Creates a new note.":"Creëert een nieuwe notitie.","Notes can only be created within a notebook.":"Notities kunnen alleen worden gecreëerd in een notitieboek.","Creates a new to-do.":"Creëert een nieuwe taak.","Moves the notes matching to [notebook].":"Verplaatst de notities die overeenkomen met naar [notebook].","Renames the given (note or notebook) to .":"Wijzigt de naam van het opgegeven (notitie of notitieboek) in .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notitieboek verwijderen? Alle notities en sub-notitieboeken worden eveneens verwijderd.","Deletes the notes matching .":"Verwijdert de notities die overeenkomen met .","Deletes the notes without asking for confirmation.":"Verwijdert de notities zonder te vragen om bevestiging.","%d notes match this pattern. Delete them?":"Er komen %d notities overeen met dit patroon. Wil je ze verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Doorzoekt alle notities op het opgegeven .","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Stelt de in van de opgegeven notitie op de opgegeven [value]. Mogelijkheden zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toont een samenvatting over de notities en notitieboeken.","Synchronises with remote storage.":"Synchroniseert met cloudopslag.","Sync to provided target (defaults to sync.target config value)":"Synchroniseren naar opgegeven doel (standaard is dit sync.target)","Authentication was not completed (did not receive an authentication token).":"Authenticatie is niet voltooid (geen authenticatiesleutel ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Volg de onderstaande stappen om Joplin te synchroniseren met Dropbox:","Step 1: Open this URL in your browser to authorise the application:":"Stap 1: Open deze URL in je browser om de applicatie te autoriseren:","Step 2: Enter the code provided by Dropbox:":"Stap 2: Voer de door Dropbox aangeleverde code in:","Not authentified with %s. Please provide any missing credentials.":"Niet geauthenticeerd met %s. Voer ontbrekende inloggegevens in.","Synchronisation is already in progress.":"De synchronisatie loopt al.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Het vergrendelbestand wordt al vastgehouden. Als je zeker weet dat er geen synchronisatie plaatsvindt, dan kun je bestand verwijderen in \"%s\" en de handeling hervatten.","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"De synchronisatie kan niet worden geïnitaliseerd.","Starting synchronisation...":"Bezig met starten van synchronisatie...","Downloading resources...":"","Cancelling... Please wait.":"Bezig met annuleren... Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldige opdracht: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de status van de opgegeven taak te wijzigen in afgerond of niet-afgerond (als het doel een reguliere notitie is, dan wordt deze omgezet in een taak). Gebruik \"clear\" om de taak weer om te zetten naar een reguliere notitie.","Marks a to-do as non-completed.":"Markeert een taak als niet-afgerond.","Switches to [notebook] - all further operations will happen within this notebook.":"Schakelt over naar [notebook] - alle toekomstige handelingen worden gedaan in dit notitieboek.","Displays version information":"Toont versie-informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijk waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Typ `joplin help` voor meer informatie over het gebruik.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geautoriseerd - je kunt dit browsertabblad nu sluiten.","The application has been successfully authorised.":"De applicatie is geautoriseerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende URL in je browser om de applicatie te authenticeren. De applicatie creëert een map in \"Apps/Joplin\" en zal alleen bestanden lezen uit en wegschrijven naar deze map. Er is geen toegang tot bestanden buiten deze map, noch tot persoonlijke gegevens. Er worden geen gegevens gedeeld met een derde partij.","Search:":"Zoeken:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst met sneltoetsen of `:help` voor informatie omtrent het gebruik.\n\nVoorbeeld: om een notitieboek te creëren, druk je op `mb`; om een notitie te creëren, druk je op `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld. Hiervoor moet je mogelijk een hoofdwachtwoord opgeven. Dit kun je doen door `e2ee decrypt` te typen. Als je het wachtwoord al hebt opgegeven, dan worden de versleutelde items op de achtergrond ontsleuteld en komen spoedig beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Bezig met exporteren van \"%s\" in het formaat \"%s\". Even geduld...","Importing from \"%s\" as \"%s\" format. Please wait...":"Bezig met importeren van \"%s\" in het formaat \"%s\". Even geduld...","PDF File":"PDF-bestand","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe taak","New notebook":"Nieuw notitieboek","Import":"Importeren","Export":"Exporteren","Print":"Afdrukken","Hide %s":"%s verbergen","Quit":"Afsluiten","Edit":"Bewerken","Copy":"Kopiëren","Cut":"Knippen","Paste":"Plakken","Select all":"Select all","Bold":"Vetgedrukt","Italic":"Cursief","Insert Date Time":"Datum en tijd invoegen","Edit in external editor":"Bewerken in externe bewerker","Search in all the notes":"Alle notities doorzoeken","Search in current note":"Search in current note","View":"Beeld","Toggle sidebar":"Zijbalk tonen/verbergen","Toggle editor layout":"Bewerkindeling tonen/verbergen","Tools":"Hulpmiddelen","Synchronisation status":"Synchronisatiestatus","Web clipper options":"Webclipper-opties","Encryption options":"Versleutelingsopties","General Options":"Algemene opties","Help":"Hulp","Website and documentation":"Website en documentatie","Make a donation":"Doneren","Check for updates...":"Controleren op updates...","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s openen","Exit":"Afsluiten","OK":"Oké","Cancel":"Annuleren","Current version is up-to-date.":"De huidige versie is up-to-date.","An update is available, do you want to download it now?":"Er is een update beschikbaar. Wil je deze nu downloaden?","Yes":"Ja","No":"Nee","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"De webclipper-dienst is ingeschakeld en wordt automatisch opgestart.","Status: Started on port %d":"Status: gestart op poort %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Webclipper-dienst uitschakelen","The web clipper service is not enabled.":"De webclipper-dienst is niet ingeschakeld.","Enable Web Clipper Service":"Webclipper-dienst inschakelen","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Webclipper stelt je in staat om webpagina's en schermafbeeldingen van je browser op te slaan in Joplin.","In order to use the web clipper, you need to do the following:":"Als je de webclipper wilt gebruiken, dan moet je de volgende stappen volgen:","Step 1: Enable the clipper service":"Stap 1: Schakel de webclipper-dienst in","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Deze dienst stelt de browserextensie in staat om te communiceren met Joplin. Na het inschakelen kan je firewall om toestemming vragen voor het uitvoeren van Joplin op een specifieke poort.","Step 2: Install the extension":"Stap 2: Installeer de extensie","Download and install the relevant extension for your browser:":"Download en installeer de bijbehorende extensie in je browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Synchronisatieconfiguratie controleren","Notes and settings are stored in: %s":"Notities en instellingen worden opgeslagen in: %s","Apply":"Toepassen","Submit":"Versturen","Save":"Opslaan","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Door versleuteling uit te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan onversleuteld. Wil je doorgaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Door versleuteling in te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan versleuteld. Wil je doorgaan? Raak het wachtwoord niet kwijt; i.v.m. veiligheidsdoeleinden is dit de *enige* manier om gegevens te ontsleutelen! Voer je wachtwoord hieronder in om versleuteling in te schakelen.","Disable encryption":"Versleuteling uitschakelen","Enable encryption":"Versleuteling inschakelen","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Gecreëerd","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord is juist","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Let op: er wordt slechts één hoofdsleutel gebruikt voor versleuteling (de als \"actief\" gemarkeerde). De anderen kunnen worden gebruikt voor ontsleuteling, afhankelijk van hoe de notities en notitieboeken oorspronkelijk versleuteld waren.","Missing Master Keys":"Ontbrekende hoofdsleutels","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"De hoofdsleutels met deze ID's worden gebruikt om sommige items te versleutelen, maar de applicatie heeft momenteel geen toegang tot deze items. Waarschijnlijk worden ze uiteindelijk gedownload via synchronisatie.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Bekijk, voor meer informatie over End-To-End-versleuteling (E2EE) en hulp bij het inschakelen hiervan, onze documentatie:","Status":"Status","Encryption is:":"Gebruikte versleuteling:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Het nieuwe notitieboek \"%s\" wordt gecreëerd en het bestand \"%s\" wordt ernaar geïmporteerd","Please create a notebook first.":"Kies eerst een notitieboek.","Please create a notebook first":"Creëer eerst een notitieboek","Notebook title:":"Titel van notitieboek:","Add or remove tags:":"Labels toevoegen of verwijderen:","Separate each tag by a comma.":"Scheidt elk label met een komma.","Rename notebook:":"Notitieboeknaam wijzigen:","Rename tag:":"Labelnaam wijzigen:","Set alarm:":"Alarm instellen:","Layout":"Indeling","Search...":"Zoeken...","Some items cannot be synchronised.":"Sommige items kunnen niet worden gesynchroniseerd.","View them now":"Items tonen","Some items cannot be decrypted.":"Sommige items kunnen niet worden ontsleuteled.","Set the password":"Wachtwoord instellen","Add or remove tags":"Labels toevoegen of verwijderen","Duplicate":"Dupliceren","%s - Copy":"%s - kopiëren","Switch between note and to-do type":"Schakelen tussen notitie en taak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Markdownlink kopiëren","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Er zijn hier geen notities. Creëer een notitie door de klikken op \"Nieuwe notitie\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Er is momenteel geen notitieboek. Creëer een notitieboek door de klikken op \"Nieuw notitieboek\".","Location":"","URL":"","Note properties":"","Open...":"Openen...","This file could not be opened: %s":"Dit bestand kan niet worden geopend: %s","Save as...":"Opslaan als...","Copy path to clipboard":"Pad kopiëren naar klembord","Copy Link Address":"Linkadres kopiëren","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Niet-ondersteunde link of bericht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Deze notitie bevat geen inhoud. Klik op \"%s\" om de bewerker te openen en de notitie te bewerken.","strong text":"vetgedrukte tekst","emphasized text":"nadrukkelijke tekst","List item":"Lijstitem","Insert Hyperlink":"Hyperlink invoegen","Attach file":"Bestand bijvoegen","Tags":"Labels","Set alarm":"Alarm instellen","In: %s":"In: %s","Hyperlink":"Hyperlink","Code":"Code","Numbered List":"Genummerde lijst","Bulleted List":"Opsommingslijst","Checkbox":"Keuzevakje","Heading":"Kop","Horizontal Rule":"Horizontale regel","Click to stop external editing":"Klik om extern bewerken te stoppen","Watching...":"Bezig met in de gaten houden...","to-do":"taak","note":"notitie","Creating new %s...":"Bezig met creëren van nieuw(e) %s...","Refresh":"Verversen","Clear":"Wissen","OneDrive Login":"Inloggen op OneDrive","Dropbox Login":"Inloggen op Dropbox","Options":"Opties","Synchronisation Status":"Synchronisatiestatus","Encryption Options":"Versleutelopties","Clipper Options":"Webclipperopties","Remove this tag from all the notes?":"Wil je dit label verwijderen van alle notities?","Remove this search from the sidebar?":"Wil je deze zoekopdracht verwijderen uit de zijbalk?","Rename":"Naam wijzigen","Synchronise":"Synchroniseren","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Bezig met ontsleutelen van items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Kies waar de synchronisatiestatus naar moet worden geëxporteerd","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekend argument: %s","Dropbox":"Dropbox","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (alleen voor testdoeleinden)","WebDAV":"WebDAV","Unknown log level: %s":"Onbekend logniveau: %s","Unknown level ID: %s":"Onbekende niveau-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan toegangssleutel niet verversen: de authenticatiegegevens ontbreken. Probeer om de synchronisatie opnieuw te starten.","Untitled":"Naamloos","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout komt vaak voor bij gebruik van OneDrive for Business, wat we helaas niet kunnen ondersteunen.\n\nOverweeg een regulier OneDrive-account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Lokale items gecreëerd: %d.","Updated local items: %d.":"Lokale items bijgewerkt: %d.","Created remote items: %d.":"Externe items gecreëerd: %d.","Updated remote items: %d.":"Externe items bijgewerkt: %d.","Deleted local items: %d.":"Lokale items verwijderd: %d.","Deleted remote items: %d.":"Externe items verwijderd: %d.","Fetched items: %d/%d.":"Items opgehaald: %d/%d.","Cancelling...":"Bezig met annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Laatst gemelde fout: %s","Idle":"Inactief","In progress":"Bezig","Synchronisation is already in progress. State: %s":"De synchronisatie loopt al. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet worden bewerkt","Conflicts":"Conflicten","Cannot move notebook to this location":"Kan notitieboek niet verplaatsen naar deze locatie","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken mogen niet \"%s\" heten; dit is een gereserveerde titel.","title":"titel","updated date":"bijgewerkt op","created date":"gecreëerd op","This note does not have geolocation information.":"Deze notitie bevat geen locatie-informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet kopiëren naar notitieboek \"%s\"","Cannot move note to \"%s\" notebook":"Kan notitie niet verplaatsen naar notitieboek \"%s\"","Language":"Taal","Date format":"Datumopmaak","Time format":"Tijdopmaak","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Niet-afgeronde taken bovenaan","Show completed to-dos":"Afgeronde taken tonen","Sort notes by":"Notities sorteren op","Reverse sort order":"Sorteervolgorde omdraaien","Save geo-location with notes":"Locatie opslaan in notities","When creating a new to-do:":"Bij het creëren van een nieuwe taak:","Focus title":"Titel focussen","Focus body":"Inhoud focussen","When creating a new note:":"Bij het creëren van een nieuwe notitie:","Show tray icon":"Systeemvakpictogram tonen","Note: Does not work in all desktop environments.":"Let op: dit werkt niet in alle werkomgevingen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globaal zoompercentage","Editor font size":"Editor font size","Editor font family":"Lettertype van bewerker","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dit moet een *monospace*-lettertype zijn, anders werkt het niet goed. Als het lettertype onjuist of leeg is, dan wordt er teruggevallen op een algemeen monospace-lettertype.","Automatically update the application":"Applicatie automatisch bijwerken","Synchronisation interval":"Synchronisatietussenpoos","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uur","Text editor command":"Opdracht van tekstbwerker","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De opdracht van de tekstbewerker (mag argumenten bevatten) die wordt gebruikt bij het openen van notities. Als er geen wordt opgegeven, dan wordt getracht de standaard bewerker te achterhalen.","Show advanced options":"Geavanceerde opties tonen","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Het doel waarnaar gesynchroniseerd moet worden. Elk doel mag extra argumenten bevatten, welke `sync.NUM.NAME` worden genoemd (wordt hieronder uitgelegd).","Directory to synchronise with (absolute path)":"Map waarnaar gesynchroniseerd moet worden (absoluut pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad waarnaar gesynchroniseerd moet worden als bestandssysteem-synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-gebruikersnaam","Nextcloud password":"Nextcloud-wachtwoord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-gebruikersnaam","WebDAV password":"WebDAV-wachtwoord","Custom TLS certificates":"Aangepaste TLS-certificaten","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagescheiden lijst van paden naar mappen vwaaruit de certificaten moeten worden geladen, of paden naar individuele bestanden. Bijvoorbeeld: /mijn/cert_map, /overig/aangepast.pem. Let op: als je wijzigingen aanbrengt, dan moet je ze opslaan voordat je klik op \"Synchronisatie-configuratie controleren .","Ignore TLS certificate errors":"TLS-certificaatfouten negeren","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exportbestand","Markdown":"Markdown","Joplin Export Directory":"Joplin-exportmap","Evernote Export File":"Evernote-exportbestand","Json Export Directory":"Json Export Directory","Directory":"Map","Cannot load \"%s\" module for format \"%s\"":"Kan de module \"%s\" niet laden voor het formaat \"%s\"","Please specify import format for %s":"Geef een importformaat op voor %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dit item is momenteel versleuteld: %s \"%s\". Wacht tot alle items ontsleuteld zijn en probeer het opnieuw.","There is no data to export.":"Er zijn geen te exporteren gegevens.","Please specify the notebook where the notes should be imported to.":"Geef het notitieboek op waar de notities naar moeten worden geïmporteerd.","Items that cannot be synchronised":"Items die niet kunnen worden gesynchroniseerd","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items blijven op het apparaat, maar worden niet geüpload naar het synchronisatiedoel. Als je deze items wilt vinden, moet je zoeken naar de titel of ID ervan (welke hierboven tussen haakjes wordt getoond).","Sync status (synced items / total items)":"Synchronisatiestatus (aantal gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflicten: %d","To delete: %d":"Te verwijderen: %d","Folders":"Mappen","%s: %d notes":"%s: %d notities","Coming alarms":"Aankomende alarmen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Creëer een notitie door te drukken op de knop (+).","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Foutopsporingsrapportage exporteren","Encryption Config":"Versleutelconfiguratie","Configuration":"Configuratie","Move to notebook...":"Verplaatsen naar notitieboek...","Move %d notes to notebook \"%s\"?":"%d notities verplaatsen naar notitieboek \"%s\"?","Press to set the decryption password.":"Druk om het ontsleutelwachtwoord in te stellen.","Clear alarm":"Clear alarm","Save alarm":"Alarm opslaam","Select date":"Datum kiezen","Confirm":"Bevestigen","Cancel synchronisation":"Synchronisatie annuleren","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nieuwe labels:","Type new tags or select from list":"Typ nieuwe labels of kies ze uit de lijst","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"De app heeft de volgende machtigingen nodig om goed te kunnen werken. Schakel ze in in je telefooninstellingen via Apps > Joplin > Machtigingen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Opslag: om bestanden bij notities te mogen voegen en synchronisatie in te schakelen.","- Camera: to allow taking a picture and attaching it to a note.":"- Camera: zodat je een foto kunt maken en deze bij een notitie kunt voegen.","- Location: to allow attaching geo-location information to a note.":"- Locatie: zodat je locatie-informatie kunt toevoegen aan een notitie.","Joplin website":"Joplin-website","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inloggen met Dropbox","Enter code here":"","Master Key %s":"Hoofdsleutel %s","Created: %s":"Gecreëerd op: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord mag niet blanco zijn","Enable":"Inschakelen","The notebook could not be saved: %s":"Het notitieboek kan niet worden opgeslagen: %s","Edit notebook":"Notitieboek bewerken","Show all":"Alles tonen","Errors only":"Alleen fouten","This note has been modified:":"Deze notitie is bewerkt:","Save changes":"Wijzigingen opslaan","Discard changes":"Wijzigingen verwerpen","No item with ID %s":"Geen item met ID %s","The Joplin mobile app does not currently support this type of link: %s":"De mobiele Joplin-app ondersteunt momenteel niet dit soort links: %s","Unsupported image type: %s":"Niet-ondersteunde afbeeldingssoort: %s","Take photo":"Take photo","Attach photo":"Foto bijvoegen","Attach any file":"Ander bestand bijvoegen","Share":"Delen","Convert to note":"Omzetten naar notitie","Convert to todo":"Omzetten naar taak","Hide metadata":"Metagegevens verbergen","Show metadata":"Metagegevens tonen","View on map":"Tonen op kaart","Go to source URL":"","Delete notebook":"Notitieboek verwijderen","Login with OneDrive":"Inloggen met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Druk op de knop (+) om een nieuwe notitie of notitieboek te creëren. Klik op het zijmenu om bestaande notitieboeken te openen.","You currently have no notebook. Create one by clicking on (+) button.":"Je hebt momenteel geen notitieboek. Creëer een notitieboek door de drukken op de knop (+).","Welcome":"Welkom"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Om een label te verwijderen, verwijder je het label van de bijbehorende notities.","Please select the note or notebook to be deleted first.":"Kies eerst een te verwijderen notitie of notitieboek.","Press Ctrl+D or type \"exit\" to exit the application":"Druk op Ctrl+D of typ \"exit\" om de applicatie af te sluiten","More than one item match \"%s\". Please narrow down your query.":"Meer dan één overeenkomst voor \"%s\". Maak je zoekopdracht specifieker.","No notebook selected.":"Geen notitieboek geselecteerd.","No notebook has been specified.":"Geen notitieboek opgegeven.","Y":"J","n":"n","N":"N","y":"j","Cancelling background synchronisation... Please wait.":"Bezig met annuleren van achtergrondsynchronisatie... even geduld.","No such command: %s":"Opdracht bestaat niet: %s","The command \"%s\" is only available in GUI mode":"De opdracht \"%s\" is alleen beschikbaar in GUI-modus","Cannot change encrypted item":"Kan versleuteld item niet wijzigen","Missing required argument: %s":"Vereist argument ontbreekt: %s","%s: %s":"%s: %s","Your choice: ":"Jouw keuze: ","Invalid answer: %s":"Ongeldig antwoord: %s","Attaches the given file to the note.":"Voegt het opgegeven bestand bij de notitie.","Cannot find \"%s\".":"Kan \"%s\" niet vinden.","Displays the given note.":"Toont de opgegeven notitie.","Displays the complete information about note.":"Toont volledige informatie over de notitie.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Verkrijgt of stelt een configuratiewaarde in. Als [value] niet is opgegeven, dan wordt de waarde van [name] getoond. Als zowel [name] als [value] niet zijn opgegeven, dan wordt de huidige configuratie getoond.","Also displays unset and hidden config variables.":"Toont ook niet-ingestelde en verborgen configuratiewaarden.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Dupliceert de notities die overeenkomen met tot [notebook]. Als geen notitieboek wordt opgegeven, dan wordt de notitie gedupliceerd in het huidige notitieboek.","Marks a to-do as done.":"Markeert een taak als afgerond.","Note is not a to-do: \"%s\"":"Notitie is geen taak: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Beheert de E2EE-configuratie. Opdrachten zijn: `enable`, `disable`, `decrypt`, `status` en `target-status`.","Enter master password:":"Voer het hoofdwachtwoord in:","Operation cancelled":"Handeling geannuleerd","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Bezig met starten van ontsleuteling... Het kan, afhankelijk van de hoeveelheid, enkele minuten duren; even geduld dus.","Completed decryption.":"Ontsleuteling voltooid.","Enabled":"Ingeschakeld","Disabled":"Uitgeschakeld","Encryption is: %s":"Versleuteld met: %s","Edit note.":"Notitie bewerken.","No text editor is defined. Please set it using `config editor `":"Geen tekstbewerker opgegeven. Stel deze in via `config editor `","No active notebook.":"Geen actief notitieboek.","Note does not exist: \"%s\". Create it?":"Notitie bestaat niet: \"%s\". Wil je deze creëren?","Starting to edit note. Close the editor to get back to the prompt.":"Bezig met starten van notitiebewerking. Sluit de bewerker om terug te keren.","Error opening note in editor: %s":"Fout bij openen van notitie in bewerker: %s","Note has been saved.":"Notitie is opgeslagen.","Exits the application.":"Sluit de applicatie af.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporteert Joplin-gegevens naar het opgegeven pad. Standaard exporteert het de volledige databank, inclusief notitieboeken, notities, labels en bronnen.","Destination format: %s":"Bestemmingsformaat: %s","Exports only the given note.":"Exporteert alleen de opgegeven notitie.","Exports only the given notebook.":"Exporteert alleen het opgegeven notitieboek.","Displays a geolocation URL for the note.":"Toont een locatie-URL voor de notitie.","Displays usage information.":"Toont gebruiksinformatie.","For information on how to customise the shortcuts please visit %s":"Ga, voor meer informatie over het aanpassen van sneltoetsen, naar %s","Shortcuts are not available in CLI mode.":"Sneltoetsen zijn niet beschikbaar in CLI-modus.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Typ `help [opdracht]` voor meer informatie over een opdracht of typ `help all` voor volledige gebruiksinformatie.","The possible commands are:":"De beschikbare opdrachten zijn:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In elke opdracht kan middels een titel of ID worden verwezen naar een notitie of notitieboek. Dit kan ook met de sneltoetsen `$n` of `$b` voor respectievelijk de huidige geselecteerde notitie of het notitieboek. `$c` kan worden gebruikt om te verwijzen naar het huidige geselecteerde item.","To move from one pane to another, press Tab or Shift+Tab.":"Gebruik Tab of Shift+Tab om over te schakelen van het ene naar het andere paneel.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Gebruik de pijltjestoetsen en page up/down of door lijsten en tekstvelden te scrollen (inclusief deze console).","To maximise/minimise the console, press \"tc\".":"Gebruik \"tc\" om de console te maximaliseren/minimaliseren.","To enter command line mode, press \":\"":"Druk op \":\" om de opdrachtregelmodus te starten.","To exit command line mode, press ESCAPE":"Druk op Esc om de opdrachtregelmodus af te sluiten.","For the list of keyboard shortcuts and config options, type `help keymap`":"Typ `help keymap` om de lijst met sneltoetsen en configuratie-opties te bekijken.","Imports data into Joplin.":"Importeert gegeven naar Joplin.","Source format: %s":"Bronformaat: %s","Do not ask for confirmation.":"Niet vragen om bevestiging.","Found: %d.":"Gevonden: %d.","Created: %d.":"Gecreëerd: %d.","Updated: %d.":"Bijgewerkt: %d.","Skipped: %d.":"Overgeslagen: %d.","Resources: %d.":"Bronnen: %d.","Tagged: %d.":"Gelabeld: %d.","Importing notes...":"Bezig met importeren van notities...","The notes have been imported: %s":"De notities zijn geïmporteerd: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Toont de notities van het huidige notitieboek. Gebruik `ls /` om de lijst met notitieboeken te tonen.","Displays only the first top notes.":"Toont alleen de eerste notities.","Sorts the item by (eg. title, updated_time, created_time).":"Sorteert de items op (bijv. title, updated_time, created_time).","Reverses the sorting order.":"Keert de sorteervolgorde om.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Toont alleen items van specifieke type(s). Dit kan zijn: `n` voor notities, `t` voor taken of `nt` voor notities en taken (`-tt` toont alleen de taken, `-ttd` toont notities en taken).","Either \"text\" or \"json\"":"\"text\" of \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Gebruik de langelijstopmaak. De opmaak is ID, NOTE_COUNT (voor het notitieboek), DATA, TODO_CHECKED (voor taken), TITLE","Please select a notebook first.":"Kies eerst een notitieboek.","Creates a new notebook.":"Creëert een nieuw notitieboek.","Creates a new note.":"Creëert een nieuwe notitie.","Notes can only be created within a notebook.":"Notities kunnen alleen worden gecreëerd in een notitieboek.","Creates a new to-do.":"Creëert een nieuwe taak.","Moves the notes matching to [notebook].":"Verplaatst de notities die overeenkomen met naar [notebook].","Renames the given (note or notebook) to .":"Wijzigt de naam van het opgegeven (notitie of notitieboek) in .","Deletes the given notebook.":"Verwijdert het opgegeven notitieboek.","Deletes the notebook without asking for confirmation.":"Verwijdert het notitieboek zonder te vragen om bevestiging.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Notitieboek verwijderen? Alle notities en sub-notitieboeken worden eveneens verwijderd.","Deletes the notes matching .":"Verwijdert de notities die overeenkomen met .","Deletes the notes without asking for confirmation.":"Verwijdert de notities zonder te vragen om bevestiging.","%d notes match this pattern. Delete them?":"Er komen %d notities overeen met dit patroon. Wil je ze verwijderen?","Delete note?":"Notitie verwijderen?","Searches for the given in all the notes.":"Doorzoekt alle notities op het opgegeven .","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Stelt de in van de opgegeven notitie op de opgegeven [value]. Mogelijkheden zijn:\n\n%s","Displays summary about the notes and notebooks.":"Toont een samenvatting over de notities en notitieboeken.","Synchronises with remote storage.":"Synchroniseert met cloudopslag.","Sync to provided target (defaults to sync.target config value)":"Synchroniseren naar opgegeven doel (standaard is dit sync.target)","Authentication was not completed (did not receive an authentication token).":"Authenticatie is niet voltooid (geen authenticatiesleutel ontvangen).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Volg de onderstaande stappen om Joplin te synchroniseren met Dropbox:","Step 1: Open this URL in your browser to authorise the application:":"Stap 1: Open deze URL in je browser om de applicatie te autoriseren:","Step 2: Enter the code provided by Dropbox:":"Stap 2: Voer de door Dropbox aangeleverde code in:","Not authentified with %s. Please provide any missing credentials.":"Niet geauthenticeerd met %s. Voer ontbrekende inloggegevens in.","Synchronisation is already in progress.":"De synchronisatie loopt al.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Het vergrendelbestand wordt al vastgehouden. Als je zeker weet dat er geen synchronisatie plaatsvindt, dan kun je bestand verwijderen in \"%s\" en de handeling hervatten.","Synchronisation target: %s (%s)":"Synchronisatiedoel: %s (%s)","Cannot initialize synchroniser.":"De synchronisatie kan niet worden geïnitaliseerd.","Starting synchronisation...":"Bezig met starten van synchronisatie...","Downloading resources...":"","Cancelling... Please wait.":"Bezig met annuleren... Even geduld."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ongeldige opdracht: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan \"toggle\" of \"clear\" zijn. Gebruik \"toggle\" om de status van de opgegeven taak te wijzigen in afgerond of niet-afgerond (als het doel een reguliere notitie is, dan wordt deze omgezet in een taak). Gebruik \"clear\" om de taak weer om te zetten naar een reguliere notitie.","Marks a to-do as non-completed.":"Markeert een taak als niet-afgerond.","Switches to [notebook] - all further operations will happen within this notebook.":"Schakelt over naar [notebook] - alle toekomstige handelingen worden gedaan in dit notitieboek.","Displays version information":"Toont versie-informatie","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Type: %s.","Possible values: %s.":"Mogelijk waarden: %s.","Default: %s":"Standaard: %s","Possible keys/values:":"Mogelijke sleutels/waarden:","Type `joplin help` for usage information.":"Typ `joplin help` voor meer informatie over het gebruik.","Fatal error:":"Fatale fout:","The application has been authorised - you may now close this browser tab.":"De applicatie is geautoriseerd - je kunt dit browsertabblad nu sluiten.","The application has been successfully authorised.":"De applicatie is geautoriseerd.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Open de volgende URL in je browser om de applicatie te authenticeren. De applicatie creëert een map in \"Apps/Joplin\" en zal alleen bestanden lezen uit en wegschrijven naar deze map. Er is geen toegang tot bestanden buiten deze map, noch tot persoonlijke gegevens. Er worden geen gegevens gedeeld met een derde partij.","Search:":"Zoeken:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Welkom bij Joplin!\n\nTyp `:help shortcuts` voor een lijst met sneltoetsen of `:help` voor informatie omtrent het gebruik.\n\nVoorbeeld: om een notitieboek te creëren, druk je op `mb`; om een notitie te creëren, druk je op `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Eén of meerdere items zijn momenteel versleuteld. Hiervoor moet je mogelijk een hoofdwachtwoord opgeven. Dit kun je doen door `e2ee decrypt` te typen. Als je het wachtwoord al hebt opgegeven, dan worden de versleutelde items op de achtergrond ontsleuteld en komen spoedig beschikbaar.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Bezig met exporteren van \"%s\" in het formaat \"%s\". Even geduld...","Importing from \"%s\" as \"%s\" format. Please wait...":"Bezig met importeren van \"%s\" in het formaat \"%s\". Even geduld...","PDF File":"PDF-bestand","File":"Bestand","New note":"Nieuwe notitie","New to-do":"Nieuwe taak","New notebook":"Nieuw notitieboek","Import":"Importeren","Export":"Exporteren","Print":"Afdrukken","Hide %s":"%s verbergen","Quit":"Afsluiten","Edit":"Bewerken","Copy":"Kopiëren","Cut":"Knippen","Paste":"Plakken","Select all":"Select all","Bold":"Vetgedrukt","Italic":"Cursief","Insert Date Time":"Datum en tijd invoegen","Edit in external editor":"Bewerken in externe bewerker","Search in all the notes":"Alle notities doorzoeken","Search in current note":"Search in current note","View":"Beeld","Toggle sidebar":"Zijbalk tonen/verbergen","Toggle editor layout":"Bewerkindeling tonen/verbergen","Tools":"Hulpmiddelen","Synchronisation status":"Synchronisatiestatus","Web clipper options":"Webclipper-opties","Encryption options":"Versleutelingsopties","General Options":"Algemene opties","Help":"Hulp","Website and documentation":"Website en documentatie","Make a donation":"Doneren","Check for updates...":"Controleren op updates...","About Joplin":"Over Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"%s openen","Exit":"Afsluiten","OK":"Oké","Cancel":"Annuleren","Current version is up-to-date.":"De huidige versie is up-to-date.","%s (pre-release)":"","An update is available, do you want to download it now?":"Er is een update beschikbaar. Wil je deze nu downloaden?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nee","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"De webclipper-dienst is ingeschakeld en wordt automatisch opgestart.","Status: Started on port %d":"Status: gestart op poort %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Webclipper-dienst uitschakelen","The web clipper service is not enabled.":"De webclipper-dienst is niet ingeschakeld.","Enable Web Clipper Service":"Webclipper-dienst inschakelen","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Webclipper stelt je in staat om webpagina's en schermafbeeldingen van je browser op te slaan in Joplin.","In order to use the web clipper, you need to do the following:":"Als je de webclipper wilt gebruiken, dan moet je de volgende stappen volgen:","Step 1: Enable the clipper service":"Stap 1: Schakel de webclipper-dienst in","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Deze dienst stelt de browserextensie in staat om te communiceren met Joplin. Na het inschakelen kan je firewall om toestemming vragen voor het uitvoeren van Joplin op een specifieke poort.","Step 2: Install the extension":"Stap 2: Installeer de extensie","Download and install the relevant extension for your browser:":"Download en installeer de bijbehorende extensie in je browser:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Synchronisatieconfiguratie controleren","Notes and settings are stored in: %s":"Notities en instellingen worden opgeslagen in: %s","Apply":"Toepassen","Submit":"Versturen","Save":"Opslaan","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Door versleuteling uit te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan onversleuteld. Wil je doorgaan?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Door versleuteling in te schakelen worden *alle* notities en bijlagen opnieuw gesynchroniseerd, maar dan versleuteld. Wil je doorgaan? Raak het wachtwoord niet kwijt; i.v.m. veiligheidsdoeleinden is dit de *enige* manier om gegevens te ontsleutelen! Voer je wachtwoord hieronder in om versleuteling in te schakelen.","Disable encryption":"Versleuteling uitschakelen","Enable encryption":"Versleuteling inschakelen","Master Keys":"Hoofdsleutels","Active":"Actief","ID":"ID","Source":"Bron","Created":"Gecreëerd","Updated":"Bijgewerkt","Password":"Wachtwoord","Password OK":"Wachtwoord is juist","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Let op: er wordt slechts één hoofdsleutel gebruikt voor versleuteling (de als \"actief\" gemarkeerde). De anderen kunnen worden gebruikt voor ontsleuteling, afhankelijk van hoe de notities en notitieboeken oorspronkelijk versleuteld waren.","Missing Master Keys":"Ontbrekende hoofdsleutels","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"De hoofdsleutels met deze ID's worden gebruikt om sommige items te versleutelen, maar de applicatie heeft momenteel geen toegang tot deze items. Waarschijnlijk worden ze uiteindelijk gedownload via synchronisatie.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Bekijk, voor meer informatie over End-To-End-versleuteling (E2EE) en hulp bij het inschakelen hiervan, onze documentatie:","Status":"Status","Encryption is:":"Gebruikte versleuteling:","Back":"Terug","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Het nieuwe notitieboek \"%s\" wordt gecreëerd en het bestand \"%s\" wordt ernaar geïmporteerd","Please create a notebook first.":"Kies eerst een notitieboek.","Please create a notebook first":"Creëer eerst een notitieboek","Notebook title:":"Titel van notitieboek:","Add or remove tags:":"Labels toevoegen of verwijderen:","Separate each tag by a comma.":"Scheidt elk label met een komma.","Rename notebook:":"Notitieboeknaam wijzigen:","Rename tag:":"Labelnaam wijzigen:","Set alarm:":"Alarm instellen:","Layout":"Indeling","Search...":"Zoeken...","Some items cannot be synchronised.":"Sommige items kunnen niet worden gesynchroniseerd.","View them now":"Items tonen","Some items cannot be decrypted.":"Sommige items kunnen niet worden ontsleuteled.","Set the password":"Wachtwoord instellen","Add or remove tags":"Labels toevoegen of verwijderen","Duplicate":"Dupliceren","%s - Copy":"%s - kopiëren","Switch between note and to-do type":"Schakelen tussen notitie en taak","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Markdownlink kopiëren","Delete":"Verwijderen","Delete notes?":"Notities verwijderen?","No notes in here. Create one by clicking on \"New note\".":"Er zijn hier geen notities. Creëer een notitie door de klikken op \"Nieuwe notitie\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Er is momenteel geen notitieboek. Creëer een notitieboek door de klikken op \"Nieuw notitieboek\".","Location":"","URL":"","Note properties":"","Open...":"Openen...","This file could not be opened: %s":"Dit bestand kan niet worden geopend: %s","Save as...":"Opslaan als...","Copy path to clipboard":"Pad kopiëren naar klembord","Copy Link Address":"Linkadres kopiëren","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Niet-ondersteunde link of bericht: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Deze notitie bevat geen inhoud. Klik op \"%s\" om de bewerker te openen en de notitie te bewerken.","Only one note can be printed or exported to PDF at a time.":"","strong text":"vetgedrukte tekst","emphasized text":"nadrukkelijke tekst","List item":"Lijstitem","Insert Hyperlink":"Hyperlink invoegen","Attach file":"Bestand bijvoegen","Tags":"Labels","Set alarm":"Alarm instellen","In: %s":"In: %s","Hyperlink":"Hyperlink","Code":"Code","Numbered List":"Genummerde lijst","Bulleted List":"Opsommingslijst","Checkbox":"Keuzevakje","Heading":"Kop","Horizontal Rule":"Horizontale regel","Click to stop external editing":"Klik om extern bewerken te stoppen","Watching...":"Bezig met in de gaten houden...","to-do":"taak","note":"notitie","Creating new %s...":"Bezig met creëren van nieuw(e) %s...","Refresh":"Verversen","Clear":"Wissen","OneDrive Login":"Inloggen op OneDrive","Dropbox Login":"Inloggen op Dropbox","Options":"Opties","Synchronisation Status":"Synchronisatiestatus","Encryption Options":"Versleutelopties","Clipper Options":"Webclipperopties","Remove this tag from all the notes?":"Wil je dit label verwijderen van alle notities?","Remove this search from the sidebar?":"Wil je deze zoekopdracht verwijderen uit de zijbalk?","Rename":"Naam wijzigen","Synchronise":"Synchroniseren","Notebooks":"Notitieboeken","Decrypting items: %d/%d":"Bezig met ontsleutelen van items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Kies waar de synchronisatiestatus naar moet worden geëxporteerd","Usage: %s":"Gebruik: %s","Unknown flag: %s":"Onbekend argument: %s","Dropbox":"Dropbox","File system":"Bestandssysteem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (alleen voor testdoeleinden)","WebDAV":"WebDAV","Unknown log level: %s":"Onbekend logniveau: %s","Unknown level ID: %s":"Onbekende niveau-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan toegangssleutel niet verversen: de authenticatiegegevens ontbreken. Probeer om de synchronisatie opnieuw te starten.","Untitled":"Naamloos","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Kan niet synchroniseren met OneDrive.\n\nDeze fout komt vaak voor bij gebruik van OneDrive for Business, wat we helaas niet kunnen ondersteunen.\n\nOverweeg een regulier OneDrive-account te gebruiken.","Cannot access %s":"Geen toegang tot %s","Created local items: %d.":"Lokale items gecreëerd: %d.","Updated local items: %d.":"Lokale items bijgewerkt: %d.","Created remote items: %d.":"Externe items gecreëerd: %d.","Updated remote items: %d.":"Externe items bijgewerkt: %d.","Deleted local items: %d.":"Lokale items verwijderd: %d.","Deleted remote items: %d.":"Externe items verwijderd: %d.","Fetched items: %d/%d.":"Items opgehaald: %d/%d.","Cancelling...":"Bezig met annuleren...","Completed: %s":"Voltooid: %s","Last error: %s":"Laatst gemelde fout: %s","Idle":"Inactief","In progress":"Bezig","Synchronisation is already in progress. State: %s":"De synchronisatie loopt al. Status: %s","Encrypted":"Versleuteld","Encrypted items cannot be modified":"Versleutelde items kunnen niet worden bewerkt","Conflicts":"Conflicten","Cannot move notebook to this location":"Kan notitieboek niet verplaatsen naar deze locatie","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken mogen niet \"%s\" heten; dit is een gereserveerde titel.","title":"titel","updated date":"bijgewerkt op","created date":"gecreëerd op","This note does not have geolocation information.":"Deze notitie bevat geen locatie-informatie.","Cannot copy note to \"%s\" notebook":"Kan notitie niet kopiëren naar notitieboek \"%s\"","Cannot move note to \"%s\" notebook":"Kan notitie niet verplaatsen naar notitieboek \"%s\"","Language":"Taal","Date format":"Datumopmaak","Time format":"Tijdopmaak","Theme":"Thema","Light":"Licht","Dark":"Donker","Uncompleted to-dos on top":"Niet-afgeronde taken bovenaan","Show completed to-dos":"Afgeronde taken tonen","Sort notes by":"Notities sorteren op","Reverse sort order":"Sorteervolgorde omdraaien","Save geo-location with notes":"Locatie opslaan in notities","When creating a new to-do:":"Bij het creëren van een nieuwe taak:","Focus title":"Titel focussen","Focus body":"Inhoud focussen","When creating a new note:":"Bij het creëren van een nieuwe notitie:","Show tray icon":"Systeemvakpictogram tonen","Note: Does not work in all desktop environments.":"Let op: dit werkt niet in alle werkomgevingen.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Globaal zoompercentage","Editor font size":"Editor font size","Editor font family":"Lettertype van bewerker","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Dit moet een *monospace*-lettertype zijn, anders werkt het niet goed. Als het lettertype onjuist of leeg is, dan wordt er teruggevallen op een algemeen monospace-lettertype.","Automatically update the application":"Applicatie automatisch bijwerken","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synchronisatietussenpoos","%d minutes":"%d minuten","%d hour":"%d uur","%d hours":"%d uur","Text editor command":"Opdracht van tekstbwerker","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De opdracht van de tekstbewerker (mag argumenten bevatten) die wordt gebruikt bij het openen van notities. Als er geen wordt opgegeven, dan wordt getracht de standaard bewerker te achterhalen.","Show advanced options":"Geavanceerde opties tonen","Synchronisation target":"Synchronisatiedoel","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Het doel waarnaar gesynchroniseerd moet worden. Elk doel mag extra argumenten bevatten, welke `sync.NUM.NAME` worden genoemd (wordt hieronder uitgelegd).","Directory to synchronise with (absolute path)":"Map waarnaar gesynchroniseerd moet worden (absoluut pad)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Het pad waarnaar gesynchroniseerd moet worden als bestandssysteem-synchronisatie is ingeschakeld. Zie `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV-URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-gebruikersnaam","Nextcloud password":"Nextcloud-wachtwoord","WebDAV URL":"WebDAV-URL","WebDAV username":"WebDAV-gebruikersnaam","WebDAV password":"WebDAV-wachtwoord","Custom TLS certificates":"Aangepaste TLS-certificaten","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommagescheiden lijst van paden naar mappen vwaaruit de certificaten moeten worden geladen, of paden naar individuele bestanden. Bijvoorbeeld: /mijn/cert_map, /overig/aangepast.pem. Let op: als je wijzigingen aanbrengt, dan moet je ze opslaan voordat je klik op \"Synchronisatie-configuratie controleren .","Ignore TLS certificate errors":"TLS-certificaatfouten negeren","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exportbestand","Markdown":"Markdown","Joplin Export Directory":"Joplin-exportmap","Evernote Export File":"Evernote-exportbestand","Json Export Directory":"Json Export Directory","Directory":"Map","Cannot load \"%s\" module for format \"%s\"":"Kan de module \"%s\" niet laden voor het formaat \"%s\"","Please specify import format for %s":"Geef een importformaat op voor %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Dit item is momenteel versleuteld: %s \"%s\". Wacht tot alle items ontsleuteld zijn en probeer het opnieuw.","There is no data to export.":"Er zijn geen te exporteren gegevens.","Please specify the notebook where the notes should be imported to.":"Geef het notitieboek op waar de notities naar moeten worden geïmporteerd.","Items that cannot be synchronised":"Items die niet kunnen worden gesynchroniseerd","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Deze items blijven op het apparaat, maar worden niet geüpload naar het synchronisatiedoel. Als je deze items wilt vinden, moet je zoeken naar de titel of ID ervan (welke hierboven tussen haakjes wordt getoond).","Sync status (synced items / total items)":"Synchronisatiestatus (aantal gesynchroniseerde items / totaal aantal items)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totaal: %d/%d","Conflicted: %d":"Conflicten: %d","To delete: %d":"Te verwijderen: %d","Folders":"Mappen","%s: %d notes":"%s: %d notities","Coming alarms":"Aankomende alarmen","On %s: %s":"Op %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Er zijn momenteel geen notities. Creëer een notitie door te drukken op de knop (+).","Delete these notes?":"Deze notities verwijderen?","Log":"Log","Export Debug Report":"Foutopsporingsrapportage exporteren","Encryption Config":"Versleutelconfiguratie","Configuration":"Configuratie","Move to notebook...":"Verplaatsen naar notitieboek...","Move %d notes to notebook \"%s\"?":"%d notities verplaatsen naar notitieboek \"%s\"?","Press to set the decryption password.":"Druk om het ontsleutelwachtwoord in te stellen.","Clear alarm":"Clear alarm","Save alarm":"Alarm opslaam","Select date":"Datum kiezen","Confirm":"Bevestigen","Cancel synchronisation":"Synchronisatie annuleren","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nieuwe labels:","Type new tags or select from list":"Typ nieuwe labels of kies ze uit de lijst","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"De app heeft de volgende machtigingen nodig om goed te kunnen werken. Schakel ze in in je telefooninstellingen via Apps > Joplin > Machtigingen","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Opslag: om bestanden bij notities te mogen voegen en synchronisatie in te schakelen.","- Camera: to allow taking a picture and attaching it to a note.":"- Camera: zodat je een foto kunt maken en deze bij een notitie kunt voegen.","- Location: to allow attaching geo-location information to a note.":"- Locatie: zodat je locatie-informatie kunt toevoegen aan een notitie.","Joplin website":"Joplin-website","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Inloggen met Dropbox","Enter code here":"","Master Key %s":"Hoofdsleutel %s","Created: %s":"Gecreëerd op: %s","Password:":"Wachtwoord:","Password cannot be empty":"Wachtwoord mag niet blanco zijn","Enable":"Inschakelen","The notebook could not be saved: %s":"Het notitieboek kan niet worden opgeslagen: %s","Edit notebook":"Notitieboek bewerken","Show all":"Alles tonen","Errors only":"Alleen fouten","This note has been modified:":"Deze notitie is bewerkt:","Save changes":"Wijzigingen opslaan","Discard changes":"Wijzigingen verwerpen","No item with ID %s":"Geen item met ID %s","The Joplin mobile app does not currently support this type of link: %s":"De mobiele Joplin-app ondersteunt momenteel niet dit soort links: %s","Unsupported image type: %s":"Niet-ondersteunde afbeeldingssoort: %s","Take photo":"Take photo","Attach photo":"Foto bijvoegen","Attach any file":"Ander bestand bijvoegen","Share":"Delen","Convert to note":"Omzetten naar notitie","Convert to todo":"Omzetten naar taak","Hide metadata":"Metagegevens verbergen","Show metadata":"Metagegevens tonen","View on map":"Tonen op kaart","Go to source URL":"","Delete notebook":"Notitieboek verwijderen","Login with OneDrive":"Inloggen met OneDrive","Search":"Zoeken","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Druk op de knop (+) om een nieuwe notitie of notitieboek te creëren. Klik op het zijmenu om bestaande notitieboeken te openen.","You currently have no notebook. Create one by clicking on (+) button.":"Je hebt momenteel geen notitieboek. Creëer een notitieboek door de drukken op de knop (+).","Welcome":"Welkom"} \ No newline at end of file diff --git a/ReactNativeClient/locales/pt_BR.json b/ReactNativeClient/locales/pt_BR.json index 3ba58d89b..5944f5045 100644 --- a/ReactNativeClient/locales/pt_BR.json +++ b/ReactNativeClient/locales/pt_BR.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Para eliminar uma tag, remova a tag das notas associadas a ela.","Please select the note or notebook to be deleted first.":"Por favor, primeiro, selecione a nota ou caderno a excluir.","Press Ctrl+D or type \"exit\" to exit the application":"Digite Ctrl+D ou \"exit\" para sair da aplicação","More than one item match \"%s\". Please narrow down your query.":"Mais que um item combinam com \"%s\". Por favor, refine sua pesquisa.","No notebook selected.":"Nenhum caderno selecionado.","No notebook has been specified.":"Nenhum caderno foi especificado.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronização em segundo plano... Por favor, aguarde.","No such command: %s":"Não existe o comando: \"%s\"","The command \"%s\" is only available in GUI mode":"O comando \"%s\" está disponível somente em modo gráfico","Cannot change encrypted item":"Não pode mudar um item encriptado","Missing required argument: %s":"Argumento requerido faltando: %s","%s: %s":"%s: %s","Your choice: ":"Sua escolha: ","Invalid answer: %s":"Resposta inválida: %s","Attaches the given file to the note.":"Anexa o arquivo dado à nota.","Cannot find \"%s\".":"Não posso encontrar \"%s\".","Displays the given note.":"Exibe a nota informada.","Displays the complete information about note.":"Exibe a informação completa sobre a nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtém ou define um valor de configuração. Se [valor] não for fornecido, ele mostrará o valor de [nome]. Se nem [nome] nem [valor] forem fornecidos, ele listará a configuração atual.","Also displays unset and hidden config variables.":"Também exibe variáveis de configuração não definidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que correspondem a para o [caderno]. Se nenhum caderno for especificado, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca uma tarefa como feita.","Note is not a to-do: \"%s\"":"Nota não é uma tarefa: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gerencia a configuração E2EE. Os comandos são `enable`, `disable`, `decrypt`, `status` e `target-status`.","Enter master password:":"Entre a senha master:","Operation cancelled":"Operação cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando decriptação... Por favor aguarde, pois isso pode demorar vários minutos, dependendo de quanto há para decriptar.","Completed decryption.":"Decriptação completada.","Enabled":"Habilitado","Disabled":"Desabilitado","Encryption is: %s":"Encriptação está: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Nenhum editor de texto está definido. Defina-o usando o comando `config edit `","No active notebook.":"Nenhum caderno ativo.","Note does not exist: \"%s\". Create it?":"A nota não existe: \"%s\". Criar?","Starting to edit note. Close the editor to get back to the prompt.":"Começando a editar a nota. Feche o editor para voltar ao prompt.","Error opening note in editor: %s":"Erro ao abir a nota no editor: %s","Note has been saved.":"Nota gravada.","Exits the application.":"Sai da aplicação.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os dados do Joplin para o diretório informado. Por padrão, ele exportará o banco de dados completo, incluindo cadernos, notas, tags e recursos.","Destination format: %s":"Formato do destino: %s","Exports only the given note.":"Exporta apenas a nota fornecida.","Exports only the given notebook.":"Exporta apenas o caderno fornecido.","Displays a geolocation URL for the note.":"Exibe uma URL de geolocalização para a nota.","Displays usage information.":"Exibe informações de uso.","For information on how to customise the shortcuts please visit %s":"Para informações sobre como customizar os atalhos, por favor visite %s","Shortcuts are not available in CLI mode.":"Os atalhos não estão disponíveis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Digite `help [comando]` para obter mais informações sobre um comando; ou digite `help all` para informações completas de uso.","The possible commands are:":"Os comandos possíveis são:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Em qualquer comando, uma nota ou caderno pode ser referenciado por título ou ID, ou usando os atalhos `$n` ou` $b` para, respectivamente, a nota ou caderno selecionado. `$c` pode ser usado para se referenciar ao item atualmente selecionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover de um painel para outro, pressione Tab ou Shift + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use as setas e a Page Up/Page Down para rolar as listas e áreas de texto (incluindo este console).","To maximise/minimise the console, press \"tc\".":"Para maximizar / minimizar o console, pressione \"tc\".","To enter command line mode, press \":\"":"Para entrar no modo de linha de comando, pressione \":\"","To exit command line mode, press ESCAPE":"Para sair do modo de linha de comando, pressione o ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para a lista completa de atalhos de teclado disponíveis, digite `help keymap`","Imports data into Joplin.":"Importa dados para o Joplin.","Source format: %s":"Formato da origem: \"%s\"","Do not ask for confirmation.":"Não pedir confirmação.","Found: %d.":"Encontrado: %d.","Created: %d.":"Criado: %d.","Updated: %d.":"Atualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Tag adicionada: %d.","Importing notes...":"Importando notas ...","The notes have been imported: %s":"As notas foram importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Exibe as notas no caderno atual. Use `ls /` para exibir a lista de cadernos.","Displays only the first top notes.":"Exibe apenas as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Classifica o item por (ex.: title, update_time, created_time).","Reverses the sorting order.":"Inverte a ordem de classificação.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Exibe apenas os itens do(s) tipo(s) específico(s). Pode ser `n` para notas,` t` para tarefas, ou `nt` para notas e tarefas (por exemplo.` -tt` exibiria apenas os itens pendentes, enquanto `-ttd` exibiria notas e tarefas .","Either \"text\" or \"json\"":"Ou \"text\" ou \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use o formato da lista longa. O formato é ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Por favor, selecione um caderno primeiro.","Creates a new notebook.":"Cria um novo caderno.","Creates a new note.":"Cria uma nova nota.","Notes can only be created within a notebook.":"As notas só podem ser criadas dentro de um caderno.","Creates a new to-do.":"Cria uma nova tarefa.","Moves the notes matching to [notebook].":"Move as notas correspondentes para [caderno].","Renames the given (note or notebook) to .":"Renomeia o dado (nota ou caderno) para .","Deletes the given notebook.":"Exclui o caderno informado.","Deletes the notebook without asking for confirmation.":"Exclui o caderno sem pedir confirmação.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Excluir o caderno? Todas as notas e sub-cadernos dentro deste também serão excluídas.","Deletes the notes matching .":"Exclui as notas correspondentes ao padrão .","Deletes the notes without asking for confirmation.":"Exclui as notas sem pedir confirmação.","%d notes match this pattern. Delete them?":"%d notas correspondem a este padrão. Apagar todos?","Delete note?":"Apagar nota?","Searches for the given in all the notes.":"Procura o padrão em todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Define a propriedade da para o valor [value]. As propriedades possíveis são:\n\n%s","Displays summary about the notes and notebooks.":"Exibe sumário sobre as notas e cadernos.","Synchronises with remote storage.":"Sincroniza com o armazenamento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar para destino fornecido (p padrão é o valor de configuração sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticação não foi concluída (não recebeu um token de autenticação).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir o Joplin sincronizar com o Dropbox, por favor, execute os seguintes passos:","Step 1: Open this URL in your browser to authorise the application:":"Passo 1: Abra essa URL em seu navegador para autorizar:","Step 2: Enter the code provided by Dropbox:":"Passo 2: Entre o código fornecido pelo Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Não autenticado com %s. Por favor, complete as credenciais que estiverem faltando.","Synchronisation is already in progress.":"A sincronização já está em andamento.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O arquivo de bloqueio já está ativo. Se você sabe que nenhuma sincronização está ocorrendo, você pode excluir o arquivo de bloqueio em \"%s\" e retomar a operação.","Synchronisation target: %s (%s)":"Alvo de sincronização: %s (%s)","Cannot initialize synchroniser.":"Não é possível inicializar o sincronizador.","Starting synchronisation...":"Iniciando sincronização...","Downloading resources...":"Baixando os recursos...","Cancelling... Please wait.":"Cancelando... Aguarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `tag list` pode ser usado para listar todas as tags (use -l para opção longa).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser \"toggle\" ou \"clear\". Use \"toggle\" para alternar entre as tarefas entre o estado completo e incompleto (se o alvo for uma nota comum, ele será convertido em uma tarefa a fazer). Use \"clear\" para converter a tarefa em uma nota normal.","Marks a to-do as non-completed.":"Marca uma tarefa como não completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Alterna para [caderno] - todas as operações adicionais acontecerão dentro deste caderno.","Displays version information":"Exibe informações da versão","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores possíveis: %s.","Default: %s":"Padrão: %s","Possible keys/values:":"Possíveis chaves/valores:","Type `joplin help` for usage information.":"Digite 'joplin help' para informações de uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado - agora você pode fechar esta guia do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado com sucesso.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra a seguinte URL no seu navegador para autenticar o aplicativo. O aplicativo criará um diretório em \"Apps/Joplin\" e somente lerá e gravará arquivos neste diretório. Não terá acesso a nenhum arquivo fora deste diretório nem a nenhum outro dado pessoal. Nenhum dado será compartilhado com terceiros.","Search:":"Procurar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bem-vindo ao Joplin!\n\nDigite `:help shortcuts` para obter a lista de atalhos de teclado, ou apenas `:help` para informações de utilização.\n\nPor exemplo, para criar um caderno digite `mb`; para criar uma nota, digite `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Um ou mais itens estão criptografados, e você pode precisar de informar uma senha master. Para fazer isso, por favor digite `e2ee decrypt`. Se você já forneceu a senha, os itens criptografados estão sendo decriptados em background e logo estarão disponíveis.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando para \"%s\" com o formato \"%s\". Por favor, aguarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de \"%s\" com o formato \"%s\". Por favor, aguarde...","PDF File":"Arquivo PDF","File":"Arquivo","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Sair","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Colar","Select all":"Selecionar tudo","Bold":"Negrito","Italic":"Itálico","Insert Date Time":"Inserir Data e Hora","Edit in external editor":"Editar com editor externo","Search in all the notes":"Pesquisar em todas as notas","Search in current note":"Pesquisar na nota atual","View":"Visualizar","Toggle sidebar":"Alternar barra lateral","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"Opções do Web clipper","Encryption options":"Opções de Encriptação","General Options":"Opções Gerais","Help":"Ajuda","Website and documentation":"Website e documentação","Make a donation":"Fazer uma doação","Check for updates...":"Verificar atualizações...","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Sair","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"A versão atual está atualizada.","An update is available, do you want to download it now?":"Uma atualização está disponível, você quer baixar agora?","Yes":"Sim","No":"Não","Token has been copied to the clipboard!":"Token foi copiado para a \\u00e1rea de transfer\\u00eancia!","The web clipper service is enabled and set to auto-start.":"O serviço de web clipper está habilitado e configurado para auto-start.","Status: Started on port %d":"Status: Iniciado, na porta %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Desabilitar serviço Web Clipper","The web clipper service is not enabled.":"O serviço de web clipper não está habilitado.","Enable Web Clipper Service":"Habilitar serviço Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"O serviço de Web Clipper do Joplin permite salvar páginas da web e screenshots do seu browser, no Joplin.","In order to use the web clipper, you need to do the following:":"Para usar o web clipper, você precisa fazer o seguinte:","Step 1: Enable the clipper service":"Passo 1: Habilitar o serviço do clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este serviço permite a extensão do browser se comunicat com o Joplin. Quando habilitar, talvez seu firewall peça que você conceda permissão ao Joplin para escutar determinada porta.","Step 2: Install the extension":"Passo 2: Instalar a extensão","Download and install the relevant extension for your browser:":"Baixe e instale a extensão relevante para seu browser:","Advanced options":"Mostrar opções avançadas","Authorisation token:":"Token de autoriza\\u00e7\\u00e3o:","Copy token":"Copira token","This authorisation token is only needed to allow third-party applications to access Joplin.":"Esse token de autoriza\\u00e7\\u00e3o só é necess\\u00e1rio para permitir que aplicativos de terceiros acessem o Joplin.","Check synchronisation configuration":"Verificar a configuração da sincronização","Notes and settings are stored in: %s":"Notas e configurações estão armazenadas em: %s","Apply":"Aplicar","Submit":"Enviar","Save":"Salvar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desabilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e enviados sem encriptação. Você quer continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e re-enviados com encriptação. Não perca sua senha, pois, por medidas de segurança, esse será o *único* modo de decriptar seus dados! Para habilitar a encriptação, por favor entre sua senha abaixo.","Disable encryption":"Desabilitar encriptação","Enable encryption":"Habilitar encriptação","Master Keys":"Chaves mestras","Active":"Ativar","ID":"ID","Source":"Origem","Created":"Criado","Updated":"Atualizado","Password":"Senha","Password OK":"Senha OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Noto: Apenas uma chave máster será usada para encriptação (a que estiver marcada como \"ativa\"). Qualquer uma das chaves pode ser usada para decriptação, dependendo de como as notas ou os cadernos foram encriptados originalmente.","Missing Master Keys":"Chaves Master faltando","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves master com essas IDs são usadas para encriptar alguns de seus itens, contudo a aplicação atualmente não tem acesso a elas. Provavelmente, elas serão baixadas via sincronização.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para mais informações sobre Encriptação ponto-a-ponto (E2EE) e recomendações sobre como habilitar, favor verificar a documentação:","Status":"Status","Encryption is:":"Encriptação está:","Back":"Voltar","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"O novo caderno \"%s\" será criado e o arquivo \"%s\" será importado para ele","Please create a notebook first.":"Primeiro, crie um caderno.","Please create a notebook first":"Primeiro, crie um caderno","Notebook title:":"Título do caderno:","Add or remove tags:":"Adicionar ou remover tags:","Separate each tag by a comma.":"Separe cada tag por vírgula.","Rename notebook:":"Renomear caderno:","Rename tag:":"Renomear tag:","Set alarm:":"Definir alarme:","Layout":"Layout","Search...":"Pesquisar...","Some items cannot be synchronised.":"Alguns itens não podem ser sincronizados.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Alguns itens não podem ser decriptados.","Set the password":"Configurar a senha","Add or remove tags":"Adicionar ou remover tags","Duplicate":"Duplicar","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Switch to note type":"Alternar para o tipo Nota","Switch to to-do type":"Alternar para o tipo Tarefa","Copy Markdown link":"Copiar link de Markdown","Delete":"Excluir","Delete notes?":"Excluir notas?","No notes in here. Create one by clicking on \"New note\".":"Não há notas aqui. Crie uma, clicando em \"Nova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Atualmente, não há cadernos. Crie um, clicando em \"Novo caderno\".","Location":"Localização","URL":"URL","Note properties":"Propriedades da nota","Open...":"Abrir...","This file could not be opened: %s":"Este arquivo não pôde ser aberto: %s","Save as...":"Salvar como...","Copy path to clipboard":"Copiar caminho para a área de transferência","Copy Link Address":"Copiar endereço do link","This attachment is not downloaded or not decrypted yet.":"O anexo ainda não foi baixado ou decriptado.","Unsupported link or message: %s":"Link ou mensagem não suportada: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota não possui conteúdo. Clique em \"%s\" para alternar para o editor, e edite a nota.","strong text":"texto forte","emphasized text":"texto enfatizado","List item":"Listar item","Insert Hyperlink":"Inserir Hiperlink","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","In: %s":"Em: %s","Hyperlink":"Hiperlink","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista com bullets","Checkbox":"Checkbox","Heading":"Cabeçalho","Horizontal Rule":"Régua horizontal","Click to stop external editing":"Clique para encerrar edição externa","Watching...":"Observando alterações...","to-do":"tarefa","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Atualizar","Clear":"Limpar (clear)","OneDrive Login":"Login no OneDrive","Dropbox Login":"Login no Dropbox","Options":"Opções","Synchronisation Status":"Status de sincronização","Encryption Options":"Opções de Encriptação","Clipper Options":"Opções do clipper","Remove this tag from all the notes?":"Remover esta tag de todas as notas?","Remove this search from the sidebar?":"Remover essa pesquisa da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decriptando itens: %d/%d","Fetching resources: %d":"Buscando recursos: %d","Please select where the sync status should be exported to":"Favor selecionar o local para onde o status de sincronia deveria ser exportado","Usage: %s":"Uso: %s","Unknown flag: %s":"Flag desconhecido: %s","Dropbox":"Dropbox","File system":"Sistema de arquivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (apenas para testes)","WebDAV":"WebDAV","Unknown log level: %s":"Nível de log desconhecido: %s","Unknown level ID: %s":"Nível ID desconhecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Não é possível atualizar token: faltam dados de autenticação. Iniciar a sincronização novamente pode corrigir o problema.","Untitled":"Sem título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Não foi possível sincronizar com o OneDrive.\n\nEste erro geralmente acontece ao usar o OneDrive for Business, que infelizmente não pode ser suportado.\n\nConsidere usar uma conta regular do OneDrive.","Cannot access %s":"Não é possível acessar %s","Created local items: %d.":"Itens locais criados: %d.","Updated local items: %d.":"Itens locais atualizados: %d.","Created remote items: %d.":"Itens remotos criados: %d.","Updated remote items: %d.":"Itens remotos atualizados: %d.","Deleted local items: %d.":"Itens locais excluídos: %d.","Deleted remote items: %d.":"Itens remotos excluídos: %d.","Fetched items: %d/%d.":"Itens pesquisados: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inativo","In progress":"Em andamento","Synchronisation is already in progress. State: %s":"Sincronização já em andamento. Estado: %s","Encrypted":"Encriptado","Encrypted items cannot be modified":"Itens encriptados não podem ser modificados","Conflicts":"Conflitos","Cannot move notebook to this location":"Não é possível mover a nota para este local","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","title":"título","updated date":"data de atualização","created date":"data de criação","This note does not have geolocation information.":"Esta nota não possui informações de geolocalização.","Cannot copy note to \"%s\" notebook":"Não é possível copiar a nota para o caderno \"%s\"","Cannot move note to \"%s\" notebook":"Não é possível mover a nota para o caderno \"%s\"","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Light","Dark":"Dark","Uncompleted to-dos on top":"Mostrar tarefas incompletas no topo","Show completed to-dos":"Mostrar tarefas completas","Sort notes by":"Ordenar notas por","Reverse sort order":"Inverter ordem de classificação","Save geo-location with notes":"Salvar geolocalização com notas","When creating a new to-do:":"Quando criar uma nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Quando criar uma nota nova:","Show tray icon":"Exibir tray icon","Note: Does not work in all desktop environments.":"Nota: não funciona em todos os ambientes de desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Isso irá permitir que o Joplin continue sendo executado em segundo plano. É recomendado que você habilita essa configuração para que suas notas sejamconstantemente sincronizadas, de modo a reduzir as chances de conflitos.","Start application minimised in the tray icon":"Iniciar aplicativo minimizado na barra de tarefas","Global zoom percentage":"Porcentagem global do zoom","Editor font size":"Tamanho da fonte no Editor","Editor font family":"Família de fontes do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Deve ser uma fonte *monospace\" ou não vai funcionar direito. Se a fonte estiver incorreta ou vazia, será usada uma fonte genérica monospace default.","Automatically update the application":"Atualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Comando do editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O comando do editor (pode incluir argumentos) que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","Show advanced options":"Mostrar opções avançadas","Synchronisation target":"Alvo de sincronização","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"O alvo para onde sincronizar. Cada alvo pode ter parâmetros adicionais que são nomeados como `sync.NUM.NAME` (todos documentados abaixo).","Directory to synchronise with (absolute path)":"Diretório para sincronizar (caminho absoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"O caminho para sincronizar, quando a sincronização do sistema de arquivos está habilitada. Veja `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Atenção: Se você modificar esse local, tenha certeza de copiar todo o seu conteúdo para lá antes de sincronizar, do contrário todos os seus arquivos serão removidos! Veja o FAQ para mais detalhes: %s","Nextcloud username":"Usuário da Nextcloud","Nextcloud password":"Senha da Nextcloud","WebDAV URL":"WebDAV URL","WebDAV username":"Usuário do WebDAV","WebDAV password":"Senha do WebDAV","Custom TLS certificates":"Certificados TLS customizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de caminhos para diretórios, separados por vírgula, de onde carregar os certificados, ou caminhos para arquivos cert. Por exemplo, /my/cert_dir, /other/custom.pem. Note que se você fizer mudanças nas configurações de TLS, você tem que salvar as mudanças antes de clicar em \"Verificar a configuração da sincronização\".","Ignore TLS certificate errors":"Ignorar erros de certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","The tag \"%s\" already exists. Please choose a different name.":"A tag \"%s\" já existe. Escolha um nome diferente.","Joplin Export File":"Arquivo de Exportação do Joplin","Markdown":"Markdown","Joplin Export Directory":"Diretório de Exportação do Joplin","Evernote Export File":"Arquivo de Exportação do Evernote","Json Export Directory":"Diretório de Exportação JSON","Directory":"Diretório","Cannot load \"%s\" module for format \"%s\"":"Não é possível carregar o módulo \"%s\" para o formato \"%s\"","Please specify import format for %s":"Favor especificar o formato de importação para %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este item atualmente está encriptado: %s \"%s\". Favor aguardar que todos os itens sejam decriptados e tente novamente.","There is no data to export.":"Não há dados a exportar.","Please specify the notebook where the notes should be imported to.":"Por favor, especifique o caderno para onde as notas deveriam ser importadas.","Items that cannot be synchronised":"Os itens não podem ser sincronizados","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes itens continuarão no dispositivo mas não serão enviados ao alvo de sincronização. Para encontrar esses itens, ou pesquise pelo título ou pelo ID (que é exibido nos colchetes acima)","Sync status (synced items / total items)":"Status de sincronização (sincronizados / totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Em conflito: %d","To delete: %d":"Para excluir: %d","Folders":"Pastas","%s: %d notes":"%s: %d notas","Coming alarms":"Próximos alarmes","On %s: %s":"Em %s: %s","Permission to use camera":"Permissão para utilizar sua c\\u00e2mera","Your permission to use your camera is required.":"É necessária a sua permissão para utilizar sua c\\u00e2mera.","There are currently no notes. Create one by clicking on the (+) button.":"Atualmente, não há notas. Crie uma, clicando no botão (+).","Delete these notes?":"Excluir estas notas?","Log":"Log","Export Debug Report":"Exportar Relatório de Debug","Encryption Config":"Configuração de Encriptação","Configuration":"Configuração","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Pressione para configurar a senha de decriptação.","Clear alarm":"Limpar alarme","Save alarm":"Salvar alarme","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","Checking... Please wait.":"Verificando... Por favor aguarde.","Success! Synchronisation configuration appears to be correct.":"Sucesso! A configuração da sincronização parece estar correta.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erro. Verifique se a URL, nome de usuário, senha, etc., estão corretos e tenha certeza que o destino da sincronização está acessível. O erro reportado foi:","The application has been authorised!":"O aplicativo foi autorizado!","Could not authorise application:\n\n%s\n\nPlease try again.":"Não foi possível autorizar o aplicativo:\n\n%s\n\nPor favor tente novamente.","Decrypted items: %s / %s":"Itens decriptados: %s / %s","New tags:":"Novas tags:","Type new tags or select from list":"Digite novsa tags, ou selecione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar corretamente, o app precisa das seguintes permissões. Por favor, habilite-as nas configurações do seu telefone, em Apps >Joplin > Permissões","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Armazenamento: para permitir anexar arquivos a notas e para permitir a sincronização do sistema de arquivos.","- Camera: to allow taking a picture and attaching it to a note.":"- Câmera: para permitir tirar fotos e anexar a uma nota.","- Location: to allow attaching geo-location information to a note.":"- Localização: para permitir anexar informações de geo-localização a uma nota.","Joplin website":"Site do Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login com Dropbox","Enter code here":"Enter code here","Master Key %s":"Chave Master %s","Created: %s":"Criado: %s","Password:":"Senha:","Password cannot be empty":"Senha não pode ser vazia","Enable":"Habilitar","The notebook could not be saved: %s":"O caderno não pôde ser salvo: %s","Edit notebook":"Editar caderno","Show all":"Exibir tudo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gravar alterações","Discard changes":"Descartar alterações","No item with ID %s":"Nenhum item com ID %s","The Joplin mobile app does not currently support this type of link: %s":"O app mobile do Joplin não suporta, atualmente, esse tipo de link: %s","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Take photo":"Tirar foto","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"Compartilhar","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Exibir metadados","View on map":"Ver no mapa","Go to source URL":"Ir para a URL de origem","Delete notebook":"Excluir caderno","Login with OneDrive":"Login com OneDrive","Search":"Procurar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Clique no botão (+) para criar uma nova nota ou caderno. Clique no menu lateral para acessar seus cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Você não possui cadernos. Crie um clicando no botão (+).","Welcome":"Bem-vindo"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Para eliminar uma tag, remova a tag das notas associadas a ela.","Please select the note or notebook to be deleted first.":"Por favor, primeiro, selecione a nota ou caderno a excluir.","Press Ctrl+D or type \"exit\" to exit the application":"Digite Ctrl+D ou \"exit\" para sair da aplicação","More than one item match \"%s\". Please narrow down your query.":"Mais que um item combinam com \"%s\". Por favor, refine sua pesquisa.","No notebook selected.":"Nenhum caderno selecionado.","No notebook has been specified.":"Nenhum caderno foi especificado.","Y":"S","n":"n","N":"N","y":"s","Cancelling background synchronisation... Please wait.":"Cancelando sincronização em segundo plano... Por favor, aguarde.","No such command: %s":"Não existe o comando: \"%s\"","The command \"%s\" is only available in GUI mode":"O comando \"%s\" está disponível somente em modo gráfico","Cannot change encrypted item":"Não pode mudar um item encriptado","Missing required argument: %s":"Argumento requerido faltando: %s","%s: %s":"%s: %s","Your choice: ":"Sua escolha: ","Invalid answer: %s":"Resposta inválida: %s","Attaches the given file to the note.":"Anexa o arquivo dado à nota.","Cannot find \"%s\".":"Não posso encontrar \"%s\".","Displays the given note.":"Exibe a nota informada.","Displays the complete information about note.":"Exibe a informação completa sobre a nota.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Obtém ou define um valor de configuração. Se [valor] não for fornecido, ele mostrará o valor de [nome]. Se nem [nome] nem [valor] forem fornecidos, ele listará a configuração atual.","Also displays unset and hidden config variables.":"Também exibe variáveis de configuração não definidas e ocultas.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplica as notas que correspondem a para o [caderno]. Se nenhum caderno for especificado, a nota será duplicada no caderno atual.","Marks a to-do as done.":"Marca uma tarefa como feita.","Note is not a to-do: \"%s\"":"Nota não é uma tarefa: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Gerencia a configuração E2EE. Os comandos são `enable`, `disable`, `decrypt`, `status` e `target-status`.","Enter master password:":"Entre a senha master:","Operation cancelled":"Operação cancelada","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Iniciando decriptação... Por favor aguarde, pois isso pode demorar vários minutos, dependendo de quanto há para decriptar.","Completed decryption.":"Decriptação completada.","Enabled":"Habilitado","Disabled":"Desabilitado","Encryption is: %s":"Encriptação está: %s","Edit note.":"Editar nota.","No text editor is defined. Please set it using `config editor `":"Nenhum editor de texto está definido. Defina-o usando o comando `config edit `","No active notebook.":"Nenhum caderno ativo.","Note does not exist: \"%s\". Create it?":"A nota não existe: \"%s\". Criar?","Starting to edit note. Close the editor to get back to the prompt.":"Começando a editar a nota. Feche o editor para voltar ao prompt.","Error opening note in editor: %s":"Erro ao abir a nota no editor: %s","Note has been saved.":"Nota gravada.","Exits the application.":"Sai da aplicação.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporta os dados do Joplin para o diretório informado. Por padrão, ele exportará o banco de dados completo, incluindo cadernos, notas, tags e recursos.","Destination format: %s":"Formato do destino: %s","Exports only the given note.":"Exporta apenas a nota fornecida.","Exports only the given notebook.":"Exporta apenas o caderno fornecido.","Displays a geolocation URL for the note.":"Exibe uma URL de geolocalização para a nota.","Displays usage information.":"Exibe informações de uso.","For information on how to customise the shortcuts please visit %s":"Para informações sobre como customizar os atalhos, por favor visite %s","Shortcuts are not available in CLI mode.":"Os atalhos não estão disponíveis no modo CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Digite `help [comando]` para obter mais informações sobre um comando; ou digite `help all` para informações completas de uso.","The possible commands are:":"Os comandos possíveis são:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"Em qualquer comando, uma nota ou caderno pode ser referenciado por título ou ID, ou usando os atalhos `$n` ou` $b` para, respectivamente, a nota ou caderno selecionado. `$c` pode ser usado para se referenciar ao item atualmente selecionado.","To move from one pane to another, press Tab or Shift+Tab.":"Para mover de um painel para outro, pressione Tab ou Shift + Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Use as setas e a Page Up/Page Down para rolar as listas e áreas de texto (incluindo este console).","To maximise/minimise the console, press \"tc\".":"Para maximizar / minimizar o console, pressione \"tc\".","To enter command line mode, press \":\"":"Para entrar no modo de linha de comando, pressione \":\"","To exit command line mode, press ESCAPE":"Para sair do modo de linha de comando, pressione o ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"Para a lista completa de atalhos de teclado disponíveis, digite `help keymap`","Imports data into Joplin.":"Importa dados para o Joplin.","Source format: %s":"Formato da origem: \"%s\"","Do not ask for confirmation.":"Não pedir confirmação.","Found: %d.":"Encontrado: %d.","Created: %d.":"Criado: %d.","Updated: %d.":"Atualizado: %d.","Skipped: %d.":"Ignorado: %d.","Resources: %d.":"Recursos: %d.","Tagged: %d.":"Tag adicionada: %d.","Importing notes...":"Importando notas ...","The notes have been imported: %s":"As notas foram importadas: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Exibe as notas no caderno atual. Use `ls /` para exibir a lista de cadernos.","Displays only the first top notes.":"Exibe apenas as primeiras notas.","Sorts the item by (eg. title, updated_time, created_time).":"Classifica o item por (ex.: title, update_time, created_time).","Reverses the sorting order.":"Inverte a ordem de classificação.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Exibe apenas os itens do(s) tipo(s) específico(s). Pode ser `n` para notas,` t` para tarefas, ou `nt` para notas e tarefas (por exemplo.` -tt` exibiria apenas os itens pendentes, enquanto `-ttd` exibiria notas e tarefas .","Either \"text\" or \"json\"":"Ou \"text\" ou \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Use o formato da lista longa. O formato é ID, NOTE_COUNT (para caderno), DATE, TODO_CHECKED (para tarefas), TITLE","Please select a notebook first.":"Por favor, selecione um caderno primeiro.","Creates a new notebook.":"Cria um novo caderno.","Creates a new note.":"Cria uma nova nota.","Notes can only be created within a notebook.":"As notas só podem ser criadas dentro de um caderno.","Creates a new to-do.":"Cria uma nova tarefa.","Moves the notes matching to [notebook].":"Move as notas correspondentes para [caderno].","Renames the given (note or notebook) to .":"Renomeia o dado (nota ou caderno) para .","Deletes the given notebook.":"Exclui o caderno informado.","Deletes the notebook without asking for confirmation.":"Exclui o caderno sem pedir confirmação.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Excluir o caderno? Todas as notas e sub-cadernos dentro deste também serão excluídas.","Deletes the notes matching .":"Exclui as notas correspondentes ao padrão .","Deletes the notes without asking for confirmation.":"Exclui as notas sem pedir confirmação.","%d notes match this pattern. Delete them?":"%d notas correspondem a este padrão. Apagar todos?","Delete note?":"Apagar nota?","Searches for the given in all the notes.":"Procura o padrão em todas as notas.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Define a propriedade da para o valor [value]. As propriedades possíveis são:\n\n%s","Displays summary about the notes and notebooks.":"Exibe sumário sobre as notas e cadernos.","Synchronises with remote storage.":"Sincroniza com o armazenamento remoto.","Sync to provided target (defaults to sync.target config value)":"Sincronizar para destino fornecido (p padrão é o valor de configuração sync.target)","Authentication was not completed (did not receive an authentication token).":"A autenticação não foi concluída (não recebeu um token de autenticação).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"Para permitir o Joplin sincronizar com o Dropbox, por favor, execute os seguintes passos:","Step 1: Open this URL in your browser to authorise the application:":"Passo 1: Abra essa URL em seu navegador para autorizar:","Step 2: Enter the code provided by Dropbox:":"Passo 2: Entre o código fornecido pelo Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Não autenticado com %s. Por favor, complete as credenciais que estiverem faltando.","Synchronisation is already in progress.":"A sincronização já está em andamento.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"O arquivo de bloqueio já está ativo. Se você sabe que nenhuma sincronização está ocorrendo, você pode excluir o arquivo de bloqueio em \"%s\" e retomar a operação.","Synchronisation target: %s (%s)":"Alvo de sincronização: %s (%s)","Cannot initialize synchroniser.":"Não é possível inicializar o sincronizador.","Starting synchronisation...":"Iniciando sincronização...","Downloading resources...":"Baixando os recursos...","Cancelling... Please wait.":"Cancelando... Aguarde."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `tag list` pode ser usado para listar todas as tags (use -l para opção longa).","Invalid command: \"%s\"":"Comando inválido: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" pode ser \"toggle\" ou \"clear\". Use \"toggle\" para alternar entre as tarefas entre o estado completo e incompleto (se o alvo for uma nota comum, ele será convertido em uma tarefa a fazer). Use \"clear\" para converter a tarefa em uma nota normal.","Marks a to-do as non-completed.":"Marca uma tarefa como não completada.","Switches to [notebook] - all further operations will happen within this notebook.":"Alterna para [caderno] - todas as operações adicionais acontecerão dentro deste caderno.","Displays version information":"Exibe informações da versão","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tipo: %s.","Possible values: %s.":"Valores possíveis: %s.","Default: %s":"Padrão: %s","Possible keys/values:":"Possíveis chaves/valores:","Type `joplin help` for usage information.":"Digite 'joplin help' para informações de uso.","Fatal error:":"Erro fatal:","The application has been authorised - you may now close this browser tab.":"O aplicativo foi autorizado - agora você pode fechar esta guia do navegador.","The application has been successfully authorised.":"O aplicativo foi autorizado com sucesso.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Abra a seguinte URL no seu navegador para autenticar o aplicativo. O aplicativo criará um diretório em \"Apps/Joplin\" e somente lerá e gravará arquivos neste diretório. Não terá acesso a nenhum arquivo fora deste diretório nem a nenhum outro dado pessoal. Nenhum dado será compartilhado com terceiros.","Search:":"Procurar:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bem-vindo ao Joplin!\n\nDigite `:help shortcuts` para obter a lista de atalhos de teclado, ou apenas `:help` para informações de utilização.\n\nPor exemplo, para criar um caderno digite `mb`; para criar uma nota, digite `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Um ou mais itens estão criptografados, e você pode precisar de informar uma senha master. Para fazer isso, por favor digite `e2ee decrypt`. Se você já forneceu a senha, os itens criptografados estão sendo decriptados em background e logo estarão disponíveis.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportando para \"%s\" com o formato \"%s\". Por favor, aguarde...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importando de \"%s\" com o formato \"%s\". Por favor, aguarde...","PDF File":"Arquivo PDF","File":"Arquivo","New note":"Nova nota","New to-do":"Nova tarefa","New notebook":"Novo caderno","Import":"Importar","Export":"Exportar","Print":"Imprimir","Hide %s":"Ocultar %s","Quit":"Sair","Edit":"Editar","Copy":"Copiar","Cut":"Cortar","Paste":"Colar","Select all":"Selecionar tudo","Bold":"Negrito","Italic":"Itálico","Insert Date Time":"Inserir Data e Hora","Edit in external editor":"Editar com editor externo","Search in all the notes":"Pesquisar em todas as notas","Search in current note":"Pesquisar na nota atual","View":"Visualizar","Toggle sidebar":"Alternar barra lateral","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"Opções do Web clipper","Encryption options":"Opções de Encriptação","General Options":"Opções Gerais","Help":"Ajuda","Website and documentation":"Website e documentação","Make a donation":"Fazer uma doação","Check for updates...":"Verificar atualizações...","About Joplin":"Sobre o Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Abrir %s","Exit":"Sair","OK":"OK","Cancel":"Cancelar","Current version is up-to-date.":"A versão atual está atualizada.","%s (pre-release)":"","An update is available, do you want to download it now?":"Uma atualização está disponível, você quer baixar agora?","Your version: v%s":"","New version: v%s":"","Yes":"Sim","No":"Não","Token has been copied to the clipboard!":"Token foi copiado para a \\u00e1rea de transfer\\u00eancia!","The web clipper service is enabled and set to auto-start.":"O serviço de web clipper está habilitado e configurado para auto-start.","Status: Started on port %d":"Status: Iniciado, na porta %d","Status: %s":"Status: %s","Disable Web Clipper Service":"Desabilitar serviço Web Clipper","The web clipper service is not enabled.":"O serviço de web clipper não está habilitado.","Enable Web Clipper Service":"Habilitar serviço Web Clipper","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"O serviço de Web Clipper do Joplin permite salvar páginas da web e screenshots do seu browser, no Joplin.","In order to use the web clipper, you need to do the following:":"Para usar o web clipper, você precisa fazer o seguinte:","Step 1: Enable the clipper service":"Passo 1: Habilitar o serviço do clipper","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Este serviço permite a extensão do browser se comunicat com o Joplin. Quando habilitar, talvez seu firewall peça que você conceda permissão ao Joplin para escutar determinada porta.","Step 2: Install the extension":"Passo 2: Instalar a extensão","Download and install the relevant extension for your browser:":"Baixe e instale a extensão relevante para seu browser:","Advanced options":"Mostrar opções avançadas","Authorisation token:":"Token de autoriza\\u00e7\\u00e3o:","Copy token":"Copira token","This authorisation token is only needed to allow third-party applications to access Joplin.":"Esse token de autoriza\\u00e7\\u00e3o só é necess\\u00e1rio para permitir que aplicativos de terceiros acessem o Joplin.","Check synchronisation configuration":"Verificar a configuração da sincronização","Notes and settings are stored in: %s":"Notas e configurações estão armazenadas em: %s","Apply":"Aplicar","Submit":"Enviar","Save":"Salvar","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Desabilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e enviados sem encriptação. Você quer continuar?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Habilitar a encriptação significa que *todas* as suas notas e anexos serão re-sincronizados e re-enviados com encriptação. Não perca sua senha, pois, por medidas de segurança, esse será o *único* modo de decriptar seus dados! Para habilitar a encriptação, por favor entre sua senha abaixo.","Disable encryption":"Desabilitar encriptação","Enable encryption":"Habilitar encriptação","Master Keys":"Chaves mestras","Active":"Ativar","ID":"ID","Source":"Origem","Created":"Criado","Updated":"Atualizado","Password":"Senha","Password OK":"Senha OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Noto: Apenas uma chave máster será usada para encriptação (a que estiver marcada como \"ativa\"). Qualquer uma das chaves pode ser usada para decriptação, dependendo de como as notas ou os cadernos foram encriptados originalmente.","Missing Master Keys":"Chaves Master faltando","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"As chaves master com essas IDs são usadas para encriptar alguns de seus itens, contudo a aplicação atualmente não tem acesso a elas. Provavelmente, elas serão baixadas via sincronização.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"Para mais informações sobre Encriptação ponto-a-ponto (E2EE) e recomendações sobre como habilitar, favor verificar a documentação:","Status":"Status","Encryption is:":"Encriptação está:","Back":"Voltar","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"O novo caderno \"%s\" será criado e o arquivo \"%s\" será importado para ele","Please create a notebook first.":"Primeiro, crie um caderno.","Please create a notebook first":"Primeiro, crie um caderno","Notebook title:":"Título do caderno:","Add or remove tags:":"Adicionar ou remover tags:","Separate each tag by a comma.":"Separe cada tag por vírgula.","Rename notebook:":"Renomear caderno:","Rename tag:":"Renomear tag:","Set alarm:":"Definir alarme:","Layout":"Layout","Search...":"Pesquisar...","Some items cannot be synchronised.":"Alguns itens não podem ser sincronizados.","View them now":"Visualizar agora","Some items cannot be decrypted.":"Alguns itens não podem ser decriptados.","Set the password":"Configurar a senha","Add or remove tags":"Adicionar ou remover tags","Duplicate":"Duplicar","%s - Copy":"%s - Copiar","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Switch to note type":"Alternar para o tipo Nota","Switch to to-do type":"Alternar para o tipo Tarefa","Copy Markdown link":"Copiar link de Markdown","Delete":"Excluir","Delete notes?":"Excluir notas?","No notes in here. Create one by clicking on \"New note\".":"Não há notas aqui. Crie uma, clicando em \"Nova nota\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Atualmente, não há cadernos. Crie um, clicando em \"Novo caderno\".","Location":"Localização","URL":"URL","Note properties":"Propriedades da nota","Open...":"Abrir...","This file could not be opened: %s":"Este arquivo não pôde ser aberto: %s","Save as...":"Salvar como...","Copy path to clipboard":"Copiar caminho para a área de transferência","Copy Link Address":"Copiar endereço do link","This attachment is not downloaded or not decrypted yet.":"O anexo ainda não foi baixado ou decriptado.","Unsupported link or message: %s":"Link ou mensagem não suportada: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Esta nota não possui conteúdo. Clique em \"%s\" para alternar para o editor, e edite a nota.","Only one note can be printed or exported to PDF at a time.":"","strong text":"texto forte","emphasized text":"texto enfatizado","List item":"Listar item","Insert Hyperlink":"Inserir Hiperlink","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","In: %s":"Em: %s","Hyperlink":"Hiperlink","Code":"Código","Numbered List":"Lista numerada","Bulleted List":"Lista com bullets","Checkbox":"Checkbox","Heading":"Cabeçalho","Horizontal Rule":"Régua horizontal","Click to stop external editing":"Clique para encerrar edição externa","Watching...":"Observando alterações...","to-do":"tarefa","note":"nota","Creating new %s...":"Criando novo %s...","Refresh":"Atualizar","Clear":"Limpar (clear)","OneDrive Login":"Login no OneDrive","Dropbox Login":"Login no Dropbox","Options":"Opções","Synchronisation Status":"Status de sincronização","Encryption Options":"Opções de Encriptação","Clipper Options":"Opções do clipper","Remove this tag from all the notes?":"Remover esta tag de todas as notas?","Remove this search from the sidebar?":"Remover essa pesquisa da barra lateral?","Rename":"Renomear","Synchronise":"Sincronizar","Notebooks":"Cadernos","Decrypting items: %d/%d":"Decriptando itens: %d/%d","Fetching resources: %d":"Buscando recursos: %d","Please select where the sync status should be exported to":"Favor selecionar o local para onde o status de sincronia deveria ser exportado","Usage: %s":"Uso: %s","Unknown flag: %s":"Flag desconhecido: %s","Dropbox":"Dropbox","File system":"Sistema de arquivos","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (apenas para testes)","WebDAV":"WebDAV","Unknown log level: %s":"Nível de log desconhecido: %s","Unknown level ID: %s":"Nível ID desconhecido: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Não é possível atualizar token: faltam dados de autenticação. Iniciar a sincronização novamente pode corrigir o problema.","Untitled":"Sem título","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Não foi possível sincronizar com o OneDrive.\n\nEste erro geralmente acontece ao usar o OneDrive for Business, que infelizmente não pode ser suportado.\n\nConsidere usar uma conta regular do OneDrive.","Cannot access %s":"Não é possível acessar %s","Created local items: %d.":"Itens locais criados: %d.","Updated local items: %d.":"Itens locais atualizados: %d.","Created remote items: %d.":"Itens remotos criados: %d.","Updated remote items: %d.":"Itens remotos atualizados: %d.","Deleted local items: %d.":"Itens locais excluídos: %d.","Deleted remote items: %d.":"Itens remotos excluídos: %d.","Fetched items: %d/%d.":"Itens pesquisados: %d/%d.","Cancelling...":"Cancelando...","Completed: %s":"Completado: %s","Last error: %s":"Último erro: %s","Idle":"Inativo","In progress":"Em andamento","Synchronisation is already in progress. State: %s":"Sincronização já em andamento. Estado: %s","Encrypted":"Encriptado","Encrypted items cannot be modified":"Itens encriptados não podem ser modificados","Conflicts":"Conflitos","Cannot move notebook to this location":"Não é possível mover a nota para este local","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","title":"título","updated date":"data de atualização","created date":"data de criação","This note does not have geolocation information.":"Esta nota não possui informações de geolocalização.","Cannot copy note to \"%s\" notebook":"Não é possível copiar a nota para o caderno \"%s\"","Cannot move note to \"%s\" notebook":"Não é possível mover a nota para o caderno \"%s\"","Language":"Idioma","Date format":"Formato de data","Time format":"Formato de hora","Theme":"Tema","Light":"Light","Dark":"Dark","Uncompleted to-dos on top":"Mostrar tarefas incompletas no topo","Show completed to-dos":"Mostrar tarefas completas","Sort notes by":"Ordenar notas por","Reverse sort order":"Inverter ordem de classificação","Save geo-location with notes":"Salvar geolocalização com notas","When creating a new to-do:":"Quando criar uma nova tarefa:","Focus title":"Foco no título","Focus body":"Focar no corpo","When creating a new note:":"Quando criar uma nota nova:","Show tray icon":"Exibir tray icon","Note: Does not work in all desktop environments.":"Nota: não funciona em todos os ambientes de desktop.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"Isso irá permitir que o Joplin continue sendo executado em segundo plano. É recomendado que você habilita essa configuração para que suas notas sejamconstantemente sincronizadas, de modo a reduzir as chances de conflitos.","Start application minimised in the tray icon":"Iniciar aplicativo minimizado na barra de tarefas","Global zoom percentage":"Porcentagem global do zoom","Editor font size":"Tamanho da fonte no Editor","Editor font family":"Família de fontes do editor","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Deve ser uma fonte *monospace\" ou não vai funcionar direito. Se a fonte estiver incorreta ou vazia, será usada uma fonte genérica monospace default.","Automatically update the application":"Atualizar automaticamente o aplicativo","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","Text editor command":"Comando do editor de texto","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O comando do editor (pode incluir argumentos) que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","Show advanced options":"Mostrar opções avançadas","Synchronisation target":"Alvo de sincronização","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"O alvo para onde sincronizar. Cada alvo pode ter parâmetros adicionais que são nomeados como `sync.NUM.NAME` (todos documentados abaixo).","Directory to synchronise with (absolute path)":"Diretório para sincronizar (caminho absoluto)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"O caminho para sincronizar, quando a sincronização do sistema de arquivos está habilitada. Veja `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"Atenção: Se você modificar esse local, tenha certeza de copiar todo o seu conteúdo para lá antes de sincronizar, do contrário todos os seus arquivos serão removidos! Veja o FAQ para mais detalhes: %s","Nextcloud username":"Usuário da Nextcloud","Nextcloud password":"Senha da Nextcloud","WebDAV URL":"WebDAV URL","WebDAV username":"Usuário do WebDAV","WebDAV password":"Senha do WebDAV","Custom TLS certificates":"Certificados TLS customizados","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Lista de caminhos para diretórios, separados por vírgula, de onde carregar os certificados, ou caminhos para arquivos cert. Por exemplo, /my/cert_dir, /other/custom.pem. Note que se você fizer mudanças nas configurações de TLS, você tem que salvar as mudanças antes de clicar em \"Verificar a configuração da sincronização\".","Ignore TLS certificate errors":"Ignorar erros de certificados TLS","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","The tag \"%s\" already exists. Please choose a different name.":"A tag \"%s\" já existe. Escolha um nome diferente.","Joplin Export File":"Arquivo de Exportação do Joplin","Markdown":"Markdown","Joplin Export Directory":"Diretório de Exportação do Joplin","Evernote Export File":"Arquivo de Exportação do Evernote","Json Export Directory":"Diretório de Exportação JSON","Directory":"Diretório","Cannot load \"%s\" module for format \"%s\"":"Não é possível carregar o módulo \"%s\" para o formato \"%s\"","Please specify import format for %s":"Favor especificar o formato de importação para %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Este item atualmente está encriptado: %s \"%s\". Favor aguardar que todos os itens sejam decriptados e tente novamente.","There is no data to export.":"Não há dados a exportar.","Please specify the notebook where the notes should be imported to.":"Por favor, especifique o caderno para onde as notas deveriam ser importadas.","Items that cannot be synchronised":"Os itens não podem ser sincronizados","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Estes itens continuarão no dispositivo mas não serão enviados ao alvo de sincronização. Para encontrar esses itens, ou pesquise pelo título ou pelo ID (que é exibido nos colchetes acima)","Sync status (synced items / total items)":"Status de sincronização (sincronizados / totais)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"Em conflito: %d","To delete: %d":"Para excluir: %d","Folders":"Pastas","%s: %d notes":"%s: %d notas","Coming alarms":"Próximos alarmes","On %s: %s":"Em %s: %s","Permission to use camera":"Permissão para utilizar sua c\\u00e2mera","Your permission to use your camera is required.":"É necessária a sua permissão para utilizar sua c\\u00e2mera.","There are currently no notes. Create one by clicking on the (+) button.":"Atualmente, não há notas. Crie uma, clicando no botão (+).","Delete these notes?":"Excluir estas notas?","Log":"Log","Export Debug Report":"Exportar Relatório de Debug","Encryption Config":"Configuração de Encriptação","Configuration":"Configuração","Move to notebook...":"Mover para o caderno...","Move %d notes to notebook \"%s\"?":"Mover %d notas para o caderno \"%s\"?","Press to set the decryption password.":"Pressione para configurar a senha de decriptação.","Clear alarm":"Limpar alarme","Save alarm":"Salvar alarme","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","Checking... Please wait.":"Verificando... Por favor aguarde.","Success! Synchronisation configuration appears to be correct.":"Sucesso! A configuração da sincronização parece estar correta.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"Erro. Verifique se a URL, nome de usuário, senha, etc., estão corretos e tenha certeza que o destino da sincronização está acessível. O erro reportado foi:","The application has been authorised!":"O aplicativo foi autorizado!","Could not authorise application:\n\n%s\n\nPlease try again.":"Não foi possível autorizar o aplicativo:\n\n%s\n\nPor favor tente novamente.","Decrypted items: %s / %s":"Itens decriptados: %s / %s","New tags:":"Novas tags:","Type new tags or select from list":"Digite novsa tags, ou selecione da lista","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"Para funcionar corretamente, o app precisa das seguintes permissões. Por favor, habilite-as nas configurações do seu telefone, em Apps >Joplin > Permissões","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Armazenamento: para permitir anexar arquivos a notas e para permitir a sincronização do sistema de arquivos.","- Camera: to allow taking a picture and attaching it to a note.":"- Câmera: para permitir tirar fotos e anexar a uma nota.","- Location: to allow attaching geo-location information to a note.":"- Localização: para permitir anexar informações de geo-localização a uma nota.","Joplin website":"Site do Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login com Dropbox","Enter code here":"Enter code here","Master Key %s":"Chave Master %s","Created: %s":"Criado: %s","Password:":"Senha:","Password cannot be empty":"Senha não pode ser vazia","Enable":"Habilitar","The notebook could not be saved: %s":"O caderno não pôde ser salvo: %s","Edit notebook":"Editar caderno","Show all":"Exibir tudo","Errors only":"Somente erros","This note has been modified:":"Esta nota foi modificada:","Save changes":"Gravar alterações","Discard changes":"Descartar alterações","No item with ID %s":"Nenhum item com ID %s","The Joplin mobile app does not currently support this type of link: %s":"O app mobile do Joplin não suporta, atualmente, esse tipo de link: %s","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Take photo":"Tirar foto","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"Compartilhar","Convert to note":"Converter para nota","Convert to todo":"Converter para tarefa","Hide metadata":"Ocultar metadados","Show metadata":"Exibir metadados","View on map":"Ver no mapa","Go to source URL":"Ir para a URL de origem","Delete notebook":"Excluir caderno","Login with OneDrive":"Login com OneDrive","Search":"Procurar","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Clique no botão (+) para criar uma nova nota ou caderno. Clique no menu lateral para acessar seus cadernos existentes.","You currently have no notebook. Create one by clicking on (+) button.":"Você não possui cadernos. Crie um clicando no botão (+).","Welcome":"Bem-vindo"} \ No newline at end of file diff --git a/ReactNativeClient/locales/ro.json b/ReactNativeClient/locales/ro.json index bd9b068ff..8dd5343af 100644 --- a/ReactNativeClient/locales/ro.json +++ b/ReactNativeClient/locales/ro.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Pentru a șterge o eticheta, ștergeți eticheta respectivă din cadrul notițelor aferente.","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"Apăsați Ctrl+D ori scrieți \"exit\" pentru a ieși din aplicație","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"Niciun caiet de notițe nu a fost selectat.","No notebook has been specified.":"Niciun caiet de notițe nu a fost specificat.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"","No such command: %s":"Nu există o asemenea comandă: %s","The command \"%s\" is only available in GUI mode":"Comanda \"%s\" este disponibilă doar în modul GUI","Cannot change encrypted item":"Nu se poate schimba itemul criptat","Missing required argument: %s":"Lipsește argumentul necesar: %s","%s: %s":"%s: %s","Your choice: ":"Alegerea dumneavoastră: ","Invalid answer: %s":"Răspuns invalid: %s","Attaches the given file to the note.":"Atașează fișierul în notiță.","Cannot find \"%s\".":"Nu poate fi găsit \"%s\".","Displays the given note.":"","Displays the complete information about note.":"Afișează informațiile complete despre notiță.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"Marcați o sarcină ca fiind terminată.","Note is not a to-do: \"%s\"":"Notița nu este o sarcină: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"Operațiunea a fost amânată","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"Decriptare completă.","Enabled":"Activat","Disabled":"Dezactivat","Encryption is: %s":"Criptarea este: %s","Edit note.":"Editează notiță.","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"Niciun caiet de notițe activ.","Note does not exist: \"%s\". Create it?":"Notița nu există: \"%s\". Doriți să o creați?","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"Eroare deschidere notiță în editor: %s","Note has been saved.":"Notița a fost salvată.","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"Format la destinație: %s","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"Afișați informațiile de utilizare.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Scurtăturile nu sunt disponibile în modul CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"Comenzile posibile sunt:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Pentru a vă muta dintr-un panou în altul, apăsați Tab ori Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"Pentru a maximiza/minimiza consola, apăsați \"tc\".","To enter command line mode, press \":\"":"Pentru a intra în linia de comandă, apăsați \":\"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"Importați date în Joplin.","Source format: %s":"Formatul sursei: %s","Do not ask for confirmation.":"","Found: %d.":"Găsit: %d.","Created: %d.":"Creat: %d.","Updated: %d.":"Actualizat: %d.","Skipped: %d.":"Sărite: %d.","Resources: %d.":"Resurse: %d.","Tagged: %d.":"Etichetate: %d.","Importing notes...":"Se importă notițe...","The notes have been imported: %s":"Notițele au fost importante: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"Inversează ordinea sortării.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"Fie \"text\", fie \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"Selectați prima dată un caiet de notițe.","Creates a new notebook.":"Creați caiet de notițe.","Creates a new note.":"Creați o nouă notiță.","Notes can only be created within a notebook.":"Notițele pot fi create numai în cadrul unui caiet de notițe.","Creates a new to-do.":"Creează o nouă sarcină.","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"Șterge caietele de notițe fără a mai cere confirmarea.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"Ștergeți notița?","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"Pasul 1: Deschideți adresa URL în navigatorul dumneavoastră web pentru a autoriza aplicația:","Step 2: Enter the code provided by Dropbox:":"Pasul 2: Introduceți codul oferit de Dropbox:","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sincronizarea este deja în progres.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"Nu se poate inițializa sincronizatorul.","Starting synchronisation...":"Se începe sincronizarea...","Downloading resources...":"","Cancelling... Please wait.":"Se anulează... Vă rugăm să așteptați."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":"Comandă invalidă: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"Marcați o sarcină ca fiind necompletă.","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"Afișează informații despre versiune","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tip: %s.","Possible values: %s.":"Valori posibile: %s.","Default: %s":"Modul implicit: %s","Possible keys/values:":"Posibile chei/valori:","Type `joplin help` for usage information.":"Tastați `joplin help` pentru informații de utilizare.","Fatal error:":"Eroare fatală:","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"Căutați:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bine ați venit în Joplin!\n\nTastați `:help shortcuts` pentru afișarea listei scurtăturilor for ori doar `:help` pentru informații de utilizare.\n\nDe exemplu, creați un caiet de notițe apăsând 'mb'; pentru a crea o notă apăsați 'mn'.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"Se exportă către \"%s\" în format \"%s\". Vă rugăm să așteotați...","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"Fișier PDF","File":"Fișier","New note":"Adăugați o nouă notiță","New to-do":"Adăugați o nouă sarcină","New notebook":"Adăugați un nou caiet de notițe","Import":"Importați","Export":"Exportați","Print":"Printați","Hide %s":"Ascundeți %s","Quit":"Ieșiți","Edit":"Editați","Copy":"Copiați","Cut":"Tăiați","Paste":"Lipește","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"Editați într-un editor extern","Search in all the notes":"Căutați în toate notițele","Search in current note":"Search in current note","View":"Vizualizați","Toggle sidebar":"","Toggle editor layout":"","Tools":"Unelte","Synchronisation status":"Statusul sincronizării","Web clipper options":"","Encryption options":"Opțiuni de criptare","General Options":"Opțiuni Generale","Help":"Ajutor","Website and documentation":"Website și documentație","Make a donation":"Faceți o donație","Check for updates...":"Verificați actualizările...","About Joplin":"Despre Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Deschideți %s","Exit":"Ieșiți","OK":"OK","Cancel":"Anulați","Current version is up-to-date.":"Versiunea curentă este actualizată.","An update is available, do you want to download it now?":"","Yes":"Da","No":"Nu","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Dezactivați Web Clipper Service","The web clipper service is not enabled.":"","Enable Web Clipper Service":"Activați Web Clipper Service","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Pasul 2: Instalați extensia","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"Aplicați","Submit":"","Save":"Salvați","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"Dezactivați criptarea","Enable encryption":"Activați criptarea","Master Keys":"","Active":"Activ","ID":"ID","Source":"Sursă","Created":"Creat","Updated":"Actualizat","Password":"Parolă","Password OK":"Parolă OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Criptarea este:","Back":"Înapoi","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"Creați un caiet de sarcini prima dată.","Please create a notebook first":"Creați un caiet de sarcini prima dată","Notebook title:":"Titlul caietului de notițe:","Add or remove tags:":"Adăugați ori eliminați etichete:","Separate each tag by a comma.":"Separați fiecare etichetă printr-o virgulă.","Rename notebook:":"Redenumiți caietul de notițe:","Rename tag:":"Redenumiți eticheta:","Set alarm:":"Setați alarma:","Layout":"","Search...":"Caută...","Some items cannot be synchronised.":"Câțiva itemi nu pot fi sincronizați.","View them now":"Vizualizați-le acum","Some items cannot be decrypted.":"Câțiva itemi nu pot fi descriptați.","Set the password":"Setați parola","Add or remove tags":"Adăugați ori eliminați etichete","Duplicate":"Duplicați","%s - Copy":"%s - Copiați","Switch between note and to-do type":"Schimbați între notiță și sarcină","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiați link-ul Markdown","Delete":"Ștergeți","Delete notes?":"Ștergeți notițele?","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"Deschideți...","This file could not be opened: %s":"Acest fișier nu a putut fi deschis: %s","Save as...":"Salvați ca...","Copy path to clipboard":"Copiați locația în clipboard","Copy Link Address":"Copați adresa link-ului","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","strong text":"","emphasized text":"","List item":"Listați item","Insert Hyperlink":"Introduceți hyperlink","Attach file":"Atașați fișier","Tags":"Etichete","Set alarm":"Setați alarma","In: %s":"În: %s","Hyperlink":"Hyperlink","Code":"Cod","Numbered List":"Listă numerotată","Bulleted List":"Listă cu puncte","Checkbox":"Căsuță","Heading":"","Horizontal Rule":"Linie orizontală","Click to stop external editing":"Faceți click pentru a opri editarea în aplicația externă","Watching...":"","to-do":"sarcină","note":"notiță","Creating new %s...":"Se crează un %s...","Refresh":"Reîncărcați","Clear":"","OneDrive Login":"Autentificare OneDrive","Dropbox Login":"Autentificare Dropbox","Options":"Opțiuni","Synchronisation Status":"Statutul sincronizării","Encryption Options":"Opțiuni de criptare","Clipper Options":"Opțiuni Clipper","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"Redenumiți","Synchronise":"Sincronizați","Notebooks":"Caiete de notițe","Decrypting items: %d/%d":"Se decriptează itemi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Utilizare: %s","Unknown flag: %s":"","Dropbox":"Dropbox","File system":"","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Doar pentru teste)","WebDAV":"WebDAV","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"Fără denumire","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"Nu se poate accesa %s","Created local items: %d.":"Creare itemi locali: %d.","Updated local items: %d.":"Itemi locali actualizați: %d.","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"Itemi locali șterși: %d.","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"Se amână...","Completed: %s":"Completat: %s","Last error: %s":"Ultima eroare: %s","Idle":"","In progress":"În progres","Synchronisation is already in progress. State: %s":"","Encrypted":"Criptat","Encrypted items cannot be modified":"Itemii criptați nu pot fi editați","Conflicts":"Conflicte","Cannot move notebook to this location":"Nu se poate muta caietul de notițe în această locație","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"titlu","updated date":"data actualizării","created date":"data creării","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"Nu se poate copia notița în caietul de notițe \"%s\"","Cannot move note to \"%s\" notebook":"Nu se poate muta notița în caietul de notițe \"%s\"","Language":"Limbă","Date format":"Format dată","Time format":"Format timp","Theme":"Temă","Light":"Deschisă","Dark":"Închisă","Uncompleted to-dos on top":"","Show completed to-dos":"Arătați sarcinile terminate","Sort notes by":"Sortați notițele după","Reverse sort order":"Inversați ordinea sortării","Save geo-location with notes":"Salvați geo-locația în notițe","When creating a new to-do:":"Când este creată o nouă sarcină:","Focus title":"","Focus body":"","When creating a new note:":"Când este creată o nouă notiță:","Show tray icon":"Afișați iconița coșul de gunoi","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Actualizați automat aplicația","Synchronisation interval":"Intervalul de sincronizare","%d minutes":"%d minute","%d hour":"%d oră","%d hours":"%d ore","Text editor command":"Comandă editor de text","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"Afișați opțiunile avansate","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"URL NextCloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nume utilizator Nextcloud","Nextcloud password":"Parolă Nextcloud","WebDAV URL":"URL-ul WebDAV","WebDAV username":"Nume utilizator WebDAV","WebDAV password":"Parolă WebDAV","Custom TLS certificates":"Certificate TLS cusomizate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"Ignoră erorile de certificat TLS","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"Markdown","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"Nu există date de exportat.","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"Itemii nu pot fi sincronizați","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"În conflict: %d","To delete: %d":"De șters: %d","Folders":"","%s: %d notes":"%s: %d notițe","Coming alarms":"Alarmele următoare","On %s: %s":"Pe %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"Ștergeți aceste notițe?","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"Configurare","Move to notebook...":"Mutați în caietul de notițe...","Move %d notes to notebook \"%s\"?":"Mutați %d notițe în caietul de notițe \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Salvați alarma","Select date":"Selectați data","Confirm":"Confirmați","Cancel synchronisation":"Amânați sincronizarea","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etichete noi:","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Website Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Autentificați-vă cu Dropbox","Enter code here":"","Master Key %s":"","Created: %s":"Creat: %s","Password:":"Parolă:","Password cannot be empty":"Parolă nu poate fi un câmp gol","Enable":"Activați","The notebook could not be saved: %s":"Caietul de notițe nu a puut fi salvat: %s","Edit notebook":"Editați caietul de notițe","Show all":"Afișați tot","Errors only":"Doar erori","This note has been modified:":"Această notiță a fost modificată:","Save changes":"Salvați schimbările","Discard changes":"Renunțați la schimbări","No item with ID %s":"Niciun item cu ID-ul %s","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"Take photo","Attach photo":"Atașează imagine","Attach any file":"Atașați orice fișier","Share":"Distribuie","Convert to note":"","Convert to todo":"","Hide metadata":"Ascundeți metadatele","Show metadata":"Afișați metadatele","View on map":"Vizualizați pe hartă","Go to source URL":"","Delete notebook":"Ștergeți caiet de notițe","Login with OneDrive":"Autentificare prin OneDrive","Search":"Caută","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"Nu aveți niciun caiet de notițe creat. Creați unul făcând click pe butonnul (+).","Welcome":"Bine ați venit"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Pentru a șterge o eticheta, ștergeți eticheta respectivă din cadrul notițelor aferente.","Please select the note or notebook to be deleted first.":"","Press Ctrl+D or type \"exit\" to exit the application":"Apăsați Ctrl+D ori scrieți \"exit\" pentru a ieși din aplicație","More than one item match \"%s\". Please narrow down your query.":"","No notebook selected.":"Niciun caiet de notițe nu a fost selectat.","No notebook has been specified.":"Niciun caiet de notițe nu a fost specificat.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"","No such command: %s":"Nu există o asemenea comandă: %s","The command \"%s\" is only available in GUI mode":"Comanda \"%s\" este disponibilă doar în modul GUI","Cannot change encrypted item":"Nu se poate schimba itemul criptat","Missing required argument: %s":"Lipsește argumentul necesar: %s","%s: %s":"%s: %s","Your choice: ":"Alegerea dumneavoastră: ","Invalid answer: %s":"Răspuns invalid: %s","Attaches the given file to the note.":"Atașează fișierul în notiță.","Cannot find \"%s\".":"Nu poate fi găsit \"%s\".","Displays the given note.":"","Displays the complete information about note.":"Afișează informațiile complete despre notiță.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"","Also displays unset and hidden config variables.":"","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"","Marks a to-do as done.":"Marcați o sarcină ca fiind terminată.","Note is not a to-do: \"%s\"":"Notița nu este o sarcină: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"","Enter master password:":"","Operation cancelled":"Operațiunea a fost amânată","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"","Completed decryption.":"Decriptare completă.","Enabled":"Activat","Disabled":"Dezactivat","Encryption is: %s":"Criptarea este: %s","Edit note.":"Editează notiță.","No text editor is defined. Please set it using `config editor `":"","No active notebook.":"Niciun caiet de notițe activ.","Note does not exist: \"%s\". Create it?":"Notița nu există: \"%s\". Doriți să o creați?","Starting to edit note. Close the editor to get back to the prompt.":"","Error opening note in editor: %s":"Eroare deschidere notiță în editor: %s","Note has been saved.":"Notița a fost salvată.","Exits the application.":"","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"","Destination format: %s":"Format la destinație: %s","Exports only the given note.":"","Exports only the given notebook.":"","Displays a geolocation URL for the note.":"","Displays usage information.":"Afișați informațiile de utilizare.","For information on how to customise the shortcuts please visit %s":"","Shortcuts are not available in CLI mode.":"Scurtăturile nu sunt disponibile în modul CLI.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"","The possible commands are:":"Comenzile posibile sunt:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"","To move from one pane to another, press Tab or Shift+Tab.":"Pentru a vă muta dintr-un panou în altul, apăsați Tab ori Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"","To maximise/minimise the console, press \"tc\".":"Pentru a maximiza/minimiza consola, apăsați \"tc\".","To enter command line mode, press \":\"":"Pentru a intra în linia de comandă, apăsați \":\"","To exit command line mode, press ESCAPE":"","For the list of keyboard shortcuts and config options, type `help keymap`":"","Imports data into Joplin.":"Importați date în Joplin.","Source format: %s":"Formatul sursei: %s","Do not ask for confirmation.":"","Found: %d.":"Găsit: %d.","Created: %d.":"Creat: %d.","Updated: %d.":"Actualizat: %d.","Skipped: %d.":"Sărite: %d.","Resources: %d.":"Resurse: %d.","Tagged: %d.":"Etichetate: %d.","Importing notes...":"Se importă notițe...","The notes have been imported: %s":"Notițele au fost importante: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"","Displays only the first top notes.":"","Sorts the item by (eg. title, updated_time, created_time).":"","Reverses the sorting order.":"Inversează ordinea sortării.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"","Either \"text\" or \"json\"":"Fie \"text\", fie \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"","Please select a notebook first.":"Selectați prima dată un caiet de notițe.","Creates a new notebook.":"Creați caiet de notițe.","Creates a new note.":"Creați o nouă notiță.","Notes can only be created within a notebook.":"Notițele pot fi create numai în cadrul unui caiet de notițe.","Creates a new to-do.":"Creează o nouă sarcină.","Moves the notes matching to [notebook].":"","Renames the given (note or notebook) to .":"","Deletes the given notebook.":"","Deletes the notebook without asking for confirmation.":"Șterge caietele de notițe fără a mai cere confirmarea.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","Deletes the notes matching .":"","Deletes the notes without asking for confirmation.":"","%d notes match this pattern. Delete them?":"","Delete note?":"Ștergeți notița?","Searches for the given in all the notes.":"","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"","Displays summary about the notes and notebooks.":"","Synchronises with remote storage.":"","Sync to provided target (defaults to sync.target config value)":"","Authentication was not completed (did not receive an authentication token).":"","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"Pasul 1: Deschideți adresa URL în navigatorul dumneavoastră web pentru a autoriza aplicația:","Step 2: Enter the code provided by Dropbox:":"Pasul 2: Introduceți codul oferit de Dropbox:","Not authentified with %s. Please provide any missing credentials.":"","Synchronisation is already in progress.":"Sincronizarea este deja în progres.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"","Synchronisation target: %s (%s)":"","Cannot initialize synchroniser.":"Nu se poate inițializa sincronizatorul.","Starting synchronisation...":"Se începe sincronizarea...","Downloading resources...":"","Cancelling... Please wait.":"Se anulează... Vă rugăm să așteptați."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":"","Invalid command: \"%s\"":"Comandă invalidă: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":"","Marks a to-do as non-completed.":"Marcați o sarcină ca fiind necompletă.","Switches to [notebook] - all further operations will happen within this notebook.":"","Displays version information":"Afișează informații despre versiune","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Tip: %s.","Possible values: %s.":"Valori posibile: %s.","Default: %s":"Modul implicit: %s","Possible keys/values:":"Posibile chei/valori:","Type `joplin help` for usage information.":"Tastați `joplin help` pentru informații de utilizare.","Fatal error:":"Eroare fatală:","The application has been authorised - you may now close this browser tab.":"","The application has been successfully authorised.":"","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"","Search:":"Căutați:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Bine ați venit în Joplin!\n\nTastați `:help shortcuts` pentru afișarea listei scurtăturilor for ori doar `:help` pentru informații de utilizare.\n\nDe exemplu, creați un caiet de notițe apăsând 'mb'; pentru a crea o notă apăsați 'mn'.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"Se exportă către \"%s\" în format \"%s\". Vă rugăm să așteotați...","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"Fișier PDF","File":"Fișier","New note":"Adăugați o nouă notiță","New to-do":"Adăugați o nouă sarcină","New notebook":"Adăugați un nou caiet de notițe","Import":"Importați","Export":"Exportați","Print":"Printați","Hide %s":"Ascundeți %s","Quit":"Ieșiți","Edit":"Editați","Copy":"Copiați","Cut":"Tăiați","Paste":"Lipește","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"Editați într-un editor extern","Search in all the notes":"Căutați în toate notițele","Search in current note":"Search in current note","View":"Vizualizați","Toggle sidebar":"","Toggle editor layout":"","Tools":"Unelte","Synchronisation status":"Statusul sincronizării","Web clipper options":"","Encryption options":"Opțiuni de criptare","General Options":"Opțiuni Generale","Help":"Ajutor","Website and documentation":"Website și documentație","Make a donation":"Faceți o donație","Check for updates...":"Verificați actualizările...","About Joplin":"Despre Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Deschideți %s","Exit":"Ieșiți","OK":"OK","Cancel":"Anulați","Current version is up-to-date.":"Versiunea curentă este actualizată.","%s (pre-release)":"","An update is available, do you want to download it now?":"","Your version: v%s":"","New version: v%s":"","Yes":"Da","No":"Nu","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Dezactivați Web Clipper Service","The web clipper service is not enabled.":"","Enable Web Clipper Service":"Activați Web Clipper Service","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Pasul 2: Instalați extensia","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Apply":"Aplicați","Submit":"","Save":"Salvați","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"","Disable encryption":"Dezactivați criptarea","Enable encryption":"Activați criptarea","Master Keys":"","Active":"Activ","ID":"ID","Source":"Sursă","Created":"Creat","Updated":"Actualizat","Password":"Parolă","Password OK":"Parolă OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"","Missing Master Keys":"","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Criptarea este:","Back":"Înapoi","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"","Please create a notebook first.":"Creați un caiet de sarcini prima dată.","Please create a notebook first":"Creați un caiet de sarcini prima dată","Notebook title:":"Titlul caietului de notițe:","Add or remove tags:":"Adăugați ori eliminați etichete:","Separate each tag by a comma.":"Separați fiecare etichetă printr-o virgulă.","Rename notebook:":"Redenumiți caietul de notițe:","Rename tag:":"Redenumiți eticheta:","Set alarm:":"Setați alarma:","Layout":"","Search...":"Caută...","Some items cannot be synchronised.":"Câțiva itemi nu pot fi sincronizați.","View them now":"Vizualizați-le acum","Some items cannot be decrypted.":"Câțiva itemi nu pot fi descriptați.","Set the password":"Setați parola","Add or remove tags":"Adăugați ori eliminați etichete","Duplicate":"Duplicați","%s - Copy":"%s - Copiați","Switch between note and to-do type":"Schimbați între notiță și sarcină","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copiați link-ul Markdown","Delete":"Ștergeți","Delete notes?":"Ștergeți notițele?","No notes in here. Create one by clicking on \"New note\".":"","There is currently no notebook. Create one by clicking on \"New notebook\".":"","Location":"","URL":"","Note properties":"","Open...":"Deschideți...","This file could not be opened: %s":"Acest fișier nu a putut fi deschis: %s","Save as...":"Salvați ca...","Copy path to clipboard":"Copiați locația în clipboard","Copy Link Address":"Copați adresa link-ului","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"Listați item","Insert Hyperlink":"Introduceți hyperlink","Attach file":"Atașați fișier","Tags":"Etichete","Set alarm":"Setați alarma","In: %s":"În: %s","Hyperlink":"Hyperlink","Code":"Cod","Numbered List":"Listă numerotată","Bulleted List":"Listă cu puncte","Checkbox":"Căsuță","Heading":"","Horizontal Rule":"Linie orizontală","Click to stop external editing":"Faceți click pentru a opri editarea în aplicația externă","Watching...":"","to-do":"sarcină","note":"notiță","Creating new %s...":"Se crează un %s...","Refresh":"Reîncărcați","Clear":"","OneDrive Login":"Autentificare OneDrive","Dropbox Login":"Autentificare Dropbox","Options":"Opțiuni","Synchronisation Status":"Statutul sincronizării","Encryption Options":"Opțiuni de criptare","Clipper Options":"Opțiuni Clipper","Remove this tag from all the notes?":"","Remove this search from the sidebar?":"","Rename":"Redenumiți","Synchronise":"Sincronizați","Notebooks":"Caiete de notițe","Decrypting items: %d/%d":"Se decriptează itemi: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"","Usage: %s":"Utilizare: %s","Unknown flag: %s":"","Dropbox":"Dropbox","File system":"","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Doar pentru teste)","WebDAV":"WebDAV","Unknown log level: %s":"","Unknown level ID: %s":"","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"","Untitled":"Fără denumire","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"","Cannot access %s":"Nu se poate accesa %s","Created local items: %d.":"Creare itemi locali: %d.","Updated local items: %d.":"Itemi locali actualizați: %d.","Created remote items: %d.":"","Updated remote items: %d.":"","Deleted local items: %d.":"Itemi locali șterși: %d.","Deleted remote items: %d.":"","Fetched items: %d/%d.":"","Cancelling...":"Se amână...","Completed: %s":"Completat: %s","Last error: %s":"Ultima eroare: %s","Idle":"","In progress":"În progres","Synchronisation is already in progress. State: %s":"","Encrypted":"Criptat","Encrypted items cannot be modified":"Itemii criptați nu pot fi editați","Conflicts":"Conflicte","Cannot move notebook to this location":"Nu se poate muta caietul de notițe în această locație","Notebooks cannot be named \"%s\", which is a reserved title.":"","title":"titlu","updated date":"data actualizării","created date":"data creării","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"Nu se poate copia notița în caietul de notițe \"%s\"","Cannot move note to \"%s\" notebook":"Nu se poate muta notița în caietul de notițe \"%s\"","Language":"Limbă","Date format":"Format dată","Time format":"Format timp","Theme":"Temă","Light":"Deschisă","Dark":"Închisă","Uncompleted to-dos on top":"","Show completed to-dos":"Arătați sarcinile terminate","Sort notes by":"Sortați notițele după","Reverse sort order":"Inversați ordinea sortării","Save geo-location with notes":"Salvați geo-locația în notițe","When creating a new to-do:":"Când este creată o nouă sarcină:","Focus title":"","Focus body":"","When creating a new note:":"Când este creată o nouă notiță:","Show tray icon":"Afișați iconița coșul de gunoi","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"","Editor font size":"Editor font size","Editor font family":"","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"","Automatically update the application":"Actualizați automat aplicația","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Intervalul de sincronizare","%d minutes":"%d minute","%d hour":"%d oră","%d hours":"%d ore","Text editor command":"Comandă editor de text","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","Show advanced options":"Afișați opțiunile avansate","Synchronisation target":"","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"","Directory to synchronise with (absolute path)":"","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"","Nextcloud WebDAV URL":"URL NextCloud WebDAV","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nume utilizator Nextcloud","Nextcloud password":"Parolă Nextcloud","WebDAV URL":"URL-ul WebDAV","WebDAV username":"Nume utilizator WebDAV","WebDAV password":"Parolă WebDAV","Custom TLS certificates":"Certificate TLS cusomizate","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"Ignoră erorile de certificat TLS","Invalid option value: \"%s\". Possible values are: %s.":"","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"","Markdown":"Markdown","Joplin Export Directory":"","Evernote Export File":"","Json Export Directory":"","Directory":"","Cannot load \"%s\" module for format \"%s\"":"","Please specify import format for %s":"","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"","There is no data to export.":"Nu există date de exportat.","Please specify the notebook where the notes should be imported to.":"","Items that cannot be synchronised":"Itemii nu pot fi sincronizați","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"","Sync status (synced items / total items)":"","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Total: %d/%d","Conflicted: %d":"În conflict: %d","To delete: %d":"De șters: %d","Folders":"","%s: %d notes":"%s: %d notițe","Coming alarms":"Alarmele următoare","On %s: %s":"Pe %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"","Delete these notes?":"Ștergeți aceste notițe?","Log":"","Export Debug Report":"","Encryption Config":"","Configuration":"Configurare","Move to notebook...":"Mutați în caietul de notițe...","Move %d notes to notebook \"%s\"?":"Mutați %d notițe în caietul de notițe \"%s\"?","Press to set the decryption password.":"","Clear alarm":"Clear alarm","Save alarm":"Salvați alarma","Select date":"Selectați data","Confirm":"Confirmați","Cancel synchronisation":"Amânați sincronizarea","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Etichete noi:","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Website Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Autentificați-vă cu Dropbox","Enter code here":"","Master Key %s":"","Created: %s":"Creat: %s","Password:":"Parolă:","Password cannot be empty":"Parolă nu poate fi un câmp gol","Enable":"Activați","The notebook could not be saved: %s":"Caietul de notițe nu a puut fi salvat: %s","Edit notebook":"Editați caietul de notițe","Show all":"Afișați tot","Errors only":"Doar erori","This note has been modified:":"Această notiță a fost modificată:","Save changes":"Salvați schimbările","Discard changes":"Renunțați la schimbări","No item with ID %s":"Niciun item cu ID-ul %s","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"","Take photo":"Take photo","Attach photo":"Atașează imagine","Attach any file":"Atașați orice fișier","Share":"Distribuie","Convert to note":"","Convert to todo":"","Hide metadata":"Ascundeți metadatele","Show metadata":"Afișați metadatele","View on map":"Vizualizați pe hartă","Go to source URL":"","Delete notebook":"Ștergeți caiet de notițe","Login with OneDrive":"Autentificare prin OneDrive","Search":"Caută","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"","You currently have no notebook. Create one by clicking on (+) button.":"Nu aveți niciun caiet de notițe creat. Creați unul făcând click pe butonnul (+).","Welcome":"Bine ați venit"} \ No newline at end of file diff --git a/ReactNativeClient/locales/ru_RU.json b/ReactNativeClient/locales/ru_RU.json index adf06c50e..bc1f75ee2 100644 --- a/ReactNativeClient/locales/ru_RU.json +++ b/ReactNativeClient/locales/ru_RU.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Чтобы удалить тег, уберите его с ассоциированных с ним заметок.","Please select the note or notebook to be deleted first.":"Сначала выберите заметку или блокнот, которые должны быть удалены.","Press Ctrl+D or type \"exit\" to exit the application":"Для выхода из приложения нажмите Ctrl+D или введите «exit»","More than one item match \"%s\". Please narrow down your query.":"Более одного элемента соответствуют «%s». Уточните ваш запрос, пожалуйста.","No notebook selected.":"Не выбран блокнот.","No notebook has been specified.":"Не был указан блокнот.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Отмена фоновой синхронизации... Пожалуйста, ожидайте.","No such command: %s":"Нет такой команды: %s","The command \"%s\" is only available in GUI mode":"Команда «%s» доступна только в режиме GUI","Cannot change encrypted item":"Не удалось изменить зашифрованный элемент","Missing required argument: %s":"Отсутствует требуемый аргумент: %s","%s: %s":"%s: %s","Your choice: ":"Ваш выбор: ","Invalid answer: %s":"Неверный ответ: %s","Attaches the given file to the note.":"Прикрепляет заданный файл к заметке.","Cannot find \"%s\".":"Не удалось найти «%s».","Displays the given note.":"Отображает заданную заметку.","Displays the complete information about note.":"Отображает полную информацию о заметке.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Выводит или задаёт параметр конфигурации. Если [value] не указано, выведет значение [name]. Если не указаны ни [name], ни [value], выведет текущую конфигурацию.","Also displays unset and hidden config variables.":"Также выводит неустановленные или скрытые переменные конфигурации.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Дублирует заметки, содержащие , в [notebook]. Если блокнот не указан, заметки продублируются в текущем.","Marks a to-do as done.":"Отмечает задачу как завершённую.","Note is not a to-do: \"%s\"":"Заметка не является задачей: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Управляет конфигурацией E2EE. Команды: `enable`, `disable`, `decrypt`, `status` и `target-status`.","Enter master password:":"Введите мастер-пароль:","Operation cancelled":"Операция отменена","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Запуск расшифровки... Пожалуйста, ожидайте. Время расшифровки зависит от объёма расшифровываемых данных.","Completed decryption.":"Расшифровка завершена.","Enabled":"Включено","Disabled":"Отключено","Encryption is: %s":"Шифрование: %s","Edit note.":"Редактировать заметку.","No text editor is defined. Please set it using `config editor `":"Текстовый редактор не определён. Задайте его, используя `config editor `","No active notebook.":"Нет активного блокнота.","Note does not exist: \"%s\". Create it?":"Заметки не существует: «%s». Создать?","Starting to edit note. Close the editor to get back to the prompt.":"Запуск редактирования заметки. Закройте редактор, чтобы вернуться к командной строке.","Error opening note in editor: %s":"Ошибка при открытии заметки в редакторе: %s","Note has been saved.":"Заметка сохранена.","Exits the application.":"Выход из приложения.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Экспортирует данные Joplin по заданному пути. По умолчанию экспортируется полная база данных, включая блокноты, заметки, теги и ресурсы.","Destination format: %s":"Целевой формат: %s","Exports only the given note.":"Экспортирует только заданную заметку.","Exports only the given notebook.":"Экспортирует только заданный блокнот.","Displays a geolocation URL for the note.":"Выводит URL геолокации для заметки.","Displays usage information.":"Выводит информацию об использовании.","For information on how to customise the shortcuts please visit %s":"Информацию по настройке сочетаний можно получить, посетив %s","Shortcuts are not available in CLI mode.":"Ярлыки недоступны в режиме командной строки.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Введите `help [команда]` для получения информации о команде или `help all` для получения полной информации по использованию.","The possible commands are:":"Доступные команды:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"В любой команде можно ссылаться на заметку или блокнот по названию или ID, либо используя ярлыки `$n` или `$b`, указывающие на текущую заметку или блокнот соответственно. С помощью `$c` можно ссылаться на текущий выбранный элемент.","To move from one pane to another, press Tab or Shift+Tab.":"Чтобы переключаться между панелями, нажимайте Tab или Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Используйте стрелки и клавиши перелистывания страницы вверх/вниз для прокрутки списков и текстовых областей (включая эту консоль).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Чтобы войти в режим командной строки, нажмите «:»","To exit command line mode, press ESCAPE":"Чтобы выйти из режима командной строки, нажмите ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Для просмотра списка клавиатурных сочетаний и настроек конфигурации введите `help keymap`","Imports data into Joplin.":"Импортирует данные в Joplin.","Source format: %s":"Исходный формат: %s","Do not ask for confirmation.":"Не запрашивать подтверждение.","Found: %d.":"Найдено: %d.","Created: %d.":"Создано: %d.","Updated: %d.":"Обновлено: %d.","Skipped: %d.":"Пропущено: %d.","Resources: %d.":"Ресурсов: %d.","Tagged: %d.":"С тегами: %d.","Importing notes...":"Импорт заметок...","The notes have been imported: %s":"Импортировано заметок: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Выводит заметки текущего блокнота. Используйте `ls /` для вывода списка блокнотов.","Displays only the first top notes.":"Выводит только первые заметок.","Sorts the item by (eg. title, updated_time, created_time).":"Сортирует элементы по (например, title, updated_time, created_time).","Reverses the sorting order.":"Обращает порядок сортировки.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Выводит только элементы указанного типа. Может быть `n` для заметок, `t` для задач или `nt` для заметок и задач (например, `-tt` выведет только задачи, в то время как `-ttd` выведет заметки и задачи).","Either \"text\" or \"json\"":"«text» или «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Использовать формат длинного списка. Форматом является ID, NOTE_COUNT (для блокнотов), DATE, TODO_CHECKED (для задач), TITLE","Please select a notebook first.":"Сначала выберите блокнот.","Creates a new notebook.":"Создаёт новый блокнот.","Creates a new note.":"Создаёт новую заметку.","Notes can only be created within a notebook.":"Заметки могут быть созданы только в блокноте.","Creates a new to-do.":"Создаёт новую задачу.","Moves the notes matching to [notebook].":"Перемещает заметки, содержащие в [notebook].","Renames the given (note or notebook) to .":"Переименовывает заданный (заметку или блокнот) в .","Deletes the given notebook.":"Удаляет заданный блокнот.","Deletes the notebook without asking for confirmation.":"Удаляет блокнот без запроса подтверждения.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Удаляет заметки, соответствующие .","Deletes the notes without asking for confirmation.":"Удаляет заметки без запроса подтверждения.","%d notes match this pattern. Delete them?":"%d заметок соответствуют этому шаблону. Удалить их?","Delete note?":"Удалить заметку?","Searches for the given in all the notes.":"Запросы для заданного во всех заметках.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Устанавливает для свойства заданной заданное [value]. Возможные свойства:\n\n%s","Displays summary about the notes and notebooks.":"Выводит общую информацию о заметках и блокнотах.","Synchronises with remote storage.":"Синхронизирует с удалённым хранилищем.","Sync to provided target (defaults to sync.target config value)":"Синхронизация с заданной целью (по умолчанию — значение конфигурации sync.target)","Authentication was not completed (did not receive an authentication token).":"Аутентификация не была завершена (не получен токен аутентификации).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Не аутентифицировано с %s. Пожалуйста, предоставьте все недостающие данные.","Synchronisation is already in progress.":"Синхронизация уже выполняется.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Файл блокировки уже установлен. Если вам известно, что синхронизация не производится, вы можете удалить файл блокировки в «%s» и возобновить операцию.","Synchronisation target: %s (%s)":"Цель синхронизации: %s (%s)","Cannot initialize synchroniser.":"Не удалось инициировать синхронизацию.","Starting synchronisation...":"Начало синхронизации...","Downloading resources...":"","Cancelling... Please wait.":"Отмена... Пожалуйста, ожидайте."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Неверная команда: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" может быть «toggle» или «clear». «toggle» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «clear» используется для преобразования задачи обратно в обычную заметку.","Marks a to-do as non-completed.":"Отмечает задачу как незавершённую.","Switches to [notebook] - all further operations will happen within this notebook.":"Переключает на [блокнот] — все дальнейшие операции будут происходить в этом блокноте.","Displays version information":"Выводит информацию о версии","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Тип: %s.","Possible values: %s.":"Возможные значения: %s.","Default: %s":"По умолчанию: %s","Possible keys/values:":"Возможные ключи/значения:","Type `joplin help` for usage information.":"Введите `joplin help` для получения информации об использовании.","Fatal error:":"Фатальная ошибка:","The application has been authorised - you may now close this browser tab.":"Приложение авторизовано — можно закрыть вкладку браузера.","The application has been successfully authorised.":"Приложение успешно авторизовано.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Откройте следующую ссылку в вашем браузере для аутентификации приложения. Приложением будет создан каталог «Apps/Joplin». Чтение и запись файлов будет осуществляться только в его пределах. У приложения не будет доступа к каким-либо файлам за пределами этого каталога и другим личным данным. Никакая информация не будет передана третьим лицам.","Search:":"Поиск:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Добро пожаловать в Joplin!\n\nВведите `:help shortcuts` для просмотра списка клавиатурных сочетаний или просто `:help` для просмотра информации об использовании.\n\nНапример, для создания блокнота нужно ввести `mb`, для создания заметки — `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Один или несколько элементов сейчас зашифрованы и может потребоваться, чтобы вы предоставили мастер-пароль. Для этого введите, пожалуйста, «e2ee decrypt». Если пароль уже был вами предоставлен, зашифрованные элементы расшифруются в фоновом режиме и вскоре станут доступны.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Экспорт в «%s» в формате «%s». Пожалуйста, ожидайте...","Importing from \"%s\" as \"%s\" format. Please wait...":"Импорт из «%s» в формате «%s». Пожалуйста, ожидайте...","PDF File":"PDF-файл","File":"Файл","New note":"Новая заметка","New to-do":"Новая задача","New notebook":"Новый блокнот","Import":"Импорт","Export":"Экспорт","Print":"Печать","Hide %s":"Скрыть %s","Quit":"Выход","Edit":"Правка","Copy":"Копировать","Cut":"Вырезать","Paste":"Вставить","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Поиск во всех заметках","Search in current note":"Search in current note","View":"Вид","Toggle sidebar":"Переключить панель","Toggle editor layout":"Переключить вид редактора","Tools":"Инструменты","Synchronisation status":"Статус синхронизации","Web clipper options":"Настройки веб-клиппера","Encryption options":"Настройки шифрования","General Options":"Основные настройки","Help":"Помощь","Website and documentation":"Сайт и документация","Make a donation":"Сделать пожертвование","Check for updates...":"Проверить обновления...","About Joplin":"О Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Открыть %s","Exit":"Выход","OK":"OK","Cancel":"Отмена","Current version is up-to-date.":"Вы используете самую свежую версию.","An update is available, do you want to download it now?":"Доступно обновление. Желаете скачать его сейчас?","Yes":"Да","No":"Нет","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Веб-клиппер включен","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Выключить веб-клиппер","The web clipper service is not enabled.":"Веб-клиппер остановлен","Enable Web Clipper Service":"Включить веб-клиппер","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"Шаг 1: включить веб-клиппер","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Шаг 2: установить расширение","Download and install the relevant extension for your browser:":"Скачайте и установите расширение для вашего браузера","Advanced options":"Advanced options","Authorisation token:":"Токен авторизации","Copy token":"Скопировать токен","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Apply":"Применить","Submit":"Отправить","Save":"Сохранить","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Отключение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в расшифрованном виде к цели синхронизации. Желаете продолжить?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Включение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в зашифрованном виде к цели синхронизации. Не теряйте пароль, так как в целях безопасности *только* с его помощью можно будет расшифровать данные! Чтобы включить шифрование, введите ваш пароль ниже.","Disable encryption":"Отключить шифрование","Enable encryption":"Включить шифрование","Master Keys":"Мастер-ключи","Active":"Активен","ID":"ID","Source":"Источник","Created":"Создан","Updated":"Обновлён","Password":"Пароль","Password OK":"Пароль OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Внимание: Для шифрования может быть использован только один мастер-ключ (отмеченный как «активный»). Для расшифровки может использоваться любой из ключей, в зависимости от того, как изначально были зашифрованы заметки или блокноты.","Missing Master Keys":"Недостающие мастер-ключи","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Мастер-ключи с такими ID используются для шифрования некоторых из ваших элементов, однако у приложения сейчас нет к ним доступа. Скорее всего, они загрузятся при синхронизации.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Статус","Encryption is:":"Шифрование:","Back":"Назад","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Будет создан новый блокнот «%s» и в него будет импортирован файл «%s»","Please create a notebook first.":"Сначала создайте блокнот.","Please create a notebook first":"Сначала создайте блокнот","Notebook title:":"Название блокнота:","Add or remove tags:":"Добавить или удалить теги:","Separate each tag by a comma.":"Каждый тег отделяется запятой.","Rename notebook:":"Переименовать блокнот:","Rename tag:":"Rename tag:","Set alarm:":"Установить напоминание:","Layout":"Вид","Search...":"Search...","Some items cannot be synchronised.":"Некоторые элементы не могут быть синхронизированы.","View them now":"Просмотреть их сейчас","Some items cannot be decrypted.":"Некоторые элементы не могут быть расшифрованы.","Set the password":"Установить пароль","Add or remove tags":"Добавить или удалить теги","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Переключить тип между заметкой и задачей","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Удалить","Delete notes?":"Удалить заметки?","No notes in here. Create one by clicking on \"New note\".":"Здесь нет заметок. Создайте новую нажатием на «Новая заметка».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Location":"","URL":"","Note properties":"","Open...":"Открыть...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Сохранить как...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"задача","note":"заметка","Creating new %s...":"Создание новой %s...","Refresh":"Обновить","Clear":"Очистить","OneDrive Login":"Вход в OneDrive","Dropbox Login":"","Options":"Настройки","Synchronisation Status":"Статус синхронизации","Encryption Options":"Настройки шифрования","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Убрать этот тег со всех заметок?","Remove this search from the sidebar?":"Убрать этот запрос с боковой панели?","Rename":"Переименовать","Synchronise":"Синхронизировать","Notebooks":"Блокноты","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Выберите, куда должен быть экспортирован статус синхронизации","Usage: %s":"Использование: %s","Unknown flag: %s":"Неизвестный флаг: %s","Dropbox":"","File system":"Файловая система","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (только для тестирования)","WebDAV":"WebDAV","Unknown log level: %s":"Неизвестный уровень лога: %s","Unknown level ID: %s":"Неизвестный ID уровня: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","Untitled":"Без имени","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Не удалось синхронизироваться с OneDrive.\n\nТакая ошибка часто возникает при использовании OneDrive для бизнеса, который, к сожалению, не поддерживается.\n\nПожалуйста, рассмотрите возможность использования обычного аккаунта OneDrive.","Cannot access %s":"Не удалось получить доступ %s","Created local items: %d.":"Создано локальных элементов: %d.","Updated local items: %d.":"Обновлено локальных элементов: %d.","Created remote items: %d.":"Создано удалённых элементов: %d.","Updated remote items: %d.":"Обновлено удалённых элементов: %d.","Deleted local items: %d.":"Удалено локальных элементов: %d.","Deleted remote items: %d.":"Удалено удалённых элементов: %d.","Fetched items: %d/%d.":"Получено элементов: %d/%d.","Cancelling...":"Отмена...","Completed: %s":"Завершено: %s","Last error: %s":"Последняя ошибка: %s","Idle":"Простой","In progress":"Выполнение","Synchronisation is already in progress. State: %s":"Синхронизация уже выполняется. Статус: %s","Encrypted":"Зашифровано","Encrypted items cannot be modified":"Зашифрованные элементы не могут быть изменены","Conflicts":"Конфликты","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Language":"Язык","Date format":"Формат даты","Time format":"Формат времени","Theme":"Тема","Light":"Светлая","Dark":"Тёмная","Uncompleted to-dos on top":"Незавершённые задачи сверху","Show completed to-dos":"Show completed to-dos","Sort notes by":"Сортировать заметки по","Reverse sort order":"Обратный порядок сортировки","Save geo-location with notes":"Сохранять информацию о геолокации в заметках","When creating a new to-do:":"При создании новой задачи:","Focus title":"Фокус на названии","Focus body":"Фокус на содержимом","When creating a new note:":"При создании новой заметки:","Show tray icon":"Показывать иконку в панели задач","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Глобальный масштаб в процентах","Editor font size":"Editor font size","Editor font family":"Семейство шрифтов редактора","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Автоматически обновлять приложение","Synchronisation interval":"Интервал синхронизации","%d minutes":"%d минут","%d hour":"%d час","%d hours":"%d часов","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Показывать расширенные настройки","Synchronisation target":"Цель синхронизации","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Цель синхронизации. Каждая цель синхронизации может иметь дополнительные параметры, именованные как «sync.NUM.NAME» (все описаны ниже).","Directory to synchronise with (absolute path)":"Каталог синхронизации (абсолютный путь)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Путь для синхронизации при включённой синхронизации с файловой системой. См. `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","Json Export Directory":"Json Export Directory","Directory":"Директория","Cannot load \"%s\" module for format \"%s\"":"Не удалось загрузить модуль «%s» для формата «%s»","Please specify import format for %s":"Пожалуйста, укажите формат импорта для %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Этот элемент сейчас зашифрован: %s «%s». Пожалуйста, дождитесь расшифровки всех элементов и попробуйте снова.","There is no data to export.":"Нет данных для экспорта.","Please specify the notebook where the notes should be imported to.":"Пожалуйста, укажите блокнот, в который должны быть импортированы заметки.","Items that cannot be synchronised":"Элементы, которые не могут быть синхронизированы","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Эти элементы будут оставаться на устройстве, но не будут загружены в целевой объект синхронизации. Чтобы найти эти элементы, воспользуйтесь поиском по названию или ID (который указывается в скобках выше).","Sync status (synced items / total items)":"Статус синхронизации (элементов синхронизировано/всего)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Всего: %d/%d","Conflicted: %d":"Конфликтующих: %d","To delete: %d":"К удалению: %d","Folders":"Папки","%s: %d notes":"%s: %d заметок","Coming alarms":"Грядущие напоминания","On %s: %s":"В %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Сейчас здесь нет заметок. Создаёте новую, нажав кнопку (+).","Delete these notes?":"Удалить эти заметки?","Log":"Лог","Export Debug Report":"Экспортировать отладочный отчёт","Encryption Config":"Конфигурация шифрования","Configuration":"Конфигурация","Move to notebook...":"Переместить в блокнот...","Move %d notes to notebook \"%s\"?":"Переместить %d заметок в блокнот «%s»?","Press to set the decryption password.":"Нажмите, чтобы установить пароль для расшифровки.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Сайт Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Мастер-ключ %s","Created: %s":"Создано: %s","Password:":"Пароль:","Password cannot be empty":"Пароль не может быть пустым","Enable":"Включено","The notebook could not be saved: %s":"Не удалось сохранить блокнот: %s","Edit notebook":"Редактировать блокнот","Show all":"Показать всё","Errors only":"Только ошибки","This note has been modified:":"Эта заметка была изменена:","Save changes":"Сохранить изменения","Discard changes":"Отменить изменения","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Неподдерживаемый формат изображения: %s","Take photo":"Take photo","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","Go to source URL":"","Delete notebook":"Удалить блокнот","Login with OneDrive":"Войти в OneDrive","Search":"Поиск","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Нажмите на кнопку (+) для создания новой заметки или нового блокнота. Нажмите на боковое меню для доступа к вашим существующим блокнотам.","You currently have no notebook. Create one by clicking on (+) button.":"У вас сейчас нет блокнота. Создайте его нажатием на кнопку (+).","Welcome":"Добро пожаловать"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Чтобы удалить тег, уберите его с ассоциированных с ним заметок.","Please select the note or notebook to be deleted first.":"Сначала выберите заметку или блокнот, которые должны быть удалены.","Press Ctrl+D or type \"exit\" to exit the application":"Для выхода из приложения нажмите Ctrl+D или введите «exit»","More than one item match \"%s\". Please narrow down your query.":"Более одного элемента соответствуют «%s». Уточните ваш запрос, пожалуйста.","No notebook selected.":"Не выбран блокнот.","No notebook has been specified.":"Не был указан блокнот.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Отмена фоновой синхронизации... Пожалуйста, ожидайте.","No such command: %s":"Нет такой команды: %s","The command \"%s\" is only available in GUI mode":"Команда «%s» доступна только в режиме GUI","Cannot change encrypted item":"Не удалось изменить зашифрованный элемент","Missing required argument: %s":"Отсутствует требуемый аргумент: %s","%s: %s":"%s: %s","Your choice: ":"Ваш выбор: ","Invalid answer: %s":"Неверный ответ: %s","Attaches the given file to the note.":"Прикрепляет заданный файл к заметке.","Cannot find \"%s\".":"Не удалось найти «%s».","Displays the given note.":"Отображает заданную заметку.","Displays the complete information about note.":"Отображает полную информацию о заметке.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Выводит или задаёт параметр конфигурации. Если [value] не указано, выведет значение [name]. Если не указаны ни [name], ни [value], выведет текущую конфигурацию.","Also displays unset and hidden config variables.":"Также выводит неустановленные или скрытые переменные конфигурации.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Дублирует заметки, содержащие , в [notebook]. Если блокнот не указан, заметки продублируются в текущем.","Marks a to-do as done.":"Отмечает задачу как завершённую.","Note is not a to-do: \"%s\"":"Заметка не является задачей: «%s»","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Управляет конфигурацией E2EE. Команды: `enable`, `disable`, `decrypt`, `status` и `target-status`.","Enter master password:":"Введите мастер-пароль:","Operation cancelled":"Операция отменена","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Запуск расшифровки... Пожалуйста, ожидайте. Время расшифровки зависит от объёма расшифровываемых данных.","Completed decryption.":"Расшифровка завершена.","Enabled":"Включено","Disabled":"Отключено","Encryption is: %s":"Шифрование: %s","Edit note.":"Редактировать заметку.","No text editor is defined. Please set it using `config editor `":"Текстовый редактор не определён. Задайте его, используя `config editor `","No active notebook.":"Нет активного блокнота.","Note does not exist: \"%s\". Create it?":"Заметки не существует: «%s». Создать?","Starting to edit note. Close the editor to get back to the prompt.":"Запуск редактирования заметки. Закройте редактор, чтобы вернуться к командной строке.","Error opening note in editor: %s":"Ошибка при открытии заметки в редакторе: %s","Note has been saved.":"Заметка сохранена.","Exits the application.":"Выход из приложения.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Экспортирует данные Joplin по заданному пути. По умолчанию экспортируется полная база данных, включая блокноты, заметки, теги и ресурсы.","Destination format: %s":"Целевой формат: %s","Exports only the given note.":"Экспортирует только заданную заметку.","Exports only the given notebook.":"Экспортирует только заданный блокнот.","Displays a geolocation URL for the note.":"Выводит URL геолокации для заметки.","Displays usage information.":"Выводит информацию об использовании.","For information on how to customise the shortcuts please visit %s":"Информацию по настройке сочетаний можно получить, посетив %s","Shortcuts are not available in CLI mode.":"Ярлыки недоступны в режиме командной строки.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Введите `help [команда]` для получения информации о команде или `help all` для получения полной информации по использованию.","The possible commands are:":"Доступные команды:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"В любой команде можно ссылаться на заметку или блокнот по названию или ID, либо используя ярлыки `$n` или `$b`, указывающие на текущую заметку или блокнот соответственно. С помощью `$c` можно ссылаться на текущий выбранный элемент.","To move from one pane to another, press Tab or Shift+Tab.":"Чтобы переключаться между панелями, нажимайте Tab или Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Используйте стрелки и клавиши перелистывания страницы вверх/вниз для прокрутки списков и текстовых областей (включая эту консоль).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Чтобы войти в режим командной строки, нажмите «:»","To exit command line mode, press ESCAPE":"Чтобы выйти из режима командной строки, нажмите ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Для просмотра списка клавиатурных сочетаний и настроек конфигурации введите `help keymap`","Imports data into Joplin.":"Импортирует данные в Joplin.","Source format: %s":"Исходный формат: %s","Do not ask for confirmation.":"Не запрашивать подтверждение.","Found: %d.":"Найдено: %d.","Created: %d.":"Создано: %d.","Updated: %d.":"Обновлено: %d.","Skipped: %d.":"Пропущено: %d.","Resources: %d.":"Ресурсов: %d.","Tagged: %d.":"С тегами: %d.","Importing notes...":"Импорт заметок...","The notes have been imported: %s":"Импортировано заметок: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Выводит заметки текущего блокнота. Используйте `ls /` для вывода списка блокнотов.","Displays only the first top notes.":"Выводит только первые заметок.","Sorts the item by (eg. title, updated_time, created_time).":"Сортирует элементы по (например, title, updated_time, created_time).","Reverses the sorting order.":"Обращает порядок сортировки.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Выводит только элементы указанного типа. Может быть `n` для заметок, `t` для задач или `nt` для заметок и задач (например, `-tt` выведет только задачи, в то время как `-ttd` выведет заметки и задачи).","Either \"text\" or \"json\"":"«text» или «json»","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Использовать формат длинного списка. Форматом является ID, NOTE_COUNT (для блокнотов), DATE, TODO_CHECKED (для задач), TITLE","Please select a notebook first.":"Сначала выберите блокнот.","Creates a new notebook.":"Создаёт новый блокнот.","Creates a new note.":"Создаёт новую заметку.","Notes can only be created within a notebook.":"Заметки могут быть созданы только в блокноте.","Creates a new to-do.":"Создаёт новую задачу.","Moves the notes matching to [notebook].":"Перемещает заметки, содержащие в [notebook].","Renames the given (note or notebook) to .":"Переименовывает заданный (заметку или блокнот) в .","Deletes the given notebook.":"Удаляет заданный блокнот.","Deletes the notebook without asking for confirmation.":"Удаляет блокнот без запроса подтверждения.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Удаляет заметки, соответствующие .","Deletes the notes without asking for confirmation.":"Удаляет заметки без запроса подтверждения.","%d notes match this pattern. Delete them?":"%d заметок соответствуют этому шаблону. Удалить их?","Delete note?":"Удалить заметку?","Searches for the given in all the notes.":"Запросы для заданного во всех заметках.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Устанавливает для свойства заданной заданное [value]. Возможные свойства:\n\n%s","Displays summary about the notes and notebooks.":"Выводит общую информацию о заметках и блокнотах.","Synchronises with remote storage.":"Синхронизирует с удалённым хранилищем.","Sync to provided target (defaults to sync.target config value)":"Синхронизация с заданной целью (по умолчанию — значение конфигурации sync.target)","Authentication was not completed (did not receive an authentication token).":"Аутентификация не была завершена (не получен токен аутентификации).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Не аутентифицировано с %s. Пожалуйста, предоставьте все недостающие данные.","Synchronisation is already in progress.":"Синхронизация уже выполняется.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Файл блокировки уже установлен. Если вам известно, что синхронизация не производится, вы можете удалить файл блокировки в «%s» и возобновить операцию.","Synchronisation target: %s (%s)":"Цель синхронизации: %s (%s)","Cannot initialize synchroniser.":"Не удалось инициировать синхронизацию.","Starting synchronisation...":"Начало синхронизации...","Downloading resources...":"","Cancelling... Please wait.":"Отмена... Пожалуйста, ожидайте."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Неверная команда: «%s»"," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" может быть «toggle» или «clear». «toggle» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «clear» используется для преобразования задачи обратно в обычную заметку.","Marks a to-do as non-completed.":"Отмечает задачу как незавершённую.","Switches to [notebook] - all further operations will happen within this notebook.":"Переключает на [блокнот] — все дальнейшие операции будут происходить в этом блокноте.","Displays version information":"Выводит информацию о версии","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Тип: %s.","Possible values: %s.":"Возможные значения: %s.","Default: %s":"По умолчанию: %s","Possible keys/values:":"Возможные ключи/значения:","Type `joplin help` for usage information.":"Введите `joplin help` для получения информации об использовании.","Fatal error:":"Фатальная ошибка:","The application has been authorised - you may now close this browser tab.":"Приложение авторизовано — можно закрыть вкладку браузера.","The application has been successfully authorised.":"Приложение успешно авторизовано.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Откройте следующую ссылку в вашем браузере для аутентификации приложения. Приложением будет создан каталог «Apps/Joplin». Чтение и запись файлов будет осуществляться только в его пределах. У приложения не будет доступа к каким-либо файлам за пределами этого каталога и другим личным данным. Никакая информация не будет передана третьим лицам.","Search:":"Поиск:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Добро пожаловать в Joplin!\n\nВведите `:help shortcuts` для просмотра списка клавиатурных сочетаний или просто `:help` для просмотра информации об использовании.\n\nНапример, для создания блокнота нужно ввести `mb`, для создания заметки — `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Один или несколько элементов сейчас зашифрованы и может потребоваться, чтобы вы предоставили мастер-пароль. Для этого введите, пожалуйста, «e2ee decrypt». Если пароль уже был вами предоставлен, зашифрованные элементы расшифруются в фоновом режиме и вскоре станут доступны.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Экспорт в «%s» в формате «%s». Пожалуйста, ожидайте...","Importing from \"%s\" as \"%s\" format. Please wait...":"Импорт из «%s» в формате «%s». Пожалуйста, ожидайте...","PDF File":"PDF-файл","File":"Файл","New note":"Новая заметка","New to-do":"Новая задача","New notebook":"Новый блокнот","Import":"Импорт","Export":"Экспорт","Print":"Печать","Hide %s":"Скрыть %s","Quit":"Выход","Edit":"Правка","Copy":"Копировать","Cut":"Вырезать","Paste":"Вставить","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Поиск во всех заметках","Search in current note":"Search in current note","View":"Вид","Toggle sidebar":"Переключить панель","Toggle editor layout":"Переключить вид редактора","Tools":"Инструменты","Synchronisation status":"Статус синхронизации","Web clipper options":"Настройки веб-клиппера","Encryption options":"Настройки шифрования","General Options":"Основные настройки","Help":"Помощь","Website and documentation":"Сайт и документация","Make a donation":"Сделать пожертвование","Check for updates...":"Проверить обновления...","About Joplin":"О Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Открыть %s","Exit":"Выход","OK":"OK","Cancel":"Отмена","Current version is up-to-date.":"Вы используете самую свежую версию.","%s (pre-release)":"","An update is available, do you want to download it now?":"Доступно обновление. Желаете скачать его сейчас?","Your version: v%s":"","New version: v%s":"","Yes":"Да","No":"Нет","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Веб-клиппер включен","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"Выключить веб-клиппер","The web clipper service is not enabled.":"Веб-клиппер остановлен","Enable Web Clipper Service":"Включить веб-клиппер","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"Шаг 1: включить веб-клиппер","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"Шаг 2: установить расширение","Download and install the relevant extension for your browser:":"Скачайте и установите расширение для вашего браузера","Advanced options":"Advanced options","Authorisation token:":"Токен авторизации","Copy token":"Скопировать токен","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Apply":"Применить","Submit":"Отправить","Save":"Сохранить","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Отключение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в расшифрованном виде к цели синхронизации. Желаете продолжить?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Включение шифрования означает, что *все* ваши заметки и вложения будут пересинхронизированы и отправлены в зашифрованном виде к цели синхронизации. Не теряйте пароль, так как в целях безопасности *только* с его помощью можно будет расшифровать данные! Чтобы включить шифрование, введите ваш пароль ниже.","Disable encryption":"Отключить шифрование","Enable encryption":"Включить шифрование","Master Keys":"Мастер-ключи","Active":"Активен","ID":"ID","Source":"Источник","Created":"Создан","Updated":"Обновлён","Password":"Пароль","Password OK":"Пароль OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Внимание: Для шифрования может быть использован только один мастер-ключ (отмеченный как «активный»). Для расшифровки может использоваться любой из ключей, в зависимости от того, как изначально были зашифрованы заметки или блокноты.","Missing Master Keys":"Недостающие мастер-ключи","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Мастер-ключи с такими ID используются для шифрования некоторых из ваших элементов, однако у приложения сейчас нет к ним доступа. Скорее всего, они загрузятся при синхронизации.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Статус","Encryption is:":"Шифрование:","Back":"Назад","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Будет создан новый блокнот «%s» и в него будет импортирован файл «%s»","Please create a notebook first.":"Сначала создайте блокнот.","Please create a notebook first":"Сначала создайте блокнот","Notebook title:":"Название блокнота:","Add or remove tags:":"Добавить или удалить теги:","Separate each tag by a comma.":"Каждый тег отделяется запятой.","Rename notebook:":"Переименовать блокнот:","Rename tag:":"Rename tag:","Set alarm:":"Установить напоминание:","Layout":"Вид","Search...":"Search...","Some items cannot be synchronised.":"Некоторые элементы не могут быть синхронизированы.","View them now":"Просмотреть их сейчас","Some items cannot be decrypted.":"Некоторые элементы не могут быть расшифрованы.","Set the password":"Установить пароль","Add or remove tags":"Добавить или удалить теги","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Переключить тип между заметкой и задачей","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Удалить","Delete notes?":"Удалить заметки?","No notes in here. Create one by clicking on \"New note\".":"Здесь нет заметок. Создайте новую нажатием на «Новая заметка».","There is currently no notebook. Create one by clicking on \"New notebook\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Location":"","URL":"","Note properties":"","Open...":"Открыть...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Сохранить как...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"задача","note":"заметка","Creating new %s...":"Создание новой %s...","Refresh":"Обновить","Clear":"Очистить","OneDrive Login":"Вход в OneDrive","Dropbox Login":"","Options":"Настройки","Synchronisation Status":"Статус синхронизации","Encryption Options":"Настройки шифрования","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Убрать этот тег со всех заметок?","Remove this search from the sidebar?":"Убрать этот запрос с боковой панели?","Rename":"Переименовать","Synchronise":"Синхронизировать","Notebooks":"Блокноты","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Выберите, куда должен быть экспортирован статус синхронизации","Usage: %s":"Использование: %s","Unknown flag: %s":"Неизвестный флаг: %s","Dropbox":"","File system":"Файловая система","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (только для тестирования)","WebDAV":"WebDAV","Unknown log level: %s":"Неизвестный уровень лога: %s","Unknown level ID: %s":"Неизвестный ID уровня: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","Untitled":"Без имени","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Не удалось синхронизироваться с OneDrive.\n\nТакая ошибка часто возникает при использовании OneDrive для бизнеса, который, к сожалению, не поддерживается.\n\nПожалуйста, рассмотрите возможность использования обычного аккаунта OneDrive.","Cannot access %s":"Не удалось получить доступ %s","Created local items: %d.":"Создано локальных элементов: %d.","Updated local items: %d.":"Обновлено локальных элементов: %d.","Created remote items: %d.":"Создано удалённых элементов: %d.","Updated remote items: %d.":"Обновлено удалённых элементов: %d.","Deleted local items: %d.":"Удалено локальных элементов: %d.","Deleted remote items: %d.":"Удалено удалённых элементов: %d.","Fetched items: %d/%d.":"Получено элементов: %d/%d.","Cancelling...":"Отмена...","Completed: %s":"Завершено: %s","Last error: %s":"Последняя ошибка: %s","Idle":"Простой","In progress":"Выполнение","Synchronisation is already in progress. State: %s":"Синхронизация уже выполняется. Статус: %s","Encrypted":"Зашифровано","Encrypted items cannot be modified":"Зашифрованные элементы не могут быть изменены","Conflicts":"Конфликты","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Language":"Язык","Date format":"Формат даты","Time format":"Формат времени","Theme":"Тема","Light":"Светлая","Dark":"Тёмная","Uncompleted to-dos on top":"Незавершённые задачи сверху","Show completed to-dos":"Show completed to-dos","Sort notes by":"Сортировать заметки по","Reverse sort order":"Обратный порядок сортировки","Save geo-location with notes":"Сохранять информацию о геолокации в заметках","When creating a new to-do:":"При создании новой задачи:","Focus title":"Фокус на названии","Focus body":"Фокус на содержимом","When creating a new note:":"При создании новой заметки:","Show tray icon":"Показывать иконку в панели задач","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Глобальный масштаб в процентах","Editor font size":"Editor font size","Editor font family":"Семейство шрифтов редактора","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Автоматически обновлять приложение","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Интервал синхронизации","%d minutes":"%d минут","%d hour":"%d час","%d hours":"%d часов","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Показывать расширенные настройки","Synchronisation target":"Цель синхронизации","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Цель синхронизации. Каждая цель синхронизации может иметь дополнительные параметры, именованные как «sync.NUM.NAME» (все описаны ниже).","Directory to synchronise with (absolute path)":"Каталог синхронизации (абсолютный путь)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Путь для синхронизации при включённой синхронизации с файловой системой. См. `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","Json Export Directory":"Json Export Directory","Directory":"Директория","Cannot load \"%s\" module for format \"%s\"":"Не удалось загрузить модуль «%s» для формата «%s»","Please specify import format for %s":"Пожалуйста, укажите формат импорта для %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Этот элемент сейчас зашифрован: %s «%s». Пожалуйста, дождитесь расшифровки всех элементов и попробуйте снова.","There is no data to export.":"Нет данных для экспорта.","Please specify the notebook where the notes should be imported to.":"Пожалуйста, укажите блокнот, в который должны быть импортированы заметки.","Items that cannot be synchronised":"Элементы, которые не могут быть синхронизированы","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Эти элементы будут оставаться на устройстве, но не будут загружены в целевой объект синхронизации. Чтобы найти эти элементы, воспользуйтесь поиском по названию или ID (который указывается в скобках выше).","Sync status (synced items / total items)":"Статус синхронизации (элементов синхронизировано/всего)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Всего: %d/%d","Conflicted: %d":"Конфликтующих: %d","To delete: %d":"К удалению: %d","Folders":"Папки","%s: %d notes":"%s: %d заметок","Coming alarms":"Грядущие напоминания","On %s: %s":"В %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Сейчас здесь нет заметок. Создаёте новую, нажав кнопку (+).","Delete these notes?":"Удалить эти заметки?","Log":"Лог","Export Debug Report":"Экспортировать отладочный отчёт","Encryption Config":"Конфигурация шифрования","Configuration":"Конфигурация","Move to notebook...":"Переместить в блокнот...","Move %d notes to notebook \"%s\"?":"Переместить %d заметок в блокнот «%s»?","Press to set the decryption password.":"Нажмите, чтобы установить пароль для расшифровки.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Сайт Joplin","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"Enter code here","Master Key %s":"Мастер-ключ %s","Created: %s":"Создано: %s","Password:":"Пароль:","Password cannot be empty":"Пароль не может быть пустым","Enable":"Включено","The notebook could not be saved: %s":"Не удалось сохранить блокнот: %s","Edit notebook":"Редактировать блокнот","Show all":"Показать всё","Errors only":"Только ошибки","This note has been modified:":"Эта заметка была изменена:","Save changes":"Сохранить изменения","Discard changes":"Отменить изменения","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Неподдерживаемый формат изображения: %s","Take photo":"Take photo","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","Go to source URL":"","Delete notebook":"Удалить блокнот","Login with OneDrive":"Войти в OneDrive","Search":"Поиск","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Нажмите на кнопку (+) для создания новой заметки или нового блокнота. Нажмите на боковое меню для доступа к вашим существующим блокнотам.","You currently have no notebook. Create one by clicking on (+) button.":"У вас сейчас нет блокнота. Создайте его нажатием на кнопку (+).","Welcome":"Добро пожаловать"} \ No newline at end of file diff --git a/ReactNativeClient/locales/sl_SI.json b/ReactNativeClient/locales/sl_SI.json index 4415443da..e240dc88c 100644 --- a/ReactNativeClient/locales/sl_SI.json +++ b/ReactNativeClient/locales/sl_SI.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Za izbris dane oznake, odoznačite zabeležke s to oznako.","Please select the note or notebook to be deleted first.":"Prosim izberite zabeležko ali beležnico, ki jo želite najprej zbrisati.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisnite Ctrl+D ali napišite \"exit\" za izhod iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Več kot en predmet se ujema z \"%s\". Prosim zožite iskani niz besed.","No notebook selected.":"Nobena beležnica ni bila izbrana.","No notebook has been specified.":"Nobena beležnica ni bila izbrana.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Sinhronizacija v ozadju se preklicuje... Prosim počakajte.","No such command: %s":"Noben tak ukaz ni bil najden: %s","The command \"%s\" is only available in GUI mode":"Ukaz \"%s\" je na voljo samo v GUI načinu","Cannot change encrypted item":"Ni mogoče spremeniti enkriptiranega predmeta","Missing required argument: %s":"Manjka zahtevani argument %s","%s: %s":"%s: %s","Your choice: ":"Vaša izbira: ","Invalid answer: %s":"Neveljaven odgovor: %s","Attaches the given file to the note.":"Pripni dano datoteko k zabeležki.","Cannot find \"%s\".":"Ni moč najti \"%s\".","Displays the given note.":"Prikaže dano zabeležko.","Displays the complete information about note.":"Prikaže vse informacije o zabeležki.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Dobi ali nastavi configuracijsko vrednost. Če [value] ni dodeljena, bo prikazana vrednost od [name]. Če niti [name] ali [value] nista dodeljena, bo prikazana sedanja konfiguracija.","Also displays unset and hidden config variables.":"Prikaže tudi nenastavljene in skrite spremenljivke konfiguracije.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Podvoji zabeležke ustrezajoče v [notebook]. Če nobena beležnica ni specificirana, zabeležka je podvojena v trenutni beležnici.","Marks a to-do as done.":"Označi seznam opravil kot končan.","Note is not a to-do: \"%s\"":"Zabeležka ni formata seznam opravil: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Upravlja z E2EE nastavitvami. Ukazi so `enable`, `disable`, `decrypt`, `status` in `target-status`.","Enter master password:":"Vnesite glavno geslo:","Operation cancelled":"Operacija je preklicana","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekripcija se začenja... Prosim počakajte. Vse skupaj lahko vzame nekaj minut, glede na količino materiala, ki jo je potrebno dekriptirati.","Completed decryption.":"Dekripcija končana.","Enabled":"Omogočeno","Disabled":"Onemogočeno","Encryption is: %s":"Enkripcija je: %s","Edit note.":"Uredi zabeležko.","No text editor is defined. Please set it using `config editor `":"Noben urejevalec teksta ni izbran. Prosim, nastavite ga z uporabo `config editor `","No active notebook.":"Ni aktivnih beležnic.","Note does not exist: \"%s\". Create it?":"Zabeležka ne obstaja: \"%s\". Bi jo radi ustvarili?","Starting to edit note. Close the editor to get back to the prompt.":"Urejanje zabeležke se začenja. Zaprite urejevalnik, da se vrnete na ukazni poziv.","Error opening note in editor: %s":"Napaka v odpiranju zabeležke v urejevalniku: %s","Note has been saved.":"Zabeležka je bila shranjena.","Exits the application.":"Izhod iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Izvozi Joplin datoteke glede na dano pot. Privzeto bo izvozilo celotno bazo podatkov vključujoče beležnice, zabeležke, oznake in vire.","Destination format: %s":"Format destinacije: %s","Exports only the given note.":"Izvozi samo dano zabeležko.","Exports only the given notebook.":"Izvozi samo dano beležnico.","Displays a geolocation URL for the note.":"Prikaže geolokacijski URL za zabeležk.","Displays usage information.":"Prikaže informacijo uporabe.","For information on how to customise the shortcuts please visit %s":"Za več informacij na kako prilagoditi bližnjice prosim obiščite %s","Shortcuts are not available in CLI mode.":"Bližnjice niso na voljo v CLI načinu.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Vtipkajte `help [command]` za več informacij o ukazu; ali vtipkajte `help all` za popoln prikaz informacij o uporabi.","The possible commands are:":"Možni ukazi si:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.","To move from one pane to another, press Tab or Shift+Tab.":"Če se želite premakniti iz enega sklopa v drugega, pritisnite Tab ali Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Uporabite puščice in page up/down tipke za listanje strani in besedila(vključno s to konzolo).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za vstop v način ukaznega poziva pritisnite\":\"","To exit command line mode, press ESCAPE":"Za izhod iz načina Ukazni poziv pritisnite ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Za seznam bližnjic na tipkovnici in možnosti konfiguracije vtipkajte `help keymap`","Imports data into Joplin.":"Uvozi podatke v Joplin.","Source format: %s":"Format vira: %s","Do not ask for confirmation.":"Ne sprašuj za potrditev.","Found: %d.":"Najdeno: %d.","Created: %d.":"Ustvarjeno: %d.","Updated: %d.":"Posodobljeno: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Viri: %d.","Tagged: %d.":"Zaznamovano: %d.","Importing notes...":"Uvažanje zabeležk...","The notes have been imported: %s":"Zabeležke so bile uvožene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikaže zabeležke v trenutni beležnici. Uporabite `ls /` za prikaz seznama beležnic.","Displays only the first top notes.":"Prikaže samo prvih zabeležk.","Sorts the item by (eg. title, updated_time, created_time).":"Razvrsti predmete glede na(title, updated_time, created_time).","Reverses the sorting order.":"Obrne vrstni red.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Prikaže samo predmete specifičnega tipa(tipov). Lahko je `n` za zabeležke, `t` za seznam opravil ali `nt` za zabeležke in za seznam opravil (to pomeni. `-tt` bi prikazal samo za narediti, med tem ko `-ttd` bi prikazal zabeležke in seznam opravil.","Either \"text\" or \"json\"":"Ali \"text\" ali \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"V uporabi je format dolgi seznam in je formata ID, NOTE_COUNT (za beležnice), DATE, TODO_CHECKED (seznam opravil), TITLE","Please select a notebook first.":"Prosim najprej izberite beležnico.","Creates a new notebook.":"Ustvari novo beležnico.","Creates a new note.":"Ustvari novo zabeležko.","Notes can only be created within a notebook.":"Zabeležke so lahko ustvarjene samo znotraj beležnice.","Creates a new to-do.":"Ustvari nov seznam opravil.","Moves the notes matching to [notebook].":"Premakne ustrezno zabeležko, ki ustreza v [notebook].","Renames the given (note or notebook) to .":"Preimenuje dano (zabeležka ali beležnica) v .","Deletes the given notebook.":"Izbriše dano beležnico.","Deletes the notebook without asking for confirmation.":"Izbriše beležnico brez potrebne potrditve.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Izbriše zabeležke, ki se ujemajo z .","Deletes the notes without asking for confirmation.":"Izbriše zabeležke brez potrebne predhodne potrditve.","%d notes match this pattern. Delete them?":"%d zabeležk ustreza temu iskalnemu nizu. Jih želite zbrisati?","Delete note?":"Želite izbrisati zabeležko?","Searches for the given in all the notes.":"Išči dani v vseh zabeležkah.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Nastavi lastnost dane v dano [value]. Možne lastnosti so:\n\n%s","Displays summary about the notes and notebooks.":"Prikaži povzetek o zabeležkah in beležnicah.","Synchronises with remote storage.":"Sinhronizira z oddaljenim dostopom.","Sync to provided target (defaults to sync.target config value)":"Sinhroniziraj z danim ciljem(defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Avtentikacija ni bila uspešna(autentikacijski token ni bil prejet).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Avtentikacija z %s ni potekla. Prosim priskrbite manjkajoče podatke.","Synchronisation is already in progress.":"Sinhronizacija je že v postopku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Zaklenjena datoteka je že v postopku. Če veste, da trenutno ne poteka sinhronizacija, lahko izbrišete zaklenjeno datoteko na \"%s\" in nadaljujete z operacijo.","Synchronisation target: %s (%s)":"Mesto sinhronizacije: %s(%s)","Cannot initialize synchroniser.":"Ni moč zagnati sinhronizatorja.","Starting synchronisation...":"Sinhronizacija se začenja.","Downloading resources...":"","Cancelling... Please wait.":"V preklicu...Prosim počakajte."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neveljaven ukaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" ima lahko funkcije ali \"spremeni\" or \"počisti\". Uporabi \"spremeni\" da spremeniš dani seznam opravil iz opravljeno v neopravljeno ali obratno. (Če je tarča navadna zabeležka, bo ta pretvorjena v seznam opravil). Uporabi \"počisti\" za pretvoriti seznam opravil nazaj v običajno zabeležko.","Marks a to-do as non-completed.":"Označi seznam opravil kot neopravljen.","Switches to [notebook] - all further operations will happen within this notebook.":"Se premakne v [notebook] - vse nadaljnje operacije se bodo zgodile znotraj te beležnice.","Displays version information":"Prikaži informacije o verziji","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Možne vrednosti: %s.","Default: %s":"Privzeto: %s","Possible keys/values:":"Možne tipke/vrednosti:","Type `joplin help` for usage information.":"Vtipkajte `joplin help` za informacije o uporabi.","Fatal error:":"Usodna napaka:","The application has been authorised - you may now close this browser tab.":"Aplikacija je bila avtorizirana - lahko zaprete zavihek v brskalniku.","The application has been successfully authorised.":"Aplikacija je bila uspešno avtorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Prosim, odprite sledeči URL v vašem brskalniku za avtentikacijo aplikacije. Aplikacija bo ustvarila mapo v \"Aplikacije/Joplin\" in bo samo bralo in pisalo datoteke v to mapo. Aplikacija ne bo imela dostopa do katerekoli datoteke zunaj mape niti nobene druge osebne mape. Noben podatek ne bo deljen s katerokoli tretjo osebo.","Search:":"Išči:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Dobrodošli v Joplinu!\n\nVtipkajte `:help shortcuts` za seznam bližnjic na tipkovnici ali vtipkajte samo`:help` za informacije o uporabi.\n\nNa primer, če želite ustvariti beležnico pritisnite `mb`; če želite ustvariti zabeležko pritisnite`mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ena ali več predmetov je trenutno enkriptiranih in boste morda morali navesti glavno geslo. Če želite to narediti, vtipkajte `e2ee decrypt`. Če ste že vnesli geslo, so enkriptirani predmeti v stanju dekripcije v ozadju in bodo kmalu na voljo.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Izvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","Importing from \"%s\" as \"%s\" format. Please wait...":"Uvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","PDF File":"PDF datoteka","File":"Datoteka","New note":"Nova zabeležka","New to-do":"Novi seznam opravil","New notebook":"Nova beležnica","Import":"Uvozi","Export":"Izvozi","Print":"Natisni","Hide %s":"Skrij %s","Quit":"Izhod","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Prilepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Išči znotraj vseh zabeležk","Search in current note":"Search in current note","View":"Pogled","Toggle sidebar":"","Toggle editor layout":"Spremeni izgled urejevalnika","Tools":"Orodja","Synchronisation status":"Status sinhronizacije","Web clipper options":"","Encryption options":"Možnosti enkripcije","General Options":"Splošne možnosti","Help":"Pomoč","Website and documentation":"Spletna stran in dokumentacija","Make a donation":"Doniraj","Check for updates...":"Preverjanje za posodobitvami...","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Odpri %s","Exit":"Izhod","OK":"OK","Cancel":"Prekliči","Current version is up-to-date.":"Sedanja verzija je najnovejša.","An update is available, do you want to download it now?":"Posodobitev je na voljo, jo želite prenesti sedaj?","Yes":"Da","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Apply":"","Submit":"","Save":"Shrani","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Onemogočanje enkripcije pomeni da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane neenkriptirane do ciljne sinhronizacijske naprave. Ali želite nadaljevati?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Omogočanje enkripcije pomeni, da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane enkriptirane do ciljne sinhronizacijske naprave. Obvezno si zapomnite geslo, saj bo zaradi varnostnih namenov to edini način, da dekriptirate vsebino beležnice. Da omogočite enkripcijo, vnesite geslo.","Disable encryption":"Onemogoči enkripcijo","Enable encryption":"Omogoči enkripcijo","Master Keys":"Glavno geslo","Active":"Aktiven","ID":"ID","Source":"Vir","Created":"Ustvarjeno","Updated":"Posodobljeno","Password":"Geslo","Password OK":"Geslo OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opomnik: samo eno glavno geslo bo uporabljeno za enkripcijo(tisto, ki je označena kot ''aktiven''). Vsa izmed gesel se lahko morda uporabijo za dekripcijo, odvisno od načina, kako so bile zabeležke in beležnice prvotno enkriptirane.","Missing Master Keys":"Manjkajoča glavna gesla","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Glavna gesla s sledečimi ID so uporabljena za enkripcijo nekaterih vaših predmetov. Kakorkoli, aplikacija trenutno nima dostopa do njih. Verjetno je, da bodo sčasoma preneseni s sinhronizacijo.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Enkripcija je:","Back":"Nazaj","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova beležnica \"%s\" bo ustvarjena in datoteka \"%s\" bo uvožena v njo","Please create a notebook first.":"Najprej prosim ustvarite beležnico.","Please create a notebook first":"Najprej prosim ustvarite beležnico","Notebook title:":"Naslov beležnice:","Add or remove tags:":"Dodaj ali odstrani oznako:","Separate each tag by a comma.":"Loči vsako oznako z vejico.","Rename notebook:":"Preimenuj beležnico:","Rename tag:":"Rename tag:","Set alarm:":"Nastavi alarm:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Nekateri premeti ne morejo biti sinhronizirani.","View them now":"Prikaži jih sedaj","Some items cannot be decrypted.":"Nekateri predmeti ne morejo biti dekriptirani.","Set the password":"Nastavi geslo","Add or remove tags":"Dodaj ali odstrani oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Izbriši","Delete notes?":"Izbriši zabeležke?","No notes in here. Create one by clicking on \"New note\".":"Trenutno ni tukaj nobene zabeležke. Ustvarite jo z klikom na \"Nova zabeležka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Trenutno ni tukaj nobene beležnice. Ustvarite jo z klikom na \"Nova beležnica\".","Location":"","URL":"","Note properties":"","Open...":"Odpri...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Shrani kot...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodprta povezava ali sporočilo: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Ta zabeležka nima vsebine. Kliknite na \"%s\" da menjate med urejevalnikom in urejanje zabeležke.","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"seznam opravil","note":"zabeležka","Creating new %s...":"Ustvarjanje nove %s...","Refresh":"Osveži","Clear":"Počisti","OneDrive Login":"Prijava OneDrive","Dropbox Login":"","Options":"Možnosti","Synchronisation Status":"Sinhronizacijski status","Encryption Options":"Možnosti enkripcije","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odstranite to oznako iz vseh zabeležk?","Remove this search from the sidebar?":"Odstranite ta iskalni niz iz stranske vrstice?","Rename":"Preimenuj","Synchronise":"Sinhroniziraj","Notebooks":"Beležnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosim izberite, kam želite izvoziti sinhronizacijski status","Usage: %s":"Uporaba: %s","Unknown flag: %s":"Nepoznana oznaka: %s","Dropbox":"","File system":"Sistem datotek","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (samo za testiranje)","WebDAV":"WebDAV","Unknown log level: %s":"Nepoznana stopnja zapisovanja delovanja programa: %s","Unknown level ID: %s":"Nepoznana stopnja ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Ne gre osvežiti tokena: manjkajo podatki o avtentikaciji. Ponovno zaženite sinhronizacijo, da morda popravite težavo.","Untitled":"Neimenovano","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne gre sinhronizirati z OneDrive \n\nTa napaka se pogosto pojavi, če uporabljate OneDrive Business, ki trenutno še ni podprt .\n\nProsim, razmislite o uporabi običajnega OneDrive računa .","Cannot access %s":"Ne gre dostopati %s","Created local items: %d.":"Ustvarjeni lokalni predmeti: %d.","Updated local items: %d.":"Posodobljeni lokalni predmeti: %d.","Created remote items: %d.":"Ustvarjeni oddaljeni predmeti: %d.","Updated remote items: %d.":"Posodobljeni oddaljeni predmeti: %d.","Deleted local items: %d.":"Izbrisani lokalni predmeti: %d.","Deleted remote items: %d.":"Izbrisani oddaljeni predmeti: %d.","Fetched items: %d/%d.":"Preneseni predmeti: %d/%d.","Cancelling...":"V preklicu...","Completed: %s":"Dokončano: %s","Last error: %s":"Zadnja napaka: %s","Idle":"V mirovanju","In progress":"V postopku","Synchronisation is already in progress. State: %s":"Sinhronizacija je že v postopku. Stanje: %s","Encrypted":"Enkriptirano","Encrypted items cannot be modified":"Enkriptirani predmeti ne morejo biti spremenjeni","Conflicts":"Konfikti","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ta zabeležke nima geografske lokacije.","Cannot copy note to \"%s\" notebook":"Ni moč kopirati zabeležke v \"%s\" beležnico","Cannot move note to \"%s\" notebook":"Ni moč premakniti zabeležke v \"%s\" beležnico","Language":"Jezik","Date format":"Način zapisa datuma","Time format":"Način zapisa ure","Theme":"Tema","Light":"Svetlo","Dark":"Temno","Uncompleted to-dos on top":"Premakni nedokončane sezname opravil na vrh","Show completed to-dos":"Show completed to-dos","Sort notes by":"Razporedi zabeležko po","Reverse sort order":"Obrni vrstni red","Save geo-location with notes":"Shrani geo-lokacijo z zabeležkami","When creating a new to-do:":"Ob ustvarjanju novega seznama opravil:","Focus title":"Fokusiraj naslov","Focus body":"Fokusiraj vsebino","When creating a new note:":"Ob ustvarjanju nove zabeležke:","Show tray icon":"Pokaži ikono v območju za obvestila(opravilna vrstica)","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Celokupen procent povečave","Editor font size":"Editor font size","Editor font family":"Družina urejevalnika besedilnega stila","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Samodejno posodobi aplikacijo","Synchronisation interval":"Časovni interval sinhronizacije","%d minutes":"Številno minut: %d","%d hour":"Števil ur: %d","%d hours":"Število ur: %d","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Pokaži napredne možnosti","Synchronisation target":"Sinhronizacijski cilj","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ciljno sinhronizacijsko mesto. Vsak sinhronizacijski cilj ima lahko dodatne parametre imenovano kot `sync.NUM.NAME` (vse je dokumentirano spodaj).","Directory to synchronise with (absolute path)":"Mesto ciljne sinhronizacije (absolutna pot)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Pot za sinhronizacijo, ki bo uporabljena ob omogočeni sinhronizaciji. Poglej `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","Json Export Directory":"Json Export Directory","Directory":"Mesto datoteke","Cannot load \"%s\" module for format \"%s\"":"Ne gre naložiti \"%s\" modula za format \"%s\"","Please specify import format for %s":"Prosim navedite format uvoza za %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Predmet je trenutno enkriptiran: %s \"%s\". Prosim počakajte, da bodo vsi predmeti dekriptirani in poskusite ponovno.","There is no data to export.":"Ni datotek za izvoz.","Please specify the notebook where the notes should be imported to.":"Prosim navedite beležnico, kamor želite uvoziti zabeležke.","Items that cannot be synchronised":"Predmeti ne morejo biti sinhronizirani","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ti predmeti bodo ostali na napravi, ampak ne bodo naloženi na sinhronizacijski cilj. Če želite najti te predmete, iščite po ali naslovu ali ID(je prikazan zgoraj v oklepajih)","Sync status (synced items / total items)":"Status sinhronizacije(sinhronizirani predmeti / vse datoteke)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Skupno: %d/%d","Conflicted: %d":"V konfliktu: %d","To delete: %d":"Za izbris: %d","Folders":"Datoteke","%s: %d notes":"%s: %d zabeležke","Coming alarms":"Prihajajoči alarmi","On %s: %s":"Vključeno %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno ni zabeležk. Ustvarite jo s klikom na (+) gumb.","Delete these notes?":"Izbriši te zabeležke?","Log":"Dnevnik","Export Debug Report":"Izvozi poročilo o napakah","Encryption Config":"Nastavite enkripcije","Configuration":"Nastavitve","Move to notebook...":"Premakni v beležnico...","Move %d notes to notebook \"%s\"?":"Premakni %d zabeležk v beležnico \"%s\"?","Press to set the decryption password.":"Klikni za nastavitev dekripcijskega gesla.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin spletna stran","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Glavno geslo %s","Created: %s":"Ustvarjeno: %s","Password:":"Geslo:","Password cannot be empty":"Geslo ne more biti prazno","Enable":"Omogoči","The notebook could not be saved: %s":"Beležnica ne more biti shranjena: %s","Edit notebook":"Uredi beležnico","Show all":"Prikaži vse","Errors only":"Samo napake","This note has been modified:":"Ta zabeležka je bila spremenjena:","Save changes":"Shrani spremembe","Discard changes":"Opusti spremembe","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodprt tip slike: %s","Take photo":"Take photo","Attach photo":"Pripni fotografijo","Attach any file":"Pripni katerokoli datoteko","Share":"","Convert to note":"Pretvori v zabeležko","Convert to todo":"Pretvori v za narediti","Hide metadata":"Skrij meta podatke","Show metadata":"Prikaži meta podatke","View on map":"Prikaži na zemljevidu","Go to source URL":"","Delete notebook":"Izbriši beležnico","Login with OneDrive":"Prijavi se z OneDrive","Search":"Išči","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Kliknite na (+) gumb, da ustvarite novo zabeležko ali beležnico. Kliknite na stranski menu za dostop do obstoječih beležnic.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nimate nobene beležnice. Ustvarite jo s klikom na (+) gumb.","Welcome":"Dobrodošli"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Za izbris dane oznake, odoznačite zabeležke s to oznako.","Please select the note or notebook to be deleted first.":"Prosim izberite zabeležko ali beležnico, ki jo želite najprej zbrisati.","Press Ctrl+D or type \"exit\" to exit the application":"Pritisnite Ctrl+D ali napišite \"exit\" za izhod iz aplikacije","More than one item match \"%s\". Please narrow down your query.":"Več kot en predmet se ujema z \"%s\". Prosim zožite iskani niz besed.","No notebook selected.":"Nobena beležnica ni bila izbrana.","No notebook has been specified.":"Nobena beležnica ni bila izbrana.","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"Sinhronizacija v ozadju se preklicuje... Prosim počakajte.","No such command: %s":"Noben tak ukaz ni bil najden: %s","The command \"%s\" is only available in GUI mode":"Ukaz \"%s\" je na voljo samo v GUI načinu","Cannot change encrypted item":"Ni mogoče spremeniti enkriptiranega predmeta","Missing required argument: %s":"Manjka zahtevani argument %s","%s: %s":"%s: %s","Your choice: ":"Vaša izbira: ","Invalid answer: %s":"Neveljaven odgovor: %s","Attaches the given file to the note.":"Pripni dano datoteko k zabeležki.","Cannot find \"%s\".":"Ni moč najti \"%s\".","Displays the given note.":"Prikaže dano zabeležko.","Displays the complete information about note.":"Prikaže vse informacije o zabeležki.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Dobi ali nastavi configuracijsko vrednost. Če [value] ni dodeljena, bo prikazana vrednost od [name]. Če niti [name] ali [value] nista dodeljena, bo prikazana sedanja konfiguracija.","Also displays unset and hidden config variables.":"Prikaže tudi nenastavljene in skrite spremenljivke konfiguracije.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Podvoji zabeležke ustrezajoče v [notebook]. Če nobena beležnica ni specificirana, zabeležka je podvojena v trenutni beležnici.","Marks a to-do as done.":"Označi seznam opravil kot končan.","Note is not a to-do: \"%s\"":"Zabeležka ni formata seznam opravil: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Upravlja z E2EE nastavitvami. Ukazi so `enable`, `disable`, `decrypt`, `status` in `target-status`.","Enter master password:":"Vnesite glavno geslo:","Operation cancelled":"Operacija je preklicana","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Dekripcija se začenja... Prosim počakajte. Vse skupaj lahko vzame nekaj minut, glede na količino materiala, ki jo je potrebno dekriptirati.","Completed decryption.":"Dekripcija končana.","Enabled":"Omogočeno","Disabled":"Onemogočeno","Encryption is: %s":"Enkripcija je: %s","Edit note.":"Uredi zabeležko.","No text editor is defined. Please set it using `config editor `":"Noben urejevalec teksta ni izbran. Prosim, nastavite ga z uporabo `config editor `","No active notebook.":"Ni aktivnih beležnic.","Note does not exist: \"%s\". Create it?":"Zabeležka ne obstaja: \"%s\". Bi jo radi ustvarili?","Starting to edit note. Close the editor to get back to the prompt.":"Urejanje zabeležke se začenja. Zaprite urejevalnik, da se vrnete na ukazni poziv.","Error opening note in editor: %s":"Napaka v odpiranju zabeležke v urejevalniku: %s","Note has been saved.":"Zabeležka je bila shranjena.","Exits the application.":"Izhod iz aplikacije.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Izvozi Joplin datoteke glede na dano pot. Privzeto bo izvozilo celotno bazo podatkov vključujoče beležnice, zabeležke, oznake in vire.","Destination format: %s":"Format destinacije: %s","Exports only the given note.":"Izvozi samo dano zabeležko.","Exports only the given notebook.":"Izvozi samo dano beležnico.","Displays a geolocation URL for the note.":"Prikaže geolokacijski URL za zabeležk.","Displays usage information.":"Prikaže informacijo uporabe.","For information on how to customise the shortcuts please visit %s":"Za več informacij na kako prilagoditi bližnjice prosim obiščite %s","Shortcuts are not available in CLI mode.":"Bližnjice niso na voljo v CLI načinu.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Vtipkajte `help [command]` za več informacij o ukazu; ali vtipkajte `help all` za popoln prikaz informacij o uporabi.","The possible commands are:":"Možni ukazi si:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.","To move from one pane to another, press Tab or Shift+Tab.":"Če se želite premakniti iz enega sklopa v drugega, pritisnite Tab ali Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Uporabite puščice in page up/down tipke za listanje strani in besedila(vključno s to konzolo).","To maximise/minimise the console, press \"tc\".":"To maximise/minimise the console, press \"tc\".","To enter command line mode, press \":\"":"Za vstop v način ukaznega poziva pritisnite\":\"","To exit command line mode, press ESCAPE":"Za izhod iz načina Ukazni poziv pritisnite ESCAPE","For the list of keyboard shortcuts and config options, type `help keymap`":"Za seznam bližnjic na tipkovnici in možnosti konfiguracije vtipkajte `help keymap`","Imports data into Joplin.":"Uvozi podatke v Joplin.","Source format: %s":"Format vira: %s","Do not ask for confirmation.":"Ne sprašuj za potrditev.","Found: %d.":"Najdeno: %d.","Created: %d.":"Ustvarjeno: %d.","Updated: %d.":"Posodobljeno: %d.","Skipped: %d.":"Preskočeno: %d.","Resources: %d.":"Viri: %d.","Tagged: %d.":"Zaznamovano: %d.","Importing notes...":"Uvažanje zabeležk...","The notes have been imported: %s":"Zabeležke so bile uvožene: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Prikaže zabeležke v trenutni beležnici. Uporabite `ls /` za prikaz seznama beležnic.","Displays only the first top notes.":"Prikaže samo prvih zabeležk.","Sorts the item by (eg. title, updated_time, created_time).":"Razvrsti predmete glede na(title, updated_time, created_time).","Reverses the sorting order.":"Obrne vrstni red.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Prikaže samo predmete specifičnega tipa(tipov). Lahko je `n` za zabeležke, `t` za seznam opravil ali `nt` za zabeležke in za seznam opravil (to pomeni. `-tt` bi prikazal samo za narediti, med tem ko `-ttd` bi prikazal zabeležke in seznam opravil.","Either \"text\" or \"json\"":"Ali \"text\" ali \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"V uporabi je format dolgi seznam in je formata ID, NOTE_COUNT (za beležnice), DATE, TODO_CHECKED (seznam opravil), TITLE","Please select a notebook first.":"Prosim najprej izberite beležnico.","Creates a new notebook.":"Ustvari novo beležnico.","Creates a new note.":"Ustvari novo zabeležko.","Notes can only be created within a notebook.":"Zabeležke so lahko ustvarjene samo znotraj beležnice.","Creates a new to-do.":"Ustvari nov seznam opravil.","Moves the notes matching to [notebook].":"Premakne ustrezno zabeležko, ki ustreza v [notebook].","Renames the given (note or notebook) to .":"Preimenuje dano (zabeležka ali beležnica) v .","Deletes the given notebook.":"Izbriše dano beležnico.","Deletes the notebook without asking for confirmation.":"Izbriše beležnico brez potrebne potrditve.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","Deletes the notes matching .":"Izbriše zabeležke, ki se ujemajo z .","Deletes the notes without asking for confirmation.":"Izbriše zabeležke brez potrebne predhodne potrditve.","%d notes match this pattern. Delete them?":"%d zabeležk ustreza temu iskalnemu nizu. Jih želite zbrisati?","Delete note?":"Želite izbrisati zabeležko?","Searches for the given in all the notes.":"Išči dani v vseh zabeležkah.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Nastavi lastnost dane v dano [value]. Možne lastnosti so:\n\n%s","Displays summary about the notes and notebooks.":"Prikaži povzetek o zabeležkah in beležnicah.","Synchronises with remote storage.":"Sinhronizira z oddaljenim dostopom.","Sync to provided target (defaults to sync.target config value)":"Sinhroniziraj z danim ciljem(defaults to sync.target config value)","Authentication was not completed (did not receive an authentication token).":"Avtentikacija ni bila uspešna(autentikacijski token ni bil prejet).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"","Step 1: Open this URL in your browser to authorise the application:":"","Step 2: Enter the code provided by Dropbox:":"","Not authentified with %s. Please provide any missing credentials.":"Avtentikacija z %s ni potekla. Prosim priskrbite manjkajoče podatke.","Synchronisation is already in progress.":"Sinhronizacija je že v postopku.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Zaklenjena datoteka je že v postopku. Če veste, da trenutno ne poteka sinhronizacija, lahko izbrišete zaklenjeno datoteko na \"%s\" in nadaljujete z operacijo.","Synchronisation target: %s (%s)":"Mesto sinhronizacije: %s(%s)","Cannot initialize synchroniser.":"Ni moč zagnati sinhronizatorja.","Starting synchronisation...":"Sinhronizacija se začenja.","Downloading resources...":"","Cancelling... Please wait.":"V preklicu...Prosim počakajte."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Neveljaven ukaz: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" ima lahko funkcije ali \"spremeni\" or \"počisti\". Uporabi \"spremeni\" da spremeniš dani seznam opravil iz opravljeno v neopravljeno ali obratno. (Če je tarča navadna zabeležka, bo ta pretvorjena v seznam opravil). Uporabi \"počisti\" za pretvoriti seznam opravil nazaj v običajno zabeležko.","Marks a to-do as non-completed.":"Označi seznam opravil kot neopravljen.","Switches to [notebook] - all further operations will happen within this notebook.":"Se premakne v [notebook] - vse nadaljnje operacije se bodo zgodile znotraj te beležnice.","Displays version information":"Prikaži informacije o verziji","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Vrsta: %s.","Possible values: %s.":"Možne vrednosti: %s.","Default: %s":"Privzeto: %s","Possible keys/values:":"Možne tipke/vrednosti:","Type `joplin help` for usage information.":"Vtipkajte `joplin help` za informacije o uporabi.","Fatal error:":"Usodna napaka:","The application has been authorised - you may now close this browser tab.":"Aplikacija je bila avtorizirana - lahko zaprete zavihek v brskalniku.","The application has been successfully authorised.":"Aplikacija je bila uspešno avtorizirana.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Prosim, odprite sledeči URL v vašem brskalniku za avtentikacijo aplikacije. Aplikacija bo ustvarila mapo v \"Aplikacije/Joplin\" in bo samo bralo in pisalo datoteke v to mapo. Aplikacija ne bo imela dostopa do katerekoli datoteke zunaj mape niti nobene druge osebne mape. Noben podatek ne bo deljen s katerokoli tretjo osebo.","Search:":"Išči:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Dobrodošli v Joplinu!\n\nVtipkajte `:help shortcuts` za seznam bližnjic na tipkovnici ali vtipkajte samo`:help` za informacije o uporabi.\n\nNa primer, če želite ustvariti beležnico pritisnite `mb`; če želite ustvariti zabeležko pritisnite`mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ena ali več predmetov je trenutno enkriptiranih in boste morda morali navesti glavno geslo. Če želite to narediti, vtipkajte `e2ee decrypt`. Če ste že vnesli geslo, so enkriptirani predmeti v stanju dekripcije v ozadju in bodo kmalu na voljo.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Izvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","Importing from \"%s\" as \"%s\" format. Please wait...":"Uvažam v \"%s\" kot \"%s\" format. Prosim počakajte...","PDF File":"PDF datoteka","File":"Datoteka","New note":"Nova zabeležka","New to-do":"Novi seznam opravil","New notebook":"Nova beležnica","Import":"Uvozi","Export":"Izvozi","Print":"Natisni","Hide %s":"Skrij %s","Quit":"Izhod","Edit":"Uredi","Copy":"Kopiraj","Cut":"Izreži","Paste":"Prilepi","Select all":"Select all","Bold":"","Italic":"","Insert Date Time":"","Edit in external editor":"","Search in all the notes":"Išči znotraj vseh zabeležk","Search in current note":"Search in current note","View":"Pogled","Toggle sidebar":"","Toggle editor layout":"Spremeni izgled urejevalnika","Tools":"Orodja","Synchronisation status":"Status sinhronizacije","Web clipper options":"","Encryption options":"Možnosti enkripcije","General Options":"Splošne možnosti","Help":"Pomoč","Website and documentation":"Spletna stran in dokumentacija","Make a donation":"Doniraj","Check for updates...":"Preverjanje za posodobitvami...","About Joplin":"O Joplinu","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Odpri %s","Exit":"Izhod","OK":"OK","Cancel":"Prekliči","Current version is up-to-date.":"Sedanja verzija je najnovejša.","%s (pre-release)":"","An update is available, do you want to download it now?":"Posodobitev je na voljo, jo želite prenesti sedaj?","Your version: v%s":"","New version: v%s":"","Yes":"Da","No":"Ne","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"","Status: Started on port %d":"","Status: %s":"Status: %s","Disable Web Clipper Service":"","The web clipper service is not enabled.":"","Enable Web Clipper Service":"","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"","In order to use the web clipper, you need to do the following:":"","Step 1: Enable the clipper service":"","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"","Step 2: Install the extension":"","Download and install the relevant extension for your browser:":"","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Apply":"","Submit":"","Save":"Shrani","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Onemogočanje enkripcije pomeni da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane neenkriptirane do ciljne sinhronizacijske naprave. Ali želite nadaljevati?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Omogočanje enkripcije pomeni, da bodo *vse* vaše zabeležke in priponke ponovno sinhronizirane in poslane enkriptirane do ciljne sinhronizacijske naprave. Obvezno si zapomnite geslo, saj bo zaradi varnostnih namenov to edini način, da dekriptirate vsebino beležnice. Da omogočite enkripcijo, vnesite geslo.","Disable encryption":"Onemogoči enkripcijo","Enable encryption":"Omogoči enkripcijo","Master Keys":"Glavno geslo","Active":"Aktiven","ID":"ID","Source":"Vir","Created":"Ustvarjeno","Updated":"Posodobljeno","Password":"Geslo","Password OK":"Geslo OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Opomnik: samo eno glavno geslo bo uporabljeno za enkripcijo(tisto, ki je označena kot ''aktiven''). Vsa izmed gesel se lahko morda uporabijo za dekripcijo, odvisno od načina, kako so bile zabeležke in beležnice prvotno enkriptirane.","Missing Master Keys":"Manjkajoča glavna gesla","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Glavna gesla s sledečimi ID so uporabljena za enkripcijo nekaterih vaših predmetov. Kakorkoli, aplikacija trenutno nima dostopa do njih. Verjetno je, da bodo sčasoma preneseni s sinhronizacijo.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"","Status":"Status","Encryption is:":"Enkripcija je:","Back":"Nazaj","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Nova beležnica \"%s\" bo ustvarjena in datoteka \"%s\" bo uvožena v njo","Please create a notebook first.":"Najprej prosim ustvarite beležnico.","Please create a notebook first":"Najprej prosim ustvarite beležnico","Notebook title:":"Naslov beležnice:","Add or remove tags:":"Dodaj ali odstrani oznako:","Separate each tag by a comma.":"Loči vsako oznako z vejico.","Rename notebook:":"Preimenuj beležnico:","Rename tag:":"Rename tag:","Set alarm:":"Nastavi alarm:","Layout":"Izgled","Search...":"Search...","Some items cannot be synchronised.":"Nekateri premeti ne morejo biti sinhronizirani.","View them now":"Prikaži jih sedaj","Some items cannot be decrypted.":"Nekateri predmeti ne morejo biti dekriptirani.","Set the password":"Nastavi geslo","Add or remove tags":"Dodaj ali odstrani oznake","Duplicate":"","%s - Copy":"%s - Copy","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Copy Markdown link","Delete":"Izbriši","Delete notes?":"Izbriši zabeležke?","No notes in here. Create one by clicking on \"New note\".":"Trenutno ni tukaj nobene zabeležke. Ustvarite jo z klikom na \"Nova zabeležka\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Trenutno ni tukaj nobene beležnice. Ustvarite jo z klikom na \"Nova beležnica\".","Location":"","URL":"","Note properties":"","Open...":"Odpri...","This file could not be opened: %s":"This file could not be opened: %s","Save as...":"Shrani kot...","Copy path to clipboard":"","Copy Link Address":"","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Nepodprta povezava ali sporočilo: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Ta zabeležka nima vsebine. Kliknite na \"%s\" da menjate med urejevalnikom in urejanje zabeležke.","Only one note can be printed or exported to PDF at a time.":"","strong text":"","emphasized text":"","List item":"","Insert Hyperlink":"","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","In: %s":"In: %s","Hyperlink":"","Code":"","Numbered List":"","Bulleted List":"","Checkbox":"","Heading":"","Horizontal Rule":"","Click to stop external editing":"","Watching...":"Watching...","to-do":"seznam opravil","note":"zabeležka","Creating new %s...":"Ustvarjanje nove %s...","Refresh":"Osveži","Clear":"Počisti","OneDrive Login":"Prijava OneDrive","Dropbox Login":"","Options":"Možnosti","Synchronisation Status":"Sinhronizacijski status","Encryption Options":"Možnosti enkripcije","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Odstranite to oznako iz vseh zabeležk?","Remove this search from the sidebar?":"Odstranite ta iskalni niz iz stranske vrstice?","Rename":"Preimenuj","Synchronise":"Sinhroniziraj","Notebooks":"Beležnice","Decrypting items: %d/%d":"Decrypting items: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Prosim izberite, kam želite izvoziti sinhronizacijski status","Usage: %s":"Uporaba: %s","Unknown flag: %s":"Nepoznana oznaka: %s","Dropbox":"","File system":"Sistem datotek","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (samo za testiranje)","WebDAV":"WebDAV","Unknown log level: %s":"Nepoznana stopnja zapisovanja delovanja programa: %s","Unknown level ID: %s":"Nepoznana stopnja ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Ne gre osvežiti tokena: manjkajo podatki o avtentikaciji. Ponovno zaženite sinhronizacijo, da morda popravite težavo.","Untitled":"Neimenovano","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Ne gre sinhronizirati z OneDrive \n\nTa napaka se pogosto pojavi, če uporabljate OneDrive Business, ki trenutno še ni podprt .\n\nProsim, razmislite o uporabi običajnega OneDrive računa .","Cannot access %s":"Ne gre dostopati %s","Created local items: %d.":"Ustvarjeni lokalni predmeti: %d.","Updated local items: %d.":"Posodobljeni lokalni predmeti: %d.","Created remote items: %d.":"Ustvarjeni oddaljeni predmeti: %d.","Updated remote items: %d.":"Posodobljeni oddaljeni predmeti: %d.","Deleted local items: %d.":"Izbrisani lokalni predmeti: %d.","Deleted remote items: %d.":"Izbrisani oddaljeni predmeti: %d.","Fetched items: %d/%d.":"Preneseni predmeti: %d/%d.","Cancelling...":"V preklicu...","Completed: %s":"Dokončano: %s","Last error: %s":"Zadnja napaka: %s","Idle":"V mirovanju","In progress":"V postopku","Synchronisation is already in progress. State: %s":"Sinhronizacija je že v postopku. Stanje: %s","Encrypted":"Enkriptirano","Encrypted items cannot be modified":"Enkriptirani predmeti ne morejo biti spremenjeni","Conflicts":"Konfikti","Cannot move notebook to this location":"Cannot move notebook to this location","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","title":"title","updated date":"updated date","created date":"created date","This note does not have geolocation information.":"Ta zabeležke nima geografske lokacije.","Cannot copy note to \"%s\" notebook":"Ni moč kopirati zabeležke v \"%s\" beležnico","Cannot move note to \"%s\" notebook":"Ni moč premakniti zabeležke v \"%s\" beležnico","Language":"Jezik","Date format":"Način zapisa datuma","Time format":"Način zapisa ure","Theme":"Tema","Light":"Svetlo","Dark":"Temno","Uncompleted to-dos on top":"Premakni nedokončane sezname opravil na vrh","Show completed to-dos":"Show completed to-dos","Sort notes by":"Razporedi zabeležko po","Reverse sort order":"Obrni vrstni red","Save geo-location with notes":"Shrani geo-lokacijo z zabeležkami","When creating a new to-do:":"Ob ustvarjanju novega seznama opravil:","Focus title":"Fokusiraj naslov","Focus body":"Fokusiraj vsebino","When creating a new note:":"Ob ustvarjanju nove zabeležke:","Show tray icon":"Pokaži ikono v območju za obvestila(opravilna vrstica)","Note: Does not work in all desktop environments.":"","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Celokupen procent povečave","Editor font size":"Editor font size","Editor font family":"Družina urejevalnika besedilnega stila","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.","Automatically update the application":"Samodejno posodobi aplikacijo","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Časovni interval sinhronizacije","%d minutes":"Številno minut: %d","%d hour":"Števil ur: %d","%d hours":"Število ur: %d","Text editor command":"Text editor command","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.","Show advanced options":"Pokaži napredne možnosti","Synchronisation target":"Sinhronizacijski cilj","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Ciljno sinhronizacijsko mesto. Vsak sinhronizacijski cilj ima lahko dodatne parametre imenovano kot `sync.NUM.NAME` (vse je dokumentirano spodaj).","Directory to synchronise with (absolute path)":"Mesto ciljne sinhronizacije (absolutna pot)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Pot za sinhronizacijo, ki bo uporabljena ob omogočeni sinhronizaciji. Poglej `sync.target`.","Nextcloud WebDAV URL":"Nextcloud WebDAV URL","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Custom TLS certificates":"","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"","Ignore TLS certificate errors":"","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","Json Export Directory":"Json Export Directory","Directory":"Mesto datoteke","Cannot load \"%s\" module for format \"%s\"":"Ne gre naložiti \"%s\" modula za format \"%s\"","Please specify import format for %s":"Prosim navedite format uvoza za %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Predmet je trenutno enkriptiran: %s \"%s\". Prosim počakajte, da bodo vsi predmeti dekriptirani in poskusite ponovno.","There is no data to export.":"Ni datotek za izvoz.","Please specify the notebook where the notes should be imported to.":"Prosim navedite beležnico, kamor želite uvoziti zabeležke.","Items that cannot be synchronised":"Predmeti ne morejo biti sinhronizirani","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Ti predmeti bodo ostali na napravi, ampak ne bodo naloženi na sinhronizacijski cilj. Če želite najti te predmete, iščite po ali naslovu ali ID(je prikazan zgoraj v oklepajih)","Sync status (synced items / total items)":"Status sinhronizacije(sinhronizirani predmeti / vse datoteke)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Skupno: %d/%d","Conflicted: %d":"V konfliktu: %d","To delete: %d":"Za izbris: %d","Folders":"Datoteke","%s: %d notes":"%s: %d zabeležke","Coming alarms":"Prihajajoči alarmi","On %s: %s":"Vključeno %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Trenutno ni zabeležk. Ustvarite jo s klikom na (+) gumb.","Delete these notes?":"Izbriši te zabeležke?","Log":"Dnevnik","Export Debug Report":"Izvozi poročilo o napakah","Encryption Config":"Nastavite enkripcije","Configuration":"Nastavitve","Move to notebook...":"Premakni v beležnico...","Move %d notes to notebook \"%s\"?":"Premakni %d zabeležk v beležnico \"%s\"?","Press to set the decryption password.":"Klikni za nastavitev dekripcijskega gesla.","Clear alarm":"Clear alarm","Save alarm":"Save alarm","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"","Type new tags or select from list":"","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"","- Camera: to allow taking a picture and attaching it to a note.":"","- Location: to allow attaching geo-location information to a note.":"","Joplin website":"Joplin spletna stran","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Login with Dropbox","Enter code here":"","Master Key %s":"Glavno geslo %s","Created: %s":"Ustvarjeno: %s","Password:":"Geslo:","Password cannot be empty":"Geslo ne more biti prazno","Enable":"Omogoči","The notebook could not be saved: %s":"Beležnica ne more biti shranjena: %s","Edit notebook":"Uredi beležnico","Show all":"Prikaži vse","Errors only":"Samo napake","This note has been modified:":"Ta zabeležka je bila spremenjena:","Save changes":"Shrani spremembe","Discard changes":"Opusti spremembe","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nepodprt tip slike: %s","Take photo":"Take photo","Attach photo":"Pripni fotografijo","Attach any file":"Pripni katerokoli datoteko","Share":"","Convert to note":"Pretvori v zabeležko","Convert to todo":"Pretvori v za narediti","Hide metadata":"Skrij meta podatke","Show metadata":"Prikaži meta podatke","View on map":"Prikaži na zemljevidu","Go to source URL":"","Delete notebook":"Izbriši beležnico","Login with OneDrive":"Prijavi se z OneDrive","Search":"Išči","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Kliknite na (+) gumb, da ustvarite novo zabeležko ali beležnico. Kliknite na stranski menu za dostop do obstoječih beležnic.","You currently have no notebook. Create one by clicking on (+) button.":"Trenutno nimate nobene beležnice. Ustvarite jo s klikom na (+) gumb.","Welcome":"Dobrodošli"} \ No newline at end of file diff --git a/ReactNativeClient/locales/sv.json b/ReactNativeClient/locales/sv.json index 6ba817f67..3e2a8fc48 100644 --- a/ReactNativeClient/locales/sv.json +++ b/ReactNativeClient/locales/sv.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"För att ta bort en tagg, ta bort de associerade anteckningarna.","Please select the note or notebook to be deleted first.":"Välj anteckningen eller anteckningsboken som ska tas bort först.","Press Ctrl+D or type \"exit\" to exit the application":"Tryck Ctrl+D eller skriv \"exit\" för att avsluta programmet","More than one item match \"%s\". Please narrow down your query.":"Mer än ett objekt matchar \"%s\". Begränsa din förfråga.","No notebook selected.":"Ingen anteckningsbok vald.","No notebook has been specified.":"Ingen anteckningsbok har angivits.","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"Avbryter bakgrundssynkronisering... vänta.","No such command: %s":"Inget sådant kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandot \"%s\" är endast tillgängligt i läge för grafiskt gränssnitt","Cannot change encrypted item":"Kan inte ändra krypterat objekt","Missing required argument: %s":"Saknade obligatoriskt argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt val: ","Invalid answer: %s":"Ogiltigt svar: %s","Attaches the given file to the note.":"Bifogar den angivna filen till anteckningen.","Cannot find \"%s\".":"Kan inte hitta \"%s\".","Displays the given note.":"Visar den angivna anteckningen.","Displays the complete information about note.":"Visar fullständig information om anteckning.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Hämtar eller ställer in ett konfigureringsvärde. Om [value] inte anges kommer det att visa värdet på [name]. Om varken [name] eller [value] anges, kommer det att lista den nuvarande konfigurationen.","Also displays unset and hidden config variables.":"Visar även inte inställda och dolda konfigurationsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicerar anteckningarna som matchar till [notebook]. Om ingen anteckningsbok är angiven kopieras anteckningen i den aktuella anteckningsboken.","Marks a to-do as done.":"Märker en att-göra som gjord.","Note is not a to-do: \"%s\"":"Anteckning är inte en att-göra: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Hanterar E2EE-konfiguration. Kommandon är `enable`,` disable`, `decrypt`,` status` och `target-status`.","Enter master password:":"Ange huvudlösenord:","Operation cancelled":"Operation avbruten","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Startar dekryptering... Vänta eftersom det kan ta flera minuter beroende på hur mycket som ska dekrypteras.","Completed decryption.":"Dekryptering färdig.","Enabled":"Aktiverad","Disabled":"Inaktiverad","Encryption is: %s":"Kryptering är: %s","Edit note.":"Redigera anteckning.","No text editor is defined. Please set it using `config editor `":"Ingen textredigerare är definierad. Ange det med `config editor `","No active notebook.":"Ingen aktiv anteckningsbok.","Note does not exist: \"%s\". Create it?":"Anteckning finns inte: \"%s\". Skapa den?","Starting to edit note. Close the editor to get back to the prompt.":"Börjar redigera anteckning. Stäng redigeraren för att komma tillbaka till prompten.","Error opening note in editor: %s":"Fel vid öppning av anteckning i redigeraren: %s","Note has been saved.":"Anteckning har sparats.","Exits the application.":"Avslutar programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporterar Joplin-data till den angivna sökvägen. Som standard exporterar den hela databasen inklusive anteckningsböcker, anteckningar, taggar och resurser.","Destination format: %s":"Destinationsformat: %s","Exports only the given note.":"Exporterar endast den angivna anteckningen.","Exports only the given notebook.":"Exporterar endast den angivna anteckningsboken.","Displays a geolocation URL for the note.":"Visar en geolokaliserings-webbadress för anteckningen.","Displays usage information.":"Visar användningsinformation.","For information on how to customise the shortcuts please visit %s":"För information om hur du anpassar snabbkommandon, besök %s","Shortcuts are not available in CLI mode.":"Snabbkommandon är inte tillgängliga i läge för kommandotolk.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv `help [command]` för mer information om ett kommando; eller skriv `help all` för fullständig användningsinformation.","The possible commands are:":"De möjliga kommandona är:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I ett kommando kan en anteckning eller anteckningsbok hänvisas till med titeln eller ID eller med snabbkommandona `$n` eller `$b` för respektive den för närvarande valda anteckningen eller anteckningsboken. `$c` kan användas för att referera till det för närvarande valda objektet.","To move from one pane to another, press Tab or Shift+Tab.":"För att flytta från en ruta till en annan, tryck på Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Använd pilarna och sid upp/ner för att bläddra i listorna och textområdena (inklusive den här konsolen).","To maximise/minimise the console, press \"tc\".":"För att maximera/minimera konsolen trycker du på \"tc\".","To enter command line mode, press \":\"":"För att komma in i kommandoradsläget, tryck på \":\"","To exit command line mode, press ESCAPE":"För att avsluta kommandoradsläge, tryck på ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"För listan över snabbkommandon och konfigurationsinställningar, skriv `help keymap`","Imports data into Joplin.":"Importerar data till Joplin.","Source format: %s":"Källformat: %s","Do not ask for confirmation.":"Fråga inte om bekräftelse.","Found: %d.":"Hittad: %d.","Created: %d.":"Skapad: %d.","Updated: %d.":"Uppdaterad: %d.","Skipped: %d.":"Överhoppad: %d.","Resources: %d.":"Resurser: %d.","Tagged: %d.":"Taggad: %d.","Importing notes...":"Importerar anteckningar...","The notes have been imported: %s":"Anteckningarna har importerats: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Visar anteckningarna i den nuvarande anteckningsboken. Använd `ls /` för att visa listan över anteckningsböcker.","Displays only the first top notes.":"Visar endast de första övre anteckningarna.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterar objektet efter (t.ex. title, updated_time, created_time).","Reverses the sorting order.":"Omvänder sorteringsordningen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Visar endast objekt av den specifika typen/typerna. Kan vara `n` för anteckningar, `t` för att-göra eller `nt` för anteckningar och att-göra (t.ex. `-tt` skulle bara visa att-göra, medan `-ttd` skulle visa anteckningar och att-göra.","Either \"text\" or \"json\"":"Antingen \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Använd långt listformat. Format är ID, NOTE_COUNT (för anteckningsbok), DATE, TODO_CHECKED (för att-göra), TITLE","Please select a notebook first.":"Välj en anteckningsbok först.","Creates a new notebook.":"Skapar en ny anteckningsbok.","Creates a new note.":"Skapar en ny anteckning.","Notes can only be created within a notebook.":"Anteckningar kan bara skapas i en anteckningsbok.","Creates a new to-do.":"Skapar en ny att-göra.","Moves the notes matching to [notebook].":"Flyttar anteckningarna som matchar till [notebook].","Renames the given (note or notebook) to .":"Byter namn på den angivna (anteckning eller anteckningsbok) till .","Deletes the given notebook.":"Tar bort den angivna anteckningsboken.","Deletes the notebook without asking for confirmation.":"Tar bort anteckningsboken utan att be om bekräftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Ta bort anteckningsboken? Alla anteckningar och delanteckningsböcker i den här anteckningsboken tas bort också.","Deletes the notes matching .":"Tar bort noterna som matchar .","Deletes the notes without asking for confirmation.":"Tar bort anteckningarna utan att be om bekräftelse.","%d notes match this pattern. Delete them?":"%d anteckningar matchar det här mönstret. Ta bort dem?","Delete note?":"Ta bort anteckning?","Searches for the given in all the notes.":"Söker efter det givna i alla anteckningarna.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Ställer in egenskapen av den givna till det angivna [value]. Möjliga egenskaper är:\n\n%s","Displays summary about the notes and notebooks.":"Visar sammanfattning om anteckningarna och anteckningsböckerna.","Synchronises with remote storage.":"Synkroniserar med fjärrlagring.","Sync to provided target (defaults to sync.target config value)":"Synkronisera till det angivna målet (standardvärde till sync.target-konfigueringsvärde)","Authentication was not completed (did not receive an authentication token).":"Autentisering slutfördes inte (mottog inte en autentiseringstoken).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"För att tillåta Joplin att synkronisera med Dropbox, följ stegen nedan:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Öppna den här webbadressen i din webbläsare för att godkänna programmet:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Ange koden som tillhandahålls av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ej autentiserad med %s. Ange eventuella saknade uppgifter.","Synchronisation is already in progress.":"Synkronisering pågår redan.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsfilen hålls redan. Om du vet att ingen synkronisering sker, kan du ta bort låsfilen vid \"%s\" och återuppta operationen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan inte initiera synkroniseraren.","Starting synchronisation...":"Startar synkronisering...","Downloading resources...":"","Cancelling... Please wait.":"Avbryter... vänta."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ogiltigt kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan antingen vara \"toggle\" eller \"clear\". Använd \"toggle\" för att växla mellan givna uppgifter mellan slutförda och inte slutförda tillstånd (Om målet är en vanlig anteckning kommer den att konverteras till en att-göra). Använd \"clear\" för att konvertera uppgiften att-göra tillbaka till en vanlig anteckning.","Marks a to-do as non-completed.":"Märker en att-göra som inte fullständig.","Switches to [notebook] - all further operations will happen within this notebook.":"Växlar till [notebook] - alla ytterligare åtgärder kommer att hända inom denna anteckningsbok.","Displays version information":"Visar versionsinformation","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Möjliga värden: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Möjliga nycklar/värden:","Type `joplin help` for usage information.":"Skriv `joplin help` för användningsinformation.","Fatal error:":"Allvarligt fel:","The application has been authorised - you may now close this browser tab.":"Programmet har godkänts - du kan nu stänga den här webbläsarfliken.","The application has been successfully authorised.":"Programmet har godkänts.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Öppna följande webbadress i webbläsaren för att verifiera programmet. Programmet skapar en katalog i \"Apps/Joplin\" och kommer endast att läsa och skriva filer i den här katalogen. Det kommer inte att ha tillgång till några filer utanför den här katalogen eller till någon annan personlig information. Ingen data kommer att delas med någon tredjepart.","Search:":"Sök:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Välkommen till Joplin!\n\nSkriv `:help shortcuts` för listan över snabbkommandon eller bara`:help` för användningsinformation.\n\nTill exempel, för att skapa en anteckningsbok, tryck på `mb`; För att skapa en anteckning, tryck på `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flera objekt är för närvarande krypterade och du kan behöva ange ett huvudlösenord. För att göra så skriv `e2ee decrypt`. Om du redan har angett lösenordet dekrypteras de krypterade objekten i bakgrunden och kommer snart att vara tillgängliga.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportera till \"%s\" som \"%s\" format. Vänta...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerar från \"%s\" som \"%s\" format. Vänta...","PDF File":"PDF-fil","File":"Fil","New note":"Ny anteckning","New to-do":"Ny att-göra","New notebook":"Ny anteckningsbok","Import":"Importera","Export":"Exportera","Print":"Skriv ut","Hide %s":"Dölj %s","Quit":"Avsluta","Edit":"Redigera","Copy":"Kopiera","Cut":"Klipp ut","Paste":"Klistra in","Select all":"Select all","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Infoga datumtid","Edit in external editor":"Redigera i extern redigerare","Search in all the notes":"Sök i alla anteckningarna","Search in current note":"Search in current note","View":"Visa","Toggle sidebar":"Växla sidofältet","Toggle editor layout":"Växla redigeringslayout","Tools":"Verktyg","Synchronisation status":"Synkroniseringstillstånd","Web clipper options":"Web clipper-inställningar","Encryption options":"Krypteringsinställningar","General Options":"Allmänna inställningar","Help":"Hjälp","Website and documentation":"Webbplats och dokumentation","Make a donation":"Gör en donation","Check for updates...":"Sök efter uppdateringar...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öppna %s","Exit":"Avsluta","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nuvarande version är uppdaterad.","An update is available, do you want to download it now?":"En uppdatering är tillgänglig, vill du hämta den nu?","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper-tjänsten är aktiverad och inställd för automatisk start.","Status: Started on port %d":"Tillstånd: Startad på port %d","Status: %s":"Tillstånd: %s","Disable Web Clipper Service":"Inaktivera Web Clipper-tjänsten","The web clipper service is not enabled.":"Web clipper-tjänsten är inte aktiverad.","Enable Web Clipper Service":"Aktivera Web Clipper-tjänsten","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gör det möjligt att spara webbsidor och skärmdumpar från din webbläsare till Joplin.","In order to use the web clipper, you need to do the following:":"För att kunna använda web Clipper måste du göra följande:","Step 1: Enable the clipper service":"Steg 1: Aktivera Clipper-tjänsten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denna tjänst tillåter webbläsarens tillägg att kommunicera med Joplin. När du aktiverar den kan din brandvägg be dig ge tillstånd till Joplin att lyssna på en viss port.","Step 2: Install the extension":"Steg 2: Installera tillägget","Download and install the relevant extension for your browser:":"Hämta och installera det relevanta tillägget för din webbläsare:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Kontrollera synkroniseringskonfigurationen","Notes and settings are stored in: %s":"Anteckningar och inställningar lagras i: %s","Apply":"Tillämpa","Submit":"Skicka","Save":"Spara","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Inaktivera kryptering innebär att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas okrypterade till synkroniseringsmålet. Vill du fortsätta?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivera kryptering betyder att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas krypterade till synkroniseringsmålet. Förlora inte lösenordet eftersom det i säkerhetssyfte är det *enda* sättet att dekryptera data! För att aktivera kryptering, ange ditt lösenord nedan.","Disable encryption":"Inaktivera kryptering","Enable encryption":"Aktivera kryptering","Master Keys":"Huvudnycklar","Active":"Aktiv","ID":"ID","Source":"Källa","Created":"Skapad","Updated":"Uppdaterad","Password":"Lösenord","Password OK":"Lösenord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Obs: Endast en huvudnyckel kommer att användas för kryptering (den som är markerad som \"aktiv\"). Några av nycklarna kan användas för dekryptering, beroende på hur anteckningarna eller anteckningsböckerna ursprungligen krypterades.","Missing Master Keys":"Saknade huvudnycklar","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Huvudnycklarna med dessa ID används för att kryptera några av dina objekt, men programmet har inte tillgång till dem. Det är troligt att de så småningom kommer att hämtas via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"För mer information om End-to-End Encryption (E2EE) och råd om hur du aktiverar det finns i dokumentationen:","Status":"Tillstånd","Encryption is:":"Kryptering är:","Back":"Tillbaka","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny anteckningsbok \"%s\" kommer att skapas och filen \"%s\" kommer att importeras till den","Please create a notebook first.":"Skapa en anteckningsbok först.","Please create a notebook first":"Skapa en anteckningsbok först","Notebook title:":"Titel på anteckningsbok:","Add or remove tags:":"Lägg till eller ta bort taggar:","Separate each tag by a comma.":"Separera varje tagg med ett komma.","Rename notebook:":"Byt namn på anteckningsbok:","Rename tag:":"Byt namn på tagg:","Set alarm:":"Ställ in alarm:","Layout":"Layout","Search...":"Sök...","Some items cannot be synchronised.":"Några objekt kan inte synkroniseras.","View them now":"Visa dem nu","Some items cannot be decrypted.":"Några objekt kan inte dekrypteras.","Set the password":"Ställ in lösenord","Add or remove tags":"Lägg till eller ta bort taggar","Duplicate":"Duplikat","%s - Copy":"%s - Kopiera","Switch between note and to-do type":"Växla mellan antecknings- och att-göra-typ","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Kopiera Markdown-länk","Delete":"Ta bort","Delete notes?":"Ta bort anteckningar?","No notes in here. Create one by clicking on \"New note\".":"Inga anteckningar här. Skapa en genom att klicka på \"Ny anteckning\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det finns för närvarande ingen anteckningsbok. Skapa en genom att klicka på \"Ny anteckningsbok\".","Location":"","URL":"","Note properties":"","Open...":"Öppna...","This file could not be opened: %s":"Den här filen kunde inte öppnas: %s","Save as...":"Spara som...","Copy path to clipboard":"Kopiera sökväg till urklipp","Copy Link Address":"Kopiera länkadress","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Länk eller meddelande stöds inte: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Den här anteckningen har inget innehåll. Klicka på \"%s\" för att växla redigeraren och redigera anteckningen.","strong text":"stark text","emphasized text":"betonad text","List item":"Listobjekt","Insert Hyperlink":"Infoga hyperlänk","Attach file":"Bifoga fil","Tags":"Taggar","Set alarm":"Sätt alarm","In: %s":"I: %s","Hyperlink":"Hyperlänk","Code":"Kod","Numbered List":"Numrerad lista","Bulleted List":"Punktlista","Checkbox":"Kryssruta","Heading":"Rubrik","Horizontal Rule":"Horisontell regel","Click to stop external editing":"Klicka för att stoppa extern redigering","Watching...":"Observerar...","to-do":"att-göra","note":"anteckning","Creating new %s...":"Skapar ny %s...","Refresh":"Uppdatera","Clear":"Rensa","OneDrive Login":"OneDrive-inloggning","Dropbox Login":"Dropbox-inloggning","Options":"Inställningar","Synchronisation Status":"Synkroniseringstillstånd","Encryption Options":"Krypteringsinställningar","Clipper Options":"Clipper-inställningar","Remove this tag from all the notes?":"Ta bort den här taggen från alla anteckningar?","Remove this search from the sidebar?":"Ta bort den här sökningen från sidofältet?","Rename":"Byt namn","Synchronise":"Synkronisera","Notebooks":"Anteckningsböcker","Decrypting items: %d/%d":"Dekrypterar objekt: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Välj vart synkroniseringstillståndet ska exporteras till","Usage: %s":"Användning: %s","Unknown flag: %s":"Okänd flagga: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Endast för testning)","WebDAV":"WebDAV","Unknown log level: %s":"Okänd loggnivå: %s","Unknown level ID: %s":"Okänt nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan inte uppdatera token: autentiseringsdata saknas. Om du startar synkroniseringen igen kan det lösa problemet.","Untitled":"Utan titel","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Det gick inte att synkronisera med OneDrive.\n\nDet här felet händer ofta när du använder OneDrive for Business, vilket tyvärr inte kan stödjas.\n\nTänk på att använda ett vanligt OneDrive-konto.","Cannot access %s":"Kan inte komma åt %s","Created local items: %d.":"Skapade lokala objekt: %d.","Updated local items: %d.":"Uppdaterade lokala objekt: %d.","Created remote items: %d.":"Skapade fjärrobjekt: %d.","Updated remote items: %d.":"Uppdaterade fjärrobjekt: %d.","Deleted local items: %d.":"Borttagna lokala objekt: %d.","Deleted remote items: %d.":"Borttagna fjärrobjekt: %d.","Fetched items: %d/%d.":"Hämtade objekt: %d/%d.","Cancelling...":"Avbryter...","Completed: %s":"Slutfört: %s","Last error: %s":"Senaste fel: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår redan. Tillstånd: %s","Encrypted":"Krypterad","Encrypted items cannot be modified":"Krypterade objekt kan inte ändras","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan inte flytta anteckningsbok till den här platsen","Notebooks cannot be named \"%s\", which is a reserved title.":"Anteckningsböcker kan inte namnges \"%s\", vilket är en reserverad titel.","title":"titel","updated date":"uppdaterad datum","created date":"Skapad datum","This note does not have geolocation information.":"Denna anteckning har inte geolokaliseringsinformation.","Cannot copy note to \"%s\" notebook":"Kan inte kopiera anteckning till \"%s\" anteckningsbok","Cannot move note to \"%s\" notebook":"Kan inte flytta anteckning till \"%s\" anteckningsbok","Language":"Språk","Date format":"Datumformat","Time format":"Tidsformat","Theme":"Tema","Light":"Ljus","Dark":"Mörk","Uncompleted to-dos on top":"Inte slutförda att-göra högst upp","Show completed to-dos":"Visa slutförda att-göra","Sort notes by":"Sortera anteckningar efter","Reverse sort order":"Omvänd sorteringsordning","Save geo-location with notes":"Spara geolokalisering med anteckningar","When creating a new to-do:":"När du skapar en ny att-göra:","Focus title":"Fokus på titel","Focus body":"Fokus på huvuddel","When creating a new note:":"När du skapar en ny anteckning:","Show tray icon":"Visa fältikon","Note: Does not work in all desktop environments.":"Obs: Fungerar inte i alla skrivbordsmiljöer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoomprocent","Editor font size":"Editor font size","Editor font family":"Redigerarens typsnittsfamilj","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Detta måste vara *monospace*-typsnitt eller så kommer det inte att fungera korrekt. Om typsnittet är felaktigt eller tomt, kommer ett standard generisk monospace-typsnitt användas.","Automatically update the application":"Uppdatera programmet automatiskt","Synchronisation interval":"Synkroniseringsintervall","%d minutes":"%d minuter","%d hour":"%d timme","%d hours":"%d timmar","Text editor command":"Textredigeringskommando","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Redigeringskommandot (kan inkludera argument) som används för att öppna en anteckning. Om inget tillhandahålls försöker det automatiskt identifiera standardredigeraren.","Show advanced options":"Visa avancerade inställningar","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet att synkronisera till. Varje synkroniseringsmål kan ha ytterligare parametrar som heter `sync.NUM.NAME` (alla dokumenterade nedan).","Directory to synchronise with (absolute path)":"Katalog för att synkronisera med (absolut sökväg)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sökvägen att synkronisera med när synkronisering av filsystem är aktiverat. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud-WebDAV-webbadress","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-användarnamn","Nextcloud password":"Nextcloud-lösenord","WebDAV URL":"WebDAV-webbadress","WebDAV username":"WebDAV-användarnamn","WebDAV password":"WebDAV-lösenord","Custom TLS certificates":"Anpassade TLS-certifikat","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparerad lista över sökvägar till kataloger för att läsa certifikaten från eller sökvägen till enskilda cert-filer. Till exempel: /my/cert_dir,/other/custom.pem. Observera att om du ändrar TLS-inställningarna måste du spara dina ändringar innan du klickar på \"Kontrollera synkroniseringskonfiguration\".","Ignore TLS certificate errors":"Ignorera TLS-certifikatfel","Invalid option value: \"%s\". Possible values are: %s.":"Ogiltigt inställningsvärde: \"%s\". Möjliga värden är: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exporteringsfil","Markdown":"Markdown","Joplin Export Directory":"Joplin-exporteringskatalog","Evernote Export File":"Evernote-exporteringsfil","Json Export Directory":"Json Export Directory","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan inte läsa in \"%s\"-modulen för formatet \"%s\"","Please specify import format for %s":"Ange importeringsformat för %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Detta objekt är för närvarande krypterat: %s \"%s\". Vänta tills alla objekt dekrypteras och försök igen.","There is no data to export.":"Det finns ingen data att exportera.","Please specify the notebook where the notes should be imported to.":"Ange anteckningsboken som anteckningarna ska importeras till.","Items that cannot be synchronised":"Objekt som inte kan synkroniseras","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Dessa objekt kommer att vara kvar på enheten men kommer inte att skickas till synkroniseringsmålet. För att hitta dessa objekt, sök antingen efter titel eller ID (som visas i parentes ovan).","Sync status (synced items / total items)":"Synkroniseringstillstånd (synkroniserade objekt / totalt antal objekt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"För att ta bort: %d","Folders":"Mappar","%s: %d notes":"%s: %d anteckningar","Coming alarms":"Kommande larm","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Det finns för närvarande inga anteckningar. Skapa en genom att klicka på (+)-knappen.","Delete these notes?":"Ta bort dessa anteckningar?","Log":"Logg","Export Debug Report":"Exportera felsökningsrapport","Encryption Config":"Kryptering-konfiguration","Configuration":"Konfiguration","Move to notebook...":"Flytta till anteckningsbok...","Move %d notes to notebook \"%s\"?":"Flytta %d anteckningar till anteckningsboken \"%s\"?","Press to set the decryption password.":"Tryck för att ställa in dekrypteringslösenordet.","Clear alarm":"Clear alarm","Save alarm":"Spara alarm","Select date":"Välj datum","Confirm":"Bekräfta","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nya taggar:","Type new tags or select from list":"Skriv nya taggar eller välj från listan","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"För att fungera korrekt behöver appen följande behörigheter. Aktivera dem i dina telefoninställningar, i Appar > Joplin > Behörigheter","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Lagring: för att tillåta att du bifoga filer till anteckningar och för att aktivera filsystemsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: för att tillåta att du tar en bild och bifogar den till en anteckning.","- Location: to allow attaching geo-location information to a note.":"- Plats: för att tillåta att information om geografisk plats läggs till i en anteckning.","Joplin website":"Joplin-webbplats","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Logga in med Dropbox","Enter code here":"","Master Key %s":"Huvudnyckel %s","Created: %s":"Skapad: %s","Password:":"Lösenord:","Password cannot be empty":"Lösenordet kan inte vara tomt","Enable":"Aktivera","The notebook could not be saved: %s":"Anteckningsboken kunde inte sparas: %s","Edit notebook":"Redigera anteckningsbok","Show all":"Visa alla","Errors only":"Endast fel","This note has been modified:":"Denna anteckning har ändrats:","Save changes":"Spara ändringar","Discard changes":"Kassera ändringar","No item with ID %s":"Inget objekt med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Den mobila appen Joplin stöder för närvarande inte denna typ av länk: %s","Unsupported image type: %s":"Bildstorlek som inte stöds: %s","Take photo":"Take photo","Attach photo":"Bifoga foto","Attach any file":"Bifoga en fil","Share":"Dela","Convert to note":"Konvertera till anteckning","Convert to todo":"Konvertera till att-göra","Hide metadata":"Dölj metadata","Show metadata":"Visa metadata","View on map":"Visa på karta","Go to source URL":"","Delete notebook":"Ta bort anteckningsbok","Login with OneDrive":"Logga in med OneDrive","Search":"Sök","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klicka på (+)-knappen för att skapa en ny anteckning eller anteckningsbok. Klicka på sidomenyn för att få tillgång till dina befintliga anteckningsböcker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har för närvarande ingen anteckningsbok. Skapa en genom att klicka på (+)-knappen.","Welcome":"Välkommen"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"För att ta bort en tagg, ta bort de associerade anteckningarna.","Please select the note or notebook to be deleted first.":"Välj anteckningen eller anteckningsboken som ska tas bort först.","Press Ctrl+D or type \"exit\" to exit the application":"Tryck Ctrl+D eller skriv \"exit\" för att avsluta programmet","More than one item match \"%s\". Please narrow down your query.":"Mer än ett objekt matchar \"%s\". Begränsa din förfråga.","No notebook selected.":"Ingen anteckningsbok vald.","No notebook has been specified.":"Ingen anteckningsbok har angivits.","Y":"","n":"","N":"","y":"","Cancelling background synchronisation... Please wait.":"Avbryter bakgrundssynkronisering... vänta.","No such command: %s":"Inget sådant kommando: %s","The command \"%s\" is only available in GUI mode":"Kommandot \"%s\" är endast tillgängligt i läge för grafiskt gränssnitt","Cannot change encrypted item":"Kan inte ändra krypterat objekt","Missing required argument: %s":"Saknade obligatoriskt argument: %s","%s: %s":"%s: %s","Your choice: ":"Ditt val: ","Invalid answer: %s":"Ogiltigt svar: %s","Attaches the given file to the note.":"Bifogar den angivna filen till anteckningen.","Cannot find \"%s\".":"Kan inte hitta \"%s\".","Displays the given note.":"Visar den angivna anteckningen.","Displays the complete information about note.":"Visar fullständig information om anteckning.","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"Hämtar eller ställer in ett konfigureringsvärde. Om [value] inte anges kommer det att visa värdet på [name]. Om varken [name] eller [value] anges, kommer det att lista den nuvarande konfigurationen.","Also displays unset and hidden config variables.":"Visar även inte inställda och dolda konfigurationsvariabler.","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"Duplicerar anteckningarna som matchar till [notebook]. Om ingen anteckningsbok är angiven kopieras anteckningen i den aktuella anteckningsboken.","Marks a to-do as done.":"Märker en att-göra som gjord.","Note is not a to-do: \"%s\"":"Anteckning är inte en att-göra: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"Hanterar E2EE-konfiguration. Kommandon är `enable`,` disable`, `decrypt`,` status` och `target-status`.","Enter master password:":"Ange huvudlösenord:","Operation cancelled":"Operation avbruten","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"Startar dekryptering... Vänta eftersom det kan ta flera minuter beroende på hur mycket som ska dekrypteras.","Completed decryption.":"Dekryptering färdig.","Enabled":"Aktiverad","Disabled":"Inaktiverad","Encryption is: %s":"Kryptering är: %s","Edit note.":"Redigera anteckning.","No text editor is defined. Please set it using `config editor `":"Ingen textredigerare är definierad. Ange det med `config editor `","No active notebook.":"Ingen aktiv anteckningsbok.","Note does not exist: \"%s\". Create it?":"Anteckning finns inte: \"%s\". Skapa den?","Starting to edit note. Close the editor to get back to the prompt.":"Börjar redigera anteckning. Stäng redigeraren för att komma tillbaka till prompten.","Error opening note in editor: %s":"Fel vid öppning av anteckning i redigeraren: %s","Note has been saved.":"Anteckning har sparats.","Exits the application.":"Avslutar programmet.","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"Exporterar Joplin-data till den angivna sökvägen. Som standard exporterar den hela databasen inklusive anteckningsböcker, anteckningar, taggar och resurser.","Destination format: %s":"Destinationsformat: %s","Exports only the given note.":"Exporterar endast den angivna anteckningen.","Exports only the given notebook.":"Exporterar endast den angivna anteckningsboken.","Displays a geolocation URL for the note.":"Visar en geolokaliserings-webbadress för anteckningen.","Displays usage information.":"Visar användningsinformation.","For information on how to customise the shortcuts please visit %s":"För information om hur du anpassar snabbkommandon, besök %s","Shortcuts are not available in CLI mode.":"Snabbkommandon är inte tillgängliga i läge för kommandotolk.","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"Skriv `help [command]` för mer information om ett kommando; eller skriv `help all` för fullständig användningsinformation.","The possible commands are:":"De möjliga kommandona är:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"I ett kommando kan en anteckning eller anteckningsbok hänvisas till med titeln eller ID eller med snabbkommandona `$n` eller `$b` för respektive den för närvarande valda anteckningen eller anteckningsboken. `$c` kan användas för att referera till det för närvarande valda objektet.","To move from one pane to another, press Tab or Shift+Tab.":"För att flytta från en ruta till en annan, tryck på Tab eller Shift+Tab.","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"Använd pilarna och sid upp/ner för att bläddra i listorna och textområdena (inklusive den här konsolen).","To maximise/minimise the console, press \"tc\".":"För att maximera/minimera konsolen trycker du på \"tc\".","To enter command line mode, press \":\"":"För att komma in i kommandoradsläget, tryck på \":\"","To exit command line mode, press ESCAPE":"För att avsluta kommandoradsläge, tryck på ESC","For the list of keyboard shortcuts and config options, type `help keymap`":"För listan över snabbkommandon och konfigurationsinställningar, skriv `help keymap`","Imports data into Joplin.":"Importerar data till Joplin.","Source format: %s":"Källformat: %s","Do not ask for confirmation.":"Fråga inte om bekräftelse.","Found: %d.":"Hittad: %d.","Created: %d.":"Skapad: %d.","Updated: %d.":"Uppdaterad: %d.","Skipped: %d.":"Överhoppad: %d.","Resources: %d.":"Resurser: %d.","Tagged: %d.":"Taggad: %d.","Importing notes...":"Importerar anteckningar...","The notes have been imported: %s":"Anteckningarna har importerats: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"Visar anteckningarna i den nuvarande anteckningsboken. Använd `ls /` för att visa listan över anteckningsböcker.","Displays only the first top notes.":"Visar endast de första övre anteckningarna.","Sorts the item by (eg. title, updated_time, created_time).":"Sorterar objektet efter (t.ex. title, updated_time, created_time).","Reverses the sorting order.":"Omvänder sorteringsordningen.","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"Visar endast objekt av den specifika typen/typerna. Kan vara `n` för anteckningar, `t` för att-göra eller `nt` för anteckningar och att-göra (t.ex. `-tt` skulle bara visa att-göra, medan `-ttd` skulle visa anteckningar och att-göra.","Either \"text\" or \"json\"":"Antingen \"text\" eller \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"Använd långt listformat. Format är ID, NOTE_COUNT (för anteckningsbok), DATE, TODO_CHECKED (för att-göra), TITLE","Please select a notebook first.":"Välj en anteckningsbok först.","Creates a new notebook.":"Skapar en ny anteckningsbok.","Creates a new note.":"Skapar en ny anteckning.","Notes can only be created within a notebook.":"Anteckningar kan bara skapas i en anteckningsbok.","Creates a new to-do.":"Skapar en ny att-göra.","Moves the notes matching to [notebook].":"Flyttar anteckningarna som matchar till [notebook].","Renames the given (note or notebook) to .":"Byter namn på den angivna (anteckning eller anteckningsbok) till .","Deletes the given notebook.":"Tar bort den angivna anteckningsboken.","Deletes the notebook without asking for confirmation.":"Tar bort anteckningsboken utan att be om bekräftelse.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"Ta bort anteckningsboken? Alla anteckningar och delanteckningsböcker i den här anteckningsboken tas bort också.","Deletes the notes matching .":"Tar bort noterna som matchar .","Deletes the notes without asking for confirmation.":"Tar bort anteckningarna utan att be om bekräftelse.","%d notes match this pattern. Delete them?":"%d anteckningar matchar det här mönstret. Ta bort dem?","Delete note?":"Ta bort anteckning?","Searches for the given in all the notes.":"Söker efter det givna i alla anteckningarna.","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"Ställer in egenskapen av den givna till det angivna [value]. Möjliga egenskaper är:\n\n%s","Displays summary about the notes and notebooks.":"Visar sammanfattning om anteckningarna och anteckningsböckerna.","Synchronises with remote storage.":"Synkroniserar med fjärrlagring.","Sync to provided target (defaults to sync.target config value)":"Synkronisera till det angivna målet (standardvärde till sync.target-konfigueringsvärde)","Authentication was not completed (did not receive an authentication token).":"Autentisering slutfördes inte (mottog inte en autentiseringstoken).","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"För att tillåta Joplin att synkronisera med Dropbox, följ stegen nedan:","Step 1: Open this URL in your browser to authorise the application:":"Steg 1: Öppna den här webbadressen i din webbläsare för att godkänna programmet:","Step 2: Enter the code provided by Dropbox:":"Steg 2: Ange koden som tillhandahålls av Dropbox:","Not authentified with %s. Please provide any missing credentials.":"Ej autentiserad med %s. Ange eventuella saknade uppgifter.","Synchronisation is already in progress.":"Synkronisering pågår redan.","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"Låsfilen hålls redan. Om du vet att ingen synkronisering sker, kan du ta bort låsfilen vid \"%s\" och återuppta operationen.","Synchronisation target: %s (%s)":"Synkroniseringsmål: %s (%s)","Cannot initialize synchroniser.":"Kan inte initiera synkroniseraren.","Starting synchronisation...":"Startar synkronisering...","Downloading resources...":"","Cancelling... Please wait.":"Avbryter... vänta."," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"Ogiltigt kommando: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" kan antingen vara \"toggle\" eller \"clear\". Använd \"toggle\" för att växla mellan givna uppgifter mellan slutförda och inte slutförda tillstånd (Om målet är en vanlig anteckning kommer den att konverteras till en att-göra). Använd \"clear\" för att konvertera uppgiften att-göra tillbaka till en vanlig anteckning.","Marks a to-do as non-completed.":"Märker en att-göra som inte fullständig.","Switches to [notebook] - all further operations will happen within this notebook.":"Växlar till [notebook] - alla ytterligare åtgärder kommer att hända inom denna anteckningsbok.","Displays version information":"Visar versionsinformation","%s %s (%s)":"%s %s (%s)","Enum":"Enum","Type: %s.":"Typ: %s.","Possible values: %s.":"Möjliga värden: %s.","Default: %s":"Standard: %s","Possible keys/values:":"Möjliga nycklar/värden:","Type `joplin help` for usage information.":"Skriv `joplin help` för användningsinformation.","Fatal error:":"Allvarligt fel:","The application has been authorised - you may now close this browser tab.":"Programmet har godkänts - du kan nu stänga den här webbläsarfliken.","The application has been successfully authorised.":"Programmet har godkänts.","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"Öppna följande webbadress i webbläsaren för att verifiera programmet. Programmet skapar en katalog i \"Apps/Joplin\" och kommer endast att läsa och skriva filer i den här katalogen. Det kommer inte att ha tillgång till några filer utanför den här katalogen eller till någon annan personlig information. Ingen data kommer att delas med någon tredjepart.","Search:":"Sök:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Välkommen till Joplin!\n\nSkriv `:help shortcuts` för listan över snabbkommandon eller bara`:help` för användningsinformation.\n\nTill exempel, för att skapa en anteckningsbok, tryck på `mb`; För att skapa en anteckning, tryck på `mn`.","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"Ett eller flera objekt är för närvarande krypterade och du kan behöva ange ett huvudlösenord. För att göra så skriv `e2ee decrypt`. Om du redan har angett lösenordet dekrypteras de krypterade objekten i bakgrunden och kommer snart att vara tillgängliga.","Exporting to \"%s\" as \"%s\" format. Please wait...":"Exportera till \"%s\" som \"%s\" format. Vänta...","Importing from \"%s\" as \"%s\" format. Please wait...":"Importerar från \"%s\" som \"%s\" format. Vänta...","PDF File":"PDF-fil","File":"Fil","New note":"Ny anteckning","New to-do":"Ny att-göra","New notebook":"Ny anteckningsbok","Import":"Importera","Export":"Exportera","Print":"Skriv ut","Hide %s":"Dölj %s","Quit":"Avsluta","Edit":"Redigera","Copy":"Kopiera","Cut":"Klipp ut","Paste":"Klistra in","Select all":"Select all","Bold":"Fet","Italic":"Kursiv","Insert Date Time":"Infoga datumtid","Edit in external editor":"Redigera i extern redigerare","Search in all the notes":"Sök i alla anteckningarna","Search in current note":"Search in current note","View":"Visa","Toggle sidebar":"Växla sidofältet","Toggle editor layout":"Växla redigeringslayout","Tools":"Verktyg","Synchronisation status":"Synkroniseringstillstånd","Web clipper options":"Web clipper-inställningar","Encryption options":"Krypteringsinställningar","General Options":"Allmänna inställningar","Help":"Hjälp","Website and documentation":"Webbplats och dokumentation","Make a donation":"Gör en donation","Check for updates...":"Sök efter uppdateringar...","About Joplin":"Om Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Öppna %s","Exit":"Avsluta","OK":"OK","Cancel":"Avbryt","Current version is up-to-date.":"Nuvarande version är uppdaterad.","%s (pre-release)":"","An update is available, do you want to download it now?":"En uppdatering är tillgänglig, vill du hämta den nu?","Your version: v%s":"","New version: v%s":"","Yes":"Ja","No":"Nej","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper-tjänsten är aktiverad och inställd för automatisk start.","Status: Started on port %d":"Tillstånd: Startad på port %d","Status: %s":"Tillstånd: %s","Disable Web Clipper Service":"Inaktivera Web Clipper-tjänsten","The web clipper service is not enabled.":"Web clipper-tjänsten är inte aktiverad.","Enable Web Clipper Service":"Aktivera Web Clipper-tjänsten","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper gör det möjligt att spara webbsidor och skärmdumpar från din webbläsare till Joplin.","In order to use the web clipper, you need to do the following:":"För att kunna använda web Clipper måste du göra följande:","Step 1: Enable the clipper service":"Steg 1: Aktivera Clipper-tjänsten","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"Denna tjänst tillåter webbläsarens tillägg att kommunicera med Joplin. När du aktiverar den kan din brandvägg be dig ge tillstånd till Joplin att lyssna på en viss port.","Step 2: Install the extension":"Steg 2: Installera tillägget","Download and install the relevant extension for your browser:":"Hämta och installera det relevanta tillägget för din webbläsare:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"Kontrollera synkroniseringskonfigurationen","Notes and settings are stored in: %s":"Anteckningar och inställningar lagras i: %s","Apply":"Tillämpa","Submit":"Skicka","Save":"Spara","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"Inaktivera kryptering innebär att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas okrypterade till synkroniseringsmålet. Vill du fortsätta?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"Aktivera kryptering betyder att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas krypterade till synkroniseringsmålet. Förlora inte lösenordet eftersom det i säkerhetssyfte är det *enda* sättet att dekryptera data! För att aktivera kryptering, ange ditt lösenord nedan.","Disable encryption":"Inaktivera kryptering","Enable encryption":"Aktivera kryptering","Master Keys":"Huvudnycklar","Active":"Aktiv","ID":"ID","Source":"Källa","Created":"Skapad","Updated":"Uppdaterad","Password":"Lösenord","Password OK":"Lösenord OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"Obs: Endast en huvudnyckel kommer att användas för kryptering (den som är markerad som \"aktiv\"). Några av nycklarna kan användas för dekryptering, beroende på hur anteckningarna eller anteckningsböckerna ursprungligen krypterades.","Missing Master Keys":"Saknade huvudnycklar","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"Huvudnycklarna med dessa ID används för att kryptera några av dina objekt, men programmet har inte tillgång till dem. Det är troligt att de så småningom kommer att hämtas via synkronisering.","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"För mer information om End-to-End Encryption (E2EE) och råd om hur du aktiverar det finns i dokumentationen:","Status":"Tillstånd","Encryption is:":"Kryptering är:","Back":"Tillbaka","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Ny anteckningsbok \"%s\" kommer att skapas och filen \"%s\" kommer att importeras till den","Please create a notebook first.":"Skapa en anteckningsbok först.","Please create a notebook first":"Skapa en anteckningsbok först","Notebook title:":"Titel på anteckningsbok:","Add or remove tags:":"Lägg till eller ta bort taggar:","Separate each tag by a comma.":"Separera varje tagg med ett komma.","Rename notebook:":"Byt namn på anteckningsbok:","Rename tag:":"Byt namn på tagg:","Set alarm:":"Ställ in alarm:","Layout":"Layout","Search...":"Sök...","Some items cannot be synchronised.":"Några objekt kan inte synkroniseras.","View them now":"Visa dem nu","Some items cannot be decrypted.":"Några objekt kan inte dekrypteras.","Set the password":"Ställ in lösenord","Add or remove tags":"Lägg till eller ta bort taggar","Duplicate":"Duplikat","%s - Copy":"%s - Kopiera","Switch between note and to-do type":"Växla mellan antecknings- och att-göra-typ","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"Kopiera Markdown-länk","Delete":"Ta bort","Delete notes?":"Ta bort anteckningar?","No notes in here. Create one by clicking on \"New note\".":"Inga anteckningar här. Skapa en genom att klicka på \"Ny anteckning\".","There is currently no notebook. Create one by clicking on \"New notebook\".":"Det finns för närvarande ingen anteckningsbok. Skapa en genom att klicka på \"Ny anteckningsbok\".","Location":"","URL":"","Note properties":"","Open...":"Öppna...","This file could not be opened: %s":"Den här filen kunde inte öppnas: %s","Save as...":"Spara som...","Copy path to clipboard":"Kopiera sökväg till urklipp","Copy Link Address":"Kopiera länkadress","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"Länk eller meddelande stöds inte: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Den här anteckningen har inget innehåll. Klicka på \"%s\" för att växla redigeraren och redigera anteckningen.","Only one note can be printed or exported to PDF at a time.":"","strong text":"stark text","emphasized text":"betonad text","List item":"Listobjekt","Insert Hyperlink":"Infoga hyperlänk","Attach file":"Bifoga fil","Tags":"Taggar","Set alarm":"Sätt alarm","In: %s":"I: %s","Hyperlink":"Hyperlänk","Code":"Kod","Numbered List":"Numrerad lista","Bulleted List":"Punktlista","Checkbox":"Kryssruta","Heading":"Rubrik","Horizontal Rule":"Horisontell regel","Click to stop external editing":"Klicka för att stoppa extern redigering","Watching...":"Observerar...","to-do":"att-göra","note":"anteckning","Creating new %s...":"Skapar ny %s...","Refresh":"Uppdatera","Clear":"Rensa","OneDrive Login":"OneDrive-inloggning","Dropbox Login":"Dropbox-inloggning","Options":"Inställningar","Synchronisation Status":"Synkroniseringstillstånd","Encryption Options":"Krypteringsinställningar","Clipper Options":"Clipper-inställningar","Remove this tag from all the notes?":"Ta bort den här taggen från alla anteckningar?","Remove this search from the sidebar?":"Ta bort den här sökningen från sidofältet?","Rename":"Byt namn","Synchronise":"Synkronisera","Notebooks":"Anteckningsböcker","Decrypting items: %d/%d":"Dekrypterar objekt: %d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"Välj vart synkroniseringstillståndet ska exporteras till","Usage: %s":"Användning: %s","Unknown flag: %s":"Okänd flagga: %s","Dropbox":"Dropbox","File system":"Filsystem","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (Endast för testning)","WebDAV":"WebDAV","Unknown log level: %s":"Okänd loggnivå: %s","Unknown level ID: %s":"Okänt nivå-ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"Kan inte uppdatera token: autentiseringsdata saknas. Om du startar synkroniseringen igen kan det lösa problemet.","Untitled":"Utan titel","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"Det gick inte att synkronisera med OneDrive.\n\nDet här felet händer ofta när du använder OneDrive for Business, vilket tyvärr inte kan stödjas.\n\nTänk på att använda ett vanligt OneDrive-konto.","Cannot access %s":"Kan inte komma åt %s","Created local items: %d.":"Skapade lokala objekt: %d.","Updated local items: %d.":"Uppdaterade lokala objekt: %d.","Created remote items: %d.":"Skapade fjärrobjekt: %d.","Updated remote items: %d.":"Uppdaterade fjärrobjekt: %d.","Deleted local items: %d.":"Borttagna lokala objekt: %d.","Deleted remote items: %d.":"Borttagna fjärrobjekt: %d.","Fetched items: %d/%d.":"Hämtade objekt: %d/%d.","Cancelling...":"Avbryter...","Completed: %s":"Slutfört: %s","Last error: %s":"Senaste fel: %s","Idle":"Inaktiv","In progress":"Pågår","Synchronisation is already in progress. State: %s":"Synkronisering pågår redan. Tillstånd: %s","Encrypted":"Krypterad","Encrypted items cannot be modified":"Krypterade objekt kan inte ändras","Conflicts":"Konflikter","Cannot move notebook to this location":"Kan inte flytta anteckningsbok till den här platsen","Notebooks cannot be named \"%s\", which is a reserved title.":"Anteckningsböcker kan inte namnges \"%s\", vilket är en reserverad titel.","title":"titel","updated date":"uppdaterad datum","created date":"Skapad datum","This note does not have geolocation information.":"Denna anteckning har inte geolokaliseringsinformation.","Cannot copy note to \"%s\" notebook":"Kan inte kopiera anteckning till \"%s\" anteckningsbok","Cannot move note to \"%s\" notebook":"Kan inte flytta anteckning till \"%s\" anteckningsbok","Language":"Språk","Date format":"Datumformat","Time format":"Tidsformat","Theme":"Tema","Light":"Ljus","Dark":"Mörk","Uncompleted to-dos on top":"Inte slutförda att-göra högst upp","Show completed to-dos":"Visa slutförda att-göra","Sort notes by":"Sortera anteckningar efter","Reverse sort order":"Omvänd sorteringsordning","Save geo-location with notes":"Spara geolokalisering med anteckningar","When creating a new to-do:":"När du skapar en ny att-göra:","Focus title":"Fokus på titel","Focus body":"Fokus på huvuddel","When creating a new note:":"När du skapar en ny anteckning:","Show tray icon":"Visa fältikon","Note: Does not work in all desktop environments.":"Obs: Fungerar inte i alla skrivbordsmiljöer.","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"Global zoomprocent","Editor font size":"Editor font size","Editor font family":"Redigerarens typsnittsfamilj","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"Detta måste vara *monospace*-typsnitt eller så kommer det inte att fungera korrekt. Om typsnittet är felaktigt eller tomt, kommer ett standard generisk monospace-typsnitt användas.","Automatically update the application":"Uppdatera programmet automatiskt","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"Synkroniseringsintervall","%d minutes":"%d minuter","%d hour":"%d timme","%d hours":"%d timmar","Text editor command":"Textredigeringskommando","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Redigeringskommandot (kan inkludera argument) som används för att öppna en anteckning. Om inget tillhandahålls försöker det automatiskt identifiera standardredigeraren.","Show advanced options":"Visa avancerade inställningar","Synchronisation target":"Synkroniseringsmål","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"Målet att synkronisera till. Varje synkroniseringsmål kan ha ytterligare parametrar som heter `sync.NUM.NAME` (alla dokumenterade nedan).","Directory to synchronise with (absolute path)":"Katalog för att synkronisera med (absolut sökväg)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"Sökvägen att synkronisera med när synkronisering av filsystem är aktiverat. Se `sync.target`.","Nextcloud WebDAV URL":"Nextcloud-WebDAV-webbadress","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud-användarnamn","Nextcloud password":"Nextcloud-lösenord","WebDAV URL":"WebDAV-webbadress","WebDAV username":"WebDAV-användarnamn","WebDAV password":"WebDAV-lösenord","Custom TLS certificates":"Anpassade TLS-certifikat","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"Kommaseparerad lista över sökvägar till kataloger för att läsa certifikaten från eller sökvägen till enskilda cert-filer. Till exempel: /my/cert_dir,/other/custom.pem. Observera att om du ändrar TLS-inställningarna måste du spara dina ändringar innan du klickar på \"Kontrollera synkroniseringskonfiguration\".","Ignore TLS certificate errors":"Ignorera TLS-certifikatfel","Invalid option value: \"%s\". Possible values are: %s.":"Ogiltigt inställningsvärde: \"%s\". Möjliga värden är: %s.","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin-exporteringsfil","Markdown":"Markdown","Joplin Export Directory":"Joplin-exporteringskatalog","Evernote Export File":"Evernote-exporteringsfil","Json Export Directory":"Json Export Directory","Directory":"Katalog","Cannot load \"%s\" module for format \"%s\"":"Kan inte läsa in \"%s\"-modulen för formatet \"%s\"","Please specify import format for %s":"Ange importeringsformat för %s","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"Detta objekt är för närvarande krypterat: %s \"%s\". Vänta tills alla objekt dekrypteras och försök igen.","There is no data to export.":"Det finns ingen data att exportera.","Please specify the notebook where the notes should be imported to.":"Ange anteckningsboken som anteckningarna ska importeras till.","Items that cannot be synchronised":"Objekt som inte kan synkroniseras","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"Dessa objekt kommer att vara kvar på enheten men kommer inte att skickas till synkroniseringsmålet. För att hitta dessa objekt, sök antingen efter titel eller ID (som visas i parentes ovan).","Sync status (synced items / total items)":"Synkroniseringstillstånd (synkroniserade objekt / totalt antal objekt)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"Totalt: %d/%d","Conflicted: %d":"Konflikt: %d","To delete: %d":"För att ta bort: %d","Folders":"Mappar","%s: %d notes":"%s: %d anteckningar","Coming alarms":"Kommande larm","On %s: %s":"På %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"Det finns för närvarande inga anteckningar. Skapa en genom att klicka på (+)-knappen.","Delete these notes?":"Ta bort dessa anteckningar?","Log":"Logg","Export Debug Report":"Exportera felsökningsrapport","Encryption Config":"Kryptering-konfiguration","Configuration":"Konfiguration","Move to notebook...":"Flytta till anteckningsbok...","Move %d notes to notebook \"%s\"?":"Flytta %d anteckningar till anteckningsboken \"%s\"?","Press to set the decryption password.":"Tryck för att ställa in dekrypteringslösenordet.","Clear alarm":"Clear alarm","Save alarm":"Spara alarm","Select date":"Välj datum","Confirm":"Bekräfta","Cancel synchronisation":"Avbryt synkronisering","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"Nya taggar:","Type new tags or select from list":"Skriv nya taggar eller välj från listan","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"För att fungera korrekt behöver appen följande behörigheter. Aktivera dem i dina telefoninställningar, i Appar > Joplin > Behörigheter","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- Lagring: för att tillåta att du bifoga filer till anteckningar och för att aktivera filsystemsynkronisering.","- Camera: to allow taking a picture and attaching it to a note.":"- Kamera: för att tillåta att du tar en bild och bifogar den till en anteckning.","- Location: to allow attaching geo-location information to a note.":"- Plats: för att tillåta att information om geografisk plats läggs till i en anteckning.","Joplin website":"Joplin-webbplats","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"Logga in med Dropbox","Enter code here":"","Master Key %s":"Huvudnyckel %s","Created: %s":"Skapad: %s","Password:":"Lösenord:","Password cannot be empty":"Lösenordet kan inte vara tomt","Enable":"Aktivera","The notebook could not be saved: %s":"Anteckningsboken kunde inte sparas: %s","Edit notebook":"Redigera anteckningsbok","Show all":"Visa alla","Errors only":"Endast fel","This note has been modified:":"Denna anteckning har ändrats:","Save changes":"Spara ändringar","Discard changes":"Kassera ändringar","No item with ID %s":"Inget objekt med ID %s","The Joplin mobile app does not currently support this type of link: %s":"Den mobila appen Joplin stöder för närvarande inte denna typ av länk: %s","Unsupported image type: %s":"Bildstorlek som inte stöds: %s","Take photo":"Take photo","Attach photo":"Bifoga foto","Attach any file":"Bifoga en fil","Share":"Dela","Convert to note":"Konvertera till anteckning","Convert to todo":"Konvertera till att-göra","Hide metadata":"Dölj metadata","Show metadata":"Visa metadata","View on map":"Visa på karta","Go to source URL":"","Delete notebook":"Ta bort anteckningsbok","Login with OneDrive":"Logga in med OneDrive","Search":"Sök","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"Klicka på (+)-knappen för att skapa en ny anteckning eller anteckningsbok. Klicka på sidomenyn för att få tillgång till dina befintliga anteckningsböcker.","You currently have no notebook. Create one by clicking on (+) button.":"Du har för närvarande ingen anteckningsbok. Skapa en genom att klicka på (+)-knappen.","Welcome":"Välkommen"} \ No newline at end of file diff --git a/ReactNativeClient/locales/zh_CN.json b/ReactNativeClient/locales/zh_CN.json index 4009dd77a..2806aa6e7 100644 --- a/ReactNativeClient/locales/zh_CN.json +++ b/ReactNativeClient/locales/zh_CN.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"移除相关笔记的标签后才可删除此标签。","Please select the note or notebook to be deleted first.":"请先选择需要删除的笔记或笔记本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或输入 \"exit\" 退出程序","More than one item match \"%s\". Please narrow down your query.":"有多条项目符合 “%s”。请缩小您的检索范围。","No notebook selected.":"未选择笔记本。","No notebook has been specified.":"未指定笔记本。","Y":"是","n":"否","N":"否","y":"是","Cancelling background synchronisation... Please wait.":"正在取消后台同步... 请稍候。","No such command: %s":"无以下命令:%s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 仅在GUI模式下可用","Cannot change encrypted item":"无法更改加密项目","Missing required argument: %s":"缺失所需参数:%s","%s: %s":"%s: %s","Your choice: ":"您的选择: ","Invalid answer: %s":"此答案无效:%s","Attaches the given file to the note.":"给笔记附加给定文件。","Cannot find \"%s\".":"无法找到 \"%s\"。","Displays the given note.":"显示给定笔记。","Displays the complete information about note.":"显示关于笔记的全部信息。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"读取或设置配置数值。如果 [value] 没有提供,它将显示 [name] 值。如果没有提供 [name] 或 [value] 值,它将列出当前配置。","Also displays unset and hidden config variables.":"同时显示未设置的与隐藏的配置变量。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"复制符合 的笔记至 [notebook]。若无指定的笔记本,该笔记将被复制至当前笔记本。","Marks a to-do as done.":"标记待办事项为完成。","Note is not a to-do: \"%s\"":"笔记非待办事项:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理E2EE配置。命令为:`enable`, `disable`, `decrypt`, `status` 和 `target-status`。","Enter master password:":"输入主密码:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"开始解密... 请稍后。因解密环节取决于需解密的文件数量,可能需要等待几分钟。","Completed decryption.":"已完成解密。","Enabled":"已启用","Disabled":"已禁用","Encryption is: %s":"加密为:%s","Edit note.":"编辑笔记。","No text editor is defined. Please set it using `config editor `":"未设置指定的文本编辑器。请通过`config editor `设置","No active notebook.":"无活动笔记本。","Note does not exist: \"%s\". Create it?":"以下笔记不存在:“%s”。是否创建?","Starting to edit note. Close the editor to get back to the prompt.":"开始编辑笔记。关闭编辑器将回到提示符。","Error opening note in editor: %s":"打开以下笔记时出现错误:%s","Note has been saved.":"笔记已被保存。","Exits the application.":"退出程序。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"导出 Joplin 数据至给定路径。默认为导出包含笔记本、笔记、标签与资源等完整的数据库。","Destination format: %s":"目标格式:%s","Exports only the given note.":"仅导出给定笔记。","Exports only the given notebook.":"仅导出给定笔记本。","Displays a geolocation URL for the note.":"显示此笔记的地理定位URL地址。","Displays usage information.":"显示使用信息。","For information on how to customise the shortcuts please visit %s":"请访问以下链接了解如何设置快捷键:%s","Shortcuts are not available in CLI mode.":"快捷键在 CLI 模式下不可用。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"输入 `help [command]` 来了解关于某命令;或输入 `help all` 获取完整的使用说明。","The possible commands are:":"可用命令为:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何命令中,某个笔记或笔记本可通过它名称或ID引用,也可使用代表当前所选笔记和笔记本的快捷变量 ‘$n' 和 '$b'。`$c` 可用于引用当前所选的项目。","To move from one pane to another, press Tab or Shift+Tab.":"按 Tab 键或 Shift+Tab 组合键切换面板。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"通过方向键与 page up/down 键来滚动列表与文本区域(包含此控制台)。","To maximise/minimise the console, press \"tc\".":"按 \"TC\" 最大化/最小化控制台。","To enter command line mode, press \":\"":"按 \":\" 键进入命令行模式","To exit command line mode, press ESCAPE":"按 ESC 键退出命令行模式","For the list of keyboard shortcuts and config options, type `help keymap`":"输入 `help keymap` 来获取完整的键盘快捷键列表","Imports data into Joplin.":"导入数据至 Jolin。","Source format: %s":"原数据格式:%s","Do not ask for confirmation.":"不再要求确认。","Found: %d.":"已找到:%d条。","Created: %d.":"已创建:%d条。","Updated: %d.":"已更新:%d条。","Skipped: %d.":"已跳过:%d条。","Resources: %d.":"资源:%d。","Tagged: %d.":"已标签:%d条。","Importing notes...":"正在导入笔记...","The notes have been imported: %s":"以下笔记已被导入:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"在当前笔记本中显示笔记。使用 `ls /` 显示笔记本列表。","Displays only the first top notes.":"只显示最上方的 条笔记。","Sorts the item by (eg. title, updated_time, created_time).":"通过 排序项目(示例:title, updated_time, created_time)。","Reverses the sorting order.":"反转排序顺序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"仅显示指定类型的项目。可以把 `n` 用于笔记,`t` 用于待办事项,或者 `nt` 用于笔记和待办事项 (示例:`-tt` 只会显示待办事项,当使用 `-ttd` 时将会显示笔记和待办事项。","Either \"text\" or \"json\"":"\"text\" 或 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用长列表格式。格式为:ID, NOTE_COUNT(仅笔记本), DATE, TODO_CHECKED(仅待办事项), TITLE","Please select a notebook first.":"请先选择笔记本。","Creates a new notebook.":"创建新笔记本。","Creates a new note.":"创建新笔记。","Notes can only be created within a notebook.":"笔记只能创建于笔记本内。","Creates a new to-do.":"创建新待办事项。","Moves the notes matching to [notebook].":"移动符合 的笔记至 [notebook]。","Renames the given (note or notebook) to .":"重命名给定的 (笔记或笔记本)至 。","Deletes the given notebook.":"删除给定笔记本。","Deletes the notebook without asking for confirmation.":"删除笔记本(不要求确认)。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"是否删除笔记本?此笔记本内所有笔记也将被删除。","Deletes the notes matching .":"删除符合 的笔记。","Deletes the notes without asking for confirmation.":"删除笔记(不要求确认)。","%d notes match this pattern. Delete them?":"有%d条笔记符合此模式。是否删除?","Delete note?":"是否删除笔记?","Searches for the given in all the notes.":"在所有笔记内搜索给定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"将给定的 的属性 设置为 [value]。可用属性为:\n\n%s","Displays summary about the notes and notebooks.":"显示关于笔记与笔记本的概况。","Synchronises with remote storage.":"与远程储存空间同步。","Sync to provided target (defaults to sync.target config value)":"同步至所提供的目标(默认为同步目标配置值)","Authentication was not completed (did not receive an authentication token).":"认证未完成(未收到认证令牌)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"为了让 Joplin 与 Dropbox 同步,请遵循以下步骤:","Step 1: Open this URL in your browser to authorise the application:":"步骤一:在浏览器中打开此 URL 来授权应用程序:","Step 2: Enter the code provided by Dropbox:":"步骤二:输入 Dropbox 提供的代码:","Not authentified with %s. Please provide any missing credentials.":"%s 并未被验证。请提供缺少的凭证。","Synchronisation is already in progress.":"同步正在进行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"锁定文件已被保存。如果您确认当前未在进行任何同步,可删除锁定文件 \"%s\" 后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消... 请稍后。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"无效命令:\"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" 或者 \"clear\"。使用 \"toggle\" 命令来切换待办事项的完成状态(若目标为普通笔记则将会转换成待办事项)。使用 \"clear\" 命令来把待办事项转换至普通笔记。","Marks a to-do as non-completed.":"标记待办事项为未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切换至 [notebook] - 所有进一步处理将在此笔记本中进行。","Displays version information":"显示版本信息","%s %s (%s)":"%s %s (%s)","Enum":"枚举","Type: %s.":"格式:%s。","Possible values: %s.":"可用值: %s。","Default: %s":"默认值: %s","Possible keys/values:":"可用键/值:","Type `joplin help` for usage information.":"输入 `joplin help` 获取使用信息。","Fatal error:":"严重错误:","The application has been authorised - you may now close this browser tab.":"此程序已被授权 - 您可以关闭此浏览页面了。","The application has been successfully authorised.":"此程序已被成功授权。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"请在网络浏览器中打开以下链接激活此应用程序。此应用会建立 \"Apps/Joplin\" 文件目录,并只会读写该目录中的文件。它没有任何权限访问此目录以外的任何文件或个人信息。也不会与第三方分享任何数据。","Search:":"搜索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"欢迎使用 Joplin!\n\n输入 `:help shortcuts` 获取键盘快捷键列表,或输入 `:help` 获取使用信息。\n\n例:输入 `mb` 建立新笔记本;输入 `mn` 建立新笔记。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"有一条或更多项目被加密可能需要提供主密码。若需进行此操作请输入 `e2ee decrypt` 。若您已提供密码,此时加密文件正在背景解密,解锁之后即可使用。","Exporting to \"%s\" as \"%s\" format. Please wait...":"导出至 \"%s\" 并转换成 \"%s\" 格式。请稍等…","Importing from \"%s\" as \"%s\" format. Please wait...":"从 \"%s\" 导入为 \"%s\" 格式。请稍等…","PDF File":"PDF 文件","File":"文件","New note":"新笔记","New to-do":"新待办事项","New notebook":"新笔记本","Import":"导入","Export":"导出","Print":"打印","Hide %s":"隐藏 %s","Quit":"退出","Edit":"编辑","Copy":"复制","Cut":"剪切","Paste":"粘贴","Select all":"Select all","Bold":"粗体","Italic":"斜体","Insert Date Time":"插入时间","Edit in external editor":"Edit in external editor","Search in all the notes":"在所有笔记内搜索","Search in current note":"Search in current note","View":"显示","Toggle sidebar":"切换边栏","Toggle editor layout":"切换编辑器布局","Tools":"工具","Synchronisation status":"同步状态","Web clipper options":"网页剪辑选项","Encryption options":"加密选项","General Options":"通用选项","Help":"帮助","Website and documentation":"网站与文档","Make a donation":"捐赠","Check for updates...":"检查更新...","About Joplin":"关于 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"打开 %s","Exit":"退出","OK":"确认","Cancel":"取消","Current version is up-to-date.":"当前版本为最新版。","An update is available, do you want to download it now?":"软件有更新,是否下载最新版?","Yes":"是","No":"否","Token has been copied to the clipboard!":"Token 已被复制到粘贴板","The web clipper service is enabled and set to auto-start.":"网页剪辑服务已启用并设置为自动启动。","Status: Started on port %d":"状态:从端口 %d 开始","Status: %s":"状态:%s","Disable Web Clipper Service":"禁用网页剪辑服务","The web clipper service is not enabled.":"网页剪辑未启用。","Enable Web Clipper Service":"启用网页剪辑","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin 网页剪辑可以让你将浏览器中的网页和截图保存到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用网页剪辑功能,你需要按照以下步骤:","Step 1: Enable the clipper service":"步骤一:启用网页剪辑服务","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"该服务允许浏览器扩展与 Joplin 通信。当启用它时,你的防火墙可能会要求你允许 Joplin 监听一个特定的端口。","Step 2: Install the extension":"步骤二:安装扩展","Download and install the relevant extension for your browser:":"为您的浏览器下载并安装相关的扩展:","Advanced options":"Advanced options","Authorisation token:":"授权码:","Copy token":"拷贝 token","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Apply":"应用","Submit":"提交","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密则会导致所有笔记与附件将会重新同步,并会将非加密的文件发送至同步目标。确定继续吗?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"启用加密则会导致所有笔记与附件将会重新同步,并会将加密的文件发送至同步目标。请勿丢失此密码!为了安全目的,此密码是您解密资料的 *唯一方式* !若确认启动加密,请在下方输入您的密码。","Disable encryption":"禁用加密","Enable encryption":"启用加密","Master Keys":"主密码","Active":"活动状态","ID":"ID","Source":"来源","Created":"创建日期","Updated":"更新日期","Password":"密码","Password OK":"密码可用","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注释:加密行为仅使用标志\"活动\"的主密码。解密时,若笔记或笔记本加密设置允许,可以使用其他任意密码。","Missing Master Keys":"缺失主密码","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"此ID所包含的主密码已用于加密一些文件,但是此软件当前无法访问这些文件。它们有可能会经过同步过程下载下来。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有关端到端加密(E2EE)的更多信息,以及如何启用它的建议,请查看文档:","Status":"状态","Encryption is:":"加密为:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"将新建笔记本 \"%s\" 并将文件 \"%s\" 导入至其中","Please create a notebook first.":"请先创建笔记本。","Please create a notebook first":"请先创建笔记本","Notebook title:":"笔记本标题:","Add or remove tags:":"添加或删除标签:","Separate each tag by a comma.":"用逗号 \",\" 分开每个标签。","Rename notebook:":"重命名笔记本:","Rename tag:":"重命名标签:","Set alarm:":"设置提醒:","Layout":"布局","Search...":"搜索...","Some items cannot be synchronised.":"一些项目无法被同步。","View them now":"马上查看","Some items cannot be decrypted.":"一些项目无法被解密。","Set the password":"设置密码","Add or remove tags":"添加或删除标签","Duplicate":"重复的","%s - Copy":"%s - 副本","Switch between note and to-do type":"在笔记和待办事项类型之间切换","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"复制 Markdown 链接","Delete":"删除","Delete notes?":"是否删除笔记?","No notes in here. Create one by clicking on \"New note\".":"此处没有任何笔记。点击\"新笔记\"创建。","There is currently no notebook. Create one by clicking on \"New notebook\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Location":"位置","URL":"","Note properties":"笔记属性","Open...":"打开…","This file could not be opened: %s":"此笔记本无法打开:%s","Save as...":"另存为…","Copy path to clipboard":"复制路径到剪切板","Copy Link Address":"拷贝链接地址","This attachment is not downloaded or not decrypted yet.":"该附件没有下载或者没有解密","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","strong text":"加粗文本","emphasized text":"强调文本","List item":"项目列表","Insert Hyperlink":"插入超链接","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","In: %s":"在: %s","Hyperlink":"超链接","Code":"代码","Numbered List":"有序列表","Bulleted List":"无序列表","Checkbox":"复选框","Heading":"标题","Horizontal Rule":"水平线","Click to stop external editing":"点击以停止外部编辑","Watching...":"正在监控变化...","to-do":"待办事项","note":"笔记","Creating new %s...":"创建新%s…","Refresh":"刷新","Clear":"清除","OneDrive Login":"登录 OneDrive","Dropbox Login":"登录 Dropbox","Options":"选项","Synchronisation Status":"同步状态","Encryption Options":"加密选项","Clipper Options":"网页剪辑选项","Remove this tag from all the notes?":"从所有笔记中删除此标签?","Remove this search from the sidebar?":"从侧栏中删除此项搜索历史?","Rename":"重命名","Synchronise":"同步","Notebooks":"笔记本","Decrypting items: %d/%d":"解密项目:%d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"Dropbox","File system":"文件系统","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive 开发版(仅测试用)","WebDAV":"WebDAV","Unknown log level: %s":"未知日志级别:%s","Unknown level ID: %s":"未知的级别 ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","Untitled":"无标题","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"无法与 OneDrive 同步。\n\n此错误通常在使用 OneDrive 企业版时出现,很遗憾此软件并不支持 OneDrive 企业版。\n\n请考虑使用 OneDrive 个人版。","Cannot access %s":"无法访问 %s","Created local items: %d.":"已新建本地项目: %d。","Updated local items: %d.":"已更新本地项目: %d。","Created remote items: %d.":"已新建远程项目: %d。","Updated remote items: %d.":"已更新远程项目: %d。","Deleted local items: %d.":"已删除本地项目: %d。","Deleted remote items: %d.":"已删除远程项目: %d。","Fetched items: %d/%d.":"已提取项目:%d/%d.","Cancelling...":"正在取消...","Completed: %s":"已完成:%s","Last error: %s":"最后错误:%s","Idle":"闲置","In progress":"正在进行","Synchronisation is already in progress. State: %s":"同步正在进行中。状态:%s","Encrypted":"已加密","Encrypted items cannot be modified":"无法修改已加密项目","Conflicts":"冲突文件","Cannot move notebook to this location":"无法移动笔记本到该位置","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为 \"%s\",此标题为保留标题。","title":"标题","updated date":"更新日期","created date":"创建日期","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至 \"%s\" 笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至 \"%s\" 笔记本","Language":"语言","Date format":"日期格式","Time format":"时间格式","Theme":"主题","Light":"浅色","Dark":"深色","Uncompleted to-dos on top":"未完成的待办事项在顶端","Show completed to-dos":"显示已完成的待办事项","Sort notes by":"排序笔记","Reverse sort order":"反转排序顺序","Save geo-location with notes":"保存笔记时同时保存地理定位信息","When creating a new to-do:":"创建新待办事项时:","Focus title":"聚焦标题","Focus body":"聚焦内容","When creating a new note:":"创建新笔记时:","Show tray icon":"显示托盘图标","Note: Does not work in all desktop environments.":"注意:在某些桌面环境下可能无法正常工作。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"该选项允许 Joplin 在后台运行,如果你的笔记时常发生变化,推荐启用该设置来减少可能的冲突","Start application minimised in the tray icon":"启动应用程序时在托盘中最小化","Global zoom percentage":"全局缩放比例","Editor font size":"Editor font size","Editor font family":"编辑器字体","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必须是 *等宽* 字体,否则将无法正常工作。若无效或留空,此处将会设置成一款通用等宽字体。","Automatically update the application":"自动更新此程序","Synchronisation interval":"同步间隔","%d minutes":"%d 分钟","%d hour":"%d 小时","%d hours":"%d 小时","Text editor command":"文本编辑器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此文本编辑器命令(可能包括参数)将会被用于打开笔记。若未提供将尝试自动检测默认编辑器。","Show advanced options":"显示高级选项","Synchronisation target":"同步目标","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"所同步的目标。每个同步目标可以拥有一些附加属性,命名为 `sync.NUM.NAME`(见下文)。","Directory to synchronise with (absolute path)":"同步至此文件目录(绝对路径)。","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"文件系统同步启用时的同步目录。见 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 链接","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意:如果您更改此位置,请确保在同步之前将所有内容复制到该位置,否则将删除所有文件! 有关详细信息,请参阅常见问题解答(FAQ):%s","Nextcloud username":"Nextcloud 用户名","Nextcloud password":"Nextcloud 密码","WebDAV URL":"WebDAV 链接","WebDAV username":"WebDAV 用户名","WebDAV password":"WebDAV 密码","Custom TLS certificates":"自定义 TLS 证书","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"以逗号分隔的路径列表,可以是包含证书的目录,也可以是单独的证书路径。 例如:/my/cert_dir,/other/custom.pem。 请注意,如果更改 TLS 设置,则必须先保存更改,然后再点击『检查同步配置』。","Ignore TLS certificate errors":"忽略 TLS 证书的错误","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","The tag \"%s\" already exists. Please choose a different name.":"标签“%s”已经存在。请选择一个不一样的名字。","Joplin Export File":"Joplin 导出文件","Markdown":"Markdown","Joplin Export Directory":"Joplin 导出目录","Evernote Export File":"Evernote 导出文件","Json Export Directory":"Json Export Directory","Directory":"文件目录","Cannot load \"%s\" module for format \"%s\"":"无法加载 \"%s\" 模块以读取 \"%s\" 格式","Please specify import format for %s":"请指定 %s 的导入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此项目当前为加密状态:%s \"%s\"。请等待所有项目解密后再重试。","There is no data to export.":"没有可导出的数据。","Please specify the notebook where the notes should be imported to.":"请指定导入笔记的目标笔记本。","Items that cannot be synchronised":"无法同步项目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"这些项目将保留于设备中,但不会上传至同步目标。若需查找这些项目,请搜索标题或ID(显示于上方括号中)。","Sync status (synced items / total items)":"同步状态(已同步项目/项目总数)","%s: %d/%d":"%s:%d/%d条","Total: %d/%d":"总数:%d/%d条","Conflicted: %d":"有冲突的:%d条","To delete: %d":"将删除:%d条","Folders":"文件夹","%s: %d notes":"%s: %d条笔记","Coming alarms":"临近提醒","On %s: %s":"%s:%s","Permission to use camera":"使用摄像头的权限","Your permission to use your camera is required.":"使用摄像头的权限是必须的","There are currently no notes. Create one by clicking on the (+) button.":"当前没有任何笔记。点击(+)按钮创建。","Delete these notes?":"是否删除这些笔记?","Log":"日志","Export Debug Report":"导出调试报告","Encryption Config":"加密配置","Configuration":"配置","Move to notebook...":"移动至笔记本...","Move %d notes to notebook \"%s\"?":"移动%d条笔记至笔记本\"%s\"?","Press to set the decryption password.":"按键将设置解密密码。","Clear alarm":"Clear alarm","Save alarm":"保存提醒","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"发生错误。请检查 URL,用户名,密码等等是否正确并且确保同步目的地可被访问。报告的错误如下:","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"无法授权应用:\n\n%s\n\n请重新尝试","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新标签:","Type new tags or select from list":"输入新的标签或从列表中选择","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"为了正常的使用,应用需要以下权限。请在你的手机设置(应用 > Joplin > 权限)中启用它们","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 存储:允许将文件附加到笔记中并启用文件系统同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相机:允许拍照并将其添加到一条笔记中。","- Location: to allow attaching geo-location information to a note.":"- 定位:允许将地理位置信息附加到一条笔记中。","Joplin website":"Joplin 官网","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"通过 Dropbox 登录","Enter code here":"","Master Key %s":"主密码 %s","Created: %s":"创建于:%s","Password:":"密码:","Password cannot be empty":"密码不可为空","Enable":"启用","The notebook could not be saved: %s":"此笔记本无法保存:%s","Edit notebook":"编辑笔记本","Show all":"显示全部","Errors only":"仅显示错误","This note has been modified:":"此笔记已被修改:","Save changes":"保存更改","Discard changes":"放弃更改","No item with ID %s":"没有 ID %s 项","The Joplin mobile app does not currently support this type of link: %s":"Joplin 手机应用目前不支持这种类型的链接:%s","Unsupported image type: %s":"不支持的图片格式:%s","Take photo":"Take photo","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"分享","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","Go to source URL":"定位到源 URL","Delete notebook":"删除笔记本","Login with OneDrive":"通过 OneDrive 登录","Search":"搜索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"点击(+)按钮创建新笔记或笔记本。点击侧边选单来访问现有的笔记本。","You currently have no notebook. Create one by clicking on (+) button.":"您目前未有笔记本。点击(+)按钮创建。","Welcome":"欢迎"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"移除相关笔记的标签后才可删除此标签。","Please select the note or notebook to be deleted first.":"请先选择需要删除的笔记或笔记本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或输入 \"exit\" 退出程序","More than one item match \"%s\". Please narrow down your query.":"有多条项目符合 “%s”。请缩小您的检索范围。","No notebook selected.":"未选择笔记本。","No notebook has been specified.":"未指定笔记本。","Y":"是","n":"否","N":"否","y":"是","Cancelling background synchronisation... Please wait.":"正在取消后台同步... 请稍候。","No such command: %s":"无以下命令:%s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 仅在GUI模式下可用","Cannot change encrypted item":"无法更改加密项目","Missing required argument: %s":"缺失所需参数:%s","%s: %s":"%s: %s","Your choice: ":"您的选择: ","Invalid answer: %s":"此答案无效:%s","Attaches the given file to the note.":"给笔记附加给定文件。","Cannot find \"%s\".":"无法找到 \"%s\"。","Displays the given note.":"显示给定笔记。","Displays the complete information about note.":"显示关于笔记的全部信息。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"读取或设置配置数值。如果 [value] 没有提供,它将显示 [name] 值。如果没有提供 [name] 或 [value] 值,它将列出当前配置。","Also displays unset and hidden config variables.":"同时显示未设置的与隐藏的配置变量。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"复制符合 的笔记至 [notebook]。若无指定的笔记本,该笔记将被复制至当前笔记本。","Marks a to-do as done.":"标记待办事项为完成。","Note is not a to-do: \"%s\"":"笔记非待办事项:\"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理E2EE配置。命令为:`enable`, `disable`, `decrypt`, `status` 和 `target-status`。","Enter master password:":"输入主密码:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"开始解密... 请稍后。因解密环节取决于需解密的文件数量,可能需要等待几分钟。","Completed decryption.":"已完成解密。","Enabled":"已启用","Disabled":"已禁用","Encryption is: %s":"加密为:%s","Edit note.":"编辑笔记。","No text editor is defined. Please set it using `config editor `":"未设置指定的文本编辑器。请通过`config editor `设置","No active notebook.":"无活动笔记本。","Note does not exist: \"%s\". Create it?":"以下笔记不存在:“%s”。是否创建?","Starting to edit note. Close the editor to get back to the prompt.":"开始编辑笔记。关闭编辑器将回到提示符。","Error opening note in editor: %s":"打开以下笔记时出现错误:%s","Note has been saved.":"笔记已被保存。","Exits the application.":"退出程序。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"导出 Joplin 数据至给定路径。默认为导出包含笔记本、笔记、标签与资源等完整的数据库。","Destination format: %s":"目标格式:%s","Exports only the given note.":"仅导出给定笔记。","Exports only the given notebook.":"仅导出给定笔记本。","Displays a geolocation URL for the note.":"显示此笔记的地理定位URL地址。","Displays usage information.":"显示使用信息。","For information on how to customise the shortcuts please visit %s":"请访问以下链接了解如何设置快捷键:%s","Shortcuts are not available in CLI mode.":"快捷键在 CLI 模式下不可用。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"输入 `help [command]` 来了解关于某命令;或输入 `help all` 获取完整的使用说明。","The possible commands are:":"可用命令为:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何命令中,某个笔记或笔记本可通过它名称或ID引用,也可使用代表当前所选笔记和笔记本的快捷变量 ‘$n' 和 '$b'。`$c` 可用于引用当前所选的项目。","To move from one pane to another, press Tab or Shift+Tab.":"按 Tab 键或 Shift+Tab 组合键切换面板。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"通过方向键与 page up/down 键来滚动列表与文本区域(包含此控制台)。","To maximise/minimise the console, press \"tc\".":"按 \"TC\" 最大化/最小化控制台。","To enter command line mode, press \":\"":"按 \":\" 键进入命令行模式","To exit command line mode, press ESCAPE":"按 ESC 键退出命令行模式","For the list of keyboard shortcuts and config options, type `help keymap`":"输入 `help keymap` 来获取完整的键盘快捷键列表","Imports data into Joplin.":"导入数据至 Jolin。","Source format: %s":"原数据格式:%s","Do not ask for confirmation.":"不再要求确认。","Found: %d.":"已找到:%d条。","Created: %d.":"已创建:%d条。","Updated: %d.":"已更新:%d条。","Skipped: %d.":"已跳过:%d条。","Resources: %d.":"资源:%d。","Tagged: %d.":"已标签:%d条。","Importing notes...":"正在导入笔记...","The notes have been imported: %s":"以下笔记已被导入:%s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"在当前笔记本中显示笔记。使用 `ls /` 显示笔记本列表。","Displays only the first top notes.":"只显示最上方的 条笔记。","Sorts the item by (eg. title, updated_time, created_time).":"通过 排序项目(示例:title, updated_time, created_time)。","Reverses the sorting order.":"反转排序顺序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"仅显示指定类型的项目。可以把 `n` 用于笔记,`t` 用于待办事项,或者 `nt` 用于笔记和待办事项 (示例:`-tt` 只会显示待办事项,当使用 `-ttd` 时将会显示笔记和待办事项。","Either \"text\" or \"json\"":"\"text\" 或 \"json\"","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用长列表格式。格式为:ID, NOTE_COUNT(仅笔记本), DATE, TODO_CHECKED(仅待办事项), TITLE","Please select a notebook first.":"请先选择笔记本。","Creates a new notebook.":"创建新笔记本。","Creates a new note.":"创建新笔记。","Notes can only be created within a notebook.":"笔记只能创建于笔记本内。","Creates a new to-do.":"创建新待办事项。","Moves the notes matching to [notebook].":"移动符合 的笔记至 [notebook]。","Renames the given (note or notebook) to .":"重命名给定的 (笔记或笔记本)至 。","Deletes the given notebook.":"删除给定笔记本。","Deletes the notebook without asking for confirmation.":"删除笔记本(不要求确认)。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"是否删除笔记本?此笔记本内所有笔记也将被删除。","Deletes the notes matching .":"删除符合 的笔记。","Deletes the notes without asking for confirmation.":"删除笔记(不要求确认)。","%d notes match this pattern. Delete them?":"有%d条笔记符合此模式。是否删除?","Delete note?":"是否删除笔记?","Searches for the given in all the notes.":"在所有笔记内搜索给定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"将给定的 的属性 设置为 [value]。可用属性为:\n\n%s","Displays summary about the notes and notebooks.":"显示关于笔记与笔记本的概况。","Synchronises with remote storage.":"与远程储存空间同步。","Sync to provided target (defaults to sync.target config value)":"同步至所提供的目标(默认为同步目标配置值)","Authentication was not completed (did not receive an authentication token).":"认证未完成(未收到认证令牌)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"为了让 Joplin 与 Dropbox 同步,请遵循以下步骤:","Step 1: Open this URL in your browser to authorise the application:":"步骤一:在浏览器中打开此 URL 来授权应用程序:","Step 2: Enter the code provided by Dropbox:":"步骤二:输入 Dropbox 提供的代码:","Not authentified with %s. Please provide any missing credentials.":"%s 并未被验证。请提供缺少的凭证。","Synchronisation is already in progress.":"同步正在进行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"锁定文件已被保存。如果您确认当前未在进行任何同步,可删除锁定文件 \"%s\" 后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消... 请稍后。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"无效命令:\"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" 或者 \"clear\"。使用 \"toggle\" 命令来切换待办事项的完成状态(若目标为普通笔记则将会转换成待办事项)。使用 \"clear\" 命令来把待办事项转换至普通笔记。","Marks a to-do as non-completed.":"标记待办事项为未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切换至 [notebook] - 所有进一步处理将在此笔记本中进行。","Displays version information":"显示版本信息","%s %s (%s)":"%s %s (%s)","Enum":"枚举","Type: %s.":"格式:%s。","Possible values: %s.":"可用值: %s。","Default: %s":"默认值: %s","Possible keys/values:":"可用键/值:","Type `joplin help` for usage information.":"输入 `joplin help` 获取使用信息。","Fatal error:":"严重错误:","The application has been authorised - you may now close this browser tab.":"此程序已被授权 - 您可以关闭此浏览页面了。","The application has been successfully authorised.":"此程序已被成功授权。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"请在网络浏览器中打开以下链接激活此应用程序。此应用会建立 \"Apps/Joplin\" 文件目录,并只会读写该目录中的文件。它没有任何权限访问此目录以外的任何文件或个人信息。也不会与第三方分享任何数据。","Search:":"搜索:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"欢迎使用 Joplin!\n\n输入 `:help shortcuts` 获取键盘快捷键列表,或输入 `:help` 获取使用信息。\n\n例:输入 `mb` 建立新笔记本;输入 `mn` 建立新笔记。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"有一条或更多项目被加密可能需要提供主密码。若需进行此操作请输入 `e2ee decrypt` 。若您已提供密码,此时加密文件正在背景解密,解锁之后即可使用。","Exporting to \"%s\" as \"%s\" format. Please wait...":"导出至 \"%s\" 并转换成 \"%s\" 格式。请稍等…","Importing from \"%s\" as \"%s\" format. Please wait...":"从 \"%s\" 导入为 \"%s\" 格式。请稍等…","PDF File":"PDF 文件","File":"文件","New note":"新笔记","New to-do":"新待办事项","New notebook":"新笔记本","Import":"导入","Export":"导出","Print":"打印","Hide %s":"隐藏 %s","Quit":"退出","Edit":"编辑","Copy":"复制","Cut":"剪切","Paste":"粘贴","Select all":"Select all","Bold":"粗体","Italic":"斜体","Insert Date Time":"插入时间","Edit in external editor":"Edit in external editor","Search in all the notes":"在所有笔记内搜索","Search in current note":"Search in current note","View":"显示","Toggle sidebar":"切换边栏","Toggle editor layout":"切换编辑器布局","Tools":"工具","Synchronisation status":"同步状态","Web clipper options":"网页剪辑选项","Encryption options":"加密选项","General Options":"通用选项","Help":"帮助","Website and documentation":"网站与文档","Make a donation":"捐赠","Check for updates...":"检查更新...","About Joplin":"关于 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"打开 %s","Exit":"退出","OK":"确认","Cancel":"取消","Current version is up-to-date.":"当前版本为最新版。","%s (pre-release)":"","An update is available, do you want to download it now?":"软件有更新,是否下载最新版?","Your version: v%s":"","New version: v%s":"","Yes":"是","No":"否","Token has been copied to the clipboard!":"Token 已被复制到粘贴板","The web clipper service is enabled and set to auto-start.":"网页剪辑服务已启用并设置为自动启动。","Status: Started on port %d":"状态:从端口 %d 开始","Status: %s":"状态:%s","Disable Web Clipper Service":"禁用网页剪辑服务","The web clipper service is not enabled.":"网页剪辑未启用。","Enable Web Clipper Service":"启用网页剪辑","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin 网页剪辑可以让你将浏览器中的网页和截图保存到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用网页剪辑功能,你需要按照以下步骤:","Step 1: Enable the clipper service":"步骤一:启用网页剪辑服务","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"该服务允许浏览器扩展与 Joplin 通信。当启用它时,你的防火墙可能会要求你允许 Joplin 监听一个特定的端口。","Step 2: Install the extension":"步骤二:安装扩展","Download and install the relevant extension for your browser:":"为您的浏览器下载并安装相关的扩展:","Advanced options":"Advanced options","Authorisation token:":"授权码:","Copy token":"拷贝 token","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Apply":"应用","Submit":"提交","Save":"保存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密则会导致所有笔记与附件将会重新同步,并会将非加密的文件发送至同步目标。确定继续吗?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"启用加密则会导致所有笔记与附件将会重新同步,并会将加密的文件发送至同步目标。请勿丢失此密码!为了安全目的,此密码是您解密资料的 *唯一方式* !若确认启动加密,请在下方输入您的密码。","Disable encryption":"禁用加密","Enable encryption":"启用加密","Master Keys":"主密码","Active":"活动状态","ID":"ID","Source":"来源","Created":"创建日期","Updated":"更新日期","Password":"密码","Password OK":"密码可用","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注释:加密行为仅使用标志\"活动\"的主密码。解密时,若笔记或笔记本加密设置允许,可以使用其他任意密码。","Missing Master Keys":"缺失主密码","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"此ID所包含的主密码已用于加密一些文件,但是此软件当前无法访问这些文件。它们有可能会经过同步过程下载下来。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有关端到端加密(E2EE)的更多信息,以及如何启用它的建议,请查看文档:","Status":"状态","Encryption is:":"加密为:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"将新建笔记本 \"%s\" 并将文件 \"%s\" 导入至其中","Please create a notebook first.":"请先创建笔记本。","Please create a notebook first":"请先创建笔记本","Notebook title:":"笔记本标题:","Add or remove tags:":"添加或删除标签:","Separate each tag by a comma.":"用逗号 \",\" 分开每个标签。","Rename notebook:":"重命名笔记本:","Rename tag:":"重命名标签:","Set alarm:":"设置提醒:","Layout":"布局","Search...":"搜索...","Some items cannot be synchronised.":"一些项目无法被同步。","View them now":"马上查看","Some items cannot be decrypted.":"一些项目无法被解密。","Set the password":"设置密码","Add or remove tags":"添加或删除标签","Duplicate":"重复的","%s - Copy":"%s - 副本","Switch between note and to-do type":"在笔记和待办事项类型之间切换","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"复制 Markdown 链接","Delete":"删除","Delete notes?":"是否删除笔记?","No notes in here. Create one by clicking on \"New note\".":"此处没有任何笔记。点击\"新笔记\"创建。","There is currently no notebook. Create one by clicking on \"New notebook\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Location":"位置","URL":"","Note properties":"笔记属性","Open...":"打开…","This file could not be opened: %s":"此笔记本无法打开:%s","Save as...":"另存为…","Copy path to clipboard":"复制路径到剪切板","Copy Link Address":"拷贝链接地址","This attachment is not downloaded or not decrypted yet.":"该附件没有下载或者没有解密","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","Only one note can be printed or exported to PDF at a time.":"","strong text":"加粗文本","emphasized text":"强调文本","List item":"项目列表","Insert Hyperlink":"插入超链接","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","In: %s":"在: %s","Hyperlink":"超链接","Code":"代码","Numbered List":"有序列表","Bulleted List":"无序列表","Checkbox":"复选框","Heading":"标题","Horizontal Rule":"水平线","Click to stop external editing":"点击以停止外部编辑","Watching...":"正在监控变化...","to-do":"待办事项","note":"笔记","Creating new %s...":"创建新%s…","Refresh":"刷新","Clear":"清除","OneDrive Login":"登录 OneDrive","Dropbox Login":"登录 Dropbox","Options":"选项","Synchronisation Status":"同步状态","Encryption Options":"加密选项","Clipper Options":"网页剪辑选项","Remove this tag from all the notes?":"从所有笔记中删除此标签?","Remove this search from the sidebar?":"从侧栏中删除此项搜索历史?","Rename":"重命名","Synchronise":"同步","Notebooks":"笔记本","Decrypting items: %d/%d":"解密项目:%d/%d","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"Dropbox","File system":"文件系统","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive 开发版(仅测试用)","WebDAV":"WebDAV","Unknown log level: %s":"未知日志级别:%s","Unknown level ID: %s":"未知的级别 ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","Untitled":"无标题","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"无法与 OneDrive 同步。\n\n此错误通常在使用 OneDrive 企业版时出现,很遗憾此软件并不支持 OneDrive 企业版。\n\n请考虑使用 OneDrive 个人版。","Cannot access %s":"无法访问 %s","Created local items: %d.":"已新建本地项目: %d。","Updated local items: %d.":"已更新本地项目: %d。","Created remote items: %d.":"已新建远程项目: %d。","Updated remote items: %d.":"已更新远程项目: %d。","Deleted local items: %d.":"已删除本地项目: %d。","Deleted remote items: %d.":"已删除远程项目: %d。","Fetched items: %d/%d.":"已提取项目:%d/%d.","Cancelling...":"正在取消...","Completed: %s":"已完成:%s","Last error: %s":"最后错误:%s","Idle":"闲置","In progress":"正在进行","Synchronisation is already in progress. State: %s":"同步正在进行中。状态:%s","Encrypted":"已加密","Encrypted items cannot be modified":"无法修改已加密项目","Conflicts":"冲突文件","Cannot move notebook to this location":"无法移动笔记本到该位置","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为 \"%s\",此标题为保留标题。","title":"标题","updated date":"更新日期","created date":"创建日期","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至 \"%s\" 笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至 \"%s\" 笔记本","Language":"语言","Date format":"日期格式","Time format":"时间格式","Theme":"主题","Light":"浅色","Dark":"深色","Uncompleted to-dos on top":"未完成的待办事项在顶端","Show completed to-dos":"显示已完成的待办事项","Sort notes by":"排序笔记","Reverse sort order":"反转排序顺序","Save geo-location with notes":"保存笔记时同时保存地理定位信息","When creating a new to-do:":"创建新待办事项时:","Focus title":"聚焦标题","Focus body":"聚焦内容","When creating a new note:":"创建新笔记时:","Show tray icon":"显示托盘图标","Note: Does not work in all desktop environments.":"注意:在某些桌面环境下可能无法正常工作。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"该选项允许 Joplin 在后台运行,如果你的笔记时常发生变化,推荐启用该设置来减少可能的冲突","Start application minimised in the tray icon":"启动应用程序时在托盘中最小化","Global zoom percentage":"全局缩放比例","Editor font size":"Editor font size","Editor font family":"编辑器字体","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必须是 *等宽* 字体,否则将无法正常工作。若无效或留空,此处将会设置成一款通用等宽字体。","Automatically update the application":"自动更新此程序","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"同步间隔","%d minutes":"%d 分钟","%d hour":"%d 小时","%d hours":"%d 小时","Text editor command":"文本编辑器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此文本编辑器命令(可能包括参数)将会被用于打开笔记。若未提供将尝试自动检测默认编辑器。","Show advanced options":"显示高级选项","Synchronisation target":"同步目标","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"所同步的目标。每个同步目标可以拥有一些附加属性,命名为 `sync.NUM.NAME`(见下文)。","Directory to synchronise with (absolute path)":"同步至此文件目录(绝对路径)。","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"文件系统同步启用时的同步目录。见 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 链接","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"注意:如果您更改此位置,请确保在同步之前将所有内容复制到该位置,否则将删除所有文件! 有关详细信息,请参阅常见问题解答(FAQ):%s","Nextcloud username":"Nextcloud 用户名","Nextcloud password":"Nextcloud 密码","WebDAV URL":"WebDAV 链接","WebDAV username":"WebDAV 用户名","WebDAV password":"WebDAV 密码","Custom TLS certificates":"自定义 TLS 证书","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"以逗号分隔的路径列表,可以是包含证书的目录,也可以是单独的证书路径。 例如:/my/cert_dir,/other/custom.pem。 请注意,如果更改 TLS 设置,则必须先保存更改,然后再点击『检查同步配置』。","Ignore TLS certificate errors":"忽略 TLS 证书的错误","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","The tag \"%s\" already exists. Please choose a different name.":"标签“%s”已经存在。请选择一个不一样的名字。","Joplin Export File":"Joplin 导出文件","Markdown":"Markdown","Joplin Export Directory":"Joplin 导出目录","Evernote Export File":"Evernote 导出文件","Json Export Directory":"Json Export Directory","Directory":"文件目录","Cannot load \"%s\" module for format \"%s\"":"无法加载 \"%s\" 模块以读取 \"%s\" 格式","Please specify import format for %s":"请指定 %s 的导入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此项目当前为加密状态:%s \"%s\"。请等待所有项目解密后再重试。","There is no data to export.":"没有可导出的数据。","Please specify the notebook where the notes should be imported to.":"请指定导入笔记的目标笔记本。","Items that cannot be synchronised":"无法同步项目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"这些项目将保留于设备中,但不会上传至同步目标。若需查找这些项目,请搜索标题或ID(显示于上方括号中)。","Sync status (synced items / total items)":"同步状态(已同步项目/项目总数)","%s: %d/%d":"%s:%d/%d条","Total: %d/%d":"总数:%d/%d条","Conflicted: %d":"有冲突的:%d条","To delete: %d":"将删除:%d条","Folders":"文件夹","%s: %d notes":"%s: %d条笔记","Coming alarms":"临近提醒","On %s: %s":"%s:%s","Permission to use camera":"使用摄像头的权限","Your permission to use your camera is required.":"使用摄像头的权限是必须的","There are currently no notes. Create one by clicking on the (+) button.":"当前没有任何笔记。点击(+)按钮创建。","Delete these notes?":"是否删除这些笔记?","Log":"日志","Export Debug Report":"导出调试报告","Encryption Config":"加密配置","Configuration":"配置","Move to notebook...":"移动至笔记本...","Move %d notes to notebook \"%s\"?":"移动%d条笔记至笔记本\"%s\"?","Press to set the decryption password.":"按键将设置解密密码。","Clear alarm":"Clear alarm","Save alarm":"保存提醒","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"发生错误。请检查 URL,用户名,密码等等是否正确并且确保同步目的地可被访问。报告的错误如下:","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"无法授权应用:\n\n%s\n\n请重新尝试","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新标签:","Type new tags or select from list":"输入新的标签或从列表中选择","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"为了正常的使用,应用需要以下权限。请在你的手机设置(应用 > Joplin > 权限)中启用它们","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 存储:允许将文件附加到笔记中并启用文件系统同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相机:允许拍照并将其添加到一条笔记中。","- Location: to allow attaching geo-location information to a note.":"- 定位:允许将地理位置信息附加到一条笔记中。","Joplin website":"Joplin 官网","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"通过 Dropbox 登录","Enter code here":"","Master Key %s":"主密码 %s","Created: %s":"创建于:%s","Password:":"密码:","Password cannot be empty":"密码不可为空","Enable":"启用","The notebook could not be saved: %s":"此笔记本无法保存:%s","Edit notebook":"编辑笔记本","Show all":"显示全部","Errors only":"仅显示错误","This note has been modified:":"此笔记已被修改:","Save changes":"保存更改","Discard changes":"放弃更改","No item with ID %s":"没有 ID %s 项","The Joplin mobile app does not currently support this type of link: %s":"Joplin 手机应用目前不支持这种类型的链接:%s","Unsupported image type: %s":"不支持的图片格式:%s","Take photo":"Take photo","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"分享","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","Go to source URL":"定位到源 URL","Delete notebook":"删除笔记本","Login with OneDrive":"通过 OneDrive 登录","Search":"搜索","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"点击(+)按钮创建新笔记或笔记本。点击侧边选单来访问现有的笔记本。","You currently have no notebook. Create one by clicking on (+) button.":"您目前未有笔记本。点击(+)按钮创建。","Welcome":"欢迎"} \ No newline at end of file diff --git a/ReactNativeClient/locales/zh_TW.json b/ReactNativeClient/locales/zh_TW.json index 36ad9c983..5a81260cb 100644 --- a/ReactNativeClient/locales/zh_TW.json +++ b/ReactNativeClient/locales/zh_TW.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"要刪除標籤,請取消關聯已被標籤的記事。","Please select the note or notebook to be deleted first.":"請先選擇要刪除的記事或記事本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或鍵入 \"exit\" 以退出應用程式","More than one item match \"%s\". Please narrow down your query.":"找到多過一個項目與 \"%s\" 匹配。請縮窄查詢範圍。","No notebook selected.":"未選擇記事本。","No notebook has been specified.":"未指定記事本。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"正在取消同步...請稍等。","No such command: %s":"沒有該命令: %s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 僅在 GUI 模式下可用","Cannot change encrypted item":"無法更改已加密項目","Missing required argument: %s":"缺少必需參數: %s","%s: %s":"%s: %s","Your choice: ":"您的選擇: ","Invalid answer: %s":"無效的答案: %s","Attaches the given file to the note.":"將特定的檔案附加到記事。","Cannot find \"%s\".":"找不到 \"%s\"。","Displays the given note.":"顯示特定的記事。","Displays the complete information about note.":"顯示有關記事的完整資訊。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"取得或設定一個設置值。如果沒有指明 [value],則會顯示 [name] 的值。如果 [name] 和 [vallue] 兩者均沒有指明,則會列出當前設置。","Also displays unset and hidden config variables.":"亦顯示未設置和隱藏的設置變數。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"將匹配 的記事複製到 [notebook]。如果未指定筆記本,則預設複製到當前記事本中。","Marks a to-do as done.":"標記待辦事項為完成。","Note is not a to-do: \"%s\"":"記事不等於待辨事項: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理 E2EE 設置。命令是 `enable`,`disable`,`decrypt`,`status` 和 `target-status`。","Enter master password:":"輸入主密碼:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"正在開始解密...請稍候。這可能需要幾分鐘,取決於解密的程度。","Completed decryption.":"解密完成。","Enabled":"已啟用","Disabled":"已停用","Encryption is: %s":"加密: %s","Edit note.":"編輯記事。","No text editor is defined. Please set it using `config editor `":"未設置文字編輯器。請用 `config editor ` 去設置","No active notebook.":"無使用中的記事本。","Note does not exist: \"%s\". Create it?":"記事不存在: \"%s\"。要建立嗎?","Starting to edit note. Close the editor to get back to the prompt.":"開始編輯記事。如需返回命令行,請關閉編輯器。","Error opening note in editor: %s":"在編輯器中開啟記事時出錯: %s","Note has been saved.":"記事已被儲存。","Exits the application.":"離開本程式。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"將 Joplin 資料匯出到特定路徑。程式將預設匯出完整的資料庫,包括記事本、記事、標籤以及資源。","Destination format: %s":"目標格式: %s","Exports only the given note.":"僅匯出特定的記事。","Exports only the given notebook.":"僅匯出指定的記事本。","Displays a geolocation URL for the note.":"顯示記事的地理位置定位網址。","Displays usage information.":"顯示使用資訊。","For information on how to customise the shortcuts please visit %s":"有關如何自訂快捷鍵,請訪問 %s","Shortcuts are not available in CLI mode.":"在 CLI 模式下無法使用快捷鍵。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"輸入 `help [command]` 查看關於命令的更多資訊; 或者輸入 `help all` 獲取完整的使用說明。","The possible commands are:":"可能的命令是:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何一個命令中,可以通過標題或 ID 去引用記事或記事本,或使用快捷鍵 `$n` or `$b` 分別選定記事或記事本的。您亦可以用 `$ c` 來引用當前選擇的項目。","To move from one pane to another, press Tab or Shift+Tab.":"要從一個窗格移動到另一個窗格,請按 Tab 或 Shift+Tab。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"使用方向鍵和上/下頁鍵去捲動清單和文本區域 (包括此主控台)。","To maximise/minimise the console, press \"tc\".":"要最大化/最小化主控台,請按 \"tc\"。","To enter command line mode, press \":\"":"要進入命令行模式,請按 \":\"","To exit command line mode, press ESCAPE":"要退出命令行模式,請按 ESC 鍵","For the list of keyboard shortcuts and config options, type `help keymap`":"請輸入`help keymap` 查看有關鍵盤快捷鍵和設置選項","Imports data into Joplin.":"匯入資料到 Joplin。","Source format: %s":"來源格式: %s","Do not ask for confirmation.":"不要要求確認。","Found: %d.":"找到: %d。","Created: %d.":"已建立: %d。","Updated: %d.":"已更新: %d。","Skipped: %d.":"已略過: %d。","Resources: %d.":"資源: %d。","Tagged: %d.":"已標籤: %d。","Importing notes...":"正在匯入記事...","The notes have been imported: %s":"已匯入記事: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"顯示當前記事本中的記事。使用 \"ls/\" 顯示記事本的清單。","Displays only the first top notes.":"僅顯示頭 則記事。","Sorts the item by (eg. title, updated_time, created_time).":"按 對項目進行排序 (例如: 標題、更新時間、建立時間等等)。","Reverses the sorting order.":"顛倒排序順序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"僅顯示特定類型的項目。您可用 `n` 來顯示記事,`t` 來顯示待辦事項,或者 `nt` 一併顯示記事及待辦事項。又例如,用 `-tt` 僅顯示待辦事項,而 `-ttd` 則一併顯示記事及待辦事項。","Either \"text\" or \"json\"":"\"text\" 或 \"json\" 二者之一","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用長清單格式。格式為 ID, NOTE_COUNT (用於記事本), DATE, TODO_CHECKED (用於待辦事項), TITLE","Please select a notebook first.":"請先選擇記事本。","Creates a new notebook.":"新增記事本。","Creates a new note.":"新增記事。","Notes can only be created within a notebook.":"記事只能在記事本中創建。","Creates a new to-do.":"新增待辦事項。","Moves the notes matching to [notebook].":"將匹配 的記事移動到 [notebook]。","Renames the given (note or notebook) to .":"將特定的 (記事或記事本) 重新命名為 。","Deletes the given notebook.":"刪除特定的記事本。","Deletes the notebook without asking for confirmation.":"刪除記事本時不要求確認。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"決定刪除記事本?此記事本中的所有記事和子記事本也將被刪除。","Deletes the notes matching .":"刪除匹配 的記事。","Deletes the notes without asking for confirmation.":"刪除記事時不要求確認。","%d notes match this pattern. Delete them?":"%d 則記事與此模式匹配。要刪除它們?","Delete note?":"刪除記事?","Searches for the given in all the notes.":"在所有記事中搜索特定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"將特定 的屬性 設置為特定的 [值]。可能的屬性有:\n\n%s","Displays summary about the notes and notebooks.":"顯示有關記事和記事本的摘要。","Synchronises with remote storage.":"與遠端儲存設備同步。","Sync to provided target (defaults to sync.target config value)":"同步到已指明的目標 (預設是 sync.target 的設置值)","Authentication was not completed (did not receive an authentication token).":"身份驗證未完成 (未收到身份驗證的 token)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"請按照以下步驟,設置 Joplin 與 Dropbox 同步所需的選項:","Step 1: Open this URL in your browser to authorise the application:":"步驟 1: 在瀏覽器中打開此網址以授權應用程式:","Step 2: Enter the code provided by Dropbox:":"步驟 2: 輸入 Dropbox 提供給您的代碼:","Not authentified with %s. Please provide any missing credentials.":"與 %s 認證不成功。請提供任何缺少的身份驗證資訊。","Synchronisation is already in progress.":"同步已在進行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"鎖定檔已被保留。如果您知道沒有正在同步,您可刪除 \"%s\" 上的鎖定檔並繼續操作。","Synchronisation target: %s (%s)":"同步目標: %s (%s)","Cannot initialize synchroniser.":"無法初始化同步器。","Starting synchronisation...":"正在啟動同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消中...請稍候。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"無效的命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" (切換) 或 \"clear\" (清除)。使用 \"toggle\" 在已完成和未完成的待辦事項之間互相切換 (如果目標是一般記事,則會轉換為待辦事項)。使用 \"clear\" 將待辦事項轉換為一般記事。","Marks a to-do as non-completed.":"標記待辦事項為未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切換到 [notebook] - 所有進一步的操作將在此筆記本中發生。","Displays version information":"顯示版本資訊","%s %s (%s)":"%s %s (%s)","Enum":"列舉 (Enum)","Type: %s.":"類型: %s。","Possible values: %s.":"有可能的值: %s。","Default: %s":"預設: %s","Possible keys/values:":"可能的鍵/值:","Type `joplin help` for usage information.":"鍵入 `joplin help` 檢視使用說明。","Fatal error:":"嚴重錯誤:","The application has been authorised - you may now close this browser tab.":"應用程式已取得權限 - 您現在可以關閉此瀏覽器分頁。","The application has been successfully authorised.":"應用程式已成功取得權限。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"請在瀏覽器開啟以下 URL 去驗證應用程式。應用程式將在 \"Apps/Joplin\" 中建立一個目錄,並只會在該目錄中進行讀取和寫入。應用程式將無法訪問此目錄之外的任何檔案,同時也無法使用任何其他個人資料。我們不會與任何第三方廠商共用任何資料。","Search:":"搜尋:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplin 歡迎您!\n\n鍵入: `:help shortcuts` 檢視鍵盤快速鍵清單,或只鍵入 `:help` 檢視使用說明。\n\n例如,您可鍵入: `mb` 去新增一本記事本; 鍵入 `mn` 去新增記事。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"當前已加密一個或多個一個項目,您可能需要提供主密碼。請鍵入 \"e2ee decrypt\" 去解碼。如果您已經提供了密碼,那加密的項目將會在後臺解密,請耐心等候。","Exporting to \"%s\" as \"%s\" format. Please wait...":"匯出到 \"%s\" 為 \"%s\" 格式。請稍候...","Importing from \"%s\" as \"%s\" format. Please wait...":"從 \"%s\" 匯入為 \"%s\" 格式。請稍候...","PDF File":"PDF 檔案","File":"檔案","New note":"新增記事","New to-do":"新增待辦事項","New notebook":"新增記事本","Import":"匯入","Export":"匯出","Print":"列印","Hide %s":"隱藏 %s","Quit":"結束","Edit":"編輯","Copy":"複製","Cut":"剪下","Paste":"貼上","Select all":"Select all","Bold":"粗體","Italic":"斜體","Insert Date Time":"插入日期時間","Edit in external editor":"使用外部編輯器編輯","Search in all the notes":"在所有記事中搜尋","Search in current note":"Search in current note","View":"檢視","Toggle sidebar":"顯示 / 隱藏側邊欄","Toggle editor layout":"切換編輯器佈局","Tools":"工具","Synchronisation status":"顯示同步狀態","Web clipper options":"Web clipper 選項","Encryption options":"加密選項","General Options":"一般選項","Help":"說明","Website and documentation":"官方網站及線上說明","Make a donation":"捐助","Check for updates...":"檢查更新...","About Joplin":"關於 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"開啟 %s","Exit":"離開","OK":"確定","Cancel":"取消","Current version is up-to-date.":"此版本是最新的。","An update is available, do you want to download it now?":"有可用的更新,您需要立即下載嗎?","Yes":"是","No":"否","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper 服務已啟用,並設置為自動啟動。","Status: Started on port %d":"狀態: 已在 %d 端口上啟動","Status: %s":"狀態: %s","Disable Web Clipper Service":"停用 Web Clipper 服務","The web clipper service is not enabled.":"Web clipper 服務已停用。","Enable Web Clipper Service":"啟用 Web Clipper 服務","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper 可以讓您從瀏覽器保存網頁和螢幕截圖到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用 web clipper,您需要執行以下動作:","Step 1: Enable the clipper service":"步驟 1: 啟用 clipper 服務","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"此服務允許瀏覽器插件與 Joplin 溝通。當啟用它時,您的防火牆可能要求您授予 Joplin 偵聽特定端口的許可權。","Step 2: Install the extension":"步驟 2: 安裝插件","Download and install the relevant extension for your browser:":"下載並安裝瀏覽器插件:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"檢測同步設置","Notes and settings are stored in: %s":"所有記事和設置均儲存於: %s","Apply":"套用","Submit":"送出","Save":"儲存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密意味著*所有*您的筆記和附件將被重新同步並且在未加密的情況下發送到同步目標。您想繼續嗎?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"啟用加密意味著*所有*您的筆記和附件將被重新同步並在已加密的情況下發送到同步目標。為了安全起見,不要丟失密碼,這將是解密數據的唯一方式!要啟用加密,請在下面輸入您的密碼。","Disable encryption":"停用加密","Enable encryption":"啟用加密","Master Keys":"主密碼","Active":"使用中","ID":"ID","Source":"來源","Created":"已建立","Updated":"已更新","Password":"密碼","Password OK":"密碼 OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意: 只有一個主密碼將用於加密 (標記為 \"使用中\" 的那個)。根據記事或記事本最初加密的方式,任何密碼都可能用於解密。","Missing Master Keys":"缺少主密碼","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"某些項目使用這些 ID 的主密碼進行加密,但應用程式目前焦法訪問它們。這些許可權可能最終會通過同步下載。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有關端到端加密 (E2EE) 的詳細資訊以及該如何啟用它,請參考線上文檔:","Status":"狀態","Encryption is:":"加密:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"將建立新的記事本 \"%s\",檔案 \"%s\" 將會匯入其中","Please create a notebook first.":"請先新增記事本。","Please create a notebook first":"請先新增記事本","Notebook title:":"記事本標題:","Add or remove tags:":"新增或移除標籤:","Separate each tag by a comma.":"您可用逗號分隔每個標籤。","Rename notebook:":"重新命名記事本:","Rename tag:":"重新命名標籤:","Set alarm:":"設置提醒:","Layout":"頁面佈局","Search...":"搜尋...","Some items cannot be synchronised.":"有些項目不能同步。","View them now":"立即檢視","Some items cannot be decrypted.":"有些項目不能解密。","Set the password":"設置密碼","Add or remove tags":"新增或移除標籤","Duplicate":"新增複本","%s - Copy":"%s - 複本","Switch between note and to-do type":"切換到記事 / 待辦事項","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"複製 Markdown 連結","Delete":"刪除","Delete notes?":"刪除此記事?","No notes in here. Create one by clicking on \"New note\".":"當前沒有任何筆記。通過按一下 \"新增筆記\" 去建立。","There is currently no notebook. Create one by clicking on \"New notebook\".":"您當前沒有任何記事本。通過按一下 \"新增記事本\" 去建立。","Location":"","URL":"","Note properties":"","Open...":"開啟...","This file could not be opened: %s":"無法開啟檔案: %s","Save as...":"另存為...","Copy path to clipboard":"複製路徑到剪貼板","Copy Link Address":"複製鏈接位址","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"不支援的鏈接或訊息: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此筆記沒有內容。按一下 \"%s\" 切換到編輯模式並編輯筆記。","strong text":"重要文字 ","emphasized text":"強調文字 ","List item":"清單項目","Insert Hyperlink":"插入超連結","Attach file":"附加檔案","Tags":"標籤","Set alarm":"設置提醒","In: %s":"在: %s","Hyperlink":"超連結","Code":"引言","Numbered List":"編號清單","Bulleted List":"項目清單","Checkbox":"核取方塊","Heading":"標題","Horizontal Rule":"水平線","Click to stop external editing":"按下停止外部編輯","Watching...":"觀察中...","to-do":"待辦事項","note":"記事","Creating new %s...":"建立新 %s...","Refresh":"重新整理","Clear":"清除","OneDrive Login":"OneDrive 登入","Dropbox Login":"Dropbox 登入","Options":"選項","Synchronisation Status":"同步狀態","Encryption Options":"加密選項","Clipper Options":"Clipper 選項","Remove this tag from all the notes?":"是否從所有記事中刪除此標籤?","Remove this search from the sidebar?":"是否從側邊欄中刪除此搜索?","Rename":"重新命名","Synchronise":"進行同步","Notebooks":"記事本","Decrypting items: %d/%d":"正在解密項目: %d/%d 項","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"請選擇將同步狀態導出到的位置","Usage: %s":"使用資訊: %s","Unknown flag: %s":"未知的標誌: %s","Dropbox":"Dropbox","File system":"檔案系統","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (僅測試使用)","WebDAV":"WebDAV","Unknown log level: %s":"未知的日誌級別: %s","Unknown level ID: %s":"未知的級別 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"無法刷新 token: 缺少身份驗證資料。再次啟動同步可能會解決此問題。","Untitled":"未命名","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"無法與 OneDrive 同步。\n\n此錯誤通常發生在 OneDrive for Business,不幸地,該操作無法被支援。\n\n請考慮使用一般的 OneDrive 帳戶。","Cannot access %s":"無法訪問 %s","Created local items: %d.":"已建立的本地項目: %d 項","Updated local items: %d.":"已更新的本地項目: %d 項","Created remote items: %d.":"已建立的遠端項目: %d 項","Updated remote items: %d.":"已更新的遠端項目: %d 項","Deleted local items: %d.":"已刪除的本地項目: %d 項","Deleted remote items: %d.":"已刪除的遠端項目: %d 項","Fetched items: %d/%d.":"已擷取的本地項目: %d/%d 項","Cancelling...":"正在取消中...","Completed: %s":"已完成於: %s","Last error: %s":"上次錯誤: %s","Idle":"閒置","In progress":"進行中","Synchronisation is already in progress. State: %s":"同步已在進行中。狀態: %s","Encrypted":"已加密","Encrypted items cannot be modified":"無法修改已加密項目","Conflicts":"衝突","Cannot move notebook to this location":"無法移動記事本到此位置","Notebooks cannot be named \"%s\", which is a reserved title.":"筆記本無法命名為 \"%s\",這標題已被保留。","title":"標題","updated date":"更新日期","created date":"建立日期","This note does not have geolocation information.":"此記事沒有地理位置定位資訊。","Cannot copy note to \"%s\" notebook":"無法複製此記事到 \"%s\" 記事本","Cannot move note to \"%s\" notebook":"無法移動此記事到 \"%s\" 記事本","Language":"語言","Date format":"日期格式","Time format":"時間格式","Theme":"界面主題","Light":"光亮","Dark":"暗黑","Uncompleted to-dos on top":"最上方顯示未完成的待辦事項","Show completed to-dos":"顯示已完成的待辦事項","Sort notes by":"排序記事","Reverse sort order":"顛倒排序順序","Save geo-location with notes":"在記事中保存地理位置資訊","When creating a new to-do:":"當新增待辦事項時:","Focus title":"游標置於標題","Focus body":"游標置於內文","When creating a new note:":"當新增記事時:","Show tray icon":"顯示系統匣圖示","Note: Does not work in all desktop environments.":"注意: 不是在全部桌面環境中都能發揮作用。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"整體縮放比例 (%)","Editor font size":"Editor font size","Editor font family":"編輯器字型系列","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必須是 *等距 (monospace)* 字型,否則程式將無法正常工作。如果字型不正確或沒有填寫,則預設為通用等距字型。","Automatically update the application":"自動更新應用程式","Synchronisation interval":"同步時間間隔","%d minutes":"%d 分鐘","%d hour":"%d 小時","%d hours":"%d 小時","Text editor command":"文字編輯器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"用於開啟筆記的編輯器命令 (可能包括參數)。如果沒有指明,程式將嘗試自動檢測預設的編輯器。","Show advanced options":"顯示進階選項","Synchronisation target":"同步目標","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"要同步的目標。每個同步目標可能有附加的參數,它們被命名為 `sync.NUM.NAME` (全部記錄如下)。","Directory to synchronise with (absolute path)":"要同步的目錄 (絕對路徑)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"啟用檔案系統同步時要同步的路徑。請參閱 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 網址","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 用戶名稱","Nextcloud password":"Nextcloud 密碼","WebDAV URL":"WebDAV 網址","WebDAV username":"WebDAV 用戶名稱","WebDAV password":"WebDAV 密碼","Custom TLS certificates":"自訂 TLS 證書","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"要載入證書,可用逗號分隔的目錄路徑清單,或指明特定證書的路徑。例如: /my/cert_dir, /other/custom.pem。請注意,如果修改了 TLS 的設置,您必須先儲存變更,然後再按一下 \"檢測同步設置\"。","Ignore TLS certificate errors":"忽略 TLS 證書錯誤","Invalid option value: \"%s\". Possible values are: %s.":"不正確選項值: \"%s\"。可能的值為: %s。","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin 匯出檔","Markdown":"Markdown","Joplin Export Directory":"Joplin 匯出目錄","Evernote Export File":"Evernote 匯出檔","Json Export Directory":"Json Export Directory","Directory":"目錄","Cannot load \"%s\" module for format \"%s\"":"無法載入格式為 \"%s\" 的 \"%s\" 模組","Please specify import format for %s":"請為 %s 指定匯入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此項目當前已加密: %s \"%s\"。請等待所有專案被解密後重試。","There is no data to export.":"沒有資料可匯出。","Please specify the notebook where the notes should be imported to.":"請指定將記事匯入到的筆記本。","Items that cannot be synchronised":"無法同步的項目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"這些頊目將保留在設備上,但不會上載到同步目標。要尋找這些項目,請以標題或 ID (在上面的括弧中顯示) 搜索。","Sync status (synced items / total items)":"同步狀態 (已同步項目 / 項目總數)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"總數: %d/%d","Conflicted: %d":"有衝突: %d","To delete: %d":"標示刪除: %d","Folders":"資料夾","%s: %d notes":"%s:%d 則記事","Coming alarms":"將會發生的提醒事項","On %s: %s":"在 %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"您當前沒有任何筆記。通過按一下 (+) 鍵去新增一則筆記。","Delete these notes?":"刪除這些記事?","Log":"日誌","Export Debug Report":"匯出除錯報告","Encryption Config":"加密設置","Configuration":"設置","Move to notebook...":"移動至記事本...","Move %d notes to notebook \"%s\"?":"移動 %d 記事到記事本 \"%s\"?","Press to set the decryption password.":"按下以設置解密密碼。","Clear alarm":"Clear alarm","Save alarm":"儲存提醒事項","Select date":"選擇日期","Confirm":"確認","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新增標籤:","Type new tags or select from list":"輸入新標籤,或在清單中選擇","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"應用程式需要以下權限才能正常運作。請在您的電話設定中啟用它們。(應用程式 > Joplin > 權限)","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 儲存: 允許將檔案附加到筆記並啟用檔案系統同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相機: 允許拍照並附加相片到記事。","- Location: to allow attaching geo-location information to a note.":"- 位置: 允許將地理位置資訊附加到筆記。","Joplin website":"Joplin 官方網站","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"以 Dropbox 登錄","Enter code here":"","Master Key %s":"主密碼 %s","Created: %s":"已建立: %s","Password:":"密碼:","Password cannot be empty":"密碼不能空白","Enable":"啟用","The notebook could not be saved: %s":"無法儲存記事本: %s","Edit notebook":"編輯記事本","Show all":"顯示全部","Errors only":"僅顯示錯誤","This note has been modified:":"此記事已被修改:","Save changes":"儲存變更","Discard changes":"放棄變更","No item with ID %s":"沒有 ID 為 %s 的項目","The Joplin mobile app does not currently support this type of link: %s":"Joplin 移動應用程式暫時不支援此類型的連結: %s","Unsupported image type: %s":"不支援的圖像類型: %s","Take photo":"Take photo","Attach photo":"附加相片","Attach any file":"附加檔案","Share":"分享","Convert to note":"轉換為記事","Convert to todo":"轉換為待辦事項","Hide metadata":"隱藏後設資料 (metadata)","Show metadata":"顯示後設資料 (metadata)","View on map":"在地圖上顯示","Go to source URL":"","Delete notebook":"刪除記事本","Login with OneDrive":"以 OneDrive 登錄","Search":"搜尋","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"您可以點撃 (+) 鍵去新增記事或記事本。點撃側邊欄去檢視現有的記事本。","You currently have no notebook. Create one by clicking on (+) button.":"您當前沒有任何筆記本。通過按一下 (+) 鍵去建立一本筆記。","Welcome":"歡迎"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"要刪除標籤,請取消關聯已被標籤的記事。","Please select the note or notebook to be deleted first.":"請先選擇要刪除的記事或記事本。","Press Ctrl+D or type \"exit\" to exit the application":"按 Ctrl+D 或鍵入 \"exit\" 以退出應用程式","More than one item match \"%s\". Please narrow down your query.":"找到多過一個項目與 \"%s\" 匹配。請縮窄查詢範圍。","No notebook selected.":"未選擇記事本。","No notebook has been specified.":"未指定記事本。","Y":"Y","n":"n","N":"N","y":"y","Cancelling background synchronisation... Please wait.":"正在取消同步...請稍等。","No such command: %s":"沒有該命令: %s","The command \"%s\" is only available in GUI mode":"命令 \"%s\" 僅在 GUI 模式下可用","Cannot change encrypted item":"無法更改已加密項目","Missing required argument: %s":"缺少必需參數: %s","%s: %s":"%s: %s","Your choice: ":"您的選擇: ","Invalid answer: %s":"無效的答案: %s","Attaches the given file to the note.":"將特定的檔案附加到記事。","Cannot find \"%s\".":"找不到 \"%s\"。","Displays the given note.":"顯示特定的記事。","Displays the complete information about note.":"顯示有關記事的完整資訊。","Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.":"取得或設定一個設置值。如果沒有指明 [value],則會顯示 [name] 的值。如果 [name] 和 [vallue] 兩者均沒有指明,則會列出當前設置。","Also displays unset and hidden config variables.":"亦顯示未設置和隱藏的設置變數。","%s = %s (%s)":"%s = %s (%s)","%s = %s":"%s = %s","Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.":"將匹配 的記事複製到 [notebook]。如果未指定筆記本,則預設複製到當前記事本中。","Marks a to-do as done.":"標記待辦事項為完成。","Note is not a to-do: \"%s\"":"記事不等於待辨事項: \"%s\"","Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status` and `target-status`.":"管理 E2EE 設置。命令是 `enable`,`disable`,`decrypt`,`status` 和 `target-status`。","Enter master password:":"輸入主密碼:","Operation cancelled":"操作已取消","Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.":"正在開始解密...請稍候。這可能需要幾分鐘,取決於解密的程度。","Completed decryption.":"解密完成。","Enabled":"已啟用","Disabled":"已停用","Encryption is: %s":"加密: %s","Edit note.":"編輯記事。","No text editor is defined. Please set it using `config editor `":"未設置文字編輯器。請用 `config editor ` 去設置","No active notebook.":"無使用中的記事本。","Note does not exist: \"%s\". Create it?":"記事不存在: \"%s\"。要建立嗎?","Starting to edit note. Close the editor to get back to the prompt.":"開始編輯記事。如需返回命令行,請關閉編輯器。","Error opening note in editor: %s":"在編輯器中開啟記事時出錯: %s","Note has been saved.":"記事已被儲存。","Exits the application.":"離開本程式。","Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.":"將 Joplin 資料匯出到特定路徑。程式將預設匯出完整的資料庫,包括記事本、記事、標籤以及資源。","Destination format: %s":"目標格式: %s","Exports only the given note.":"僅匯出特定的記事。","Exports only the given notebook.":"僅匯出指定的記事本。","Displays a geolocation URL for the note.":"顯示記事的地理位置定位網址。","Displays usage information.":"顯示使用資訊。","For information on how to customise the shortcuts please visit %s":"有關如何自訂快捷鍵,請訪問 %s","Shortcuts are not available in CLI mode.":"在 CLI 模式下無法使用快捷鍵。","Type `help [command]` for more information about a command; or type `help all` for the complete usage information.":"輸入 `help [command]` 查看關於命令的更多資訊; 或者輸入 `help all` 獲取完整的使用說明。","The possible commands are:":"可能的命令是:","In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.":"在任何一個命令中,可以通過標題或 ID 去引用記事或記事本,或使用快捷鍵 `$n` or `$b` 分別選定記事或記事本的。您亦可以用 `$ c` 來引用當前選擇的項目。","To move from one pane to another, press Tab or Shift+Tab.":"要從一個窗格移動到另一個窗格,請按 Tab 或 Shift+Tab。","Use the arrows and page up/down to scroll the lists and text areas (including this console).":"使用方向鍵和上/下頁鍵去捲動清單和文本區域 (包括此主控台)。","To maximise/minimise the console, press \"tc\".":"要最大化/最小化主控台,請按 \"tc\"。","To enter command line mode, press \":\"":"要進入命令行模式,請按 \":\"","To exit command line mode, press ESCAPE":"要退出命令行模式,請按 ESC 鍵","For the list of keyboard shortcuts and config options, type `help keymap`":"請輸入`help keymap` 查看有關鍵盤快捷鍵和設置選項","Imports data into Joplin.":"匯入資料到 Joplin。","Source format: %s":"來源格式: %s","Do not ask for confirmation.":"不要要求確認。","Found: %d.":"找到: %d。","Created: %d.":"已建立: %d。","Updated: %d.":"已更新: %d。","Skipped: %d.":"已略過: %d。","Resources: %d.":"資源: %d。","Tagged: %d.":"已標籤: %d。","Importing notes...":"正在匯入記事...","The notes have been imported: %s":"已匯入記事: %s","Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.":"顯示當前記事本中的記事。使用 \"ls/\" 顯示記事本的清單。","Displays only the first top notes.":"僅顯示頭 則記事。","Sorts the item by (eg. title, updated_time, created_time).":"按 對項目進行排序 (例如: 標題、更新時間、建立時間等等)。","Reverses the sorting order.":"顛倒排序順序。","Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-ttd` would display notes and to-dos.":"僅顯示特定類型的項目。您可用 `n` 來顯示記事,`t` 來顯示待辦事項,或者 `nt` 一併顯示記事及待辦事項。又例如,用 `-tt` 僅顯示待辦事項,而 `-ttd` 則一併顯示記事及待辦事項。","Either \"text\" or \"json\"":"\"text\" 或 \"json\" 二者之一","Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE":"使用長清單格式。格式為 ID, NOTE_COUNT (用於記事本), DATE, TODO_CHECKED (用於待辦事項), TITLE","Please select a notebook first.":"請先選擇記事本。","Creates a new notebook.":"新增記事本。","Creates a new note.":"新增記事。","Notes can only be created within a notebook.":"記事只能在記事本中創建。","Creates a new to-do.":"新增待辦事項。","Moves the notes matching to [notebook].":"將匹配 的記事移動到 [notebook]。","Renames the given (note or notebook) to .":"將特定的 (記事或記事本) 重新命名為 。","Deletes the given notebook.":"刪除特定的記事本。","Deletes the notebook without asking for confirmation.":"刪除記事本時不要求確認。","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"決定刪除記事本?此記事本中的所有記事和子記事本也將被刪除。","Deletes the notes matching .":"刪除匹配 的記事。","Deletes the notes without asking for confirmation.":"刪除記事時不要求確認。","%d notes match this pattern. Delete them?":"%d 則記事與此模式匹配。要刪除它們?","Delete note?":"刪除記事?","Searches for the given in all the notes.":"在所有記事中搜索特定的 。","Sets the property of the given to the given [value]. Possible properties are:\n\n%s":"將特定 的屬性 設置為特定的 [值]。可能的屬性有:\n\n%s","Displays summary about the notes and notebooks.":"顯示有關記事和記事本的摘要。","Synchronises with remote storage.":"與遠端儲存設備同步。","Sync to provided target (defaults to sync.target config value)":"同步到已指明的目標 (預設是 sync.target 的設置值)","Authentication was not completed (did not receive an authentication token).":"身份驗證未完成 (未收到身份驗證的 token)。","To allow Joplin to synchronise with Dropbox, please follow the steps below:":"請按照以下步驟,設置 Joplin 與 Dropbox 同步所需的選項:","Step 1: Open this URL in your browser to authorise the application:":"步驟 1: 在瀏覽器中打開此網址以授權應用程式:","Step 2: Enter the code provided by Dropbox:":"步驟 2: 輸入 Dropbox 提供給您的代碼:","Not authentified with %s. Please provide any missing credentials.":"與 %s 認證不成功。請提供任何缺少的身份驗證資訊。","Synchronisation is already in progress.":"同步已在進行中。","Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.":"鎖定檔已被保留。如果您知道沒有正在同步,您可刪除 \"%s\" 上的鎖定檔並繼續操作。","Synchronisation target: %s (%s)":"同步目標: %s (%s)","Cannot initialize synchroniser.":"無法初始化同步器。","Starting synchronisation...":"正在啟動同步...","Downloading resources...":"","Cancelling... Please wait.":"正在取消中...請稍候。"," can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. The command `tag list` can be used to list all the tags (use -l for long option).","Invalid command: \"%s\"":"無效的命令: \"%s\""," can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.":" 可以是 \"toggle\" (切換) 或 \"clear\" (清除)。使用 \"toggle\" 在已完成和未完成的待辦事項之間互相切換 (如果目標是一般記事,則會轉換為待辦事項)。使用 \"clear\" 將待辦事項轉換為一般記事。","Marks a to-do as non-completed.":"標記待辦事項為未完成。","Switches to [notebook] - all further operations will happen within this notebook.":"切換到 [notebook] - 所有進一步的操作將在此筆記本中發生。","Displays version information":"顯示版本資訊","%s %s (%s)":"%s %s (%s)","Enum":"列舉 (Enum)","Type: %s.":"類型: %s。","Possible values: %s.":"有可能的值: %s。","Default: %s":"預設: %s","Possible keys/values:":"可能的鍵/值:","Type `joplin help` for usage information.":"鍵入 `joplin help` 檢視使用說明。","Fatal error:":"嚴重錯誤:","The application has been authorised - you may now close this browser tab.":"應用程式已取得權限 - 您現在可以關閉此瀏覽器分頁。","The application has been successfully authorised.":"應用程式已成功取得權限。","Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.":"請在瀏覽器開啟以下 URL 去驗證應用程式。應用程式將在 \"Apps/Joplin\" 中建立一個目錄,並只會在該目錄中進行讀取和寫入。應用程式將無法訪問此目錄之外的任何檔案,同時也無法使用任何其他個人資料。我們不會與任何第三方廠商共用任何資料。","Search:":"搜尋:","Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.":"Joplin 歡迎您!\n\n鍵入: `:help shortcuts` 檢視鍵盤快速鍵清單,或只鍵入 `:help` 檢視使用說明。\n\n例如,您可鍵入: `mb` 去新增一本記事本; 鍵入 `mn` 去新增記事。","One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.":"當前已加密一個或多個一個項目,您可能需要提供主密碼。請鍵入 \"e2ee decrypt\" 去解碼。如果您已經提供了密碼,那加密的項目將會在後臺解密,請耐心等候。","Exporting to \"%s\" as \"%s\" format. Please wait...":"匯出到 \"%s\" 為 \"%s\" 格式。請稍候...","Importing from \"%s\" as \"%s\" format. Please wait...":"從 \"%s\" 匯入為 \"%s\" 格式。請稍候...","PDF File":"PDF 檔案","File":"檔案","New note":"新增記事","New to-do":"新增待辦事項","New notebook":"新增記事本","Import":"匯入","Export":"匯出","Print":"列印","Hide %s":"隱藏 %s","Quit":"結束","Edit":"編輯","Copy":"複製","Cut":"剪下","Paste":"貼上","Select all":"Select all","Bold":"粗體","Italic":"斜體","Insert Date Time":"插入日期時間","Edit in external editor":"使用外部編輯器編輯","Search in all the notes":"在所有記事中搜尋","Search in current note":"Search in current note","View":"檢視","Toggle sidebar":"顯示 / 隱藏側邊欄","Toggle editor layout":"切換編輯器佈局","Tools":"工具","Synchronisation status":"顯示同步狀態","Web clipper options":"Web clipper 選項","Encryption options":"加密選項","General Options":"一般選項","Help":"說明","Website and documentation":"官方網站及線上說明","Make a donation":"捐助","Check for updates...":"檢查更新...","About Joplin":"關於 Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"開啟 %s","Exit":"離開","OK":"確定","Cancel":"取消","Current version is up-to-date.":"此版本是最新的。","%s (pre-release)":"","An update is available, do you want to download it now?":"有可用的更新,您需要立即下載嗎?","Your version: v%s":"","New version: v%s":"","Yes":"是","No":"否","Token has been copied to the clipboard!":"","The web clipper service is enabled and set to auto-start.":"Web clipper 服務已啟用,並設置為自動啟動。","Status: Started on port %d":"狀態: 已在 %d 端口上啟動","Status: %s":"狀態: %s","Disable Web Clipper Service":"停用 Web Clipper 服務","The web clipper service is not enabled.":"Web clipper 服務已停用。","Enable Web Clipper Service":"啟用 Web Clipper 服務","Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.":"Joplin Web Clipper 可以讓您從瀏覽器保存網頁和螢幕截圖到 Joplin。","In order to use the web clipper, you need to do the following:":"要使用 web clipper,您需要執行以下動作:","Step 1: Enable the clipper service":"步驟 1: 啟用 clipper 服務","This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.":"此服務允許瀏覽器插件與 Joplin 溝通。當啟用它時,您的防火牆可能要求您授予 Joplin 偵聽特定端口的許可權。","Step 2: Install the extension":"步驟 2: 安裝插件","Download and install the relevant extension for your browser:":"下載並安裝瀏覽器插件:","Advanced options":"Advanced options","Authorisation token:":"","Copy token":"","This authorisation token is only needed to allow third-party applications to access Joplin.":"","Check synchronisation configuration":"檢測同步設置","Notes and settings are stored in: %s":"所有記事和設置均儲存於: %s","Apply":"套用","Submit":"送出","Save":"儲存","Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?":"禁用加密意味著*所有*您的筆記和附件將被重新同步並且在未加密的情況下發送到同步目標。您想繼續嗎?","Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.":"啟用加密意味著*所有*您的筆記和附件將被重新同步並在已加密的情況下發送到同步目標。為了安全起見,不要丟失密碼,這將是解密數據的唯一方式!要啟用加密,請在下面輸入您的密碼。","Disable encryption":"停用加密","Enable encryption":"啟用加密","Master Keys":"主密碼","Active":"使用中","ID":"ID","Source":"來源","Created":"已建立","Updated":"已更新","Password":"密碼","Password OK":"密碼 OK","Note: Only one master key is going to be used for encryption (the one marked as \"active\"). Any of the keys might be used for decryption, depending on how the notes or notebooks were originally encrypted.":"注意: 只有一個主密碼將用於加密 (標記為 \"使用中\" 的那個)。根據記事或記事本最初加密的方式,任何密碼都可能用於解密。","Missing Master Keys":"缺少主密碼","The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.":"某些項目使用這些 ID 的主密碼進行加密,但應用程式目前焦法訪問它們。這些許可權可能最終會通過同步下載。","For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:":"有關端到端加密 (E2EE) 的詳細資訊以及該如何啟用它,請參考線上文檔:","Status":"狀態","Encryption is:":"加密:","Back":"返回","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"將建立新的記事本 \"%s\",檔案 \"%s\" 將會匯入其中","Please create a notebook first.":"請先新增記事本。","Please create a notebook first":"請先新增記事本","Notebook title:":"記事本標題:","Add or remove tags:":"新增或移除標籤:","Separate each tag by a comma.":"您可用逗號分隔每個標籤。","Rename notebook:":"重新命名記事本:","Rename tag:":"重新命名標籤:","Set alarm:":"設置提醒:","Layout":"頁面佈局","Search...":"搜尋...","Some items cannot be synchronised.":"有些項目不能同步。","View them now":"立即檢視","Some items cannot be decrypted.":"有些項目不能解密。","Set the password":"設置密碼","Add or remove tags":"新增或移除標籤","Duplicate":"新增複本","%s - Copy":"%s - 複本","Switch between note and to-do type":"切換到記事 / 待辦事項","Switch to note type":"Switch to note type","Switch to to-do type":"Switch to to-do type","Copy Markdown link":"複製 Markdown 連結","Delete":"刪除","Delete notes?":"刪除此記事?","No notes in here. Create one by clicking on \"New note\".":"當前沒有任何筆記。通過按一下 \"新增筆記\" 去建立。","There is currently no notebook. Create one by clicking on \"New notebook\".":"您當前沒有任何記事本。通過按一下 \"新增記事本\" 去建立。","Location":"","URL":"","Note properties":"","Open...":"開啟...","This file could not be opened: %s":"無法開啟檔案: %s","Save as...":"另存為...","Copy path to clipboard":"複製路徑到剪貼板","Copy Link Address":"複製鏈接位址","This attachment is not downloaded or not decrypted yet.":"","Unsupported link or message: %s":"不支援的鏈接或訊息: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此筆記沒有內容。按一下 \"%s\" 切換到編輯模式並編輯筆記。","Only one note can be printed or exported to PDF at a time.":"","strong text":"重要文字 ","emphasized text":"強調文字 ","List item":"清單項目","Insert Hyperlink":"插入超連結","Attach file":"附加檔案","Tags":"標籤","Set alarm":"設置提醒","In: %s":"在: %s","Hyperlink":"超連結","Code":"引言","Numbered List":"編號清單","Bulleted List":"項目清單","Checkbox":"核取方塊","Heading":"標題","Horizontal Rule":"水平線","Click to stop external editing":"按下停止外部編輯","Watching...":"觀察中...","to-do":"待辦事項","note":"記事","Creating new %s...":"建立新 %s...","Refresh":"重新整理","Clear":"清除","OneDrive Login":"OneDrive 登入","Dropbox Login":"Dropbox 登入","Options":"選項","Synchronisation Status":"同步狀態","Encryption Options":"加密選項","Clipper Options":"Clipper 選項","Remove this tag from all the notes?":"是否從所有記事中刪除此標籤?","Remove this search from the sidebar?":"是否從側邊欄中刪除此搜索?","Rename":"重新命名","Synchronise":"進行同步","Notebooks":"記事本","Decrypting items: %d/%d":"正在解密項目: %d/%d 項","Fetching resources: %d":"Fetching resources: %d","Please select where the sync status should be exported to":"請選擇將同步狀態導出到的位置","Usage: %s":"使用資訊: %s","Unknown flag: %s":"未知的標誌: %s","Dropbox":"Dropbox","File system":"檔案系統","Nextcloud":"Nextcloud","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (僅測試使用)","WebDAV":"WebDAV","Unknown log level: %s":"未知的日誌級別: %s","Unknown level ID: %s":"未知的級別 ID: %s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"無法刷新 token: 缺少身份驗證資料。再次啟動同步可能會解決此問題。","Untitled":"未命名","Could not synchronize with OneDrive.\n\nThis error often happens when using OneDrive for Business, which unfortunately cannot be supported.\n\nPlease consider using a regular OneDrive account.":"無法與 OneDrive 同步。\n\n此錯誤通常發生在 OneDrive for Business,不幸地,該操作無法被支援。\n\n請考慮使用一般的 OneDrive 帳戶。","Cannot access %s":"無法訪問 %s","Created local items: %d.":"已建立的本地項目: %d 項","Updated local items: %d.":"已更新的本地項目: %d 項","Created remote items: %d.":"已建立的遠端項目: %d 項","Updated remote items: %d.":"已更新的遠端項目: %d 項","Deleted local items: %d.":"已刪除的本地項目: %d 項","Deleted remote items: %d.":"已刪除的遠端項目: %d 項","Fetched items: %d/%d.":"已擷取的本地項目: %d/%d 項","Cancelling...":"正在取消中...","Completed: %s":"已完成於: %s","Last error: %s":"上次錯誤: %s","Idle":"閒置","In progress":"進行中","Synchronisation is already in progress. State: %s":"同步已在進行中。狀態: %s","Encrypted":"已加密","Encrypted items cannot be modified":"無法修改已加密項目","Conflicts":"衝突","Cannot move notebook to this location":"無法移動記事本到此位置","Notebooks cannot be named \"%s\", which is a reserved title.":"筆記本無法命名為 \"%s\",這標題已被保留。","title":"標題","updated date":"更新日期","created date":"建立日期","This note does not have geolocation information.":"此記事沒有地理位置定位資訊。","Cannot copy note to \"%s\" notebook":"無法複製此記事到 \"%s\" 記事本","Cannot move note to \"%s\" notebook":"無法移動此記事到 \"%s\" 記事本","Language":"語言","Date format":"日期格式","Time format":"時間格式","Theme":"界面主題","Light":"光亮","Dark":"暗黑","Uncompleted to-dos on top":"最上方顯示未完成的待辦事項","Show completed to-dos":"顯示已完成的待辦事項","Sort notes by":"排序記事","Reverse sort order":"顛倒排序順序","Save geo-location with notes":"在記事中保存地理位置資訊","When creating a new to-do:":"當新增待辦事項時:","Focus title":"游標置於標題","Focus body":"游標置於內文","When creating a new note:":"當新增記事時:","Show tray icon":"顯示系統匣圖示","Note: Does not work in all desktop environments.":"注意: 不是在全部桌面環境中都能發揮作用。","This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.":"","Start application minimised in the tray icon":"","Global zoom percentage":"整體縮放比例 (%)","Editor font size":"Editor font size","Editor font family":"編輯器字型系列","This must be *monospace* font or it will not work properly. If the font is incorrect or empty, it will default to a generic monospace font.":"必須是 *等距 (monospace)* 字型,否則程式將無法正常工作。如果字型不正確或沒有填寫,則預設為通用等距字型。","Automatically update the application":"自動更新應用程式","Get pre-releases when checking for updates":"","See the pre-release page for more details: %s":"","Synchronisation interval":"同步時間間隔","%d minutes":"%d 分鐘","%d hour":"%d 小時","%d hours":"%d 小時","Text editor command":"文字編輯器命令","The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"用於開啟筆記的編輯器命令 (可能包括參數)。如果沒有指明,程式將嘗試自動檢測預設的編輯器。","Show advanced options":"顯示進階選項","Synchronisation target":"同步目標","The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).":"要同步的目標。每個同步目標可能有附加的參數,它們被命名為 `sync.NUM.NAME` (全部記錄如下)。","Directory to synchronise with (absolute path)":"要同步的目錄 (絕對路徑)","The path to synchronise with when file system synchronisation is enabled. See `sync.target`.":"啟用檔案系統同步時要同步的路徑。請參閱 `sync.target`。","Nextcloud WebDAV URL":"Nextcloud WebDAV 網址","Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s":"","Nextcloud username":"Nextcloud 用戶名稱","Nextcloud password":"Nextcloud 密碼","WebDAV URL":"WebDAV 網址","WebDAV username":"WebDAV 用戶名稱","WebDAV password":"WebDAV 密碼","Custom TLS certificates":"自訂 TLS 證書","Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".":"要載入證書,可用逗號分隔的目錄路徑清單,或指明特定證書的路徑。例如: /my/cert_dir, /other/custom.pem。請注意,如果修改了 TLS 的設置,您必須先儲存變更,然後再按一下 \"檢測同步設置\"。","Ignore TLS certificate errors":"忽略 TLS 證書錯誤","Invalid option value: \"%s\". Possible values are: %s.":"不正確選項值: \"%s\"。可能的值為: %s。","The tag \"%s\" already exists. Please choose a different name.":"","Joplin Export File":"Joplin 匯出檔","Markdown":"Markdown","Joplin Export Directory":"Joplin 匯出目錄","Evernote Export File":"Evernote 匯出檔","Json Export Directory":"Json Export Directory","Directory":"目錄","Cannot load \"%s\" module for format \"%s\"":"無法載入格式為 \"%s\" 的 \"%s\" 模組","Please specify import format for %s":"請為 %s 指定匯入格式","This item is currently encrypted: %s \"%s\". Please wait for all items to be decrypted and try again.":"此項目當前已加密: %s \"%s\"。請等待所有專案被解密後重試。","There is no data to export.":"沒有資料可匯出。","Please specify the notebook where the notes should be imported to.":"請指定將記事匯入到的筆記本。","Items that cannot be synchronised":"無法同步的項目","%s (%s): %s":"%s (%s): %s","These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).":"這些頊目將保留在設備上,但不會上載到同步目標。要尋找這些項目,請以標題或 ID (在上面的括弧中顯示) 搜索。","Sync status (synced items / total items)":"同步狀態 (已同步項目 / 項目總數)","%s: %d/%d":"%s: %d/%d","Total: %d/%d":"總數: %d/%d","Conflicted: %d":"有衝突: %d","To delete: %d":"標示刪除: %d","Folders":"資料夾","%s: %d notes":"%s:%d 則記事","Coming alarms":"將會發生的提醒事項","On %s: %s":"在 %s: %s","Permission to use camera":"","Your permission to use your camera is required.":"","There are currently no notes. Create one by clicking on the (+) button.":"您當前沒有任何筆記。通過按一下 (+) 鍵去新增一則筆記。","Delete these notes?":"刪除這些記事?","Log":"日誌","Export Debug Report":"匯出除錯報告","Encryption Config":"加密設置","Configuration":"設置","Move to notebook...":"移動至記事本...","Move %d notes to notebook \"%s\"?":"移動 %d 記事到記事本 \"%s\"?","Press to set the decryption password.":"按下以設置解密密碼。","Clear alarm":"Clear alarm","Save alarm":"儲存提醒事項","Select date":"選擇日期","Confirm":"確認","Cancel synchronisation":"取消同步","Checking... Please wait.":"Checking... Please wait.","Success! Synchronisation configuration appears to be correct.":"Success! Synchronisation configuration appears to be correct.","Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:":"","The application has been authorised!":"The application has been authorised!","Could not authorise application:\n\n%s\n\nPlease try again.":"","Decrypted items: %s / %s":"Decrypted items: %s / %s","New tags:":"新增標籤:","Type new tags or select from list":"輸入新標籤,或在清單中選擇","To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions":"應用程式需要以下權限才能正常運作。請在您的電話設定中啟用它們。(應用程式 > Joplin > 權限)","- Storage: to allow attaching files to notes and to enable filesystem synchronisation.":"- 儲存: 允許將檔案附加到筆記並啟用檔案系統同步。","- Camera: to allow taking a picture and attaching it to a note.":"- 相機: 允許拍照並附加相片到記事。","- Location: to allow attaching geo-location information to a note.":"- 位置: 允許將地理位置資訊附加到筆記。","Joplin website":"Joplin 官方網站","Joplin v%s":"Joplin v%s","Database v%s":"","FTS enabled: %d":"FTS enabled: %d","Login with Dropbox":"以 Dropbox 登錄","Enter code here":"","Master Key %s":"主密碼 %s","Created: %s":"已建立: %s","Password:":"密碼:","Password cannot be empty":"密碼不能空白","Enable":"啟用","The notebook could not be saved: %s":"無法儲存記事本: %s","Edit notebook":"編輯記事本","Show all":"顯示全部","Errors only":"僅顯示錯誤","This note has been modified:":"此記事已被修改:","Save changes":"儲存變更","Discard changes":"放棄變更","No item with ID %s":"沒有 ID 為 %s 的項目","The Joplin mobile app does not currently support this type of link: %s":"Joplin 移動應用程式暫時不支援此類型的連結: %s","Unsupported image type: %s":"不支援的圖像類型: %s","Take photo":"Take photo","Attach photo":"附加相片","Attach any file":"附加檔案","Share":"分享","Convert to note":"轉換為記事","Convert to todo":"轉換為待辦事項","Hide metadata":"隱藏後設資料 (metadata)","Show metadata":"顯示後設資料 (metadata)","View on map":"在地圖上顯示","Go to source URL":"","Delete notebook":"刪除記事本","Login with OneDrive":"以 OneDrive 登錄","Search":"搜尋","Click on the (+) button to create a new note or notebook. Click on the side menu to access your existing notebooks.":"您可以點撃 (+) 鍵去新增記事或記事本。點撃側邊欄去檢視現有的記事本。","You currently have no notebook. Create one by clicking on (+) button.":"您當前沒有任何筆記本。通過按一下 (+) 鍵去建立一本筆記。","Welcome":"歡迎"} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index d19b7407d..e927c0e1e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -556,42 +556,42 @@ $$ Basque eu juan.abasolo@ehu.eus -60% +59% Catalan ca jmontane, 2018 -85% +84% Croatian hr_HR Hrvoje Mandić (trbuhom@net.hr) -49% +48% Czech cs_CZ Lukas Helebrandt (lukas@aiya.cz) -76% +75% Dansk da_DK Morten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk. -77% +76% Deutsch de_DE Michael Sonntag (ms@editorei.de) -97% +98% @@ -605,7 +605,7 @@ $$ Español es_ES Fernando Martín (f@mrtn.es) -92% +90% @@ -619,14 +619,14 @@ $$ Galician gl_ES Marcos Lans (marcoslansgarza@gmail.com) -76% +75% Italiano it_IT -90% +93% @@ -640,77 +640,77 @@ $$ Nederlands nl_NL Heimen Stoffels (vistausss@outlook.com) -92% +90% Norwegian nb_NO Mats Estensen (code@mxe.no) -98% +97% Português (Brasil) pt_BR Renato Nunes Bastos (rnbastos@gmail.com) -99% +97% Română ro -60% +59% Slovenian sl_SI -75% +74% Svenska sv Jonatan Nyberg (jonatan@autistici.org) -91% +89% Русский ru_RU Artyom Karlov (artyom.karlov@gmail.com) -78% +77% 中文 (简体) zh_CN -95% +93% 中文 (繁體) zh_TW penguinsam (samliu@gmail.com) -92% +90% 日本語 ja_JP AWASHIRO Ikuya (ikunya@gmail.com) -99% +97% 한국말 ko -92% +90%