From 5a2ab5fae722bc36287c8eac0181e0ce0b4f2bb0 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 27 May 2018 12:42:31 +0100 Subject: [PATCH] Mobile: Fixes #565: Translate strings in dialog --- CliClient/locales/cs_CZ.po | 4 ++++ CliClient/locales/da_DK.po | 4 ++++ CliClient/locales/de_DE.po | 4 ++++ CliClient/locales/en_GB.po | 3 +++ CliClient/locales/es_ES.po | 4 ++++ CliClient/locales/eu.po | 4 ++++ CliClient/locales/fr_FR.po | 3 +++ CliClient/locales/gl_ES.po | 4 ++++ CliClient/locales/hr_HR.po | 4 ++++ CliClient/locales/it_IT.po | 4 ++++ CliClient/locales/ja_JP.po | 4 ++++ CliClient/locales/joplin.pot | 3 +++ CliClient/locales/nl_BE.po | 4 ++++ CliClient/locales/pt_BR.po | 4 ++++ CliClient/locales/ru_RU.po | 4 ++++ CliClient/locales/sl_SI.po | 4 ++++ CliClient/locales/zh_CN.po | 4 ++++ 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/nl_BE.json | 2 +- ElectronClient/app/locales/pt_BR.json | 2 +- ElectronClient/app/locales/ru_RU.json | 2 +- ElectronClient/app/locales/sl_SI.json | 2 +- ElectronClient/app/locales/zh_CN.json | 2 +- README.md | 10 +++++----- .../lib/components/select-date-time-dialog.js | 6 +++--- 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/nl_BE.json | 2 +- ReactNativeClient/locales/pt_BR.json | 2 +- ReactNativeClient/locales/ru_RU.json | 2 +- ReactNativeClient/locales/sl_SI.json | 2 +- ReactNativeClient/locales/zh_CN.json | 2 +- docs/index.html | 10 +++++----- 52 files changed, 110 insertions(+), 45 deletions(-) diff --git a/CliClient/locales/cs_CZ.po b/CliClient/locales/cs_CZ.po index 9b72a41bec..af098b4f3c 100644 --- a/CliClient/locales/cs_CZ.po +++ b/CliClient/locales/cs_CZ.po @@ -1378,6 +1378,10 @@ msgstr "Přesunout poznámky %d do zápisníku \"%s\"?" msgid "Press to set the decryption password." msgstr "Stiskněte pro zadání hesla k dešifrování." +#, fuzzy +msgid "Save alarm" +msgstr "Nastavit alarm" + msgid "Select date" msgstr "Vybrat datum" diff --git a/CliClient/locales/da_DK.po b/CliClient/locales/da_DK.po index 8638d092d8..50a515fef2 100644 --- a/CliClient/locales/da_DK.po +++ b/CliClient/locales/da_DK.po @@ -1387,6 +1387,10 @@ msgstr "Flyt %d noter til notesbogen \"%s\"?" msgid "Press to set the decryption password." msgstr "Klik for at gemme dekrypterings kodeord." +#, fuzzy +msgid "Save alarm" +msgstr "Indstil alarm" + msgid "Select date" msgstr "Vælg dato" diff --git a/CliClient/locales/de_DE.po b/CliClient/locales/de_DE.po index 71692549cc..d0b88d907c 100644 --- a/CliClient/locales/de_DE.po +++ b/CliClient/locales/de_DE.po @@ -1424,6 +1424,10 @@ msgstr "%d Notizen in das Notizbuch \"%s\" verschieben?" msgid "Press to set the decryption password." msgstr "Tippe hier, um das Entschlüsselungspasswort festzulegen." +#, fuzzy +msgid "Save alarm" +msgstr "Alarm erstellen" + msgid "Select date" msgstr "Datum auswählen" diff --git a/CliClient/locales/en_GB.po b/CliClient/locales/en_GB.po index e539ba523b..39e8570bc2 100644 --- a/CliClient/locales/en_GB.po +++ b/CliClient/locales/en_GB.po @@ -1277,6 +1277,9 @@ msgstr "" msgid "Press to set the decryption password." msgstr "" +msgid "Save alarm" +msgstr "" + msgid "Select date" msgstr "" diff --git a/CliClient/locales/es_ES.po b/CliClient/locales/es_ES.po index 87c773196e..66eccc1a7b 100644 --- a/CliClient/locales/es_ES.po +++ b/CliClient/locales/es_ES.po @@ -1397,6 +1397,10 @@ msgstr "¿Desea mover %d notas a libreta «%s»?" msgid "Press to set the decryption password." msgstr "Presione para establecer la contraseña de descifrado." +#, fuzzy +msgid "Save alarm" +msgstr "Establecer alarma" + msgid "Select date" msgstr "Seleccione fecha" diff --git a/CliClient/locales/eu.po b/CliClient/locales/eu.po index bd46f5e049..c708168cbd 100644 --- a/CliClient/locales/eu.po +++ b/CliClient/locales/eu.po @@ -1408,6 +1408,10 @@ msgstr "Mugitu %d oharrak \"%s\" koadernora?" msgid "Press to set the decryption password." msgstr "Sakatu deszifratze pasahitza ezartzeko." +#, fuzzy +msgid "Save alarm" +msgstr "Ezarri alarma" + msgid "Select date" msgstr "Data aukeratu" diff --git a/CliClient/locales/fr_FR.po b/CliClient/locales/fr_FR.po index d08d1926a0..4ed7aa99cb 100644 --- a/CliClient/locales/fr_FR.po +++ b/CliClient/locales/fr_FR.po @@ -1410,6 +1410,9 @@ msgstr "Déplacer %d notes vers carnet \"%s\" ?" msgid "Press to set the decryption password." msgstr "Définir mot de passe de synchronisation." +msgid "Save alarm" +msgstr "Enregistrer alarme" + msgid "Select date" msgstr "Sélectionner date" diff --git a/CliClient/locales/gl_ES.po b/CliClient/locales/gl_ES.po index 55b367ef2f..1e20138de1 100644 --- a/CliClient/locales/gl_ES.po +++ b/CliClient/locales/gl_ES.po @@ -1386,6 +1386,10 @@ msgstr "Mover %d notas para o caderno \"%s\"?" msgid "Press to set the decryption password." msgstr "Prema para estabelecer o contrasinal de descifrado." +#, fuzzy +msgid "Save alarm" +msgstr "Estabelecer alarma" + msgid "Select date" msgstr "Seleccionar data" diff --git a/CliClient/locales/hr_HR.po b/CliClient/locales/hr_HR.po index 48a7b98064..a7b2703d10 100644 --- a/CliClient/locales/hr_HR.po +++ b/CliClient/locales/hr_HR.po @@ -1384,6 +1384,10 @@ msgstr "Premjesti %d bilješke u bilježnicu \"%s\"?" msgid "Press to set the decryption password." msgstr "" +#, fuzzy +msgid "Save alarm" +msgstr "Postavi upozorenje" + msgid "Select date" msgstr "Odaberi datum" diff --git a/CliClient/locales/it_IT.po b/CliClient/locales/it_IT.po index 5b1296f05e..84b2ce86c9 100644 --- a/CliClient/locales/it_IT.po +++ b/CliClient/locales/it_IT.po @@ -1373,6 +1373,10 @@ msgstr "Spostare le note %d sul blocco note \"%s\"?" msgid "Press to set the decryption password." msgstr "" +#, fuzzy +msgid "Save alarm" +msgstr "Imposta allarme" + msgid "Select date" msgstr "Seleziona la data" diff --git a/CliClient/locales/ja_JP.po b/CliClient/locales/ja_JP.po index c02825c09d..f8a27d4801 100644 --- a/CliClient/locales/ja_JP.po +++ b/CliClient/locales/ja_JP.po @@ -1378,6 +1378,10 @@ msgstr "%d個のノートを\"%s\"に移動しますか?" msgid "Press to set the decryption password." msgstr "" +#, fuzzy +msgid "Save alarm" +msgstr "アラームをセット" + msgid "Select date" msgstr "日付の選択" diff --git a/CliClient/locales/joplin.pot b/CliClient/locales/joplin.pot index e539ba523b..39e8570bc2 100644 --- a/CliClient/locales/joplin.pot +++ b/CliClient/locales/joplin.pot @@ -1277,6 +1277,9 @@ msgstr "" msgid "Press to set the decryption password." msgstr "" +msgid "Save alarm" +msgstr "" + msgid "Select date" msgstr "" diff --git a/CliClient/locales/nl_BE.po b/CliClient/locales/nl_BE.po index 488e6d4ead..b5320a2a39 100644 --- a/CliClient/locales/nl_BE.po +++ b/CliClient/locales/nl_BE.po @@ -1410,6 +1410,10 @@ msgstr "Verplaats %d notities naar notitieboek \"%s\"?" msgid "Press to set the decryption password." msgstr "Klik om het decryptie wachtwoord in te stellen" +#, fuzzy +msgid "Save alarm" +msgstr "Zet melding" + msgid "Select date" msgstr "Selecteer datum" diff --git a/CliClient/locales/pt_BR.po b/CliClient/locales/pt_BR.po index 84cb2eb5c5..2ed11f7ded 100644 --- a/CliClient/locales/pt_BR.po +++ b/CliClient/locales/pt_BR.po @@ -1400,6 +1400,10 @@ msgstr "Mover %d notas para o caderno \"%s\"?" msgid "Press to set the decryption password." msgstr "Pressione para configurar a senha de decriptação." +#, fuzzy +msgid "Save alarm" +msgstr "Definir alarme" + msgid "Select date" msgstr "Selecionar data" diff --git a/CliClient/locales/ru_RU.po b/CliClient/locales/ru_RU.po index b3c2f0d2ad..ba70422838 100644 --- a/CliClient/locales/ru_RU.po +++ b/CliClient/locales/ru_RU.po @@ -1397,6 +1397,10 @@ msgstr "Переместить %d заметок в блокнот «%s»?" msgid "Press to set the decryption password." msgstr "Нажмите, чтобы установить пароль для расшифровки." +#, fuzzy +msgid "Save alarm" +msgstr "Установить напоминание" + msgid "Select date" msgstr "Выбрать дату" diff --git a/CliClient/locales/sl_SI.po b/CliClient/locales/sl_SI.po index 2be2454aa3..4d34410b68 100644 --- a/CliClient/locales/sl_SI.po +++ b/CliClient/locales/sl_SI.po @@ -1400,6 +1400,10 @@ msgstr "Premakni %d zabeležk v beležnico \"%s\"?" msgid "Press to set the decryption password." msgstr "Klikni za nastavitev dekripcijskega gesla." +#, fuzzy +msgid "Save alarm" +msgstr "Nastavi alarm" + msgid "Select date" msgstr "Izberi datum" diff --git a/CliClient/locales/zh_CN.po b/CliClient/locales/zh_CN.po index 2ccc2a39c9..49066f732d 100644 --- a/CliClient/locales/zh_CN.po +++ b/CliClient/locales/zh_CN.po @@ -1343,6 +1343,10 @@ msgstr "移动%d条笔记至笔记本\"%s\"?" msgid "Press to set the decryption password." msgstr "按键将设置解密密码。" +#, fuzzy +msgid "Save alarm" +msgstr "设置提醒" + msgid "Select date" msgstr "选择日期" diff --git a/ElectronClient/app/locales/cs_CZ.json b/ElectronClient/app/locales/cs_CZ.json index 9028f55d2b..2687a16147 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...","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.":" může být \"add\", \"remove\" nebo \"list\" - přidat (add) či odebrat (remove) [tag] k [poznámce], nebo vypsat (list) seznam poznámek přiřazených k [tagu]. Příkaz `tag list` vypíše všechny tagy.","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","Search in all the notes":"Hledat ve všech poznámkách","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Save":"Uložit","Submit":"","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","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","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\".","Open...":"Otevřít...","Save as...":"Uložit jako...","Copy path to clipboard":"","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.","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","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","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. ","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.","State: %s.":"Stav: %s.","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","A notebook with this title already exists: \"%s\"":"Zápisník s tímto názvem již existuje: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","Untitled":"Bez názvu","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\"","Text editor":"Textový editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor ve kterém budou otvírány poznámky. Pokud není specifikováno, aplikace se pokusí o autodetekci defaultního editoru.","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.":"","Global zoom percentage":"Globální zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","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","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í.","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","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","Login with Dropbox":"Login with Dropbox","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","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+","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...","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.":" může být \"add\", \"remove\" nebo \"list\" - přidat (add) či odebrat (remove) [tag] k [poznámce], nebo vypsat (list) seznam poznámek přiřazených k [tagu]. Příkaz `tag list` vypíše všechny tagy.","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","Search in all the notes":"Hledat ve všech poznámkách","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Save":"Uložit","Submit":"","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","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","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\".","Open...":"Otevřít...","Save as...":"Uložit jako...","Copy path to clipboard":"","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.","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","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","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. ","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.","State: %s.":"Stav: %s.","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","A notebook with this title already exists: \"%s\"":"Zápisník s tímto názvem již existuje: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","Untitled":"Bez názvu","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\"","Text editor":"Textový editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor ve kterém budou otvírány poznámky. Pokud není specifikováno, aplikace se pokusí o autodetekci defaultního editoru.","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.":"","Global zoom percentage":"Globální zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","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","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í.","Save alarm":"Save alarm","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","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","Login with Dropbox":"Login with Dropbox","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","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+","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 9b1f4c828f..d089d69885 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.","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.":" (mærke-kommando) kan enten være \"add\" (tilføj), \"remove\" (slet) eller \"list\" (liste) for at tilføje eller fjerne mærke [tag] fra [note], eller for at liste de noter der bruger mærket [tag]. Kommandoen `tag-list` kan bruges til at vise alle mærker.","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","Search in all the notes":"Søg i alle noter","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Save":"Gem","Submit":"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","Switch between note and to-do type":"Skift mellem note- og opgave 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\".","Open...":"Åben...","Save as...":"Gem som...","Copy path to clipboard":"","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.","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","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","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.","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.","State: %s.":"Tilstand: %s.","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","A notebook with this title already exists: \"%s\"":"En notesbog bruger allerede dette navn: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","Untitled":"Samlet","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","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor der bruges til at åbne note. Hvis ingen valgt/udfyldt, vil auto-funktion søge efter standard editor.","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.":"","Global zoom percentage":"Global zoom procent","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","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","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","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","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.","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","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","Login with Dropbox":"Login with Dropbox","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","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","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.","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.":" (mærke-kommando) kan enten være \"add\" (tilføj), \"remove\" (slet) eller \"list\" (liste) for at tilføje eller fjerne mærke [tag] fra [note], eller for at liste de noter der bruger mærket [tag]. Kommandoen `tag-list` kan bruges til at vise alle mærker.","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","Search in all the notes":"Søg i alle noter","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Save":"Gem","Submit":"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","Switch between note and to-do type":"Skift mellem note- og opgave 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\".","Open...":"Åben...","Save as...":"Gem som...","Copy path to clipboard":"","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.","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","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","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.","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.","State: %s.":"Tilstand: %s.","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","A notebook with this title already exists: \"%s\"":"En notesbog bruger allerede dette navn: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","Untitled":"Samlet","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","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor der bruges til at åbne note. Hvis ingen valgt/udfyldt, vil auto-funktion søge efter standard editor.","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.":"","Global zoom percentage":"Global zoom procent","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","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","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","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","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.","Save alarm":"Save alarm","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","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","Login with Dropbox":"Login with Dropbox","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","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","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 c5b6c9767f..4b758e7829 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 eine Markierung zu löschen, entferne diese 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 Hintergrund-Synchronisation 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, Markierungen 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 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.":"Markiert: %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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" kann \"add\", \"remove\" or \"list\" sein, um eine [Markierung] zu [Notiz] zuzuweisen oder zu entfernen, oder um mit [Markierung] markierte Notizen anzuzeigen. Mit dem Befehl `tag list` können alle Markierungen angezeigt werden.","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","Search in all the notes":"Alle Notizen durchsuchen","View":"Ansicht","Toggle sidebar":"Seitenleiste ein/aus","Toggle editor layout":"Editor Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"","Encryption options":"Verschlüsselung","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Updates...","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 up-to-date.","An update is available, do you want to download it now?":"Es ist ein Update verfügbar! Soll dies jetzt heruntergeladen werden?","Yes":"Ja","No":"Nein","The web clipper service is already 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:":"","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Save":"Speichern","Submit":"Absenden","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":"Fehlender Master-Key","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 Master-Keas 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:":"Füge hinzu oder entferne Markierungen:","Separate each tag by a comma.":"Trenne jede Markierung mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Rename tag:","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":"Markierungen hinzufügen oder entfernen","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Copy Markdown link":"Copy Markdown link","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Hier sind noch keine Notizen. 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.","Open...":"Öffne...","Save as...":"Sichern unter...","Copy path to clipboard":"","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.","Attach file":"Datei anhängen","Tags":"Markierungen","Set alarm":"Alarm erstellen","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive Login","Dropbox Login":"Dropbox Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Diese Markierung von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","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.","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.","State: %s.":"Status: %s.","Cancelling...":"Abbrechen...","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Ein Notizbuch mit diesem Titel existiert bereits : \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dies ist ein reservierter Titel.","Untitled":"Unbenannt","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","Text editor":"Textverarbeitungsprogramm","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Das Textverarbeitungsprogramm, mit dem Notizen geöffnet werden. Wenn keines ausgewählt wurde, wird Joplin versuchen das standard-Textverarbeitungsprogramm zu erkennen.","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":"Show completed to-dos","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.","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","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.":"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":"Die Applikation automatisch aktualisieren","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","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 zum synchronisieren (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","Nextcloud username":"Nextcloud Benutzername","Nextcloud password":"Nextcloud Passwort","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV Benutzername","WebDAV password":"WebDAV Passwort","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","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","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.","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","New tags:":"Neue Markierungen:","Type new tags or select from list":"Neue Markierungen 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":"","- 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 von Joplin","Login with Dropbox":"Mit Dropbox anmelden","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"","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","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 den (+) Knopf, 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. 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 eine Markierung zu löschen, entferne diese 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 Hintergrund-Synchronisation 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, Markierungen 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 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.":"Markiert: %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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" kann \"add\", \"remove\" or \"list\" sein, um eine [Markierung] zu [Notiz] zuzuweisen oder zu entfernen, oder um mit [Markierung] markierte Notizen anzuzeigen. Mit dem Befehl `tag list` können alle Markierungen angezeigt werden.","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","Search in all the notes":"Alle Notizen durchsuchen","View":"Ansicht","Toggle sidebar":"Seitenleiste ein/aus","Toggle editor layout":"Editor Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"","Encryption options":"Verschlüsselung","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Updates...","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 up-to-date.","An update is available, do you want to download it now?":"Es ist ein Update verfügbar! Soll dies jetzt heruntergeladen werden?","Yes":"Ja","No":"Nein","The web clipper service is already 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:":"","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Save":"Speichern","Submit":"Absenden","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":"Fehlender Master-Key","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 Master-Keas 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:":"Füge hinzu oder entferne Markierungen:","Separate each tag by a comma.":"Trenne jede Markierung mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Rename tag:","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":"Markierungen hinzufügen oder entfernen","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Copy Markdown link":"Copy Markdown link","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Hier sind noch keine Notizen. 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.","Open...":"Öffne...","Save as...":"Sichern unter...","Copy path to clipboard":"","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.","Attach file":"Datei anhängen","Tags":"Markierungen","Set alarm":"Alarm erstellen","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive Login","Dropbox Login":"Dropbox Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Diese Markierung von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","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.","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.","State: %s.":"Status: %s.","Cancelling...":"Abbrechen...","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Ein Notizbuch mit diesem Titel existiert bereits : \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dies ist ein reservierter Titel.","Untitled":"Unbenannt","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","Text editor":"Textverarbeitungsprogramm","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Das Textverarbeitungsprogramm, mit dem Notizen geöffnet werden. Wenn keines ausgewählt wurde, wird Joplin versuchen das standard-Textverarbeitungsprogramm zu erkennen.","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":"Show completed to-dos","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.","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","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.":"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":"Die Applikation automatisch aktualisieren","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","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 zum synchronisieren (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","Nextcloud username":"Nextcloud Benutzername","Nextcloud password":"Nextcloud Passwort","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV Benutzername","WebDAV password":"WebDAV Passwort","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","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","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.","Save alarm":"Save alarm","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","New tags:":"Neue Markierungen:","Type new tags or select from list":"Neue Markierungen 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":"","- 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 von Joplin","Login with Dropbox":"Mit Dropbox anmelden","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"","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","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 den (+) Knopf, 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. 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 6a8f21524b..3dfac2820b 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...":"","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.":"","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":"","Search in all the notes":"","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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"","Switch between note and 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\".":"","Open...":"","Save as...":"","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"","Tags":"","Set alarm":"","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":"","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.":"","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.":"","State: %s.":"","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":"","A notebook with this title already exists: \"%s\"":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","Untitled":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Text editor":"","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","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.":"","Global zoom percentage":"","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":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","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":"","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.":"","Select date":"","Confirm":"","Cancel synchronisation":"","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":"","Login with Dropbox":"","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":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","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...":"","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.":"","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":"","Search in all the notes":"","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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"","Switch between note and 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\".":"","Open...":"","Save as...":"","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"","Tags":"","Set alarm":"","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":"","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.":"","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.":"","State: %s.":"","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":"","A notebook with this title already exists: \"%s\"":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","Untitled":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Text editor":"","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","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.":"","Global zoom percentage":"","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":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","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":"","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.":"","Save alarm":"","Select date":"","Confirm":"","Cancel synchronisation":"","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":"","Login with Dropbox":"","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":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","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 41327492f3..798318be70 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...","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.":" puede ser \"add\", \"remove\" o \"list\" para asignar o eliminar [tag] de [note], o para listar las notas asociadas con [tag]. El comando `tag list` puede ser usado para listar todas las etiquetas.","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","Search in all the notes":"Buscar en todas las notas","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":"","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Save":"Guardar","Submit":"Aceptar","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:":"Rename tag:","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","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","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».","Open...":"Abrir...","Save as...":"Guardar como...","Copy path to clipboard":"","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.","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: «%s».","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","A notebook with this title already exists: \"%s\"":"Ya existe una libreta con este nombre: «%s»","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.","Untitled":"Sin título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El editor que se usará para abrir una nota. Se intentará auto-detectar el editor predeterminado si no se proporciona ninguno.","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":"Show completed to-dos","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.","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","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.":"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 la aplicación automáticamente","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","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","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","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.","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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":"","- 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","Login with Dropbox":"Acceder con Dropbox","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","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"","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","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...","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.":" puede ser \"add\", \"remove\" o \"list\" para asignar o eliminar [tag] de [note], o para listar las notas asociadas con [tag]. El comando `tag list` puede ser usado para listar todas las etiquetas.","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","Search in all the notes":"Buscar en todas las notas","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":"","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Save":"Guardar","Submit":"Aceptar","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:":"Rename tag:","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","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","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».","Open...":"Abrir...","Save as...":"Guardar como...","Copy path to clipboard":"","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.","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: «%s».","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","A notebook with this title already exists: \"%s\"":"Ya existe una libreta con este nombre: «%s»","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.","Untitled":"Sin título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El editor que se usará para abrir una nota. Se intentará auto-detectar el editor predeterminado si no se proporciona ninguno.","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":"Show completed to-dos","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.","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","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.":"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 la aplicación automáticamente","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","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","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","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.","Save alarm":"Save alarm","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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":"","- 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","Login with Dropbox":"Acceder con Dropbox","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","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"","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","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 5822d94e4c..297eda5893 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...","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.":" izan daiteke \"add\", \"remove\" edo \"list\" [oharra]tik [etiketa] esleitu edo kentzeko, edo [etiketa]rekin elkartutako oharrak zerrendatzeko. Etiketa guztiak zerrendatzeko `tag list` komandoa erabil daiteke. ","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","Search in all the notes":"Bilatu ohar guztietan","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Save":"Gorde","Submit":"","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","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Dagoeneko bada koaderno bat izen horrekin: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","Untitled":"Titulu gabekoa","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","Text editor":"Testu editorea","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editorea erabiliko da oharra zabaltzeko. Ez badago zehaztutakorik lehenetsia igartzen ahaleginduko da.","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.":"","Global zoom percentage":"Global zoom percentage","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","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","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","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":"","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" izan daiteke \"add\", \"remove\" edo \"list\" [oharra]tik [etiketa] esleitu edo kentzeko, edo [etiketa]rekin elkartutako oharrak zerrendatzeko. Etiketa guztiak zerrendatzeko `tag list` komandoa erabil daiteke. ","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","Search in all the notes":"Bilatu ohar guztietan","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Save":"Gorde","Submit":"","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","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Dagoeneko bada koaderno bat izen horrekin: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","Untitled":"Titulu gabekoa","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","Text editor":"Testu editorea","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editorea erabiliko da oharra zabaltzeko. Ez badago zehaztutakorik lehenetsia igartzen ahaleginduko da.","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.":"","Global zoom percentage":"Global zoom percentage","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","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","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.","Save alarm":"Save alarm","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","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":"","Login with Dropbox":"Login with Dropbox","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","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","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 eedbae4e37..7b1efd4265 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 crypté 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 (Cryptage 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écryptage... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à décrypter.","Completed decryption.":"Décryptage complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le cryptage 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...","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.":" 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.","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 crypté 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 cryptés vont être décrypté 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","Search in all the notes":"Chercher dans toutes les notes","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 cryptage","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","The web clipper service is already enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Commencé 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 de sauver 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 :","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Save":"Enregistrer","Submit":"Envoyer","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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés décrypté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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés crypté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écrypter les données ! Pour activer le cryptage, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le cryptage","Enable encryption":"Activer le cryptage","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 cryptage (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le décryptage, selon la façon dont les notes ou carnets étaient crypté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 crypter 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 l'encryption de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le cryptage 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écryptés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Switch between note and to-do type":"Alterner entre note et 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\".","Open...":"Ouvrir...","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","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.","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","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 cryptage","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","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.","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.","State: %s.":"État : %s.","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":"Crypté","Encrypted items cannot be modified":"Les objets cryptés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet vers le carnet \"%s\"","A notebook with this title already exists: \"%s\"":"Un carnet avec ce titre existe déjà : \"%s\"","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é.","Untitled":"Sans titre","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\"","Text editor":"Éditeur de texte","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'éditeur de texte pour ouvrir et modifier les notes. Si aucun n'est spécifié, il sera détecté automatiquement.","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 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.","Global zoom percentage":"Niveau de zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","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 crypté : %s \"%s\". Veuillez attendre que tout soit décrypté 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","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 cryptage","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.","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","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","Login with Dropbox":"Se connecter à Dropbox","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","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","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 crypté 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 (Cryptage 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écryptage... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à décrypter.","Completed decryption.":"Décryptage complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le cryptage 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...","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.":" 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.","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 crypté 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 cryptés vont être décrypté 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","Search in all the notes":"Chercher dans toutes les notes","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 cryptage","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","The web clipper service is already enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Commencé 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 de sauver 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 :","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Save":"Enregistrer","Submit":"Envoyer","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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés décrypté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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés crypté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écrypter les données ! Pour activer le cryptage, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le cryptage","Enable encryption":"Activer le cryptage","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 cryptage (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le décryptage, selon la façon dont les notes ou carnets étaient crypté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 crypter 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 l'encryption de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le cryptage 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écryptés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Switch between note and to-do type":"Alterner entre note et 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\".","Open...":"Ouvrir...","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","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.","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","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 cryptage","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","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.","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.","State: %s.":"État : %s.","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":"Crypté","Encrypted items cannot be modified":"Les objets cryptés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet vers le carnet \"%s\"","A notebook with this title already exists: \"%s\"":"Un carnet avec ce titre existe déjà : \"%s\"","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é.","Untitled":"Sans titre","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\"","Text editor":"Éditeur de texte","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'éditeur de texte pour ouvrir et modifier les notes. Si aucun n'est spécifié, il sera détecté automatiquement.","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 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.","Global zoom percentage":"Niveau de zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","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 crypté : %s \"%s\". Veuillez attendre que tout soit décrypté 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","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 cryptage","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.","Save alarm":"Enregistrer alarme","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","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","Login with Dropbox":"Se connecter à Dropbox","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","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","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 064bb060ca..c2ae07d212 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...","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.":" pode ser «add», «remove» ou «list» para asignar ou eliminar [tag] da [note] ou para listar as notas asociadas con [tag]. A orde «list» pode usarse para listar todas as etiquetas.","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","Search in all the notes":"Buscar en todas as notas","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","The web clipper service is already 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:":"","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","Save":"Gardar","Submit":"","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","Switch between note and to-do type":"Cambiar entre notas e tarefas","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».","Open...":"Abrir…","Save as...":"Gardar como…","Copy path to clipboard":"","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.","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","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","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.","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.","State: %s.":"Estado: %s.","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","A notebook with this title already exists: \"%s\"":"Xa existe un caderno con ese título: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","Untitled":"Sen título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor a usar para abrir unha nota. Se non se indica ningún tentará detectar automaticamente o editor predeterminado.","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.":"","Global zoom percentage":"Porcentaxe de ampliación","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","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","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","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.","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" pode ser «add», «remove» ou «list» para asignar ou eliminar [tag] da [note] ou para listar as notas asociadas con [tag]. A orde «list» pode usarse para listar todas as etiquetas.","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","Search in all the notes":"Buscar en todas as notas","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","The web clipper service is already 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:":"","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","Save":"Gardar","Submit":"","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","Switch between note and to-do type":"Cambiar entre notas e tarefas","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».","Open...":"Abrir…","Save as...":"Gardar como…","Copy path to clipboard":"","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.","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","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","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.","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.","State: %s.":"Estado: %s.","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","A notebook with this title already exists: \"%s\"":"Xa existe un caderno con ese título: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","Untitled":"Sen título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor a usar para abrir unha nota. Se non se indica ningún tentará detectar automaticamente o editor predeterminado.","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.":"","Global zoom percentage":"Porcentaxe de ampliación","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","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","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","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.","Save alarm":"Save alarm","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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","Login with Dropbox":"Login with Dropbox","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","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","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 e18efd841e..cba7f04653 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...","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.":" 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.","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","Search in all the notes":"Pretraži u svim bilješkama","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Save":"Spremi","Submit":"","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","Switch between note and to-do type":"Zamijeni bilješku i zadatak","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\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Bilježnica s ovim naslovom već postoji: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","Untitled":"Nenaslovljen","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","Text editor":"Uređivač teksta","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Program za uređivanje koji će biti korišten za uređivanje bilješki. Ako ni jedan nije odabran, pokušati će se sa default programom.","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.":"","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","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":"","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" 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.","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","Search in all the notes":"Pretraži u svim bilješkama","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Save":"Spremi","Submit":"","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","Switch between note and to-do type":"Zamijeni bilješku i zadatak","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\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Bilježnica s ovim naslovom već postoji: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","Untitled":"Nenaslovljen","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","Text editor":"Uređivač teksta","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Program za uređivanje koji će biti korišten za uređivanje bilješki. Ako ni jedan nije odabran, pokušati će se sa default programom.","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.":"","Save alarm":"Save alarm","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","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":"","Login with Dropbox":"Login with Dropbox","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","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","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 3c30eb09eb..6f8c481a33 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.":"Elimina 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 blocco note 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 blocco note selezionato.","No notebook has been specified.":"Nessun blocco note è statoi 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":"","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 blocco note è specificato, la nota viene duplicata nel blocco note corrente.","Marks a to-do as done.":"Segna un'attività come completata.","Note is not a to-do: \"%s\"":"La nota non è un'attività: \"%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":"Disabilitato","Encryption is: %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 blocco note 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":"","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.":"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.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente blocco note.","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":"","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 blocco note usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il blocco note 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\".":"To maximise/minimise the console, press \"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`":"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.":"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 blocco note. Usa `ls /` per mostrare la lista dei blocchi note.","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 attività o `nt` per note e attività. (es. `-tt` mostrerà solo le attività, mentre `-ttd` mostrerà sia note che attività.","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 attività), TITLE","Please select a notebook first.":"Per favore prima seleziona un blocco note.","Creates a new notebook.":"Crea un nuovo blocco note.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno de blocco note.","Creates a new to-do.":"Crea una nuova attività.","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (nota o blocco note) in .","Deletes the given notebook.":"Elimina il seguente blocco note.","Deletes the notebook without asking for confirmation.":"Elimina il blocco note senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","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":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei blocchi note.","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:":"","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.":"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...","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.":" può essere \"add\", \"remove\" or \"list\" per assegnare o rimuovere [tag] da [note], o per mostrare le note associate a [tag]. Il comando `tag list` può essere usato per mostrare tutte le etichette.","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 cambiare lo stato dell'attività tra completata/non completata (se l'oggetto è una normale nota, questa verrà convertita in un'attività). Usa \"clear\" convertire le attività in normali note.","Marks a to-do as non-completed.":"Marca un'attività come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente blocco note.","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.":"Type `joplin help` for usage information.","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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuova attività","New notebook":"Nuovo blocco note","Import":"Importa","Export":"Export","Print":"","Hide %s":"","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Search in all the notes":"Cerca in tutte le note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Informazione si Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"Created","Updated":"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":"Stato","Encryption is:":"","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo blocco note \"%s\" verrà creato e \"%s\" vi verrà importato","Please create a notebook first.":"Per favore prima crea un blocco note.","Please create a notebook first":"Per favore prima crea un blocco note","Notebook title:":"Titolo del blocco note:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il blocco note:","Rename tag:":"Rename tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Search...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Aggiungi o rimuovi etichetta","Switch between note and to-do type":"Passa da un tipo di nota a un elenco di attività","Copy Markdown link":"","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\".":"There is currently no notebook. Create one by clicking on \"New notebook\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"Collegamento o messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"Allega file","Tags":"Etichette","Set alarm":"Imposta allarme","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"","Clipper Options":"Clipper Options","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":"Blocchi note","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"","File system":"File system","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","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.","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Conflitti","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Esiste già un blocco note col titolo \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","Untitled":"Senza titolo","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 blocco note \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel blocco note \"%s\"","Text editor":"Editor di testo","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'editor che sarà usato per aprire la nota. Se nessun editor è specificato si cercherà di individuare automaticamente l'editor predefinito.","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","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":"Salva geo-localizzazione con le note","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.":"","Global zoom percentage":"","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":"Aggiorna automaticamente l'applicazione","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","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).":"","Directory to synchronise with (absolute path)":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Oprione non valida: \"%s\". I valori possibili sono: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"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).":"","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","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":"","Configuration":"Configurazione","Move to notebook...":"Sposta sul blocco note...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul blocco note \"%s\"?","Press to set the decryption password.":"","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Il blocco note non può essere salvato: %s","Edit notebook":"Modifica blocco note","Show all":"","Errors only":"","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"","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","Delete notebook":"Cancella blocco note","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 blocco note. Fare clic sul menu laterale per accedere ai tuoi blocchi note esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun blocco note. Crearne uno cliccando sul pulsante (+).","Welcome":"Benvenuto"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Elimina 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 blocco note 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 blocco note selezionato.","No notebook has been specified.":"Nessun blocco note è statoi 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":"","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 blocco note è specificato, la nota viene duplicata nel blocco note corrente.","Marks a to-do as done.":"Segna un'attività come completata.","Note is not a to-do: \"%s\"":"La nota non è un'attività: \"%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":"Disabilitato","Encryption is: %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 blocco note 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":"","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.":"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.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente blocco note.","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":"","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 blocco note usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il blocco note 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\".":"To maximise/minimise the console, press \"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`":"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.":"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 blocco note. Usa `ls /` per mostrare la lista dei blocchi note.","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 attività o `nt` per note e attività. (es. `-tt` mostrerà solo le attività, mentre `-ttd` mostrerà sia note che attività.","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 attività), TITLE","Please select a notebook first.":"Per favore prima seleziona un blocco note.","Creates a new notebook.":"Crea un nuovo blocco note.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno de blocco note.","Creates a new to-do.":"Crea una nuova attività.","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (nota o blocco note) in .","Deletes the given notebook.":"Elimina il seguente blocco note.","Deletes the notebook without asking for confirmation.":"Elimina il blocco note senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","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":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei blocchi note.","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:":"","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.":"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...","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.":" può essere \"add\", \"remove\" or \"list\" per assegnare o rimuovere [tag] da [note], o per mostrare le note associate a [tag]. Il comando `tag list` può essere usato per mostrare tutte le etichette.","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 cambiare lo stato dell'attività tra completata/non completata (se l'oggetto è una normale nota, questa verrà convertita in un'attività). Usa \"clear\" convertire le attività in normali note.","Marks a to-do as non-completed.":"Marca un'attività come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente blocco note.","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.":"Type `joplin help` for usage information.","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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuova attività","New notebook":"Nuovo blocco note","Import":"Importa","Export":"Export","Print":"","Hide %s":"","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Search in all the notes":"Cerca in tutte le note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Informazione si Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"Created","Updated":"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":"Stato","Encryption is:":"","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo blocco note \"%s\" verrà creato e \"%s\" vi verrà importato","Please create a notebook first.":"Per favore prima crea un blocco note.","Please create a notebook first":"Per favore prima crea un blocco note","Notebook title:":"Titolo del blocco note:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il blocco note:","Rename tag:":"Rename tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Search...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Aggiungi o rimuovi etichetta","Switch between note and to-do type":"Passa da un tipo di nota a un elenco di attività","Copy Markdown link":"","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\".":"There is currently no notebook. Create one by clicking on \"New notebook\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"Collegamento o messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"Allega file","Tags":"Etichette","Set alarm":"Imposta allarme","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"","Clipper Options":"Clipper Options","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":"Blocchi note","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"","File system":"File system","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","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.","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Conflitti","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Esiste già un blocco note col titolo \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","Untitled":"Senza titolo","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 blocco note \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel blocco note \"%s\"","Text editor":"Editor di testo","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'editor che sarà usato per aprire la nota. Se nessun editor è specificato si cercherà di individuare automaticamente l'editor predefinito.","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","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":"Salva geo-localizzazione con le note","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.":"","Global zoom percentage":"","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":"Aggiorna automaticamente l'applicazione","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","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).":"","Directory to synchronise with (absolute path)":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Oprione non valida: \"%s\". I valori possibili sono: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"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).":"","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","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":"","Configuration":"Configurazione","Move to notebook...":"Sposta sul blocco note...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul blocco note \"%s\"?","Press to set the decryption password.":"","Save alarm":"Save alarm","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Il blocco note non può essere salvato: %s","Edit notebook":"Modifica blocco note","Show all":"","Errors only":"","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"","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","Delete notebook":"Cancella blocco note","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 blocco note. Fare clic sul menu laterale per accedere ai tuoi blocchi note esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun blocco note. 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 c78ff61283..7f2ff2bc3c 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":"","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":"","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":"","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`.":"","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":"無効","Encryption is: %s":"","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディタが設定されていません。`config editor `で設定を行ってください。","No active notebook.":"有効なbノートブックがありません。","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":"","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.":"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.":"選択されたノートのみを出力する。","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":"","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\".":"To maximise/minimise the console, press \"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`":"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.":"確認を行わない。","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.":"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\"":"\"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.":"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.":"","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...":"同期を開始中...","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.":" は\"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)":"","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"規定値: %s","Possible keys/values:":"取り得るキーバリュー: ","Type `joplin help` for usage information.":"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.":"このアプリケーションを認証するためには下記の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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"Export","Print":"","Hide %s":"","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Search in all the notes":"すべてのノートを検索","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"ノートと設定は、%sに保存されます。","Save":"保存","Submit":"","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":"Created","Updated":"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.":"注意:\"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.":"","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.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"タグの追加・削除","Switch between note and to-do type":"ノートとToDoを切り替え","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\".":"ノートブックがありません。新しいノートブックを作成してください。","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"ファイルを添付","Tags":"タグ","Set alarm":"アラームをセット","to-do":"to-do","note":"note","Creating new %s...":"Creating new %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":"ノートブック","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %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.":"トークンの更新が出来ませんでした。認証データがありません。同期を再度行うことで解決することがあります。","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"衝突","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"\"%s\"という名前のノートブックはすでに存在しています。","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\"と言う名前はシステムで使用するために予約済みです。名前の変更が出来ません。","Untitled":"名称未設定","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\"にコピーできませんでした。","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\"に移動できませんでした。","Text editor":"テキストエディタ","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"ノートを開くために使用されるエディタです。特に指定がなければ、デフォルトのエディタの検出を試みます。","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","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":"ノートに位置情報を保存","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.":"","Global zoom percentage":"","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 時間","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`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"同期が出来なかったアイテム","%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":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダ","%s: %d notes":"%s: %d ノート","Coming alarms":"時間のきたアラーム","On %s: %s":"","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.":"","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"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.","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","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":"","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":"","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`.":"","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":"無効","Encryption is: %s":"","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディタが設定されていません。`config editor `で設定を行ってください。","No active notebook.":"有効なbノートブックがありません。","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":"","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.":"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.":"選択されたノートのみを出力する。","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":"","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\".":"To maximise/minimise the console, press \"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`":"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.":"確認を行わない。","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.":"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\"":"\"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.":"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.":"","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...":"同期を開始中...","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.":" は\"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)":"","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"規定値: %s","Possible keys/values:":"取り得るキーバリュー: ","Type `joplin help` for usage information.":"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.":"このアプリケーションを認証するためには下記の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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"Export","Print":"","Hide %s":"","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Search in all the notes":"すべてのノートを検索","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"ノートと設定は、%sに保存されます。","Save":"保存","Submit":"","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":"Created","Updated":"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.":"注意:\"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.":"","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.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"タグの追加・削除","Switch between note and to-do type":"ノートとToDoを切り替え","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\".":"ノートブックがありません。新しいノートブックを作成してください。","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"ファイルを添付","Tags":"タグ","Set alarm":"アラームをセット","to-do":"to-do","note":"note","Creating new %s...":"Creating new %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":"ノートブック","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %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.":"トークンの更新が出来ませんでした。認証データがありません。同期を再度行うことで解決することがあります。","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"衝突","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"\"%s\"という名前のノートブックはすでに存在しています。","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\"と言う名前はシステムで使用するために予約済みです。名前の変更が出来ません。","Untitled":"名称未設定","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\"にコピーできませんでした。","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\"に移動できませんでした。","Text editor":"テキストエディタ","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"ノートを開くために使用されるエディタです。特に指定がなければ、デフォルトのエディタの検出を試みます。","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","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":"ノートに位置情報を保存","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.":"","Global zoom percentage":"","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 時間","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`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"同期が出来なかったアイテム","%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":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダ","%s: %d notes":"%s: %d ノート","Coming alarms":"時間のきたアラーム","On %s: %s":"","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.":"","Save alarm":"Save alarm","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"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.","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","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/nl_BE.json b/ElectronClient/app/locales/nl_BE.json index 383961ba1d..691644f771 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...","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.":" kan \"add\", \"remove\" of \"list\" zijn om een [tag] toe te voegen aan een [note] of te verwijderen, of om alle notities geassocieerd met de [tag] op te lijsten. Het commando `tag list` kan gebruikt worden om alle tags op te lijsten.","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","Search in all the notes":"Zoek in alle notities","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Save":"Sla op","Submit":"","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","Switch between note and to-do type":"Wissel tussen notitie en 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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","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","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. ","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Er bestaat al een notitieboek met \"%s\" als titel","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","Untitled":"Untitled","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.","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De editor die zal gebruikt worden bij het openen van een notitie. Als er geen meegegeven wordt, zal het programma de standaard editor proberen te detecteren. ","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","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":"","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" kan \"add\", \"remove\" of \"list\" zijn om een [tag] toe te voegen aan een [note] of te verwijderen, of om alle notities geassocieerd met de [tag] op te lijsten. Het commando `tag list` kan gebruikt worden om alle tags op te lijsten.","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","Search in all the notes":"Zoek in alle notities","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Save":"Sla op","Submit":"","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","Switch between note and to-do type":"Wissel tussen notitie en 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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","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","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. ","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Er bestaat al een notitieboek met \"%s\" als titel","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","Untitled":"Untitled","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.","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De editor die zal gebruikt worden bij het openen van een notitie. Als er geen meegegeven wordt, zal het programma de standaard editor proberen te detecteren. ","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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","Save alarm":"Save alarm","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","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":"","Login with Dropbox":"Login with Dropbox","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","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","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/pt_BR.json b/ElectronClient/app/locales/pt_BR.json index d0a5518ad0..16e117bf15 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":"Desabilitado","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\".":"To maximise/minimise the console, press \"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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `taglist` pode ser usado para listar todas as tags.","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","Search in all the notes":"Pesquisar em todas as notas","View":"Visualizar","Toggle sidebar":"","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"","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","The web clipper service is already 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:":"","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","Save":"Salvar","Submit":"Enviar","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:":"Rename 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","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Copy Markdown link":"Copy Markdown link","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\".","Open...":"Abrir...","Save as...":"Salvar como...","Copy path to clipboard":"","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.","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: \"%s\".","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Já existe caderno com este título: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","Untitled":"Sem título","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\"","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O editor que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","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":"Show completed to-dos","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.":"","Global zoom percentage":"Porcentagem global do zoom","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.":"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":"Atualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","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","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","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.","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","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":"","- 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":"Site do Joplin","Login with Dropbox":"Login com Dropbox","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"","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","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":"Desabilitado","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\".":"To maximise/minimise the console, press \"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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `taglist` pode ser usado para listar todas as tags.","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","Search in all the notes":"Pesquisar em todas as notas","View":"Visualizar","Toggle sidebar":"","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"","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","The web clipper service is already 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:":"","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","Save":"Salvar","Submit":"Enviar","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:":"Rename 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","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Copy Markdown link":"Copy Markdown link","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\".","Open...":"Abrir...","Save as...":"Salvar como...","Copy path to clipboard":"","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.","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: \"%s\".","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Já existe caderno com este título: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","Untitled":"Sem título","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\"","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O editor que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","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":"Show completed to-dos","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.":"","Global zoom percentage":"Porcentagem global do zoom","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.":"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":"Atualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","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","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","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.","Save alarm":"Save alarm","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","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":"","- 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":"Site do Joplin","Login with Dropbox":"Login com Dropbox","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"","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","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/ru_RU.json b/ElectronClient/app/locales/ru_RU.json index 6bd22c3267..e3455fa84e 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...":"Начало синхронизации...","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.":" может быть «add», «remove» или «list», чтобы назначить или убрать [tag] с [note], или чтобы вывести список заметок, ассоциированых с [tag]. Команда `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» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «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":"Вставить","Search in all the notes":"Поиск во всех заметках","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":"Нет","The web clipper service is already 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:":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Save":"Сохранить","Submit":"","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":"Добавить или удалить теги","Switch between note and 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\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Open...":"Открыть...","Save as...":"Сохранить как...","Copy path to clipboard":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","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":"Блокноты","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.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Блокнот с таким названием уже существует: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","Untitled":"Без имени","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Text editor":"Текстовый редактор","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Редактор, в котором будут открываться заметки. Если не задан, будет произведена попытка автоматического определения редактора по умолчанию.","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.":"","Global zoom percentage":"Глобальный масштаб в процентах","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 часов","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","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","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","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.":"Нажмите, чтобы установить пароль для расшифровки.","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","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","Login with Dropbox":"Login with Dropbox","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","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","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...":"Начало синхронизации...","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.":" может быть «add», «remove» или «list», чтобы назначить или убрать [tag] с [note], или чтобы вывести список заметок, ассоциированых с [tag]. Команда `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» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «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":"Вставить","Search in all the notes":"Поиск во всех заметках","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":"Нет","The web clipper service is already 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:":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Save":"Сохранить","Submit":"","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":"Добавить или удалить теги","Switch between note and 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\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Open...":"Открыть...","Save as...":"Сохранить как...","Copy path to clipboard":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","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":"Блокноты","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.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Блокнот с таким названием уже существует: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","Untitled":"Без имени","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Text editor":"Текстовый редактор","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Редактор, в котором будут открываться заметки. Если не задан, будет произведена попытка автоматического определения редактора по умолчанию.","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.":"","Global zoom percentage":"Глобальный масштаб в процентах","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 часов","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","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","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","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.":"Нажмите, чтобы установить пароль для расшифровки.","Save alarm":"Save alarm","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","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","Login with Dropbox":"Login with Dropbox","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","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","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 e5c56b1ed5..a08695ed33 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.","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.":" je lahko \"dodaj\", \"odstrani\" ali \"naštej\", da dodeliš ali odstraniš [tag] from [note] ali našteje zabeležke povezane z oznako [tag]. Ukaz `tag list` je lahko uporabljen da prikaže vse oznake.","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","Search in all the notes":"Išči znotraj vseh zabeležk","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Save":"Shrani","Submit":"","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","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","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\".","Open...":"Odpri...","Save as...":"Shrani kot...","Copy path to clipboard":"","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.","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","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","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.","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.","State: %s.":"Stanje: %s.","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","A notebook with this title already exists: \"%s\"":"Beležnica s tem naslovom že obstaja: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","Untitled":"Neimenovano","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","Text editor":"Urejevalnik besedila","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Urejevalnik, ki bo uporabljen za odpiranje zabeležk. Če noben ni izbran, bo avtomatsko zaznan privzeti urejevalnik.","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.":"","Global zoom percentage":"Celokupen procent povečave","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","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","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","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","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.","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","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","Login with Dropbox":"Login with Dropbox","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","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","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.","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.":" je lahko \"dodaj\", \"odstrani\" ali \"naštej\", da dodeliš ali odstraniš [tag] from [note] ali našteje zabeležke povezane z oznako [tag]. Ukaz `tag list` je lahko uporabljen da prikaže vse oznake.","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","Search in all the notes":"Išči znotraj vseh zabeležk","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Save":"Shrani","Submit":"","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","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","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\".","Open...":"Odpri...","Save as...":"Shrani kot...","Copy path to clipboard":"","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.","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","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","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.","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.","State: %s.":"Stanje: %s.","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","A notebook with this title already exists: \"%s\"":"Beležnica s tem naslovom že obstaja: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","Untitled":"Neimenovano","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","Text editor":"Urejevalnik besedila","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Urejevalnik, ki bo uporabljen za odpiranje zabeležk. Če noben ni izbran, bo avtomatsko zaznan privzeti urejevalnik.","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.":"","Global zoom percentage":"Celokupen procent povečave","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","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","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","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","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.","Save alarm":"Save alarm","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","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","Login with Dropbox":"Login with Dropbox","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","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","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/zh_CN.json b/ElectronClient/app/locales/zh_CN.json index 6889f8f54b..b3e221bf70 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":"","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.":"读取或设置配置数值。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.":"复制符合的笔记至[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\".":"To maximise/minimise the console, press \"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.":"仅显示指定类型的项目。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\"":"\"文本\"或\"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)":"同步至所提供的目标(默认为同步目标配置值)","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.":"Not authentified with %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.":"Lock file is already being hold. 如果您确认当前未在进行任何同步,可删除锁定文件\"%s\"后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","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.":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. `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.":" can either be \"toggle\" or \"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)":"","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":"粘贴","Search in all the notes":"在所有笔记内搜索","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)":"","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":"否","The web clipper service is already 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:":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Save":"保存","Submit":"","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.":"此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":"添加或删除标签","Switch between note and 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\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Open...":"打开…","Save as...":"另存为…","Copy path to clipboard":"","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","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":"笔记本","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"","File system":"文件系统","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"OneDrive开发员(仅测试用)","WebDAV":"","Unknown log level: %s":"未知日志level:%s","Unknown level ID: %s":"未知 level ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"以此标题命名的笔记本已存在:\"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为\"%s\",此标题为保留标题。","Untitled":"无标题","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至\"%s\"笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至\"%s\"笔记本","Text editor":"文本编辑器","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此编辑器将会被用于打开笔记。若未提供将自动检测默认编辑器。","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.":"","Global zoom percentage":"全局缩放比例","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小时","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 username":"Nextcloud用户名","Nextcloud password":"Nextcloud密码","WebDAV URL":"","WebDAV username":"WebDAV用户名","WebDAV password":"WebDAV密码","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","Joplin Export File":"Joplin输出文件","Markdown":"","Joplin Export Directory":"Joplin输出文件目录","Evernote Export File":"Evernote导出文件","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":"","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","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.":"按键将设置解密密码。","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","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官网","Login with Dropbox":"Login with Dropbox","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","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","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":"","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.":"读取或设置配置数值。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.":"复制符合的笔记至[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\".":"To maximise/minimise the console, press \"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.":"仅显示指定类型的项目。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\"":"\"文本\"或\"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)":"同步至所提供的目标(默认为同步目标配置值)","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.":"Not authentified with %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.":"Lock file is already being hold. 如果您确认当前未在进行任何同步,可删除锁定文件\"%s\"后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","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.":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. `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.":" can either be \"toggle\" or \"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)":"","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":"粘贴","Search in all the notes":"在所有笔记内搜索","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)":"","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":"否","The web clipper service is already 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:":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Save":"保存","Submit":"","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.":"此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":"添加或删除标签","Switch between note and 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\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Open...":"打开…","Save as...":"另存为…","Copy path to clipboard":"","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","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":"笔记本","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"","File system":"文件系统","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"OneDrive开发员(仅测试用)","WebDAV":"","Unknown log level: %s":"未知日志level:%s","Unknown level ID: %s":"未知 level ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"以此标题命名的笔记本已存在:\"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为\"%s\",此标题为保留标题。","Untitled":"无标题","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至\"%s\"笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至\"%s\"笔记本","Text editor":"文本编辑器","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此编辑器将会被用于打开笔记。若未提供将自动检测默认编辑器。","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.":"","Global zoom percentage":"全局缩放比例","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小时","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 username":"Nextcloud用户名","Nextcloud password":"Nextcloud密码","WebDAV URL":"","WebDAV username":"WebDAV用户名","WebDAV password":"WebDAV密码","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","Joplin Export File":"Joplin输出文件","Markdown":"","Joplin Export Directory":"Joplin输出文件目录","Evernote Export File":"Evernote导出文件","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":"","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","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.":"按键将设置解密密码。","Save alarm":"Save alarm","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","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官网","Login with Dropbox":"Login with Dropbox","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","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","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 38fd14eb38..87b06a50f8 100644 --- a/README.md +++ b/README.md @@ -302,14 +302,14 @@ Current translations: ![](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. | 91% ![](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) | Philipp Zumstein (zuphilip@gmail.com) | 92% ![](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) | 94% +![](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) | 93% ![](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/country-4x3/es.png) | Galician | [gl_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po) | Marcos Lans (marcoslansgarza@gmail.com) | 90% +![](https://joplin.cozic.net/images/flags/country-4x3/es.png) | Galician | [gl_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po) | Marcos Lans (marcoslansgarza@gmail.com) | 89% ![](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) | | 59% ![](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) | | 71% -![](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) | 92% -![](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) | | 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) | 89% +![](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) | 91% +![](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) | | 88% +![](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) | 88% ![](https://joplin.cozic.net/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 85% ![](https://joplin.cozic.net/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | | 57% diff --git a/ReactNativeClient/lib/components/select-date-time-dialog.js b/ReactNativeClient/lib/components/select-date-time-dialog.js index c0b43d7e06..95e18d29d2 100644 --- a/ReactNativeClient/lib/components/select-date-time-dialog.js +++ b/ReactNativeClient/lib/components/select-date-time-dialog.js @@ -60,9 +60,9 @@ class SelectDateTimeDialog extends Component { render() { const popupActions = [ - this.onAccept()} key="saveButton" />, - this.onClear()} key="clearButton" />, - this.onReject()} key="cancelButton" />, + this.onAccept()} key="saveButton" />, + this.onClear()} key="clearButton" />, + this.onReject()} key="cancelButton" />, ]; return ( diff --git a/ReactNativeClient/locales/cs_CZ.json b/ReactNativeClient/locales/cs_CZ.json index 9028f55d2b..2687a16147 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...","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.":" může být \"add\", \"remove\" nebo \"list\" - přidat (add) či odebrat (remove) [tag] k [poznámce], nebo vypsat (list) seznam poznámek přiřazených k [tagu]. Příkaz `tag list` vypíše všechny tagy.","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","Search in all the notes":"Hledat ve všech poznámkách","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Save":"Uložit","Submit":"","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","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","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\".","Open...":"Otevřít...","Save as...":"Uložit jako...","Copy path to clipboard":"","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.","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","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","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. ","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.","State: %s.":"Stav: %s.","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","A notebook with this title already exists: \"%s\"":"Zápisník s tímto názvem již existuje: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","Untitled":"Bez názvu","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\"","Text editor":"Textový editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor ve kterém budou otvírány poznámky. Pokud není specifikováno, aplikace se pokusí o autodetekci defaultního editoru.","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.":"","Global zoom percentage":"Globální zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","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","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í.","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","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","Login with Dropbox":"Login with Dropbox","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","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+","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...","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.":" může být \"add\", \"remove\" nebo \"list\" - přidat (add) či odebrat (remove) [tag] k [poznámce], nebo vypsat (list) seznam poznámek přiřazených k [tagu]. Příkaz `tag list` vypíše všechny tagy.","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","Search in all the notes":"Hledat ve všech poznámkách","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Zkontrolujte nastavení synchronizace","Notes and settings are stored in: %s":"Poznámky a nastavení uloženo v: %s","Save":"Uložit","Submit":"","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","Switch between note and to-do type":"Přepnout mezi poznámkou a to-do","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\".","Open...":"Otevřít...","Save as...":"Uložit jako...","Copy path to clipboard":"","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.","Attach file":"Přiložit soubor","Tags":"Tagy","Set alarm":"Nastavit alarm","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","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. ","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.","State: %s.":"Stav: %s.","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","A notebook with this title already exists: \"%s\"":"Zápisník s tímto názvem již existuje: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.","Untitled":"Bez názvu","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\"","Text editor":"Textový editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor ve kterém budou otvírány poznámky. Pokud není specifikováno, aplikace se pokusí o autodetekci defaultního editoru.","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.":"","Global zoom percentage":"Globální zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.","Joplin Export File":"Soubor Joplin Export","Markdown":"Markdown","Joplin Export Directory":"Složka pro export","Evernote Export File":"Soubor Evernote Exportu","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","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í.","Save alarm":"Save alarm","Select date":"Vybrat datum","Confirm":"Potvrdit","Cancel synchronisation":"Zrušit synchronizaci","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","Login with Dropbox":"Login with Dropbox","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","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+","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 9b1f4c828f..d089d69885 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.","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.":" (mærke-kommando) kan enten være \"add\" (tilføj), \"remove\" (slet) eller \"list\" (liste) for at tilføje eller fjerne mærke [tag] fra [note], eller for at liste de noter der bruger mærket [tag]. Kommandoen `tag-list` kan bruges til at vise alle mærker.","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","Search in all the notes":"Søg i alle noter","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Save":"Gem","Submit":"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","Switch between note and to-do type":"Skift mellem note- og opgave 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\".","Open...":"Åben...","Save as...":"Gem som...","Copy path to clipboard":"","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.","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","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","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.","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.","State: %s.":"Tilstand: %s.","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","A notebook with this title already exists: \"%s\"":"En notesbog bruger allerede dette navn: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","Untitled":"Samlet","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","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor der bruges til at åbne note. Hvis ingen valgt/udfyldt, vil auto-funktion søge efter standard editor.","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.":"","Global zoom percentage":"Global zoom procent","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","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","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","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","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.","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","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","Login with Dropbox":"Login with Dropbox","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","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","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.","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.":" (mærke-kommando) kan enten være \"add\" (tilføj), \"remove\" (slet) eller \"list\" (liste) for at tilføje eller fjerne mærke [tag] fra [note], eller for at liste de noter der bruger mærket [tag]. Kommandoen `tag-list` kan bruges til at vise alle mærker.","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","Search in all the notes":"Søg i alle noter","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synkroniserings Indstillinger","Notes and settings are stored in: %s":"Noter og indstillinger er gemt i: %s","Save":"Gem","Submit":"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","Switch between note and to-do type":"Skift mellem note- og opgave 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\".","Open...":"Åben...","Save as...":"Gem som...","Copy path to clipboard":"","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.","Attach file":"Vedhæft fil","Tags":"Mærker","Set alarm":"Indstil alarm","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","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.","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.","State: %s.":"Tilstand: %s.","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","A notebook with this title already exists: \"%s\"":"En notesbog bruger allerede dette navn: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notesbøger kan ikke få navnet \"%s\", da det er en beskyttet titel.","Untitled":"Samlet","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","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor der bruges til at åbne note. Hvis ingen valgt/udfyldt, vil auto-funktion søge efter standard editor.","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.":"","Global zoom percentage":"Global zoom procent","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","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","Nextcloud username":"Nextcloud brugernavn","Nextcloud password":"Nextcloud kodeord","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV brugernavn","WebDAV password":"WebDAV kodeord","Invalid option value: \"%s\". Possible values are: %s.":"Ulovlig værdi: \"%s\". Mulige valg er: %s.","Joplin Export File":"Joplin eksport fil","Markdown":"Markdown","Joplin Export Directory":"Joplin eksport mappe","Evernote Export File":"Evernote eksport fil","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","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.","Save alarm":"Save alarm","Select date":"Vælg dato","Confirm":"Bekræft","Cancel synchronisation":"Afbryd synkronisering","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","Login with Dropbox":"Login with Dropbox","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","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","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 c5b6c9767f..4b758e7829 100644 --- a/ReactNativeClient/locales/de_DE.json +++ b/ReactNativeClient/locales/de_DE.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Um eine Markierung zu löschen, entferne diese 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 Hintergrund-Synchronisation 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, Markierungen 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 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.":"Markiert: %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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" kann \"add\", \"remove\" or \"list\" sein, um eine [Markierung] zu [Notiz] zuzuweisen oder zu entfernen, oder um mit [Markierung] markierte Notizen anzuzeigen. Mit dem Befehl `tag list` können alle Markierungen angezeigt werden.","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","Search in all the notes":"Alle Notizen durchsuchen","View":"Ansicht","Toggle sidebar":"Seitenleiste ein/aus","Toggle editor layout":"Editor Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"","Encryption options":"Verschlüsselung","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Updates...","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 up-to-date.","An update is available, do you want to download it now?":"Es ist ein Update verfügbar! Soll dies jetzt heruntergeladen werden?","Yes":"Ja","No":"Nein","The web clipper service is already 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:":"","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Save":"Speichern","Submit":"Absenden","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":"Fehlender Master-Key","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 Master-Keas 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:":"Füge hinzu oder entferne Markierungen:","Separate each tag by a comma.":"Trenne jede Markierung mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Rename tag:","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":"Markierungen hinzufügen oder entfernen","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Copy Markdown link":"Copy Markdown link","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Hier sind noch keine Notizen. 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.","Open...":"Öffne...","Save as...":"Sichern unter...","Copy path to clipboard":"","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.","Attach file":"Datei anhängen","Tags":"Markierungen","Set alarm":"Alarm erstellen","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive Login","Dropbox Login":"Dropbox Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Diese Markierung von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","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.","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.","State: %s.":"Status: %s.","Cancelling...":"Abbrechen...","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Ein Notizbuch mit diesem Titel existiert bereits : \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dies ist ein reservierter Titel.","Untitled":"Unbenannt","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","Text editor":"Textverarbeitungsprogramm","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Das Textverarbeitungsprogramm, mit dem Notizen geöffnet werden. Wenn keines ausgewählt wurde, wird Joplin versuchen das standard-Textverarbeitungsprogramm zu erkennen.","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":"Show completed to-dos","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.","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","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.":"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":"Die Applikation automatisch aktualisieren","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","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 zum synchronisieren (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","Nextcloud username":"Nextcloud Benutzername","Nextcloud password":"Nextcloud Passwort","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV Benutzername","WebDAV password":"WebDAV Passwort","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","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","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.","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","New tags:":"Neue Markierungen:","Type new tags or select from list":"Neue Markierungen 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":"","- 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 von Joplin","Login with Dropbox":"Mit Dropbox anmelden","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"","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","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 den (+) Knopf, 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. 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 eine Markierung zu löschen, entferne diese 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 Hintergrund-Synchronisation 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, Markierungen 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 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.":"Markiert: %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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" kann \"add\", \"remove\" or \"list\" sein, um eine [Markierung] zu [Notiz] zuzuweisen oder zu entfernen, oder um mit [Markierung] markierte Notizen anzuzeigen. Mit dem Befehl `tag list` können alle Markierungen angezeigt werden.","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","Search in all the notes":"Alle Notizen durchsuchen","View":"Ansicht","Toggle sidebar":"Seitenleiste ein/aus","Toggle editor layout":"Editor Layout umschalten","Tools":"Werkzeuge","Synchronisation status":"Status der Synchronisation","Web clipper options":"","Encryption options":"Verschlüsselung","General Options":"Allgemeine Einstellungen","Help":"Hilfe","Website and documentation":"Webseite und Dokumentation","Make a donation":"Spenden","Check for updates...":"Überprüfe auf Updates...","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 up-to-date.","An update is available, do you want to download it now?":"Es ist ein Update verfügbar! Soll dies jetzt heruntergeladen werden?","Yes":"Ja","No":"Nein","The web clipper service is already 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:":"","Check synchronisation configuration":"Überprüfen der Synchronisationseinstellungen","Notes and settings are stored in: %s":"Notizen und Einstellungen werden gespeichert in: %s","Save":"Speichern","Submit":"Absenden","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":"Fehlender Master-Key","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 Master-Keas 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:":"Füge hinzu oder entferne Markierungen:","Separate each tag by a comma.":"Trenne jede Markierung mit einem Komma.","Rename notebook:":"Notizbuch umbenennen:","Rename tag:":"Rename tag:","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":"Markierungen hinzufügen oder entfernen","Switch between note and to-do type":"Zwischen Notiz und To-Do Typ wechseln","Copy Markdown link":"Copy Markdown link","Delete":"Löschen","Delete notes?":"Notizen löschen?","No notes in here. Create one by clicking on \"New note\".":"Hier sind noch keine Notizen. 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.","Open...":"Öffne...","Save as...":"Sichern unter...","Copy path to clipboard":"","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.","Attach file":"Datei anhängen","Tags":"Markierungen","Set alarm":"Alarm erstellen","to-do":"To-Do","note":"Notiz","Creating new %s...":"Erstelle neue %s...","Refresh":"Aktualisieren","Clear":"Leeren","OneDrive Login":"OneDrive Login","Dropbox Login":"Dropbox Anmeldung","Options":"Optionen","Synchronisation Status":"Synchronisations Status","Encryption Options":"Verschlüsselungsoptionen","Clipper Options":"Clipper Options","Remove this tag from all the notes?":"Diese Markierung von allen Notizen entfernen?","Remove this search from the sidebar?":"Diese Suche von der Seitenleiste entfernen?","Rename":"Umbenennen","Synchronise":"Synchronisieren","Notebooks":"Notizbücher","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.","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.","State: %s.":"Status: %s.","Cancelling...":"Abbrechen...","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Ein Notizbuch mit diesem Titel existiert bereits : \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Notizbuch kann nicht \"%s\" genannt werden. Dies ist ein reservierter Titel.","Untitled":"Unbenannt","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","Text editor":"Textverarbeitungsprogramm","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Das Textverarbeitungsprogramm, mit dem Notizen geöffnet werden. Wenn keines ausgewählt wurde, wird Joplin versuchen das standard-Textverarbeitungsprogramm zu erkennen.","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":"Show completed to-dos","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.","Global zoom percentage":"Zoomstufe der Benutzeroberfläche","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.":"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":"Die Applikation automatisch aktualisieren","Synchronisation interval":"Synchronisationsinterval","%d minutes":"%d Minuten","%d hour":"%d Stunde","%d hours":"%d Stunden","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 zum synchronisieren (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","Nextcloud username":"Nextcloud Benutzername","Nextcloud password":"Nextcloud Passwort","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV Benutzername","WebDAV password":"WebDAV Passwort","Invalid option value: \"%s\". Possible values are: %s.":"Ungültiger Optionswert: \"%s\". Mögliche Werte sind: %s.","Joplin Export File":"Joplin Export Datei","Markdown":"Markdown","Joplin Export Directory":"Joplin Export Verzeichnis","Evernote Export File":"Evernote Export Datei","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","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.","Save alarm":"Save alarm","Select date":"Datum auswählen","Confirm":"Bestätigen","Cancel synchronisation":"Synchronisation abbrechen","New tags:":"Neue Markierungen:","Type new tags or select from list":"Neue Markierungen 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":"","- 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 von Joplin","Login with Dropbox":"Mit Dropbox anmelden","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Nicht unterstütztes Fotoformat: %s","Attach photo":"Foto anhängen","Attach any file":"Beliebige Datei anhängen","Share":"","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","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 den (+) Knopf, 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. 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 6a8f21524b..3dfac2820b 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...":"","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.":"","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":"","Search in all the notes":"","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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"","Switch between note and 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\".":"","Open...":"","Save as...":"","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"","Tags":"","Set alarm":"","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":"","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.":"","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.":"","State: %s.":"","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":"","A notebook with this title already exists: \"%s\"":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","Untitled":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Text editor":"","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","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.":"","Global zoom percentage":"","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":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","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":"","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.":"","Select date":"","Confirm":"","Cancel synchronisation":"","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":"","Login with Dropbox":"","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":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","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...":"","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.":"","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":"","Search in all the notes":"","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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"","Switch between note and 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\".":"","Open...":"","Save as...":"","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"","Tags":"","Set alarm":"","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":"","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.":"","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.":"","State: %s.":"","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":"","A notebook with this title already exists: \"%s\"":"","Notebooks cannot be named \"%s\", which is a reserved title.":"","Untitled":"","This note does not have geolocation information.":"","Cannot copy note to \"%s\" notebook":"","Cannot move note to \"%s\" notebook":"","Text editor":"","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"","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.":"","Global zoom percentage":"","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":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"","Joplin Export File":"","Markdown":"","Joplin Export Directory":"","Evernote Export File":"","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":"","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.":"","Save alarm":"","Select date":"","Confirm":"","Cancel synchronisation":"","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":"","Login with Dropbox":"","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":"","Attach photo":"","Attach any file":"","Share":"","Convert to note":"","Convert to todo":"","Hide metadata":"","Show metadata":"","View on map":"","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 41327492f3..798318be70 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...","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.":" puede ser \"add\", \"remove\" o \"list\" para asignar o eliminar [tag] de [note], o para listar las notas asociadas con [tag]. El comando `tag list` puede ser usado para listar todas las etiquetas.","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","Search in all the notes":"Buscar en todas las notas","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":"","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Save":"Guardar","Submit":"Aceptar","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:":"Rename tag:","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","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","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».","Open...":"Abrir...","Save as...":"Guardar como...","Copy path to clipboard":"","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.","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: «%s».","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","A notebook with this title already exists: \"%s\"":"Ya existe una libreta con este nombre: «%s»","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.","Untitled":"Sin título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El editor que se usará para abrir una nota. Se intentará auto-detectar el editor predeterminado si no se proporciona ninguno.","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":"Show completed to-dos","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.","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","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.":"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 la aplicación automáticamente","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","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","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","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.","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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":"","- 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","Login with Dropbox":"Acceder con Dropbox","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","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"","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","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...","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.":" puede ser \"add\", \"remove\" o \"list\" para asignar o eliminar [tag] de [note], o para listar las notas asociadas con [tag]. El comando `tag list` puede ser usado para listar todas las etiquetas.","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","Search in all the notes":"Buscar en todas las notas","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":"","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Comprobar sincronización","Notes and settings are stored in: %s":"Las notas y los ajustes se guardan en: %s","Save":"Guardar","Submit":"Aceptar","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:":"Rename tag:","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","Switch between note and to-do type":"Cambiar entre nota y lista de tareas","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».","Open...":"Abrir...","Save as...":"Guardar como...","Copy path to clipboard":"","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.","Attach file":"Adjuntar archivo","Tags":"Etiquetas","Set alarm":"Establecer alarma","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: «%s».","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","A notebook with this title already exists: \"%s\"":"Ya existe una libreta con este nombre: «%s»","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.","Untitled":"Sin título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"El editor que se usará para abrir una nota. Se intentará auto-detectar el editor predeterminado si no se proporciona ninguno.","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":"Show completed to-dos","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.","Global zoom percentage":"Establecer el porcentaje de aumento de la aplicación","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.":"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 la aplicación automáticamente","Synchronisation interval":"Intervalo de sincronización","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Opción inválida: «%s». Los valores posibles son: %s.","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","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","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.","Save alarm":"Save alarm","Select date":"Seleccione fecha","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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":"","- 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","Login with Dropbox":"Acceder con Dropbox","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","Attach photo":"Adjuntar foto","Attach any file":"Adjuntar cualquier archivo","Share":"","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","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 5822d94e4c..297eda5893 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...","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.":" izan daiteke \"add\", \"remove\" edo \"list\" [oharra]tik [etiketa] esleitu edo kentzeko, edo [etiketa]rekin elkartutako oharrak zerrendatzeko. Etiketa guztiak zerrendatzeko `tag list` komandoa erabil daiteke. ","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","Search in all the notes":"Bilatu ohar guztietan","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Save":"Gorde","Submit":"","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","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Dagoeneko bada koaderno bat izen horrekin: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","Untitled":"Titulu gabekoa","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","Text editor":"Testu editorea","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editorea erabiliko da oharra zabaltzeko. Ez badago zehaztutakorik lehenetsia igartzen ahaleginduko da.","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.":"","Global zoom percentage":"Global zoom percentage","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","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","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","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":"","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" izan daiteke \"add\", \"remove\" edo \"list\" [oharra]tik [etiketa] esleitu edo kentzeko, edo [etiketa]rekin elkartutako oharrak zerrendatzeko. Etiketa guztiak zerrendatzeko `tag list` komandoa erabil daiteke. ","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","Search in all the notes":"Bilatu ohar guztietan","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Oharrak eta ezarpenak hemen daude gordeta: %s","Save":"Gorde","Submit":"","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","Switch between note and to-do type":"Aldatu oharra eta zeregin eren artean.","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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Erantsi fitxategia","Tags":"Etiketak","Set alarm":"Ezarri alarma","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Dagoeneko bada koaderno bat izen horrekin: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Koadernoak ezin izendatu daitezke \"%s\", izen hori Joplinek gordeta dauka","Untitled":"Titulu gabekoa","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","Text editor":"Testu editorea","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editorea erabiliko da oharra zabaltzeko. Ez badago zehaztutakorik lehenetsia igartzen ahaleginduko da.","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.":"","Global zoom percentage":"Global zoom percentage","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","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","Nextcloud username":"Nextcloud erabiltzaile-izena","Nextcloud password":"Nextcloud pasahitza","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV username","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Balio aukera baliogabea: \"%s\". Litezkeen balioak: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.","Save alarm":"Save alarm","Select date":"Data aukeratu","Confirm":"Baieztatu","Cancel synchronisation":"Sinkronizazioa utzi","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":"","Login with Dropbox":"Login with Dropbox","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","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","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 eedbae4e37..7b1efd4265 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 crypté 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 (Cryptage 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écryptage... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à décrypter.","Completed decryption.":"Décryptage complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le cryptage 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...","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.":" 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.","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 crypté 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 cryptés vont être décrypté 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","Search in all the notes":"Chercher dans toutes les notes","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 cryptage","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","The web clipper service is already enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Commencé 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 de sauver 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 :","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Save":"Enregistrer","Submit":"Envoyer","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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés décrypté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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés crypté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écrypter les données ! Pour activer le cryptage, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le cryptage","Enable encryption":"Activer le cryptage","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 cryptage (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le décryptage, selon la façon dont les notes ou carnets étaient crypté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 crypter 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 l'encryption de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le cryptage 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écryptés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Switch between note and to-do type":"Alterner entre note et 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\".","Open...":"Ouvrir...","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","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.","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","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 cryptage","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","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.","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.","State: %s.":"État : %s.","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":"Crypté","Encrypted items cannot be modified":"Les objets cryptés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet vers le carnet \"%s\"","A notebook with this title already exists: \"%s\"":"Un carnet avec ce titre existe déjà : \"%s\"","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é.","Untitled":"Sans titre","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\"","Text editor":"Éditeur de texte","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'éditeur de texte pour ouvrir et modifier les notes. Si aucun n'est spécifié, il sera détecté automatiquement.","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 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.","Global zoom percentage":"Niveau de zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","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 crypté : %s \"%s\". Veuillez attendre que tout soit décrypté 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","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 cryptage","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.","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","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","Login with Dropbox":"Se connecter à Dropbox","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","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","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 crypté 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 (Cryptage 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écryptage... Veuillez patienter car cela pourrait prendre plusieurs minutes selon le nombre d'objets à décrypter.","Completed decryption.":"Décryptage complété.","Enabled":"Activé","Disabled":"Désactivé","Encryption is: %s":"Le cryptage 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...","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.":" 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.","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 crypté 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 cryptés vont être décrypté 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","Search in all the notes":"Chercher dans toutes les notes","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 cryptage","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","The web clipper service is already enabled and set to auto-start.":"Le service du Web Clipper est activé et démarrera automatiquement.","Status: Started on port %d":"État : Commencé 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 de sauver 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 :","Check synchronisation configuration":"Vérifier config synchronisation","Notes and settings are stored in: %s":"Les notes et paramètres se trouve dans : %s","Save":"Enregistrer","Submit":"Envoyer","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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés décrypté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 cryptage signifie que *toutes* les notes et fichiers vont être re-synchronisés et envoyés crypté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écrypter les données ! Pour activer le cryptage, veuillez entrer votre mot de passe ci-dessous.","Disable encryption":"Désactiver le cryptage","Enable encryption":"Activer le cryptage","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 cryptage (celle marquée comme \"actif\" ci-dessus). N'importe quelle clef peut être utilisée pour le décryptage, selon la façon dont les notes ou carnets étaient crypté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 crypter 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 l'encryption de bout en bout, ainsi que des conseils pour l'activer, veuillez consulter la documentation :","Status":"État","Encryption is:":"Le cryptage 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écryptés.","Set the password":"Définir le mot de passe","Add or remove tags":"Gérer les étiquettes","Switch between note and to-do type":"Alterner entre note et 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\".","Open...":"Ouvrir...","Save as...":"Enregistrer sous...","Copy path to clipboard":"Copier le chemin","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.","Attach file":"Attacher un fichier","Tags":"Étiquettes","Set alarm":"Régler alarme","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 cryptage","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","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.","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.","State: %s.":"État : %s.","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":"Crypté","Encrypted items cannot be modified":"Les objets cryptés ne peuvent être modifiés","Conflicts":"Conflits","Cannot move notebook to this location":"Impossible de déplacer le carnet vers le carnet \"%s\"","A notebook with this title already exists: \"%s\"":"Un carnet avec ce titre existe déjà : \"%s\"","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é.","Untitled":"Sans titre","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\"","Text editor":"Éditeur de texte","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'éditeur de texte pour ouvrir et modifier les notes. Si aucun n'est spécifié, il sera détecté automatiquement.","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 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.","Global zoom percentage":"Niveau de zoom","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Option invalide: \"%s\". Les valeurs possibles sont : %s.","Joplin Export File":"Fichier d'export Joplin","Markdown":"Markdown","Joplin Export Directory":"Dossier d'export Joplin","Evernote Export File":"Fichiers d'export Evernote","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 crypté : %s \"%s\". Veuillez attendre que tout soit décrypté 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","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 cryptage","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.","Save alarm":"Enregistrer alarme","Select date":"Sélectionner date","Confirm":"Confirmer","Cancel synchronisation":"Annuler synchronisation","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","Login with Dropbox":"Se connecter à Dropbox","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","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","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 064bb060ca..c2ae07d212 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...","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.":" pode ser «add», «remove» ou «list» para asignar ou eliminar [tag] da [note] ou para listar as notas asociadas con [tag]. A orde «list» pode usarse para listar todas as etiquetas.","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","Search in all the notes":"Buscar en todas as notas","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","The web clipper service is already 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:":"","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","Save":"Gardar","Submit":"","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","Switch between note and to-do type":"Cambiar entre notas e tarefas","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».","Open...":"Abrir…","Save as...":"Gardar como…","Copy path to clipboard":"","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.","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","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","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.","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.","State: %s.":"Estado: %s.","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","A notebook with this title already exists: \"%s\"":"Xa existe un caderno con ese título: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","Untitled":"Sen título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor a usar para abrir unha nota. Se non se indica ningún tentará detectar automaticamente o editor predeterminado.","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.":"","Global zoom percentage":"Porcentaxe de ampliación","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","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","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","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.","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" pode ser «add», «remove» ou «list» para asignar ou eliminar [tag] da [note] ou para listar as notas asociadas con [tag]. A orde «list» pode usarse para listar todas as etiquetas.","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","Search in all the notes":"Buscar en todas as notas","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","The web clipper service is already 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:":"","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","Save":"Gardar","Submit":"","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","Switch between note and to-do type":"Cambiar entre notas e tarefas","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».","Open...":"Abrir…","Save as...":"Gardar como…","Copy path to clipboard":"","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.","Attach file":"Anexar un ficheiro","Tags":"Etiquetas","Set alarm":"Estabelecer alarma","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","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.","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.","State: %s.":"Estado: %s.","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","A notebook with this title already exists: \"%s\"":"Xa existe un caderno con ese título: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos non poden levar o nome «%s» porque é un título reservado.","Untitled":"Sen título","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»","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Editor a usar para abrir unha nota. Se non se indica ningún tentará detectar automaticamente o editor predeterminado.","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.":"","Global zoom percentage":"Porcentaxe de ampliación","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","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor incorrecto de opción: «%s». Os valores posíbeis son: %s.","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","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","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.","Save alarm":"Save alarm","Select date":"Seleccionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronización","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","Login with Dropbox":"Login with Dropbox","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","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","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 e18efd841e..cba7f04653 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...","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.":" 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.","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","Search in all the notes":"Pretraži u svim bilješkama","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Save":"Spremi","Submit":"","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","Switch between note and to-do type":"Zamijeni bilješku i zadatak","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\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Bilježnica s ovim naslovom već postoji: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","Untitled":"Nenaslovljen","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","Text editor":"Uređivač teksta","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Program za uređivanje koji će biti korišten za uređivanje bilješki. Ako ni jedan nije odabran, pokušati će se sa default programom.","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.":"","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","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":"","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" 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.","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","Search in all the notes":"Pretraži u svim bilješkama","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Bilješke i postavke su pohranjene u: %s","Save":"Spremi","Submit":"","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","Switch between note and to-do type":"Zamijeni bilješku i zadatak","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\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Priloži datoteku","Tags":"Oznake","Set alarm":"Postavi upozorenje","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","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.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Bilježnica s ovim naslovom već postoji: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Naslov \"%s\" je rezerviran i ne može se koristiti.","Untitled":"Nenaslovljen","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","Text editor":"Uređivač teksta","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Program za uređivanje koji će biti korišten za uređivanje bilješki. Ako ni jedan nije odabran, pokušati će se sa default programom.","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Nevažeća vrijednost: \"%s\". Moguće vrijednosti su: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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.":"","Save alarm":"Save alarm","Select date":"Odaberi datum","Confirm":"Potvrdi","Cancel synchronisation":"Prekini sinkronizaciju","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":"","Login with Dropbox":"Login with Dropbox","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","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","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 3c30eb09eb..6f8c481a33 100644 --- a/ReactNativeClient/locales/it_IT.json +++ b/ReactNativeClient/locales/it_IT.json @@ -1 +1 @@ -{"To delete a tag, untag the associated notes.":"Elimina 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 blocco note 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 blocco note selezionato.","No notebook has been specified.":"Nessun blocco note è statoi 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":"","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 blocco note è specificato, la nota viene duplicata nel blocco note corrente.","Marks a to-do as done.":"Segna un'attività come completata.","Note is not a to-do: \"%s\"":"La nota non è un'attività: \"%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":"Disabilitato","Encryption is: %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 blocco note 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":"","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.":"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.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente blocco note.","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":"","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 blocco note usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il blocco note 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\".":"To maximise/minimise the console, press \"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`":"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.":"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 blocco note. Usa `ls /` per mostrare la lista dei blocchi note.","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 attività o `nt` per note e attività. (es. `-tt` mostrerà solo le attività, mentre `-ttd` mostrerà sia note che attività.","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 attività), TITLE","Please select a notebook first.":"Per favore prima seleziona un blocco note.","Creates a new notebook.":"Crea un nuovo blocco note.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno de blocco note.","Creates a new to-do.":"Crea una nuova attività.","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (nota o blocco note) in .","Deletes the given notebook.":"Elimina il seguente blocco note.","Deletes the notebook without asking for confirmation.":"Elimina il blocco note senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","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":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei blocchi note.","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:":"","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.":"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...","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.":" può essere \"add\", \"remove\" or \"list\" per assegnare o rimuovere [tag] da [note], o per mostrare le note associate a [tag]. Il comando `tag list` può essere usato per mostrare tutte le etichette.","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 cambiare lo stato dell'attività tra completata/non completata (se l'oggetto è una normale nota, questa verrà convertita in un'attività). Usa \"clear\" convertire le attività in normali note.","Marks a to-do as non-completed.":"Marca un'attività come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente blocco note.","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.":"Type `joplin help` for usage information.","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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuova attività","New notebook":"Nuovo blocco note","Import":"Importa","Export":"Export","Print":"","Hide %s":"","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Search in all the notes":"Cerca in tutte le note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Informazione si Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"Created","Updated":"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":"Stato","Encryption is:":"","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo blocco note \"%s\" verrà creato e \"%s\" vi verrà importato","Please create a notebook first.":"Per favore prima crea un blocco note.","Please create a notebook first":"Per favore prima crea un blocco note","Notebook title:":"Titolo del blocco note:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il blocco note:","Rename tag:":"Rename tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Search...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Aggiungi o rimuovi etichetta","Switch between note and to-do type":"Passa da un tipo di nota a un elenco di attività","Copy Markdown link":"","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\".":"There is currently no notebook. Create one by clicking on \"New notebook\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"Collegamento o messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"Allega file","Tags":"Etichette","Set alarm":"Imposta allarme","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"","Clipper Options":"Clipper Options","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":"Blocchi note","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"","File system":"File system","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","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.","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Conflitti","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Esiste già un blocco note col titolo \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","Untitled":"Senza titolo","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 blocco note \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel blocco note \"%s\"","Text editor":"Editor di testo","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'editor che sarà usato per aprire la nota. Se nessun editor è specificato si cercherà di individuare automaticamente l'editor predefinito.","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","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":"Salva geo-localizzazione con le note","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.":"","Global zoom percentage":"","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":"Aggiorna automaticamente l'applicazione","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","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).":"","Directory to synchronise with (absolute path)":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Oprione non valida: \"%s\". I valori possibili sono: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"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).":"","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","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":"","Configuration":"Configurazione","Move to notebook...":"Sposta sul blocco note...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul blocco note \"%s\"?","Press to set the decryption password.":"","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Il blocco note non può essere salvato: %s","Edit notebook":"Modifica blocco note","Show all":"","Errors only":"","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"","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","Delete notebook":"Cancella blocco note","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 blocco note. Fare clic sul menu laterale per accedere ai tuoi blocchi note esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun blocco note. Crearne uno cliccando sul pulsante (+).","Welcome":"Benvenuto"} \ No newline at end of file +{"To delete a tag, untag the associated notes.":"Elimina 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 blocco note 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 blocco note selezionato.","No notebook has been specified.":"Nessun blocco note è statoi 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":"","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 blocco note è specificato, la nota viene duplicata nel blocco note corrente.","Marks a to-do as done.":"Segna un'attività come completata.","Note is not a to-do: \"%s\"":"La nota non è un'attività: \"%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":"Disabilitato","Encryption is: %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 blocco note 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":"","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.":"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.":"Esporta solo la seguente nota.","Exports only the given notebook.":"Esporta solo il seguente blocco note.","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":"","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 blocco note usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , rispettivamente, la nota o il blocco note 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\".":"To maximise/minimise the console, press \"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`":"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.":"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 blocco note. Usa `ls /` per mostrare la lista dei blocchi note.","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 attività o `nt` per note e attività. (es. `-tt` mostrerà solo le attività, mentre `-ttd` mostrerà sia note che attività.","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 attività), TITLE","Please select a notebook first.":"Per favore prima seleziona un blocco note.","Creates a new notebook.":"Crea un nuovo blocco note.","Creates a new note.":"Crea una nuova nota.","Notes can only be created within a notebook.":"Le note possono essere create all'interno de blocco note.","Creates a new to-do.":"Crea una nuova attività.","Moves the notes matching to [notebook].":"Sposta le note che corrispondono a in [notebook].","Renames the given (note or notebook) to .":"Rinomina (nota o blocco note) in .","Deletes the given notebook.":"Elimina il seguente blocco note.","Deletes the notebook without asking for confirmation.":"Elimina il blocco note senza richiedere una conferma.","Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.":"","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":"Sets the property of the given to the given [value]. Possible properties are:\n\n%s","Displays summary about the notes and notebooks.":"Mostra un sommario delle note e dei blocchi note.","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:":"","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.":"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...","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.":" può essere \"add\", \"remove\" or \"list\" per assegnare o rimuovere [tag] da [note], o per mostrare le note associate a [tag]. Il comando `tag list` può essere usato per mostrare tutte le etichette.","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 cambiare lo stato dell'attività tra completata/non completata (se l'oggetto è una normale nota, questa verrà convertita in un'attività). Usa \"clear\" convertire le attività in normali note.","Marks a to-do as non-completed.":"Marca un'attività come non completata.","Switches to [notebook] - all further operations will happen within this notebook.":"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il seguente blocco note.","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.":"Type `joplin help` for usage information.","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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"File","New note":"Nuova nota","New to-do":"Nuova attività","New notebook":"Nuovo blocco note","Import":"Importa","Export":"Export","Print":"","Hide %s":"","Quit":"Esci","Edit":"Modifica","Copy":"Copia","Cut":"Taglia","Paste":"Incolla","Search in all the notes":"Cerca in tutte le note","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"Strumenti","Synchronisation status":"Stato di sincronizzazione","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"Aiuto","Website and documentation":"Sito web e documentazione","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"Informazione si Joplin","%s %s (%s, %s)":"%s %s (%s, %s)","Open %s":"Open %s","Exit":"","OK":"OK","Cancel":"Cancella","Current version is up-to-date.":"","An update is available, do you want to download it now?":"","Yes":"","No":"No","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"","Save":"","Submit":"","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":"Created","Updated":"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":"Stato","Encryption is:":"","Back":"Indietro","New notebook \"%s\" will be created and file \"%s\" will be imported into it":"Il nuovo blocco note \"%s\" verrà creato e \"%s\" vi verrà importato","Please create a notebook first.":"Per favore prima crea un blocco note.","Please create a notebook first":"Per favore prima crea un blocco note","Notebook title:":"Titolo del blocco note:","Add or remove tags:":"Aggiungi or rimuovi etichetta:","Separate each tag by a comma.":"Separa ogni etichetta da una virgola.","Rename notebook:":"Rinomina il blocco note:","Rename tag:":"Rename tag:","Set alarm:":"Imposta allarme:","Layout":"Disposizione","Search...":"Search...","Some items cannot be synchronised.":"Alcuni elementi non possono essere sincronizzati.","View them now":"Mostrali ora","Some items cannot be decrypted.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"Aggiungi o rimuovi etichetta","Switch between note and to-do type":"Passa da un tipo di nota a un elenco di attività","Copy Markdown link":"","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\".":"There is currently no notebook. Create one by clicking on \"New notebook\".","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"Collegamento o messaggio non supportato: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"Allega file","Tags":"Etichette","Set alarm":"Imposta allarme","to-do":"to-do","note":"note","Creating new %s...":"Creating new %s...","Refresh":"Aggiorna","Clear":"Pulisci","OneDrive Login":"Login OneDrive","Dropbox Login":"","Options":"Opzioni","Synchronisation Status":"Stato della Sincronizzazione","Encryption Options":"","Clipper Options":"Clipper Options","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":"Blocchi note","Please select where the sync status should be exported to":"Please select where the sync status should be exported to","Usage: %s":"Uso: %s","Unknown flag: %s":"Etichetta sconosciuta: %s","Dropbox":"","File system":"File system","Nextcloud":"","OneDrive":"OneDrive","OneDrive Dev (For testing only)":"OneDrive Dev (solo per test)","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.","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"Cancellazione...","Completed: %s":"Completata: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"La sincronizzazione è già in corso. Stato: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"Conflitti","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Esiste già un blocco note col titolo \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"I blocchi non possono essere chiamati \"%s\". È un titolo riservato.","Untitled":"Senza titolo","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 blocco note \"%s\"","Cannot move note to \"%s\" notebook":"Non posso spostare la nota nel blocco note \"%s\"","Text editor":"Editor di testo","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"L'editor che sarà usato per aprire la nota. Se nessun editor è specificato si cercherà di individuare automaticamente l'editor predefinito.","Language":"Linguaggio","Date format":"Formato della data","Time format":"Formato dell'orario","Theme":"Tema","Light":"Chiaro","Dark":"Scuro","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":"Salva geo-localizzazione con le note","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.":"","Global zoom percentage":"","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":"Aggiorna automaticamente l'applicazione","Synchronisation interval":"Intervallo di sincronizzazione","%d minutes":"%d minuti","%d hour":"%d ora","%d hours":"%d ore","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).":"","Directory to synchronise with (absolute path)":"","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":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"Oprione non valida: \"%s\". I valori possibili sono: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"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).":"","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","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":"","Configuration":"Configurazione","Move to notebook...":"Sposta sul blocco note...","Move %d notes to notebook \"%s\"?":"Spostare le note %d sul blocco note \"%s\"?","Press to set the decryption password.":"","Save alarm":"Save alarm","Select date":"Seleziona la data","Confirm":"Conferma","Cancel synchronisation":"Cancella la sincronizzazione","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"Enable","The notebook could not be saved: %s":"Il blocco note non può essere salvato: %s","Edit notebook":"Modifica blocco note","Show all":"","Errors only":"","This note has been modified:":"Questa note è stata modificata:","Save changes":"Salva i cambiamenti","Discard changes":"Ignora modifiche","No item with ID %s":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo di immagine non supportata: %s","Attach photo":"Allega foto","Attach any file":"Allega qualsiasi file","Share":"","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","Delete notebook":"Cancella blocco note","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 blocco note. Fare clic sul menu laterale per accedere ai tuoi blocchi note esistenti.","You currently have no notebook. Create one by clicking on (+) button.":"Attualmente non hai nessun blocco note. 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 c78ff61283..7f2ff2bc3c 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":"","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":"","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":"","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`.":"","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":"無効","Encryption is: %s":"","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディタが設定されていません。`config editor `で設定を行ってください。","No active notebook.":"有効なbノートブックがありません。","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":"","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.":"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.":"選択されたノートのみを出力する。","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":"","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\".":"To maximise/minimise the console, press \"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`":"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.":"確認を行わない。","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.":"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\"":"\"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.":"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.":"","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...":"同期を開始中...","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.":" は\"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)":"","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"規定値: %s","Possible keys/values:":"取り得るキーバリュー: ","Type `joplin help` for usage information.":"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.":"このアプリケーションを認証するためには下記の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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"Export","Print":"","Hide %s":"","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Search in all the notes":"すべてのノートを検索","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"ノートと設定は、%sに保存されます。","Save":"保存","Submit":"","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":"Created","Updated":"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.":"注意:\"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.":"","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.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"タグの追加・削除","Switch between note and to-do type":"ノートとToDoを切り替え","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\".":"ノートブックがありません。新しいノートブックを作成してください。","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"ファイルを添付","Tags":"タグ","Set alarm":"アラームをセット","to-do":"to-do","note":"note","Creating new %s...":"Creating new %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":"ノートブック","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %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.":"トークンの更新が出来ませんでした。認証データがありません。同期を再度行うことで解決することがあります。","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"衝突","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"\"%s\"という名前のノートブックはすでに存在しています。","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\"と言う名前はシステムで使用するために予約済みです。名前の変更が出来ません。","Untitled":"名称未設定","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\"にコピーできませんでした。","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\"に移動できませんでした。","Text editor":"テキストエディタ","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"ノートを開くために使用されるエディタです。特に指定がなければ、デフォルトのエディタの検出を試みます。","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","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":"ノートに位置情報を保存","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.":"","Global zoom percentage":"","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 時間","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`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"同期が出来なかったアイテム","%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":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダ","%s: %d notes":"%s: %d ノート","Coming alarms":"時間のきたアラーム","On %s: %s":"","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.":"","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"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.","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","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":"","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":"","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`.":"","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":"無効","Encryption is: %s":"","Edit note.":"ノートを編集する。","No text editor is defined. Please set it using `config editor `":"テキストエディタが設定されていません。`config editor `で設定を行ってください。","No active notebook.":"有効なbノートブックがありません。","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":"","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.":"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.":"選択されたノートのみを出力する。","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":"","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\".":"To maximise/minimise the console, press \"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`":"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.":"確認を行わない。","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.":"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\"":"\"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.":"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.":"","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...":"同期を開始中...","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.":" は\"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)":"","Enum":"列挙","Type: %s.":"種類: %s.","Possible values: %s.":"取り得る値: %s.","Default: %s":"規定値: %s","Possible keys/values:":"取り得るキーバリュー: ","Type `joplin help` for usage information.":"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.":"このアプリケーションを認証するためには下記の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.":"","Exporting to \"%s\" as \"%s\" format. Please wait...":"","Importing from \"%s\" as \"%s\" format. Please wait...":"","PDF File":"PDF File","File":"ファイル","New note":"新しいノート","New to-do":"新しいToDo","New notebook":"新しいノートブック","Import":"インポート","Export":"Export","Print":"","Hide %s":"","Quit":"終了","Edit":"編集","Copy":"コピー","Cut":"切り取り","Paste":"貼り付け","Search in all the notes":"すべてのノートを検索","View":"","Toggle sidebar":"","Toggle editor layout":"","Tools":"ツール","Synchronisation status":"同期状況","Web clipper options":"","Encryption options":"","General Options":"General Options","Help":"ヘルプ","Website and documentation":"Webサイトとドキュメント","Make a donation":"Make a donation","Check for updates...":"","About Joplin":"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":"","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"ノートと設定は、%sに保存されます。","Save":"保存","Submit":"","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":"Created","Updated":"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.":"注意:\"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.":"","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.":"Some items cannot be decrypted.","Set the password":"","Add or remove tags":"タグの追加・削除","Switch between note and to-do type":"ノートとToDoを切り替え","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\".":"ノートブックがありません。新しいノートブックを作成してください。","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","Unsupported link or message: %s":"","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"","Attach file":"ファイルを添付","Tags":"タグ","Set alarm":"アラームをセット","to-do":"to-do","note":"note","Creating new %s...":"Creating new %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":"ノートブック","Please select where the sync status should be exported to":"同期状況の出力先を選択してください","Usage: %s":"使用方法: %s","Unknown flag: %s":"不明なフラグ: %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.":"トークンの更新が出来ませんでした。認証データがありません。同期を再度行うことで解決することがあります。","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.":"Fetched items: %d/%d.","State: %s.":"State: %s.","Cancelling...":"中止中...","Completed: %s":"完了: %s","Last error: %s":"Last error: %s","Idle":"","In progress":"","Synchronisation is already in progress. State: %s":"同期作業はすでに実行中です。状態: %s","Encrypted":"","Encrypted items cannot be modified":"Encrypted items cannot be modified","Conflicts":"衝突","Cannot move notebook to this location":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"\"%s\"という名前のノートブックはすでに存在しています。","Notebooks cannot be named \"%s\", which is a reserved title.":"\"%s\"と言う名前はシステムで使用するために予約済みです。名前の変更が出来ません。","Untitled":"名称未設定","This note does not have geolocation information.":"このノートには位置情報がありません。","Cannot copy note to \"%s\" notebook":"ノートをノートブック \"%s\"にコピーできませんでした。","Cannot move note to \"%s\" notebook":"ノートをノートブック \"%s\"に移動できませんでした。","Text editor":"テキストエディタ","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"ノートを開くために使用されるエディタです。特に指定がなければ、デフォルトのエディタの検出を試みます。","Language":"言語","Date format":"日付の形式","Time format":"時刻の形式","Theme":"テーマ","Light":"明るい","Dark":"暗い","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":"ノートに位置情報を保存","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.":"","Global zoom percentage":"","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 時間","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`.":"ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にしてください。","Nextcloud WebDAV URL":"","Nextcloud username":"","Nextcloud password":"","WebDAV URL":"","WebDAV username":"","WebDAV password":"","Invalid option value: \"%s\". Possible values are: %s.":"無効な設定値: \"%s\"。有効な値は: %sです。","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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":"同期が出来なかったアイテム","%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":"総数: %d/%d","Conflicted: %d":"衝突: %d","To delete: %d":"削除予定: %d","Folders":"フォルダ","%s: %d notes":"%s: %d ノート","Coming alarms":"時間のきたアラーム","On %s: %s":"","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.":"","Save alarm":"Save alarm","Select date":"日付の選択","Confirm":"確認","Cancel synchronisation":"同期の中止","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":"","Login with Dropbox":"Login with Dropbox","Master Key %s":"","Created: %s":"Created: %s","Password:":"","Password cannot be empty":"","Enable":"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.","Attach photo":"写真を添付","Attach any file":"ファイルを添付","Share":"","Convert to note":"ノートに変換","Convert to todo":"ToDoに変換","Hide metadata":"メタデータを隠す","Show metadata":"メタデータを表示","View on map":"地図上に表示","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/nl_BE.json b/ReactNativeClient/locales/nl_BE.json index 383961ba1d..691644f771 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...","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.":" kan \"add\", \"remove\" of \"list\" zijn om een [tag] toe te voegen aan een [note] of te verwijderen, of om alle notities geassocieerd met de [tag] op te lijsten. Het commando `tag list` kan gebruikt worden om alle tags op te lijsten.","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","Search in all the notes":"Zoek in alle notities","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Save":"Sla op","Submit":"","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","Switch between note and to-do type":"Wissel tussen notitie en 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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","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","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. ","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Er bestaat al een notitieboek met \"%s\" als titel","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","Untitled":"Untitled","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.","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De editor die zal gebruikt worden bij het openen van een notitie. Als er geen meegegeven wordt, zal het programma de standaard editor proberen te detecteren. ","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","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":"","Login with Dropbox":"Login with Dropbox","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","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","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...","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.":" kan \"add\", \"remove\" of \"list\" zijn om een [tag] toe te voegen aan een [note] of te verwijderen, of om alle notities geassocieerd met de [tag] op te lijsten. Het commando `tag list` kan gebruikt worden om alle tags op te lijsten.","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","Search in all the notes":"Zoek in alle notities","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Check synchronisation configuration","Notes and settings are stored in: %s":"Notities en instellingen zijn opgeslaan in %s","Save":"Sla op","Submit":"","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","Switch between note and to-do type":"Wissel tussen notitie en 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.","Open...":"","Save as...":"Save as...","Copy path to clipboard":"","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.":"","Attach file":"Voeg bestand toe","Tags":"Tags","Set alarm":"Zet melding","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","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. ","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Er bestaat al een notitieboek met \"%s\" als titel","Notebooks cannot be named \"%s\", which is a reserved title.":"Notitieboeken kunnen niet \"%s\" genoemd worden, dit is een gereserveerd woord.","Untitled":"Untitled","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.","Text editor":"Tekst editor","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"De editor die zal gebruikt worden bij het openen van een notitie. Als er geen meegegeven wordt, zal het programma de standaard editor proberen te detecteren. ","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.":"","Global zoom percentage":"","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","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":"","Nextcloud username":"","Nextcloud password":"Nextcloud password","WebDAV URL":"","WebDAV username":"","WebDAV password":"WebDAV password","Invalid option value: \"%s\". Possible values are: %s.":"Ongeldige optie: \"%s\". Geldige waarden zijn: %s.","Joplin Export File":"Joplin Export File","Markdown":"","Joplin Export Directory":"","Evernote Export File":"Evernote Export File","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","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","Save alarm":"Save alarm","Select date":"Selecteer datum","Confirm":"Bevestig","Cancel synchronisation":"Annuleer synchronisatie","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":"","Login with Dropbox":"Login with Dropbox","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","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","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/pt_BR.json b/ReactNativeClient/locales/pt_BR.json index d0a5518ad0..16e117bf15 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":"Desabilitado","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\".":"To maximise/minimise the console, press \"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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `taglist` pode ser usado para listar todas as tags.","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","Search in all the notes":"Pesquisar em todas as notas","View":"Visualizar","Toggle sidebar":"","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"","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","The web clipper service is already 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:":"","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","Save":"Salvar","Submit":"Enviar","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:":"Rename 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","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Copy Markdown link":"Copy Markdown link","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\".","Open...":"Abrir...","Save as...":"Salvar como...","Copy path to clipboard":"","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.","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: \"%s\".","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Já existe caderno com este título: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","Untitled":"Sem título","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\"","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O editor que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","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":"Show completed to-dos","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.":"","Global zoom percentage":"Porcentagem global do zoom","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.":"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":"Atualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","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","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","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.","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","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":"","- 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":"Site do Joplin","Login with Dropbox":"Login com Dropbox","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"","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","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":"Desabilitado","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\".":"To maximise/minimise the console, press \"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.":"Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.","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...","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.":" pode ser \"add\", \"remove\" ou \"list\" para atribuir ou remover [tag] de [nota], ou para listar as notas associadas a [tag]. O comando `taglist` pode ser usado para listar todas as tags.","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","Search in all the notes":"Pesquisar em todas as notas","View":"Visualizar","Toggle sidebar":"","Toggle editor layout":"Alternar layout do editor","Tools":"Ferramentas","Synchronisation status":"Status de sincronização","Web clipper options":"","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","The web clipper service is already 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:":"","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","Save":"Salvar","Submit":"Enviar","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:":"Rename 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","Switch between note and to-do type":"Alternar entre os tipos Nota e Tarefa","Copy Markdown link":"Copy Markdown link","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\".","Open...":"Abrir...","Save as...":"Salvar como...","Copy path to clipboard":"","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.","Attach file":"Anexar arquivo","Tags":"Tags","Set alarm":"Definir alarme","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":"Clipper Options","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","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.","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.","State: %s.":"Estado: \"%s\".","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":"Cannot move notebook to this location","A notebook with this title already exists: \"%s\"":"Já existe caderno com este título: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Os cadernos não podem ser nomeados como\"%s\", que é um título reservado.","Untitled":"Sem título","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\"","Text editor":"Editor de texto","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"O editor que será usado para abrir uma nota. Se nenhum for indicado, ele tentará detectar automaticamente o editor padrão.","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":"Show completed to-dos","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.":"","Global zoom percentage":"Porcentagem global do zoom","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.":"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":"Atualizar automaticamente o aplicativo","Synchronisation interval":"Intervalo de sincronização","%d minutes":"%d minutos","%d hour":"%d hora","%d hours":"%d horas","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","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","Invalid option value: \"%s\". Possible values are: %s.":"Valor da opção inválida: \"%s\". Os valores possíveis são: %s.","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","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","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.","Save alarm":"Save alarm","Select date":"Selecionar data","Confirm":"Confirmar","Cancel synchronisation":"Cancelar sincronização","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":"","- 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":"Site do Joplin","Login with Dropbox":"Login com Dropbox","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":"","The Joplin mobile app does not currently support this type of link: %s":"","Unsupported image type: %s":"Tipo de imagem não suportada: %s","Attach photo":"Anexar foto","Attach any file":"Anexar qualquer arquivo","Share":"","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","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/ru_RU.json b/ReactNativeClient/locales/ru_RU.json index 6bd22c3267..e3455fa84e 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...":"Начало синхронизации...","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.":" может быть «add», «remove» или «list», чтобы назначить или убрать [tag] с [note], или чтобы вывести список заметок, ассоциированых с [tag]. Команда `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» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «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":"Вставить","Search in all the notes":"Поиск во всех заметках","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":"Нет","The web clipper service is already 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:":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Save":"Сохранить","Submit":"","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":"Добавить или удалить теги","Switch between note and 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\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Open...":"Открыть...","Save as...":"Сохранить как...","Copy path to clipboard":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","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":"Блокноты","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.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Блокнот с таким названием уже существует: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","Untitled":"Без имени","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Text editor":"Текстовый редактор","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Редактор, в котором будут открываться заметки. Если не задан, будет произведена попытка автоматического определения редактора по умолчанию.","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.":"","Global zoom percentage":"Глобальный масштаб в процентах","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 часов","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","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","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","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.":"Нажмите, чтобы установить пароль для расшифровки.","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","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","Login with Dropbox":"Login with Dropbox","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","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","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...":"Начало синхронизации...","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.":" может быть «add», «remove» или «list», чтобы назначить или убрать [tag] с [note], или чтобы вывести список заметок, ассоциированых с [tag]. Команда `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» используется для переключения статуса заданной задачи на завершённую или незавершённую (если применить к обычной заметке, она будет преобразована в задачу). «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":"Вставить","Search in all the notes":"Поиск во всех заметках","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":"Нет","The web clipper service is already 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:":"","Check synchronisation configuration":"Проверить настройки синхронизации","Notes and settings are stored in: %s":"Заметки и настройки сохранены в: %s","Save":"Сохранить","Submit":"","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":"Добавить или удалить теги","Switch between note and 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\".":"Сейчас здесь нет блокнотов. Создайте новый нажав «Новый блокнот».","Open...":"Открыть...","Save as...":"Сохранить как...","Copy path to clipboard":"","Unsupported link or message: %s":"Неподдерживаемая ссыка или сообщение: %s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"Заметка пуста. Нажмите на «%s», чтобы переключиться в редактор и отредактировать её.","Attach file":"Прикрепить файл","Tags":"Теги","Set alarm":"Установить напоминание","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":"Блокноты","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.":"Не удалось обновить токен: отсутствуют данные аутентификации. Повторный запуск синхронизации может решить проблему.","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"Блокнот с таким названием уже существует: «%s»","Notebooks cannot be named \"%s\", which is a reserved title.":"Блокнот не может быть назван «%s», это зарезервированное название.","Untitled":"Без имени","This note does not have geolocation information.":"Эта заметка не содержит информации о геолокации.","Cannot copy note to \"%s\" notebook":"Не удалось скопировать заметку в блокнот «%s»","Cannot move note to \"%s\" notebook":"Не удалось переместить заметку в блокнот «%s»","Text editor":"Текстовый редактор","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Редактор, в котором будут открываться заметки. Если не задан, будет произведена попытка автоматического определения редактора по умолчанию.","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.":"","Global zoom percentage":"Глобальный масштаб в процентах","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 часов","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","Nextcloud username":"Имя пользователя Nextcloud","Nextcloud password":"Пароль Nextcloud","WebDAV URL":"URL WebDAV","WebDAV username":"Имя пользователя WebDAV","WebDAV password":"Пароль WebDAV","Invalid option value: \"%s\". Possible values are: %s.":"Неверное значение параметра: «%s». Доступные значения: %s.","Joplin Export File":"Файл экспорта Joplin","Markdown":"Markdown","Joplin Export Directory":"Папка экспорта Joplin","Evernote Export File":"Файл экспорта Evernote","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","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.":"Нажмите, чтобы установить пароль для расшифровки.","Save alarm":"Save alarm","Select date":"Выбрать дату","Confirm":"Подтвердить","Cancel synchronisation":"Отменить синхронизацию","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","Login with Dropbox":"Login with Dropbox","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","Attach photo":"Прикрепить фото","Attach any file":"Прикрепить любой файл","Share":"","Convert to note":"Преобразовать в заметку","Convert to todo":"Преобразовать в задачу","Hide metadata":"Скрыть метаданные","Show metadata":"Показать метаданные","View on map":"Посмотреть на карте","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 e5c56b1ed5..a08695ed33 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.","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.":" je lahko \"dodaj\", \"odstrani\" ali \"naštej\", da dodeliš ali odstraniš [tag] from [note] ali našteje zabeležke povezane z oznako [tag]. Ukaz `tag list` je lahko uporabljen da prikaže vse oznake.","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","Search in all the notes":"Išči znotraj vseh zabeležk","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Save":"Shrani","Submit":"","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","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","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\".","Open...":"Odpri...","Save as...":"Shrani kot...","Copy path to clipboard":"","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.","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","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","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.","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.","State: %s.":"Stanje: %s.","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","A notebook with this title already exists: \"%s\"":"Beležnica s tem naslovom že obstaja: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","Untitled":"Neimenovano","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","Text editor":"Urejevalnik besedila","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Urejevalnik, ki bo uporabljen za odpiranje zabeležk. Če noben ni izbran, bo avtomatsko zaznan privzeti urejevalnik.","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.":"","Global zoom percentage":"Celokupen procent povečave","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","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","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","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","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.","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","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","Login with Dropbox":"Login with Dropbox","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","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","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.","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.":" je lahko \"dodaj\", \"odstrani\" ali \"naštej\", da dodeliš ali odstraniš [tag] from [note] ali našteje zabeležke povezane z oznako [tag]. Ukaz `tag list` je lahko uporabljen da prikaže vse oznake.","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","Search in all the notes":"Išči znotraj vseh zabeležk","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","The web clipper service is already 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:":"","Check synchronisation configuration":"Preveri nastavitve sinhronizacije","Notes and settings are stored in: %s":"Zabeležke in nastavitve so shranjene v: %s","Save":"Shrani","Submit":"","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","Switch between note and to-do type":"Menjaj med zabeležko in seznamom opravil","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\".","Open...":"Odpri...","Save as...":"Shrani kot...","Copy path to clipboard":"","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.","Attach file":"Pripni datoteko","Tags":"Oznake","Set alarm":"Nastavi alarm","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","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.","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.","State: %s.":"Stanje: %s.","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","A notebook with this title already exists: \"%s\"":"Beležnica s tem naslovom že obstaja: \"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov.","Untitled":"Neimenovano","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","Text editor":"Urejevalnik besedila","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"Urejevalnik, ki bo uporabljen za odpiranje zabeležk. Če noben ni izbran, bo avtomatsko zaznan privzeti urejevalnik.","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.":"","Global zoom percentage":"Celokupen procent povečave","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","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","Nextcloud username":"Nextcloud uporabniško ime","Nextcloud password":"Nextcloud geslo","WebDAV URL":"WebDAV URL","WebDAV username":"WebDAV uporabniško ime","WebDAV password":"WebDAV geslo","Invalid option value: \"%s\". Possible values are: %s.":"Neveljavna vrednost: \"%s\". Možne vrednosti so : %s.","Joplin Export File":"Joplin izvozna datoteka","Markdown":"Sistem označevanja","Joplin Export Directory":"Joplin izvozno mesto","Evernote Export File":"Evernote izvozna datoteka","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","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.","Save alarm":"Save alarm","Select date":"Izberi datum","Confirm":"Potrdi","Cancel synchronisation":"Prekliči sinhronizacijo","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","Login with Dropbox":"Login with Dropbox","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","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","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/zh_CN.json b/ReactNativeClient/locales/zh_CN.json index 6889f8f54b..b3e221bf70 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":"","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.":"读取或设置配置数值。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.":"复制符合的笔记至[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\".":"To maximise/minimise the console, press \"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.":"仅显示指定类型的项目。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\"":"\"文本\"或\"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)":"同步至所提供的目标(默认为同步目标配置值)","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.":"Not authentified with %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.":"Lock file is already being hold. 如果您确认当前未在进行任何同步,可删除锁定文件\"%s\"后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","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.":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. `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.":" can either be \"toggle\" or \"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)":"","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":"粘贴","Search in all the notes":"在所有笔记内搜索","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)":"","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":"否","The web clipper service is already 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:":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Save":"保存","Submit":"","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.":"此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":"添加或删除标签","Switch between note and 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\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Open...":"打开…","Save as...":"另存为…","Copy path to clipboard":"","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","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":"笔记本","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"","File system":"文件系统","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"OneDrive开发员(仅测试用)","WebDAV":"","Unknown log level: %s":"未知日志level:%s","Unknown level ID: %s":"未知 level ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"以此标题命名的笔记本已存在:\"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为\"%s\",此标题为保留标题。","Untitled":"无标题","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至\"%s\"笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至\"%s\"笔记本","Text editor":"文本编辑器","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此编辑器将会被用于打开笔记。若未提供将自动检测默认编辑器。","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.":"","Global zoom percentage":"全局缩放比例","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小时","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 username":"Nextcloud用户名","Nextcloud password":"Nextcloud密码","WebDAV URL":"","WebDAV username":"WebDAV用户名","WebDAV password":"WebDAV密码","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","Joplin Export File":"Joplin输出文件","Markdown":"","Joplin Export Directory":"Joplin输出文件目录","Evernote Export File":"Evernote导出文件","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":"","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","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.":"按键将设置解密密码。","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","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官网","Login with Dropbox":"Login with Dropbox","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","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","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":"","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.":"读取或设置配置数值。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.":"复制符合的笔记至[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\".":"To maximise/minimise the console, press \"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.":"仅显示指定类型的项目。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\"":"\"文本\"或\"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)":"同步至所提供的目标(默认为同步目标配置值)","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.":"Not authentified with %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.":"Lock file is already being hold. 如果您确认当前未在进行任何同步,可删除锁定文件\"%s\"后继续上一部操作。","Synchronisation target: %s (%s)":"同步目标:%s (%s)","Cannot initialize synchroniser.":"无法初始化同步。","Starting synchronisation...":"开始同步...","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.":" can be \"add\", \"remove\" or \"list\" to assign or remove [tag] from [note], or to list the notes associated with [tag]. `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.":" can either be \"toggle\" or \"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)":"","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":"粘贴","Search in all the notes":"在所有笔记内搜索","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)":"","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":"否","The web clipper service is already 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:":"","Check synchronisation configuration":"检查同步配置","Notes and settings are stored in: %s":"笔记与设置文件储存目录为:%s","Save":"保存","Submit":"","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.":"此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":"添加或删除标签","Switch between note and 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\".":"此处没有任何笔记本。点击\"新笔记本\"创建。","Open...":"打开…","Save as...":"另存为…","Copy path to clipboard":"","Unsupported link or message: %s":"不支持的链接或信息:%s","This note has no content. Click on \"%s\" to toggle the editor and edit the note.":"此笔记没有任何内容。点击 \"%s\" 切换至编辑器并编辑笔记。","Attach file":"附加文件","Tags":"标签","Set alarm":"设置提醒","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":"笔记本","Please select where the sync status should be exported to":"请选择同步状态的导出位置","Usage: %s":"使用:%s","Unknown flag: %s":"未知标记:%s","Dropbox":"","File system":"文件系统","Nextcloud":"","OneDrive":"","OneDrive Dev (For testing only)":"OneDrive开发员(仅测试用)","WebDAV":"","Unknown log level: %s":"未知日志level:%s","Unknown level ID: %s":"未知 level ID:%s","Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.":"无法刷新令牌:缺失认证数据。重新开始同步可能会修复此错误。","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.","State: %s.":"State: %s.","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","A notebook with this title already exists: \"%s\"":"以此标题命名的笔记本已存在:\"%s\"","Notebooks cannot be named \"%s\", which is a reserved title.":"笔记本无法被命名为\"%s\",此标题为保留标题。","Untitled":"无标题","This note does not have geolocation information.":"此笔记不包含地理定位信息。","Cannot copy note to \"%s\" notebook":"无法复制笔记至\"%s\"笔记本","Cannot move note to \"%s\" notebook":"无法移动笔记至\"%s\"笔记本","Text editor":"文本编辑器","The editor that will be used to open a note. If none is provided it will try to auto-detect the default editor.":"此编辑器将会被用于打开笔记。若未提供将自动检测默认编辑器。","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.":"","Global zoom percentage":"全局缩放比例","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小时","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 username":"Nextcloud用户名","Nextcloud password":"Nextcloud密码","WebDAV URL":"","WebDAV username":"WebDAV用户名","WebDAV password":"WebDAV密码","Invalid option value: \"%s\". Possible values are: %s.":"无效设置数值:\"%s\"。可用值为:%s。","Joplin Export File":"Joplin输出文件","Markdown":"","Joplin Export Directory":"Joplin输出文件目录","Evernote Export File":"Evernote导出文件","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":"","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","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.":"按键将设置解密密码。","Save alarm":"Save alarm","Select date":"选择日期","Confirm":"确认","Cancel synchronisation":"取消同步","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官网","Login with Dropbox":"Login with Dropbox","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","Attach photo":"附加照片","Attach any file":"附加任何文件","Share":"","Convert to note":"转换至笔记","Convert to todo":"转换至待办事项","Hide metadata":"隐藏元数据","Show metadata":"显示元数据","View on map":"查看地图","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 1161247bab..1041771c0e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -540,7 +540,7 @@ $$ Español es_ES Fernando Martín (f@mrtn.es) -94% +93% @@ -554,7 +554,7 @@ $$ Galician gl_ES Marcos Lans (marcoslansgarza@gmail.com) -90% +89% @@ -575,21 +575,21 @@ $$ Português (Brasil) pt_BR Renato Nunes Bastos (rnbastos@gmail.com) -92% +91% Slovenian sl_SI -89% +88% Русский ru_RU Artyom Karlov (artyom.karlov@gmail.com) -89% +88%