1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/CliClient/locales/it_IT.po

4145 lines
130 KiB
Plaintext
Raw Normal View History

2017-12-15 10:46:30 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Laurent Cozic
# This file is distributed under the same license as the Joplin-CLI package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2018-09-09 21:05:36 +02:00
#
2017-12-15 10:46:30 +02:00
msgid ""
msgstr ""
"Project-Id-Version: Joplin-CLI 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: StarFang208\n"
2017-12-15 10:46:30 +02:00
"Language-Team: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
2017-12-15 10:46:30 +02:00
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cp.js:13
msgid ""
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
"specified the note is duplicated in the current notebook."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Duplica le note che corrispondono a <note> nel [notebook]. Se nessun "
"Taccuino è specificato, la nota viene duplicata nel Taccuino corrente."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cp.js:24 CliClient/app/command-cp.js:27
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:34 CliClient/app/command-mv.js:22
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mv.js:25 CliClient/app/command-use.js:21
#: CliClient/app/command-ren.js:23 CliClient/app/command-rmbook.js:25
#: CliClient/app/command-cat.js:25 CliClient/app/command-rmnote.js:25
#: CliClient/app/command-attach.js:21 CliClient/app/command-export.js:36
#: CliClient/app/command-export.js:40 CliClient/app/command-geoloc.js:20
#: CliClient/app/command-search.js:27 CliClient/app/command-set.js:32
#: CliClient/app/command-help.js:66 CliClient/app/command-todo.js:21
#: CliClient/app/command-tag.js:33 CliClient/app/command-tag.js:36
#: CliClient/app/command-tag.js:42 CliClient/app/command-tag.js:43
#: CliClient/app/command-tag.js:81 CliClient/app/command-tag.js:87
#: CliClient/app/command-done.js:20
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/InteropService.js:182
#: ReactNativeClient/lib/services/interop/InteropService.js:194
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Cannot find \"%s\"."
msgstr "Non posso trovare \"%s\"."
#: CliClient/app/command-ls.js:18
msgid ""
"Displays the notes in the current notebook. Use `ls /` to display the list "
"of notebooks."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Mostra le Note nel seguente Taccuino. Usa `ls /` per mostrare la lista dei "
"Taccuini."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:27
msgid "Displays only the first top <num> notes."
msgstr "Mostra solo le prima <num> note."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:28
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr "Ordina per <field> (es. titolo, ultimo aggiornamento, creazione)."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:29
msgid "Reverses the sorting order."
msgstr "Inverti l'ordine."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:30
msgid ""
"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."
msgstr ""
"Mostra solo gli elementi del tipo specificato. Possono essere `n` per le "
"note, `t` per le \"Cose-da-fare\" o `nt` per note e \"Cose-da-fare\". (es. `-"
"tt` mostrerà solo le \"Cose-da-fare\", mentre `-ttd` mostrerà sia note che "
"\"Cose-da-fare\"."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:31
msgid "Either \"text\" or \"json\""
msgstr "Sia \"testo\" che \"json\""
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:32 CliClient/app/command-tag.js:18
msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for to-dos), TITLE"
msgstr ""
"Usa un formato lungo di lista. Il formato è ID, NOTE_COUNT (per i blocchi "
"note), DATE, TODO_CHECKED (per le \"Cose-da-fare\"), TITLE"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:63
msgid "Please select a notebook first."
msgstr "Per favore prima seleziona un Taccuino."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-import.js:14
msgid "Imports data into Joplin."
msgstr "Importa i dati in Joplin."
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:25
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Source format: %s"
msgstr "Formato sorgente: %s"
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:26
2020-06-13 23:47:15 +02:00
msgid "Do not ask for confirmation."
msgstr "Non chiedere conferma."
2018-01-06 22:05:34 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:27
#, fuzzy, javascript-format
msgid "Output format: %s"
msgstr "Formato sorgente: %s"
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:47 ElectronClient/gui/ImportScreen.min.js:68
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Found: %d."
msgstr "Trovato: %d."
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:48 ElectronClient/gui/ImportScreen.min.js:69
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Created: %d."
msgstr "Creato: %d."
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:49 ElectronClient/gui/ImportScreen.min.js:70
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated: %d."
msgstr "Aggiornato: %d."
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:50 ElectronClient/gui/ImportScreen.min.js:71
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Skipped: %d."
msgstr "Saltato: %d."
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:51 ElectronClient/gui/ImportScreen.min.js:72
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Resources: %d."
msgstr "Risorse: %d."
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:52 ElectronClient/gui/ImportScreen.min.js:73
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Tagged: %d."
msgstr "Etichettato: %d."
2017-12-15 10:46:30 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:65
2020-06-13 23:47:15 +02:00
msgid "Importing notes..."
msgstr "Importazione delle note..."
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-import.js:70 ElectronClient/gui/ImportScreen.min.js:88
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "The notes have been imported: %s"
msgstr "Le note sono state importate: %s"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:56
msgid "Enum"
msgstr "Enumerare"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:56
#, javascript-format
msgid "Type: %s."
msgstr "Tipo: %s."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:57
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Possible values: %s."
msgstr "Valori possibili: %s."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:71
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Default: %s"
msgstr "Predefinito: %s"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:77
msgid "Possible keys/values:"
msgstr "Chiave/valore possibili:"
#: CliClient/app/command-server.js:14
#, javascript-format
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Start, stop or check the API server. To specify on which port it should run, "
"set the api.port config variable. Commands are (%s)."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Avvia, ferma o controlla il server API. Per specificare su quale porta deve "
"essere eseguito, setta la variabile api.config. I comandi sono (%s)."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-server.js:38
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Server is already running on port %d"
msgstr "Il server è già in esecuzione sulla porta %d"
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-server.js:44
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Server is running on port %d"
msgstr "Il server è in esecuzione sulla porta %d"
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-server.js:44 CliClient/app/command-server.js:47
2020-06-13 23:47:15 +02:00
msgid "Server is not running."
msgstr "Il server non è in esecuzione."
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:18
2020-03-19 05:49:06 +02:00
msgid ""
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
"`status`, `decrypt-file` and `target-status`."
msgstr ""
"Gestisci la configurazione E2EE. I comandi sono `abilita`, `disabilita`, "
"`decripta`, `stato`, `decripta-file` e `stato-target`."
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:36 CliClient/app/command-e2ee.js:72
2018-01-06 22:05:34 +02:00
msgid "Enter master password:"
2018-09-03 12:49:41 +02:00
msgstr "Inserisci password principale:"
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:38 CliClient/app/command-e2ee.js:74
#: CliClient/app/command-e2ee.js:79
2018-01-06 22:05:34 +02:00
msgid "Operation cancelled"
2018-09-03 12:49:41 +02:00
msgstr "Operazione annullata"
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:47
2020-03-19 05:49:06 +02:00
msgid ""
"Starting decryption... Please wait as it may take several minutes depending "
"on how much there is to decrypt."
msgstr ""
"Avvio decrittazione... Attendere prego, ci potrebbero volere diversi minuti "
"per la decriptazione."
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:53
2020-05-28 03:06:33 +02:00
#, fuzzy, javascript-format
msgid "Decrypted items: %d"
msgstr "Elementi decriptati: %s / %s"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:54
2020-05-28 03:06:33 +02:00
#, javascript-format
msgid "Skipped items: %d (use --retry-failed-items to retry decrypting them)"
msgstr ""
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:68
2018-01-06 22:05:34 +02:00
msgid "Completed decryption."
2018-09-03 12:49:41 +02:00
msgstr "Decrittografia completata."
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:77
#: ReactNativeClient/lib/components/screens/encryption-config.js:163
2020-04-19 01:20:09 +02:00
msgid "Confirm password:"
msgstr "Conferma password:"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:83
#: ReactNativeClient/lib/components/screens/encryption-config.js:140
2020-04-19 01:20:09 +02:00
msgid "Passwords do not match!"
msgstr "Le password non combaciano!"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:108
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:443
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
2018-01-06 22:05:34 +02:00
msgid "Enabled"
2018-09-03 12:49:41 +02:00
msgstr "Attivato"
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:108
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:110
#: ElectronClient/gui/EncryptionConfigScreen.min.js:443
#: ReactNativeClient/lib/models/Setting.js:613
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
2018-01-06 22:05:34 +02:00
msgid "Disabled"
msgstr "Disabilitato"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:108
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
2018-01-06 22:05:34 +02:00
#, javascript-format
msgid "Encryption is: %s"
2018-09-03 12:49:41 +02:00
msgstr "La crittografia è: %s"
2018-01-06 22:05:34 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mkbook.js:12
msgid "Creates a new notebook."
msgstr "Crea un nuovo Taccuino."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mv.js:14
msgid "Moves the notes matching <note> to [notebook]."
msgstr "Sposta le note che corrispondono a <note> in [notebook]."
#: CliClient/app/command-config.js:13
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"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."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"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."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-config.js:18
msgid "Also displays unset and hidden config variables."
msgstr "Mostra anche le variabili di configurazione non impostate o nascoste."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-config.js:79
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s = %s (%s)"
msgstr "%s = %s (%s)"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-config.js:81
2018-02-17 01:26:31 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s = %s"
msgstr "%s = %s"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-use.js:12
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Switches to [notebook] - all further operations will happen within this "
"notebook."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Passa tra [notebook] - tutte le ulteriori operazioni interesseranno il "
"seguente Taccuino."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:29
2020-06-13 23:47:15 +02:00
msgid "Synchronises with remote storage."
msgstr "Sincronizza con l'archivio remoto."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:34
2020-06-13 23:47:15 +02:00
msgid "Sync to provided target (defaults to sync.target config value)"
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Sincronizza con l'obiettivo fornito (come predefinito il valore di "
"configurazione sync.target)"
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:35
msgid "Upgrade the sync target to the latest version."
msgstr ""
#: CliClient/app/command-sync.js:81 CliClient/app/command-sync.js:95
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/OneDriveLoginScreen.min.js:40
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/OneDriveLoginScreen.js:46
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Authentication was not completed (did not receive an authentication token)."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Autenticazione non completata (non è stato ricevuto alcun token di "
"autenticazione)."
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-sync.js:90 ElectronClient/gui/DropboxLoginScreen.js:29
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/DropboxLoginScreen.min.js:42
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:58
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Per consentire a Joplin di sincronizzarsi con Dropbox, procedi come indicato "
"di seguito:"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-sync.js:91 ElectronClient/gui/DropboxLoginScreen.js:30
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/DropboxLoginScreen.min.js:47
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:59
2020-06-13 23:47:15 +02:00
msgid "Step 1: Open this URL in your browser to authorise the application:"
msgstr ""
"Passaggio 1: apri questa URL nel tuo browser per autorizzare l'applicazione:"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/command-sync.js:93 ElectronClient/gui/DropboxLoginScreen.js:32
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/DropboxLoginScreen.min.js:57
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:65
2020-06-13 23:47:15 +02:00
msgid "Step 2: Enter the code provided by Dropbox:"
msgstr "Passaggio 2: inserisci il codice fornito da Dropbox:"
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:105
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Not authentified with %s. Please provide any missing credentials."
msgstr "Non autenticato con %s. Si prega di fornire le credenziali mancanti."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:128
2020-06-13 23:47:15 +02:00
msgid "Synchronisation is already in progress."
msgstr "La sincronizzazione è in corso."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:133
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"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."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"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."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:175
#, javascript-format
msgid "Synchronisation target: %s (%s)"
msgstr "Posizione di sincronizzazione: %s (%s)"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:177
2020-06-21 00:21:11 +02:00
#, fuzzy
msgid "Cannot initialise synchroniser."
2020-06-13 23:47:15 +02:00
msgstr "Non è possibile inizializzare il sincronizzatore."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:207
2020-06-13 23:47:15 +02:00
msgid "Starting synchronisation..."
msgstr "Inizio sincronizzazione..."
2017-12-15 10:46:30 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/command-sync.js:230
2020-06-13 23:47:15 +02:00
msgid "Downloading resources..."
msgstr "Scaricamento risorse..."
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-ren.js:14
2017-12-15 10:46:30 +02:00
msgid "Renames the given <item> (note or notebook) to <name>."
2018-09-03 12:49:41 +02:00
msgstr "Rinomina <item> (Nota o Taccuino) in <name>."
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-rmbook.js:13
2017-12-15 10:46:30 +02:00
msgid "Deletes the given notebook."
2018-09-03 12:49:41 +02:00
msgstr "Elimina il seguente Taccuino."
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-rmbook.js:17
2017-12-15 10:46:30 +02:00
msgid "Deletes the notebook without asking for confirmation."
2018-09-03 12:49:41 +02:00
msgstr "Elimina il Taccuino senza richiedere una conferma."
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-rmbook.js:26
#: ReactNativeClient/lib/components/screens/notes.js:154
2020-03-19 05:49:06 +02:00
msgid ""
"Delete notebook? All notes and sub-notebooks within this notebook will also "
"be deleted."
msgstr ""
"Eliminare taccuino? Anche tutte le note e cartelle di questo taccuino "
"saranno eliminate."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mktodo.js:12
msgid "Creates a new to-do."
msgstr "Crea una nuovo \"Cose-da-fare\"."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mktodo.js:16 CliClient/app/command-mknote.js:16
msgid "Notes can only be created within a notebook."
msgstr "Le note possono essere create all'interno del Taccuino."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cat.js:14
msgid "Displays the given note."
msgstr "Mostra la seguente nota."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cat.js:18
msgid "Displays the complete information about note."
msgstr "Mostra le informazioni complete sulla nota."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:17
msgid "Edit note."
msgstr "Modifica nota."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:30
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"No text editor is defined. Please set it using `config editor <editor-path>`"
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Non è definito nessun editor di testo. Per favore impostalo usando `config "
"editor <editor-path>`"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:40
msgid "No active notebook."
msgstr "Nessun Taccuino attivo."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:46
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Note does not exist: \"%s\". Create it?"
msgstr "Non esiste la nota: \"%s\". Desideri crearla?"
2020-10-09 22:05:10 +02:00
#: CliClient/app/app-gui.js:452
2020-06-13 23:47:15 +02:00
msgid "To delete a tag, untag the associated notes."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Per eliminare un'etichetta, togli l'etichetta dalle note a cui è associata."
2020-10-09 22:05:10 +02:00
#: CliClient/app/app-gui.js:462
2020-06-13 23:47:15 +02:00
msgid "Please select the note or notebook to be deleted first."
msgstr "Per favore seleziona la nota o il taccuino da eliminare."
2020-10-09 22:05:10 +02:00
#: CliClient/app/app-gui.js:750
2020-06-13 23:47:15 +02:00
msgid "Press Ctrl+D or type \"exit\" to exit the application"
msgstr "Premi Ctrl+D o digita \"exit\" per uscire dall'applicazione"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:13
msgid "Deletes the notes matching <note-pattern>."
msgstr "Elimina le note che corrispondono a <note-pattern>."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:17
msgid "Deletes the notes without asking for confirmation."
msgstr "Elimina le note senza chiedere conferma."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:27
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%d notes match this pattern. Delete them?"
msgstr "%d note corrispondono. Eliminarle?"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:27
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:466
2020-06-13 23:47:15 +02:00
msgid "Delete note?"
msgstr "Eliminare la nota?"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-attach.js:13
msgid "Attaches the given file to the note."
msgstr "Allega il seguente file alla nota."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-version.js:11
msgid "Displays version information"
msgstr "Mostra le informazioni sulla versione"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-version.js:16
#, javascript-format
msgid "%s %s (%s)"
msgstr "%s %s (%s)"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-undone.js:12
msgid "Marks a to-do as non-completed."
msgstr "Marca un \"Cose-da-fare\" come non completata."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:13
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Exports Joplin data to the given path. By default, it will export the "
"complete database including notebooks, notes, tags and resources."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Esporta i dati da Joplin nella cartella selezionata. Come impostazione "
"predefinita verrà esportato il database completo, inclusi i taccuini, note, "
"etichette e risorse."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:23
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Destination format: %s"
msgstr "Formato di destinazione: %s"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:23
msgid "Exports only the given note."
msgstr "Esporta solo la seguente nota."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:23
msgid "Exports only the given notebook."
msgstr "Esporta solo il seguente Taccuino."
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mknote.js:12
msgid "Creates a new note."
msgstr "Crea una nuova nota."
2017-12-15 10:46:30 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/main.js:80
2020-06-13 23:47:15 +02:00
msgid "Type `joplin help` for usage information."
msgstr "Scrivi `joplin help` per informazioni sull'uso."
2017-12-15 10:46:30 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/main.js:82
2020-06-13 23:47:15 +02:00
msgid "Fatal error:"
msgstr "Errore fatale:"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-geoloc.js:13
msgid "Displays a geolocation URL for the note."
msgstr "Mostra l'URL di geolocalizzazione per la nota."
2020-06-02 21:40:28 +02:00
#: CliClient/app/gui/NoteWidget.js:36
2017-12-15 10:46:30 +02:00
msgid ""
"Welcome to Joplin!\n"
"\n"
2020-03-19 05:49:06 +02:00
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
"for usage information.\n"
2017-12-15 10:46:30 +02:00
"\n"
"For example, to create a notebook press `mb`; to create a note press `mn`."
msgstr ""
2019-01-11 18:47:17 +02:00
"Benvenuto in Joplin!\n"
"\n"
2020-03-19 05:49:06 +02:00
"Digita `:help shortcuts` per la lista delle scorciatoie da tastiera, oppure "
"solo `:help` per le informazioni di utilizzo.\n"
2019-01-11 18:47:17 +02:00
"\n"
2020-03-19 05:49:06 +02:00
"Per esempio, per creare un taccuino digita `mb`; per creare una nota digita "
"`mn`."
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/gui/NoteWidget.js:48
2020-03-19 05:49:06 +02:00
msgid ""
"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."
msgstr ""
"Uno o più elementi sono attualmente crittografati e potrebbe essere "
"necessario fornire una password principale. Per fare ciò, digitare `e2ee "
"decrypt`. Se hai già fornito la password, gli elementi crittografati vengono "
"decifrati in background e saranno presto disponibile."
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/gui/NoteWidget.js:50
2020-04-19 01:20:09 +02:00
msgid "You may also type `status` for more information."
msgstr "Puoi anche scrivere `status` per ulteriori informazioni."
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/gui/FolderListWidget.js:31
msgid "Search:"
msgstr "Cerca:"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-search.js:13
msgid "Searches for the given <pattern> in all the notes."
msgstr "Cerca <pattern> in tutte le note."
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-set.js:22
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid ""
"Sets the property <name> of the given <note> to the given [value]. Possible "
"properties are:\n"
"\n"
"%s"
msgstr ""
"Imposta la proprietà <name> della <note> data al [value] specificato. Le "
"possibili proprietà sono:\n"
"\n"
"%s"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/cli-utils.js:109
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Missing required argument: %s"
msgstr "Argomento richiesto mancante: %s"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/cli-utils.js:140 ReactNativeClient/lib/services/report.js:151
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%s: %s"
msgstr "%s: %s"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/cli-utils.js:144
2020-06-13 23:47:15 +02:00
msgid "Your choice: "
msgstr "La tua scelta: "
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: CliClient/app/cli-utils.js:151
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Invalid answer: %s"
msgstr "Risposta non valida: %s"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/cli-utils.js:161 CliClient/app/app.js:137
2020-06-13 23:47:15 +02:00
msgid "Y"
msgstr "S"
2020-02-18 22:01:29 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/cli-utils.js:161 CliClient/app/app.js:137
2020-06-13 23:47:15 +02:00
msgid "n"
msgstr "n"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/base-command.js:15
msgid "Cannot change encrypted item"
msgstr "Impossibile modificare l'elemento criptato"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:13
msgid "Displays usage information."
msgstr "Mostra le informazioni di utilizzo."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:36
2020-02-18 22:01:29 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "For information on how to customise the shortcuts please visit %s"
msgstr ""
"Per informazioni su come personalizzare le scorciatoie si prega di visitare "
"%s"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:44
msgid "Shortcuts are not available in CLI mode."
msgstr "Le scorciatoie non sono disponibili nella modalità CLI."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:71
msgid ""
"Type `help [command]` for more information about a command; or type `help "
"all` for the complete usage information."
msgstr ""
"Digita `help [command]` per ottenere maggiori informazioni su un comando; o "
"scrivi `help all` per le informazioni di utilizzo complete."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:73
msgid "The possible commands are:"
msgstr "I possibili comandi sono:"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:77
msgid ""
"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."
msgstr ""
"In ciascun comando, si deve necessariamente definire una Nota o un Taccuino "
"usando un titolo, un ID o usando le scorciatoie `$n` or `$b` per , "
"rispettivamente, la nota o il Taccuino selezionato `$c` può essere usato per "
"fare riferimento all'elemento selezionato."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:79
msgid "To move from one pane to another, press Tab or Shift+Tab."
msgstr "Per passare da un pannello all'altro, premi Tab o Shift+Tab."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:80
msgid ""
"Use the arrows and page up/down to scroll the lists and text areas "
"(including this console)."
msgstr ""
"Usa le frecce e pagina su/giù per scorrere le liste e le aree di testo "
"(compresa questa console)."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:81
msgid "To maximise/minimise the console, press \"tc\"."
msgstr "Per massimizzare/minimizzare la console, premi \"tc\"."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:82
msgid "To enter command line mode, press \":\""
msgstr "Per entrare nella modalità command line, premi \":\""
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:83
msgid "To exit command line mode, press ESCAPE"
msgstr "Per uscire dalla modalità command line, premi ESC"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:84
msgid ""
"For the list of keyboard shortcuts and config options, type `help keymap`"
msgstr ""
"Per l'elenco delle scorciatoie da tastiera e delle opzioni di "
"configurazione, digita `help keymap`"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-todo.js:14
msgid ""
"<todo-command> 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."
msgstr ""
"<todo-command> può essere \"toggle\" or \"clear\". Usa \"toggle\" per "
"modifica lo stato di \"Cose-da-fare\" in completato/non completato (se "
"l'oggetto è una normale nota, questa verrà convertita in un \"Cose-da-fare"
"\"). Usa \"clear\" convertire i \"Cose-da-fare\" in normali note."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-exit.js:11
msgid "Exits the application."
msgstr "Esci dall'applicazione."
2020-02-18 22:01:29 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:62
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "More than one item match \"%s\". Please narrow down your query."
msgstr ""
"Più di un elemento corrisponde a \"%s\". Per favore restringi la ricerca."
2020-02-18 22:01:29 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:92
2020-06-13 23:47:15 +02:00
msgid "No notebook selected."
msgstr "Nessun taccuino selezionato."
2020-03-03 09:56:10 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:98
2020-06-13 23:47:15 +02:00
msgid "No notebook has been specified."
msgstr "Nessun taccuino è stato specificato."
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:137
2020-06-13 23:47:15 +02:00
msgid "N"
msgstr "N"
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:137
2020-06-13 23:47:15 +02:00
msgid "y"
msgstr "s"
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:170
2020-06-13 23:47:15 +02:00
msgid "Cancelling background synchronisation... Please wait."
msgstr "Annullamento della sincronizzazione in background... Attendere prego."
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:255
2020-02-18 22:01:29 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "No such command: %s"
msgstr "Nessun comando: %s"
2020-02-18 22:01:29 +02:00
2020-10-09 22:05:10 +02:00
#: CliClient/app/app.js:303
2020-02-18 22:01:29 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "The command \"%s\" is only available in GUI mode"
msgstr "Il comando \"%s\" è disponibile solo nella modalità grafica"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-status.js:13
msgid "Displays summary about the notes and notebooks."
msgstr "Mostra un sommario delle note e dei taccuini."
#: CliClient/app/command-status.js:44
msgid ""
"To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`"
msgstr ""
"Per riprovare a decriptare questi elementi, esegui `e2ee decrypt --retry-"
"failed-items`"
#: CliClient/app/command-tag.js:14
msgid ""
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
"assign or remove [tag] from [note], to list notes associated with [tag], or "
"to list tags associated with [note]. The command `tag list` can be used to "
"list all the tags (use -l for long option)."
msgstr ""
"<tag-command> può essere \"add\", \"remove\", \"list\", or \"notetags\" per "
"assegnare o rimuovere [tag] da [note], per mostrare le note associate a "
"[tag], oppure mostrare i tag associati a [note]. Il comando `tag list` può "
"essere usato per mostrare tutte le etichette (usa -l per l’opzione lunga)."
#: CliClient/app/command-tag.js:90
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Invalid command: \"%s\""
msgstr "Comando non valido: \"%s\""
#: CliClient/app/command-done.js:14
msgid "Marks a to-do as done."
msgstr "Segna un \"Cose-da-fare\" come completato."
#: CliClient/app/command-done.js:21
#, javascript-format
msgid "Note is not a to-do: \"%s\""
msgstr "La nota non è un \"Cose-da-fare\": \"%s\""
2020-10-09 22:05:10 +02:00
#: ElectronClient/bridge.js:97 ElectronClient/bridge.js:107
#: ElectronClient/bridge.js:118 ElectronClient/bridge.js:126
2020-06-13 23:47:15 +02:00
#: ElectronClient/checkForUpdates.js:139
#: ElectronClient/gui/DialogButtonRow.min.js:30
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:285
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:174
#: ElectronClient/gui/ConfigScreen/ButtonBar.js:22
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/PromptDialog.min.js:235
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:187
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:756
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:20
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/ModalDialog.js:67
#: ReactNativeClient/lib/components/CameraView.js:182
#: ReactNativeClient/lib/components/side-menu-content.js:150
msgid "OK"
msgstr "OK"
2020-10-09 22:05:10 +02:00
#: ElectronClient/bridge.js:107 ElectronClient/bridge.js:118
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/DialogButtonRow.min.js:38
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:264
#: ElectronClient/gui/SideBar/SideBar.min.js:630
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:191
#: ElectronClient/gui/SideBar/SideBar.js:402
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:52
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/SideBar.min.js:319 ElectronClient/gui/SideBar.min.js:724
#: ElectronClient/gui/NoteList.min.js:148
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:162
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:462
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/PromptDialog.min.js:242
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:746
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:161
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:152
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:95
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:21
#: ReactNativeClient/lib/shim-init-node.js:92
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:70
#: ReactNativeClient/lib/components/select-date-time-dialog.js:89
#: ReactNativeClient/lib/components/ModalDialog.js:70
#: ReactNativeClient/lib/components/CameraView.js:183
#: ReactNativeClient/lib/components/side-menu-content.js:156
#: ReactNativeClient/lib/components/side-menu-content.js:165
#: ReactNativeClient/lib/components/side-menu-content.js:338
#: ReactNativeClient/lib/components/screens/encryption-config.js:185
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:96
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:531
2020-06-13 23:47:15 +02:00
msgid "Cancel"
msgstr "Annulla"
2020-10-09 22:05:10 +02:00
#: ElectronClient/bridge.js:178
2020-09-14 08:22:27 +02:00
msgid ""
"The app is now going to close. Please relaunch it to complete the process."
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/plugins/GotoAnything.min.js:459
2020-06-13 23:47:15 +02:00
msgid ""
"Type a note title or part of its content to jump to it. Or type # followed "
"by a tag name, or @ followed by a notebook name."
msgstr ""
"Scrivi il titolo di una nota o parte del suo contenuto per aprirla. Oppure "
"digita # seguito dal nome di un'etichetta, oppure @ seguito dal nome di un "
"taccuino."
2020-10-09 22:05:10 +02:00
#: ElectronClient/plugins/GotoAnything.min.js:499
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:20
2020-06-13 23:47:15 +02:00
msgid "Goto Anything..."
msgstr "Vai a..."
2020-10-09 22:05:10 +02:00
#: ElectronClient/InteropServiceHelper.js:153
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
msgstr "Esportazione da \"%s\" come formato \"%s\". Si prega di attendere..."
2020-10-09 22:05:10 +02:00
#: ElectronClient/InteropServiceHelper.js:170
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Could not export notes: %s"
msgstr "Non è possibile aggiornare la chiave master: %s"
#: ElectronClient/checkForUpdates.js:138
msgid "Current version is up-to-date."
msgstr "La versione attuale è aggiornata."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/checkForUpdates.js:148
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s (pre-release)"
msgstr "%s (pre-rilascio)"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/checkForUpdates.js:152
msgid "An update is available, do you want to download it now?"
msgstr "È disponibile un aggiornamento, vuoi scaricarlo ora?"
#: ElectronClient/checkForUpdates.js:152
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Your version: %s"
msgstr "La tua versione: %s"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/checkForUpdates.js:152
#, javascript-format
msgid "New version: %s"
msgstr "Nuova versione: %s"
2020-03-19 05:49:06 +02:00
2020-09-14 08:22:27 +02:00
#: ElectronClient/checkForUpdates.js:153
2020-10-09 22:05:10 +02:00
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:22
#: ReactNativeClient/lib/shim-init-node.js:92
#: ReactNativeClient/lib/components/screens/note.js:529
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/versionInfo.js:23
2020-06-13 23:47:15 +02:00
msgid "Yes"
msgstr "Sì"
2020-03-19 05:49:06 +02:00
2020-09-14 08:22:27 +02:00
#: ElectronClient/checkForUpdates.js:153
2020-10-09 22:05:10 +02:00
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:23
#: ReactNativeClient/lib/shim-init-node.js:92
#: ReactNativeClient/lib/components/screens/note.js:530
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/versionInfo.js:23
2020-06-13 23:47:15 +02:00
msgid "No"
msgstr "No"
2020-06-13 23:47:15 +02:00
#: ElectronClient/checkForUpdates.js:153
msgid "Full Release Notes"
msgstr "Note di rilascio complete"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SearchBar/SearchBar.js:50
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:120
#: ElectronClient/gui/MainScreen/MainScreen.min.js:437
msgid "Search..."
msgstr "Cerca..."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:75
#, javascript-format
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
msgstr "La nota \"%s\" è stata ripristinata con successo nel taccuino \"%s\"."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:100
msgid "This note has no history"
msgstr "Questa nota non ha cronologia"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:142
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:112
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:865
#, javascript-format
msgid "Unsupported link or message: %s"
msgstr "Link o Messaggio non supportato: %s"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:177
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:51
2020-06-13 23:47:15 +02:00
msgid "Restore"
msgstr "Ripristina"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:178
#, javascript-format
msgid ""
"Click \"%s\" to restore the note. It will be copied in the notebook named "
"\"%s\". The current version of the note will not be replaced or modified."
msgstr ""
"Clicca \"%s\" per ripristinare la nota. Verrà copiata nel taccuino "
"denominato \"%s\". La versione corrente della nota non verrà sostituita o "
"modificata."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:187
#: ElectronClient/gui/NoteText.min.js:1671
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:462
#: ElectronClient/gui/ConfigScreen/ButtonBar.js:30
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:746
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/Header.min.js:316
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/commands/historyBackward.js:17
2020-06-13 23:47:15 +02:00
msgid "Back"
msgstr "Indietro"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:237
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:166
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:283
msgid "Remove"
msgstr "Rimuovi"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:240
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:169
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:286
#: ReactNativeClient/lib/components/side-menu-content.js:148
#, javascript-format
msgid ""
"Delete notebook \"%s\"?\n"
"\n"
"All notes and sub-notebooks within this notebook will also be deleted."
msgstr ""
"Eliminare taccuino \"%s\"?\n"
"\n"
"Anche tutte le note e cartelle di questo taccuino saranno eliminati."
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:241
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:170
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:287
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:133
#: ElectronClient/gui/utils/NoteListUtils.js:162
#: ElectronClient/gui/ResourceScreen.js:47
#: ElectronClient/gui/ResourceScreen.js:95
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/components/screen-header.js:356
#: ReactNativeClient/lib/components/side-menu-content.js:146
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:873
2020-07-12 20:33:09 +02:00
msgid "Delete"
msgstr "Elimina"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:244
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:174
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar.min.js:290
#, javascript-format
msgid "Remove tag \"%s\" from all notes?"
2020-07-12 20:33:09 +02:00
msgstr "Rimuovere l’etichetta \"%s\" da tutte le note?"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:246
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:177
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:292
msgid "Remove this search from the sidebar?"
msgstr "Rimuovere questa ricerca dalla barra laterale?"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:305
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:228
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:122
#: ElectronClient/gui/SideBar.min.js:382 ElectronClient/gui/MenuBar.js:387
#: ElectronClient/gui/utils/NoteListUtils.js:129
2020-07-12 20:33:09 +02:00
msgid "Export"
msgstr "Esporta"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:630
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:402
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:724
#: ReactNativeClient/lib/components/side-menu-content.js:338
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/commands/synchronize.js:18
2020-07-12 20:33:09 +02:00
msgid "Synchronise"
msgstr "Sincronizza"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:664
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:283
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:757
#: ReactNativeClient/lib/components/side-menu-content.js:360
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/notes.js:188
2020-07-12 20:33:09 +02:00
msgid "All notes"
msgstr "Tutte le note"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:669
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:414
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:762
#: ReactNativeClient/lib/components/side-menu-content.js:364
msgid "Notebooks"
msgstr "Taccuini"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:686
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:426
#: ElectronClient/gui/MainScreen/commands/setTags.js:17
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:779
#: ElectronClient/gui/NoteText.min.js:1634
#: ElectronClient/gui/NoteText.min.js:1810
#: ReactNativeClient/lib/components/side-menu-content.js:314
#: ReactNativeClient/lib/components/screens/tags.js:101
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:846
2020-07-12 20:33:09 +02:00
msgid "Tags"
msgstr "Tag"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:704
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:437
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:797
#: ReactNativeClient/lib/components/side-menu-content.js:325
#, javascript-format
msgid "Decrypting items: %d/%d"
msgstr "Decrittografia Elementi: %d/%d"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:709
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/SideBar.js:441
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:802
#: ReactNativeClient/lib/components/side-menu-content.js:330
#, javascript-format
msgid "Fetching resources: %d/%d"
msgstr "Recupero risorse: %d/%d"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:16
2020-07-12 20:33:09 +02:00
msgid "Sidebar"
msgstr "Barra laterale"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:17
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:17
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:17
#: ElectronClient/gui/MenuBar.js:478
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:17
msgid "Focus"
msgstr "Focus"
#: ElectronClient/gui/StatusScreen/StatusScreen.js:26
#: ElectronClient/gui/StatusScreen.min.js:33
msgid "Please select where the sync status should be exported to"
msgstr ""
"Prego selezionare dove lo stato della sincronizzazione deve essere esportato"
#: ElectronClient/gui/StatusScreen/StatusScreen.js:61
#: ElectronClient/gui/StatusScreen.min.js:71
#: ReactNativeClient/lib/components/screens/status.js:112
msgid "Retry All"
msgstr "Riprova tutti"
#: ElectronClient/gui/StatusScreen/StatusScreen.js:78
#: ElectronClient/gui/StatusScreen.min.js:96
#: ReactNativeClient/lib/components/screens/status.js:118
msgid "Retry"
msgstr "Riprova"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:165
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1547
msgid "strong text"
msgstr "testo grasseto"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:166
2020-06-21 00:21:11 +02:00
#, fuzzy
msgid "emphasised text"
2020-06-13 23:47:15 +02:00
msgstr "testo Sottolineato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:168
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1616
msgid "Insert Hyperlink"
msgstr "Inserire collegamento ipertestuale"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:201
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:203
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:204
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1591
#: ElectronClient/gui/NoteText.min.js:1595
#: ElectronClient/gui/NoteText.min.js:1604
msgid "List item"
msgstr "Lista Elemento"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:256
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:82
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:18
msgid "Cut"
msgstr "Taglia"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:263
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:90
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:13
#: ElectronClient/gui/MenuBar.js:285 ElectronClient/gui/NoteText.min.js:804
2020-06-13 23:47:15 +02:00
msgid "Copy"
msgstr "Copia"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:270
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:102
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:23
msgid "Paste"
msgstr "Incolla"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:469
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1085
msgid "Layout"
msgstr "Disposizione"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:469
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1085
#, javascript-format
msgid ""
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
"note."
msgstr ""
"Questa nota non ha contenuto. Fai clic su \"%s\" per attivare l'editor e "
"modificare la nota."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/plugins/lists.js:2151
#, fuzzy
msgid "Checkbox list"
msgstr "Casella di controllo"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:519
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:411
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:644
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:1113
2020-06-13 23:47:15 +02:00
msgid "Edit"
msgstr "Modifica"
2018-12-09 02:22:16 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:575
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:53
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1627
#: ElectronClient/gui/NoteText.min.js:1726
msgid "Attach file"
msgstr "Allega File"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:584
2020-06-13 23:47:15 +02:00
msgid "Code Block"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:593
2020-06-13 23:47:15 +02:00
msgid "Inline Code"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:608
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:83
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1778
msgid "Insert Date Time"
msgstr "Inserisci data e ora"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:1030
2020-06-13 23:47:15 +02:00
msgid "Drop notes or files here"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:1030
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:419
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Code View"
msgstr "Codice"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:1030
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid ""
"Please wait for all attachments to be downloaded and decrypted. You may also "
"switch to %s to edit the note."
msgstr ""
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:72
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:833
msgid "There was an error downloading this attachment:"
msgstr "Errore nel scaricare questo allegato:"
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:75
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:835
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/services/ResourceEditWatcher/index.js:165
2020-06-13 23:47:15 +02:00
msgid "This attachment is not downloaded or not decrypted yet"
msgstr "Questo allegato non è ancora stato scaricato o decriptato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:40
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:778
msgid "Open..."
msgstr "Apri..."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:53
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:786
msgid "Save as..."
msgstr "Salva come..."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:66
2020-06-13 23:47:15 +02:00
msgid "Reveal file in folder"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:74
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:797
msgid "Copy path to clipboard"
msgstr "Copia il percorso negli appunti"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:110
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:811
msgid "Copy Link Address"
msgstr "Copia l'indirizzo del link"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:293
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:2121
msgid "to-do"
msgstr "\"Cose-da-fare\""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:293
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:2121
msgid "note"
msgstr "nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:293
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:2121
#, javascript-format
msgid "Creating new %s..."
msgstr "Creare nuovo %s..."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:374
2020-09-14 08:22:27 +02:00
msgid "The following attachments are being watched for changes:"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:377
2020-09-14 08:22:27 +02:00
msgid ""
"The attachments will no longer be watched when you switch to a different "
"note."
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:382
#: ElectronClient/gui/NoteText.min.js:1656
#, javascript-format
msgid "In: %s"
msgstr "In: %s"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:28
2020-07-12 20:33:09 +02:00
msgid "Select all"
msgstr "Seleziona tutto"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:33
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1690
msgid "Bold"
msgstr "Grasseto"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:38
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1698
msgid "Italic"
msgstr "Corsivo"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:43
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1710
msgid "Hyperlink"
msgstr "Collegamento ipertestuale"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:48
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1718
msgid "Code"
msgstr "Codice"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:58
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1738
msgid "Numbered List"
msgstr "Elenco Numerato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:63
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1746
msgid "Bulleted List"
msgstr "Elenco Puntato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:68
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1754
msgid "Checkbox"
msgstr "Casella di controllo"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:73
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1762
msgid "Heading"
msgstr "Intestazione"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:78
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1770
msgid "Horizontal Rule"
msgstr "Riga orizzontale"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:16
2020-07-12 20:33:09 +02:00
msgid "Note title"
msgstr "Titolo della nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/showLocalSearch.js:16
2020-07-12 20:33:09 +02:00
msgid "Search in current note"
msgstr "Cerca nella nota corrente"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:16
2020-07-12 20:33:09 +02:00
msgid "Note body"
msgstr "Corpo della nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:27
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:21
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:164
#: ElectronClient/gui/ResourceScreen.js:39
2020-06-13 23:47:15 +02:00
msgid "ID"
msgstr "ID"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:28
2020-06-13 23:47:15 +02:00
msgid "Created"
msgstr "Creato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:29
2020-06-13 23:47:15 +02:00
msgid "Updated"
msgstr "Aggiornato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:30
2020-06-13 23:47:15 +02:00
msgid "Completed"
msgstr "Completato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:31
2020-06-13 23:47:15 +02:00
msgid "Location"
msgstr "Posizione"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:32
2020-06-13 23:47:15 +02:00
msgid "URL"
msgstr "URL"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:33
#: ReactNativeClient/lib/models/Setting.js:1287
2020-06-13 23:47:15 +02:00
msgid "Note History"
msgstr "Cronologia nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:34
2020-06-13 23:47:15 +02:00
msgid "Markup"
msgstr "Marcatura"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:306
2020-06-13 23:47:15 +02:00
msgid "Previous versions of this note"
msgstr "Versione precedente di questa nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:383
#: ElectronClient/gui/MainScreen/commands/showNoteProperties.js:17
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1834
msgid "Note properties"
msgstr "Proprietà della nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:63
#: ReactNativeClient/lib/services/KeymapService.js:142
#, fuzzy, javascript-format
msgid "Error: %s"
msgstr "Errore"
2020-09-14 08:22:27 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:121
#: ElectronClient/gui/Root.min.js:91 ElectronClient/gui/MenuBar.js:339
#: ElectronClient/gui/MenuBar.js:384 ElectronClient/gui/Root.js:103
2020-09-14 08:22:27 +02:00
msgid "Import"
msgstr "Importa"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:126
2020-09-14 08:22:27 +02:00
msgid "Command"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:127
2020-09-14 08:22:27 +02:00
#, fuzzy
msgid "Keyboard Shortcut"
msgstr "Modalità Tastiera"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:14
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:129
2020-09-14 08:22:27 +02:00
msgid "Quit"
msgstr "Esci"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:16
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:232
2020-09-14 08:22:27 +02:00
msgid "Insert template"
msgstr "Inserisci modello"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:18
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:483
2020-09-14 08:22:27 +02:00
msgid "Actual Size"
msgstr "Dimensione attuale"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:22
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:532
2020-09-14 08:22:27 +02:00
msgid "Website and documentation"
msgstr "Sito web e documentazione"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:24
#, fuzzy
msgid "Hide Joplin"
msgstr "Informazione su Joplin"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:26
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:372
2020-09-14 08:22:27 +02:00
msgid "Close Window"
msgstr "Chiudi finestra"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:28
#, fuzzy
msgid "Preferences"
msgstr "Preferenze..."
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:28
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/Root.min.js:92 ElectronClient/gui/MenuBar.js:254
#: ElectronClient/gui/Root.js:104
2020-09-14 08:22:27 +02:00
msgid "Options"
msgstr "Opzioni"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:49
2020-09-14 08:22:27 +02:00
msgid "Press the shortcut"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:49
2020-09-14 08:22:27 +02:00
msgid ""
"Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the "
"shortcut."
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:50
#: ElectronClient/gui/EncryptionConfigScreen.min.js:96
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:125
msgid "Save"
msgstr "Salva"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:414
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:301
msgid ""
"The sync target needs to be upgraded before Joplin can sync. The operation "
"may take a few minutes to complete and the app needs to be restarted. To "
"proceed please click on the link."
msgstr ""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:416
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:306
#, fuzzy
msgid "Restart and upgrade"
msgstr "Chiavi master che devono essere aggiornate"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:420
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:313
2020-07-12 20:33:09 +02:00
msgid "Some items cannot be synchronised."
msgstr "Alcuni elementi non possono essere sincronizzati."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:422
#: ElectronClient/gui/MainScreen/MainScreen.js:428
#: ElectronClient/gui/MainScreen/MainScreen.js:440
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:318
#: ElectronClient/gui/MainScreen/MainScreen.min.js:330
#: ElectronClient/gui/MainScreen/MainScreen.min.js:354
2020-07-12 20:33:09 +02:00
msgid "View them now"
msgstr "Mostrali ora"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:426
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:325
2020-07-12 20:33:09 +02:00
msgid "Some items cannot be decrypted."
msgstr "Alcuni elementi non possono essere decodificati."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:432
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:337
2020-07-12 20:33:09 +02:00
msgid "One or more master keys need a password."
msgstr "Una o più chiavi master necessitano di una password."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:434
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:342
2020-07-12 20:33:09 +02:00
msgid "Set the password"
msgstr "Imposta la password"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:438
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:349
2020-07-12 20:33:09 +02:00
msgid "One of your master keys use an obsolete encryption method."
msgstr "Una delle tue chiavi master usano un metodo di crittografia obsoleto."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:444
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:361
2020-07-12 20:33:09 +02:00
msgid ""
"The default encryption method has been changed, you should re-encrypt your "
"data."
2020-06-13 23:47:15 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
"Il metodo di criptazione predefinito è stato cambiato, dovresti criptare "
"nuovamente i tuoi dati."
2020-02-18 22:01:29 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.js:446
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:366
2020-07-12 20:33:09 +02:00
msgid "More info"
msgstr "Maggiori informazioni"
2020-02-18 22:01:29 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/showNoteContentProperties.js:17
2020-07-12 20:33:09 +02:00
msgid "Statistics..."
msgstr ""
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:18
#: ElectronClient/gui/MainScreen/commands/renameTag.js:18
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:339 ElectronClient/gui/SideBar.min.js:389
#: ReactNativeClient/lib/components/side-menu-content.js:129
msgid "Rename"
msgstr "Rinomina"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:27
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:292
msgid "Rename notebook:"
msgstr "Rinomina il Taccuino:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/newTodo.js:17
#: ElectronClient/gui/MainScreen/commands/newTodo.js:29
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/components/action-button.js:64
#: ReactNativeClient/setUpQuickActions.js:15
msgid "New to-do"
msgstr "Nuovo \"Cose-da-fare\""
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:16
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:27
2020-07-12 20:33:09 +02:00
msgid "Toggle note list"
msgstr "Attiva lista delle note"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:16
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:27
2020-07-12 20:33:09 +02:00
msgid "Toggle sidebar"
msgstr "Attiva / disattiva barra laterale"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:20
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1642
#: ElectronClient/gui/NoteText.min.js:1828
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:831
2020-06-13 23:47:15 +02:00
msgid "Set alarm"
msgstr "Imposta Allarme"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:32
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:417
msgid "Set alarm:"
msgstr "Imposta allarme:"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:20
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:31
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:549
msgid "PDF File"
msgstr "PDF File"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/newNote.js:21
#: ElectronClient/gui/MainScreen/commands/newNote.js:48
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/components/action-button.js:73
#: ReactNativeClient/setUpQuickActions.js:14
msgid "New note"
msgstr "Nuova nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:18
2020-07-12 20:33:09 +02:00
msgid "Move to notebook"
msgstr "Sposta sul Taccuino"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:37
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:272
msgid "Move to notebook:"
msgstr "Sposta sul Taccuino:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/toggleVisiblePanes.js:16
2020-07-12 20:33:09 +02:00
msgid "Toggle editor layout"
msgstr "Attiva / disattiva il layout dell'editor"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/toggleEditors.js:18
#, fuzzy
msgid "Toggle editors"
msgstr "Attiva / disattiva il layout dell'editor"
#: ElectronClient/gui/MainScreen/commands/renameTag.js:27
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:313
msgid "Rename tag:"
msgstr "Rinomina Tag:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/newFolder.js:18
#: ElectronClient/gui/MainScreen/commands/newFolder.js:52
2020-07-12 20:33:09 +02:00
msgid "New notebook"
msgstr "Nuovo taccuino"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/newFolder.js:26
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:178
msgid "Notebook title:"
msgstr "Titolo del Taccuino:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/showShareNoteDialog.js:16
2020-07-12 20:33:09 +02:00
msgid "Share note..."
msgstr "Condividi note..."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/selectTemplate.js:24
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:448
msgid "Template file:"
msgstr "File del modello:"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/setTags.js:44
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen.min.js:221
msgid "Add or remove tags:"
msgstr "Aggiungi o rimuovi etichetta:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/print.js:17
2020-07-12 20:33:09 +02:00
msgid "Print"
msgstr "Stampa"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen/commands/print.js:26
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1321
msgid "Only one note can be printed at a time."
msgstr "Solo una nota alla volta può essere stampata."
2018-01-31 21:14:32 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/DropboxLoginScreen.js:35
#: ElectronClient/gui/DropboxLoginScreen.min.js:67
#: ReactNativeClient/lib/components/screens/dropbox-login.js:68
msgid "Submit"
msgstr "Invio"
2019-01-19 20:22:18 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:304
msgid "New sub-notebook"
msgstr "Nuovo sotto-taccuino"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:39
2018-09-28 20:25:56 +02:00
msgid "Token has been copied to the clipboard!"
msgstr "Il token è stato copiato negli appunti!"
2018-09-28 20:25:56 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:71
2018-06-10 12:54:29 +02:00
msgid "The web clipper service is enabled and set to auto-start."
2020-03-19 05:49:06 +02:00
msgstr ""
"Il servizio Web clipper è abilitato e impostato per l'avvio automatico."
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:78
2018-05-26 13:58:44 +02:00
#, javascript-format
msgid "Status: Started on port %d"
2018-09-03 12:49:41 +02:00
msgstr "Stato: avviato sulla porta %d"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:84
2018-09-03 12:49:41 +02:00
#, javascript-format
2018-05-26 13:58:44 +02:00
msgid "Status: %s"
2018-09-03 12:49:41 +02:00
msgstr "Stato: %s"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:90
2018-05-26 13:58:44 +02:00
msgid "Disable Web Clipper Service"
2018-09-03 12:49:41 +02:00
msgstr "Disattiva servizio Web Clipper"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:96
2018-05-26 13:58:44 +02:00
msgid "The web clipper service is not enabled."
2018-09-03 12:49:41 +02:00
msgstr "Il servizio web clipper non è abilitato."
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:101
2018-05-26 13:58:44 +02:00
msgid "Enable Web Clipper Service"
2018-09-03 12:49:41 +02:00
msgstr "Abilita servizio Web Clipper"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:124
2020-03-19 05:49:06 +02:00
msgid ""
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
"to Joplin."
msgstr ""
"Joplin Web Clipper consente di salvare pagine Web e schermate dal tuo "
"browser in a Joplin."
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:129
2018-05-26 13:58:44 +02:00
msgid "In order to use the web clipper, you need to do the following:"
2018-09-03 12:49:41 +02:00
msgstr "Per utilizzare il web clipper, devi fare quanto segue:"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:137
2018-05-26 13:58:44 +02:00
msgid "Step 1: Enable the clipper service"
2018-09-03 12:49:41 +02:00
msgstr "Passaggio 1: abilitare il servizio clipper"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:142
2020-03-19 05:49:06 +02:00
msgid ""
"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."
msgstr ""
"Questo servizio consente all'estensione del browser di comunicare con "
"Joplin. Quando lo abiliti, il tuo firewall potrebbe chiederti di dare il "
"permesso a Joplin di ascoltare una particolare porta."
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:156
2018-05-26 13:58:44 +02:00
msgid "Step 2: Install the extension"
2018-09-03 12:49:41 +02:00
msgstr "Passaggio 2: installare l'estensione"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:161
2018-05-26 13:58:44 +02:00
msgid "Download and install the relevant extension for your browser:"
2018-09-03 12:49:41 +02:00
msgstr "Scarica e installa l'estensione adatta per il tuo browser:"
2018-05-26 13:58:44 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:176
2018-09-28 20:25:56 +02:00
msgid "Advanced options"
msgstr "Opzioni avanzate"
2018-09-28 20:25:56 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:181
2018-09-28 20:25:56 +02:00
msgid "Authorisation token:"
msgstr "Token autorizzativo:"
2018-09-28 20:25:56 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:191
2020-06-13 23:47:15 +02:00
msgid "Copy token"
msgstr "Copia token"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:197
2020-06-13 23:47:15 +02:00
msgid ""
"This authorisation token is only needed to allow third-party applications to "
"access Joplin."
msgstr ""
"Il token autorizzativo è necessario solo per permettere ad applicazioni di "
"terze parti di accedere a Joplin."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/Root.min.js:89 ElectronClient/gui/Root.js:101
2020-06-13 23:47:15 +02:00
msgid "OneDrive Login"
msgstr "Login OneDrive"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/Root.min.js:90 ElectronClient/gui/Root.js:102
2020-06-13 23:47:15 +02:00
msgid "Dropbox Login"
msgstr "Login Dropbox"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/Root.min.js:93 ElectronClient/gui/Root.js:105
2020-06-13 23:47:15 +02:00
msgid "Note attachments"
msgstr "Allegati"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/Root.min.js:94 ElectronClient/gui/MenuBar.js:206
#: ElectronClient/gui/Root.js:106
2020-06-13 23:47:15 +02:00
msgid "Synchronisation Status"
msgstr "Stato della Sincronizzazione"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MenuBar.js:102
#, javascript-format
msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
msgstr "Importazione da \"%s\" come formato \"%s\". Si prega di attendere..."
#: ElectronClient/gui/MenuBar.js:222
msgid "Create note from template"
msgstr "Crea nota da modello"
#: ElectronClient/gui/MenuBar.js:227
msgid "Create to-do from template"
msgstr "Nuovo \"Cose-da-fare\" da modello"
#: ElectronClient/gui/MenuBar.js:238
msgid "Open template directory"
msgstr "Apri cartella modelli"
#: ElectronClient/gui/MenuBar.js:243
msgid "Refresh templates"
msgstr "Aggiorna modelli"
#: ElectronClient/gui/MenuBar.js:266
msgid "Note attachments..."
msgstr "Allegati..."
#: ElectronClient/gui/MenuBar.js:296 ElectronClient/gui/MenuBar.js:366
#: ElectronClient/gui/MenuBar.js:659
msgid "&File"
msgstr "&File"
#: ElectronClient/gui/MenuBar.js:302 ElectronClient/gui/MenuBar.js:561
msgid "About Joplin"
msgstr "Informazione su Joplin"
#: ElectronClient/gui/MenuBar.js:309
msgid "Preferences..."
msgstr "Preferenze..."
#: ElectronClient/gui/MenuBar.js:319 ElectronClient/gui/MenuBar.js:542
msgid "Check for updates..."
msgstr "Controlla aggiornamenti..."
#: ElectronClient/gui/MenuBar.js:332 ElectronClient/gui/MenuBar.js:379
msgid "Templates"
msgstr "Modelli"
#: ElectronClient/gui/MenuBar.js:343
#, fuzzy
msgid "Export all"
msgstr "Esporta"
#: ElectronClient/gui/MenuBar.js:356
#, javascript-format
msgid "Hide %s"
msgstr "Nascondi %s"
#: ElectronClient/gui/MenuBar.js:415
msgid "&Edit"
msgstr "&Modifica"
#: ElectronClient/gui/MenuBar.js:435
msgid "&View"
msgstr "&Vista"
#: ElectronClient/gui/MenuBar.js:441
msgid "Layout button sequence"
msgstr "Layout della sequenza tasti"
#: ElectronClient/gui/MenuBar.js:494 ElectronClient/gui/MenuBar.js:500
msgid "Zoom In"
msgstr "Aumenta zoom"
#: ElectronClient/gui/MenuBar.js:507
msgid "Zoom Out"
msgstr "Diminuisci zoom"
#: ElectronClient/gui/MenuBar.js:516
#, fuzzy
msgid "&Note"
msgstr "Nota"
#: ElectronClient/gui/MenuBar.js:525
msgid "&Tools"
msgstr "&Strumenti"
#: ElectronClient/gui/MenuBar.js:529
msgid "&Help"
msgstr "&Aiuto"
#: ElectronClient/gui/MenuBar.js:536
msgid "Joplin Forum"
msgstr "Joplin Forum"
#: ElectronClient/gui/MenuBar.js:539
#: ReactNativeClient/lib/components/screens/config.js:495
msgid "Make a donation"
msgstr "Fai una donazione"
#: ElectronClient/gui/MenuBar.js:549
msgid "Toggle development tools"
msgstr "Attiva / disattiva strumenti di sviluppo"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ExtensionBadge.min.js:10
msgid "Firefox Extension"
msgstr "Estensione Firefox"
#: ElectronClient/gui/ExtensionBadge.min.js:17
msgid "Chrome Web Store"
msgstr "Chrome Web Store"
#: ElectronClient/gui/ExtensionBadge.min.js:44
msgid "Get it now:"
msgstr "Scaricalo subito:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ImportScreen.min.js:61
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid ""
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
msgstr "Il nuovo Taccuino \"%s\" verrà creato e \"%s\" verrà importato"
#: ElectronClient/gui/NoteList.min.js:147
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:160
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:151
2020-06-13 23:47:15 +02:00
msgid "Custom order"
msgstr ""
#: ElectronClient/gui/NoteList.min.js:147
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:160
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:151
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "View"
msgstr "&Vista"
#: ElectronClient/gui/NoteList.min.js:147
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:160
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:151
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:389
2020-06-13 23:47:15 +02:00
msgid "Sort notes by"
msgstr "Ordina le note per"
#: ElectronClient/gui/NoteList.min.js:147
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:160
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:151
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid ""
"To manually sort the notes, the sort order must be changed to \"%s\" in the "
"menu \"%s\" > \"%s\""
msgstr ""
#: ElectronClient/gui/NoteList.min.js:148
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:161
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:152
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Do it now"
msgstr "Scaricalo subito:"
#: ElectronClient/gui/NoteList.min.js:452
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:412
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:423
2020-06-13 23:47:15 +02:00
msgid "No notes in here. Create one by clicking on \"New note\"."
msgstr "Non è presente nessuna nota. Creane una cliccando \"Nuova nota\"."
#: ElectronClient/gui/NoteList.min.js:452
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/NoteList.js:412
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:423
2020-06-13 23:47:15 +02:00
msgid ""
"There is currently no notebook. Create one by clicking on \"New notebook\"."
msgstr ""
"Al momento non ci sono Taccuini. Creane uno facendo clic su \"Nuovo Taccuino"
"\"."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:41
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:362
msgid "Duplicate"
msgstr "Duplicare"
2018-09-28 20:25:56 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:46
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%s - Copy"
msgstr "%s - Copia"
2018-09-28 20:25:56 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:59
2020-06-13 23:47:15 +02:00
msgid "Switch between note and to-do type"
msgstr "Converti nota in \"Cose-da-fare\" e viceversa"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:87
2020-06-13 23:47:15 +02:00
msgid "Switch to note type"
msgstr "Converti in nota"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:93
2020-06-13 23:47:15 +02:00
msgid "Switch to to-do type"
msgstr "Converti in \"Cose-da-fare\""
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:100
#: ReactNativeClient/lib/components/screens/note.js:860
2020-06-13 23:47:15 +02:00
msgid "Copy Markdown link"
msgstr "Copia il link Markdown"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:156
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Delete note \"%s\"?"
msgstr "Eliminare la nota \"%s\"?"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:159
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Delete these %d notes?"
msgstr "Eliminare queste %d note?"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:22
msgid "Name"
msgstr "Nome"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:23
msgid "Icon"
msgstr "Icona"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:272
msgid "Notebook properties"
msgstr "Proprietà del taccuino"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:781
#, javascript-format
msgid "This file could not be opened: %s"
msgstr "Questo file non può essere aperto: %s"
2020-06-21 00:21:11 +02:00
#: ElectronClient/gui/NoteText.min.js:1551
msgid "emphasized text"
msgstr "testo Sottolineato"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1792
msgid "Click to stop external editing"
msgstr "Fare clic per interrompere le modifiche esterne"
#: ElectronClient/gui/NoteText.min.js:1793
msgid "Watching..."
msgstr "Osservare..."
#: ElectronClient/gui/NoteText.min.js:1801
2020-10-09 22:05:10 +02:00
#: ElectronClient/commands/startExternalEditing.js:19
2020-07-12 20:33:09 +02:00
msgid "Edit in external editor"
msgstr "Modifica in un editor esterno"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1852
msgid "Content Properties"
msgstr "Proprietà del contenuto"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:145
2020-03-19 05:49:06 +02:00
msgid "Master keys that need upgrading"
msgstr "Chiavi master che devono essere aggiornate"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:150
2020-03-19 05:49:06 +02:00
msgid ""
"The following master keys use an out-dated encryption algorithm and it is "
"recommended to upgrade them. The upgraded master key will still be able to "
"decrypt and encrypt your data as usual."
msgstr ""
"Le seguenti chiavi master usano un algoritmo di criptazione obsoleto ed è "
"consigliabile aggiornarle. Le chiavi aggiornate riusciranno comunque a "
"criptare e decriptare i tuoi dati come al solito."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:169
2020-03-19 05:49:06 +02:00
msgid "Upgrade"
msgstr "Aggiorna"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:182
2020-03-19 05:49:06 +02:00
msgid "Re-encrypt data"
msgstr "Cripta nuovamente i dati"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:184
2020-03-19 05:49:06 +02:00
msgid ""
"The default encryption method has been changed to a more secure one and it "
"is recommended that you apply it to your data."
msgstr ""
"Il metodo standard di criptazione è stato cambiato con uno più sicuro ed è "
"consigliabile che tu lo applichi ai tuoi dati."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:184
2020-03-19 05:49:06 +02:00
msgid ""
"You may use the tool below to re-encrypt your data, for example if you know "
"that some of your notes are encrypted with an obsolete encryption method."
msgstr ""
2020-05-28 03:06:33 +02:00
"Puoi usare lo strumento qui sotto per criptare nuovamente i tuoi dati, per "
"esempio se sai che qualcuna delle tue note è criptata con un metodo obsoleto."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:186
2020-03-19 05:49:06 +02:00
#, javascript-format
msgid ""
2020-03-19 06:02:36 +02:00
"In order to do so, your entire data set will have to be encrypted and "
2020-03-19 05:49:06 +02:00
"synchronised, so it is best to run it overnight.\n"
"\n"
"To start, please follow these instructions:\n"
"\n"
"1. Synchronise all your devices.\n"
"2. Click \"%s\".\n"
"3. Let it run to completion. While it runs, avoid changing any note on your "
"other devices, to avoid conflicts.\n"
"4. Once sync is done on this device, sync all your other devices and let it "
"run to completion.\n"
"\n"
"Important: you only need to run this ONCE on one device."
msgstr ""
"Per farlo, il tuo intero data set deve essere criptato e sincronizzato, "
"quindi è consigliabile lasciarlo fare di notte.\n"
"\n"
"Per iniziare, segui queste indicazioni:\n"
"\n"
"1. Sincronizza tutti i tuoi dispositivi.\n"
"2. Clicca \"%s\".\n"
"3. Aspetta che l'operazione venga completata. Per evitare conflitti, evita "
"di modificare le note durante questo lasso di tempo.\n"
"4. Una volta che questo dispositivo è stato sincronizzato, sincronizza tutti "
"i dispositivi rimanenti e aspetta che finisca.\n"
"\n"
"Importante: questa operazione va eseguita SOLO UNA VOLTA in UN dispositivo."
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:433
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:279
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/status.js:142
msgid "Status"
msgstr "Stato"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:438
msgid "Encryption is:"
2018-09-03 12:49:41 +02:00
msgstr "La crittografia è:"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:99
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:84
2020-06-13 23:47:15 +02:00
msgid "This will open a new screen. Save your current changes?"
msgstr "Questo aprirà una nuova schermata. Salvare le tue modifiche correnti?"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:162
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:172
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:307
msgid "Check synchronisation configuration"
msgstr "Controlla la configurazione della sincronizzazione"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:167
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:181
2020-06-13 23:47:15 +02:00
msgid "Unknown"
msgstr "Sconosciuto"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:170
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:185
2020-06-13 23:47:15 +02:00
msgid "Checking..."
msgstr "Controllo..."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:176
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:189
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Resource.js:320
msgid "Error"
msgstr "Errore"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:181
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:200
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
"see the full error message below:"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Joplin Nextcloud App o non è installata o mal configurata. Si prega di "
"leggere il messaggio d'errore completo sottostante:"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:185
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:213
2020-06-13 23:47:15 +02:00
msgid "Show Log"
msgstr "Mostra log"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:191
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:226
2020-06-13 23:47:15 +02:00
msgid "Joplin Nextcloud App status:"
msgstr "Stato di Joplin Nextcloud App:"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:197
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:240
2020-06-13 23:47:15 +02:00
msgid "Check Status"
msgstr "Controlla stato"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:201
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:247
2020-06-13 23:47:15 +02:00
msgid "Help"
msgstr "Aiuto"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:212
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:266
2020-06-13 23:47:15 +02:00
msgid "Show Advanced Settings"
msgstr "Mostra opzioni avanzate"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:370
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:523
2020-06-13 23:47:15 +02:00
msgid "Browse..."
msgstr "Naviga..."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ConfigScreen/ButtonBar.js:27
2020-09-14 08:22:27 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:763
2020-06-13 23:47:15 +02:00
msgid "Apply"
msgstr "Applica"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/MainScreen.min.js:165
msgid "Please create a notebook first."
msgstr "Per favore prima crea un Taccuino."
#: ElectronClient/gui/MainScreen.min.js:171
msgid "Please create a notebook first"
msgstr "Per favore prima crea un Taccuino"
#: ElectronClient/gui/PromptDialog.min.js:249
msgid "Clear"
msgstr "Pulisci"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:77
msgid "Words"
msgstr "Parole"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:78
msgid "Characters"
msgstr "Caratteri"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:79
msgid "Characters excluding spaces"
msgstr "Caratteri esclusi spazi"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:80
msgid "Lines"
msgstr "Linee"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:99
#: ReactNativeClient/lib/models/Setting.js:374
#: ReactNativeClient/lib/models/Setting.js:375
#: ReactNativeClient/lib/models/Setting.js:376
msgid "Editor"
msgstr "Editor"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:100
#: ReactNativeClient/lib/models/Setting.js:374
#: ReactNativeClient/lib/models/Setting.js:375
#: ReactNativeClient/lib/models/Setting.js:377
msgid "Viewer"
msgstr "Visualizzatore"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:106
#, javascript-format
msgid "Read time: %s min"
msgstr ""
#: ElectronClient/gui/NoteContentPropertiesDialog.js:109
#, fuzzy
msgid "Statistics"
msgstr "Stato"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:114
#: ElectronClient/gui/ShareNoteDialog.js:175
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:24
msgid "Close"
msgstr "Chiudi"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/Header.min.js:267
msgid "Usage"
msgstr "Uso"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:16
2020-07-12 20:33:09 +02:00
msgid "Note list"
msgstr "Lista della nota"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/NoteListControls/commands/focusSearch.js:16
2020-07-12 20:33:09 +02:00
msgid "Search in all the notes"
msgstr "Cerca in tutte le note"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:32
2020-06-13 23:47:15 +02:00
msgid "Title"
msgstr "Titolo"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:36
2020-06-13 23:47:15 +02:00
msgid "Size"
msgstr "Dimensione"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:40
2020-06-13 23:47:15 +02:00
msgid "Action"
msgstr "Azione"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:43
#: ReactNativeClient/lib/path-utils.js:73
#: ReactNativeClient/lib/path-utils.js:109
#: ReactNativeClient/lib/models/BaseItem.js:722
2020-06-13 23:47:15 +02:00
msgid "Untitled"
msgstr "Senza titolo"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:94
2020-05-28 03:06:33 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Delete attachment \"%s\"?"
msgstr "Eliminare allegato \"%s\"?"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:140
2020-05-28 03:06:33 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"This is an advanced tool to show the attachments that are linked to your "
"notes. Please be careful when deleting one of them as they cannot be "
"restored afterwards."
2020-05-28 03:06:33 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Questo è uno strumento avanzato che mostra gli allegati delle tue note. "
"Presta attenzione quando ne cancelli uno perché non possono essere "
"recuperati."
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:141
2020-06-13 23:47:15 +02:00
msgid "Please wait..."
msgstr "Attendere per favore...."
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:143
2020-06-13 23:47:15 +02:00
msgid "No resources!"
msgstr "Nessuna risorsa!"
2020-10-09 22:05:10 +02:00
#: ElectronClient/gui/ResourceScreen.js:145
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Warning: not all resources shown for performance reasons (limit: %s)."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Attenzione: non tutte le risorse sono state mostrate per motivi di "
"prestazioni (limite: %s)."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:158
msgid "Synchronising..."
msgstr "Sincronizzazione..."
2020-01-25 00:28:54 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:160
msgid "Generating link..."
msgid_plural "Generating links..."
msgstr[0] "Generazione link..."
msgstr[1] "Generazione links..."
2018-09-16 20:53:06 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:162
msgid "Link has been copied to clipboard!"
msgid_plural "Links have been copied to clipboard!"
msgstr[0] "Il link è stato copiato negli appunti!"
msgstr[1] "I link sono stati copiati negli appunti!"
2018-09-16 20:53:06 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:165
msgid ""
"Note: When a note is shared, it will no longer be encrypted on the server."
msgstr "Nota: Quando una nota è condivisa, non sarà più criptata nel server."
2019-05-13 23:52:42 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:170
msgid "Share Notes"
msgstr "Condividi note"
2019-07-22 02:02:25 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:172
msgid "Copy Shareable Link"
msgid_plural "Copy Shareable Links"
msgstr[0] "Copia link condivisibile"
msgstr[1] "Copia link condivisibili"
2020-10-09 22:05:10 +02:00
#: ElectronClient/commands/copyDevCommand.js:18
#, fuzzy
msgid "Copy dev mode command to clipboard"
msgstr "Copia il percorso negli appunti"
#: ElectronClient/commands/stopExternalEditing.js:17
2020-07-12 20:33:09 +02:00
msgid "Stop external editing"
msgstr "Interrompi modifiche esterne"
2019-05-13 23:52:42 +02:00
2020-10-09 22:05:10 +02:00
#: ElectronClient/commands/startExternalEditing.js:30
2020-07-12 20:33:09 +02:00
#, javascript-format
msgid "Error opening note in editor: %s"
msgstr "Errore durante l'apertura della nota nell'editor: %s"
2020-10-09 22:05:10 +02:00
#: ElectronClient/app.js:339
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Open %s"
msgstr "Aprire %s"
2020-10-09 22:05:10 +02:00
#: ElectronClient/app.js:341
2020-06-13 23:47:15 +02:00
msgid "Exit"
msgstr "Esci"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/onedrive-api-node-utils.js:86
2020-06-13 23:47:15 +02:00
msgid ""
"The application has been authorised - you may now close this browser tab."
msgstr ""
"L'applicazione è stata autorizzata - puoi chiudere questo tab del tuo "
"browser."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/onedrive-api-node-utils.js:88
2020-06-13 23:47:15 +02:00
msgid "The application has been successfully authorised."
msgstr "L'applicazione è stata autorizzata con successo."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/onedrive-api-node-utils.js:116
2020-06-13 23:47:15 +02:00
msgid ""
"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."
msgstr ""
"Per favore apri il seguente URL nel tuo browser per autenticare "
"l'applicazione. L'applicazione creerà una cartella in \"Apps/Joplin\" e "
"leggerà/scriverà file solo in questa cartella. Non avrà accesso a nessun "
"file all'esterno di questa cartella o ad alcun dato personale. Nessun dato "
"verrà condiviso con terze parti."
2019-12-18 13:45:10 +02:00
2020-07-19 21:18:42 +02:00
#: ReactNativeClient/lib/SyncTargetAmazonS3.js:28
msgid "AWS S3"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/SyncTargetDropbox.js:25
msgid "Dropbox"
msgstr "Dropbox"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/shim-init-node.js:91
#: ReactNativeClient/lib/components/screens/note.js:528
2020-01-21 02:11:57 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid ""
"You are about to attach a large image (%dx%d pixels). Would you like to "
"resize it down to %d pixels before attaching it?"
msgstr ""
"Stai per allegare un'immagine di grandi dimensioni (%dx%d pixel). Vuoi "
"scalare l'immagine a %d pixel prima di allegarla?"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/shim-init-node.js:158
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Cannot access %s"
msgstr "Non è possibile accedere a %s"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Folder.js:27
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:25
msgid "title"
msgstr "titolo"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Folder.js:28
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:26
msgid "updated date"
msgstr "data di aggiornamento"
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Folder.js:88
2020-06-13 23:47:15 +02:00
msgid "Conflicts"
msgstr "Conflitti"
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Folder.js:388
2020-06-13 23:47:15 +02:00
msgid "Cannot move notebook to this location"
msgstr "Impossibile spostare il Taccuino in questa posizione"
2019-04-02 18:27:19 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Folder.js:440
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
msgstr "I blocchi non possono essere chiamati \"%s\". È un titolo riservato."
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:66
2020-06-13 23:47:15 +02:00
msgid "yes"
msgstr "sì"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:66
#: ReactNativeClient/lib/models/Setting.js:67
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "(wysiwyg: %s)"
msgstr "(wysiwyg: %s)"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:67
2020-06-13 23:47:15 +02:00
msgid "no"
msgstr "no"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:69
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid ""
"Attention: If you change this location, make sure you copy all your content "
"to it before syncing, otherwise all files will be removed! See the FAQ for "
"more details: %s"
msgstr ""
"Attenzione: se si cambia questa posizione, accertarsi di copiare tutto il "
"contenuto prima di sincronizzare, altrimenti tutti i file saranno rimossi! "
"Vedi le FAQ per maggiori dettagli: %s"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:75
2020-06-13 23:47:15 +02:00
msgid "Light"
msgstr "Chiaro"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:76
2020-06-13 23:47:15 +02:00
msgid "Dark"
msgstr "Scuro"
2018-01-28 19:38:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:77
2020-06-13 23:47:15 +02:00
msgid "Dracula"
msgstr "Dracula"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:78
2020-06-13 23:47:15 +02:00
msgid "Solarised Light"
msgstr "Chiaro solarizzato"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:79
2020-06-13 23:47:15 +02:00
msgid "Solarised Dark"
msgstr "Scuro Solarizzato"
2018-02-02 02:02:47 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:80
2020-06-13 23:47:15 +02:00
msgid "Nord"
msgstr "Nord"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:81
2020-06-13 23:47:15 +02:00
msgid "Aritim Dark"
msgstr "Scuro Aritim"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:82
2020-06-13 23:47:15 +02:00
msgid "OLED Dark"
msgstr "Scuro OLED"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:103
2020-06-13 23:47:15 +02:00
msgid "Synchronisation target"
msgstr "Destinazione di sincronizzazione"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:105
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"The target to synchonise to. Each sync target may have additional parameters "
"which are named as `sync.NUM.NAME` (all documented below)."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Ogni target di sincronizzazione può avere parametri aggiuntivi denominati "
"come `sync.NUM.NAME` (tutti documentati di seguito)."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:132
2020-06-13 23:47:15 +02:00
msgid "Directory to synchronise with (absolute path)"
msgstr "Cartella da sincronizzare con (percorso assoluto)"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:143
2020-06-13 23:47:15 +02:00
msgid "Nextcloud WebDAV URL"
msgstr "URL Nextcloud WebDAV"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:154
2020-06-13 23:47:15 +02:00
msgid "Nextcloud username"
msgstr "Nome Utente Nextcloud"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:164
2020-06-13 23:47:15 +02:00
msgid "Nextcloud password"
msgstr "Password Nextcloud"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:175
2020-06-13 23:47:15 +02:00
msgid "WebDAV URL"
msgstr "URL WebDAV"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:186
2020-06-13 23:47:15 +02:00
msgid "WebDAV username"
msgstr "Nome Utente WebDAV"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:196
2020-06-13 23:47:15 +02:00
msgid "WebDAV password"
msgstr "Password WebDAV"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:215
2020-07-19 21:18:42 +02:00
msgid "AWS S3 bucket"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:226
2020-07-19 21:18:42 +02:00
msgid "AWS key"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:236
2020-07-19 21:18:42 +02:00
msgid "AWS secret"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:248
2020-06-13 23:47:15 +02:00
msgid "Attachment download behaviour"
msgstr "Comportamento scaricamento allegati"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:249
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
"the attachments are downloaded whether you open the note or not."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"In modalità \"Manuale\", gli allegati sono scaricati solo quando si clicca "
"su di essi. In \"Auto\" sono scaricati quando si apre la nota. In \"Sempre\" "
"tutti gli allegati sono scaricati sia che si apra o no la nota."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:252
2020-06-13 23:47:15 +02:00
msgid "Always"
msgstr "Sempre"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:253
2020-06-13 23:47:15 +02:00
msgid "Manual"
msgstr "Manuale"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:254
2020-06-13 23:47:15 +02:00
msgid "Auto"
msgstr "Auto"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:269
2020-06-13 23:47:15 +02:00
msgid "Max concurrent connections"
msgstr "Massimo numero di connessioni concorrenti"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:281
2020-06-13 23:47:15 +02:00
msgid "Language"
msgstr "Linguaggio"
2020-04-06 02:37:15 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:291
2020-06-13 23:47:15 +02:00
msgid "Date format"
msgstr "Formato della data"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:310
2020-06-13 23:47:15 +02:00
msgid "Time format"
msgstr "Formato dell'orario"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:328
2020-06-13 23:47:15 +02:00
msgid "Theme"
msgstr "Tema"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:338
2020-06-13 23:47:15 +02:00
msgid "Automatically switch theme to match system theme"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:349
2020-06-13 23:47:15 +02:00
msgid "Preferred light theme"
2020-06-02 21:40:28 +02:00
msgstr ""
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:362
2020-06-13 23:47:15 +02:00
msgid "Preferred dark theme"
2020-06-02 21:40:28 +02:00
msgstr ""
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:366
2020-06-13 23:47:15 +02:00
msgid "Show note counts"
msgstr "Visualizza conteggio note"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:374
#: ReactNativeClient/lib/models/Setting.js:376
#: ReactNativeClient/lib/models/Setting.js:377
2020-06-13 23:47:15 +02:00
msgid "Split View"
msgstr "Split View"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:374
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s / %s / %s"
msgstr "%s / %s / %s"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:375
#: ReactNativeClient/lib/models/Setting.js:376
#: ReactNativeClient/lib/models/Setting.js:377
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s / %s"
msgstr "%s / %s"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:380
2020-06-13 23:47:15 +02:00
msgid "Uncompleted to-dos on top"
msgstr "\"Cose-da-fare\" incomplete in cima alla lista"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:381
2020-06-13 23:47:15 +02:00
msgid "Show completed to-dos"
msgstr "Mostra le \"Cose-da-fare\" completate"
2018-01-14 19:07:34 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:406
2020-06-13 23:47:15 +02:00
msgid "Auto-pair braces, parenthesis, quotations, etc."
msgstr "Auto- accoppia parentesi graffe, parentesi, citazione, ecc."
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:408
#: ReactNativeClient/lib/models/Setting.js:426
2020-06-13 23:47:15 +02:00
msgid "Reverse sort order"
msgstr "Inverti l'ordine"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:415
2020-06-13 23:47:15 +02:00
msgid "Sort notebooks by"
msgstr "Ordina i taccuini per"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:427
2020-06-13 23:47:15 +02:00
msgid "Save geo-location with notes"
msgstr "Salva geolocalizzazione con le note"
2018-01-06 22:05:34 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:444
2020-06-13 23:47:15 +02:00
msgid "When creating a new to-do:"
msgstr "Quando crei un nuovo \"Cose-da-fare\":"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:447
#: ReactNativeClient/lib/models/Setting.js:462
2020-06-13 23:47:15 +02:00
msgid "Focus title"
msgstr "Focus sul titolo"
2019-03-03 19:14:17 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:448
#: ReactNativeClient/lib/models/Setting.js:463
2020-06-13 23:47:15 +02:00
msgid "Focus body"
msgstr "Focus sul testo"
2019-03-03 19:14:17 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:459
2020-06-13 23:47:15 +02:00
msgid "When creating a new note:"
msgstr "Quando si crea una nuova nota:"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:480
2020-06-13 23:47:15 +02:00
msgid "Enable soft breaks"
msgstr "Abilita interruzioni soft"
2018-05-09 14:14:17 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:481
2020-06-13 23:47:15 +02:00
msgid "Enable typographer support"
msgstr "Attiva supporto tipografico"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:482
2020-06-13 23:47:15 +02:00
msgid "Enable math expressions"
msgstr "Attiva espressioni matematiche"
2018-06-10 12:54:29 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:483
2020-06-13 23:47:15 +02:00
msgid "Enable Fountain syntax support"
msgstr "Attiva supporto sintassi Fountain"
2020-05-28 03:06:33 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:484
2020-06-13 23:47:15 +02:00
msgid "Enable Mermaid diagrams support"
msgstr "Attiva supporto diagrammi Mermaid"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:485
2020-06-13 23:47:15 +02:00
msgid "Enable ==mark== syntax"
msgstr "Attiva sintassi ==mark=="
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:486
2020-06-13 23:47:15 +02:00
msgid "Enable footnotes"
msgstr "Attiva note a piè pagina"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:487
2020-06-13 23:47:15 +02:00
msgid "Enable table of contents extension"
msgstr "Abilita l’estensione indice"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:488
2020-06-13 23:47:15 +02:00
msgid "Enable ~sub~ syntax"
msgstr "Attiva sintassi ~sub~"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:489
2020-06-13 23:47:15 +02:00
msgid "Enable ^sup^ syntax"
msgstr "Attiva sintassi ^sup^"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:490
2020-06-13 23:47:15 +02:00
msgid "Enable deflist syntax"
msgstr "Abilita sintassi deflist"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:491
2020-06-13 23:47:15 +02:00
msgid "Enable abbreviation syntax"
msgstr "Abilita abbreviazioni"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:492
2020-06-13 23:47:15 +02:00
msgid "Enable markdown emoji"
msgstr "Abilita emoji markdown"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:493
2020-06-13 23:47:15 +02:00
msgid "Enable ++insert++ syntax"
msgstr "Attiva sintassi ++insert++"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:494
2020-06-13 23:47:15 +02:00
msgid "Enable multimarkdown table extension"
msgstr "Abilita estensione tavola dei contenuti"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:505
2020-06-13 23:47:15 +02:00
msgid "Show tray icon"
msgstr "Visualizza nella barra delle applicazioni"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:507
2020-06-13 23:47:15 +02:00
msgid "Note: Does not work in all desktop environments."
msgstr "Nota: non funziona in tutti gli ambienti desktop."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:507
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"This will allow Joplin to run in the background. It is recommended to enable "
"this setting so that your notes are constantly being synchronised, thus "
"reducing the number of conflicts."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Questo consentirà a Joplin di essere in esecuzione in background. E’ "
"raccomandata l’attivazione di questa impostazione per sincronizzare "
"costantemente le tue note e quindi ridurre il numero di conflitti."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:510
2020-06-13 23:47:15 +02:00
msgid "Start application minimised in the tray icon"
msgstr "Avvia applicazione minimizzata nella barra delle applicazioni"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:525
2020-06-13 23:47:15 +02:00
msgid "Editor font size"
msgstr "Editor dimensione caratteri"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:532
2020-06-13 23:47:15 +02:00
msgid "Editor font"
msgstr "Editor caratteri"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:556
2020-06-13 23:47:15 +02:00
msgid "Editor font family"
msgstr "Editor famiglia caratteri"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:557
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid ""
"This should be a *monospace* font or some elements will render incorrectly. "
"If the font is incorrect or empty, it will default to a generic monospace "
"font."
msgstr ""
"Questo carattere deve essere * monospace * o non funzionerà correttamente. "
"Se il carattere è errato o vuoto, verrà impostato automaticamente su un "
"carattere generico monospace."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:596
2020-06-13 23:47:15 +02:00
msgid "Custom stylesheet for Joplin-wide app styles"
msgstr "CSS per gli stili Joplin-wide app"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:601
2020-06-13 23:47:15 +02:00
msgid "Automatically update the application"
msgstr "Aggiorna automaticamente l'applicazione"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:602
2020-06-13 23:47:15 +02:00
msgid "Get pre-releases when checking for updates"
msgstr "Ottieni pre-rilasci durante controllo aggiornamenti"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:602
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "See the pre-release page for more details: %s"
msgstr "Vedi la pagina di pre-rilascio per maggiori dettagli: %s"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:610
2020-06-13 23:47:15 +02:00
msgid "Synchronisation interval"
msgstr "Intervallo di sincronizzazione"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:614
#: ReactNativeClient/lib/models/Setting.js:615
#: ReactNativeClient/lib/models/Setting.js:616
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d minutes"
msgstr "%d minuti"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:617
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d hour"
msgstr "%d ora"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:618
#: ReactNativeClient/lib/models/Setting.js:619
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d hours"
msgstr "%d ore"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:628
2020-06-13 23:47:15 +02:00
msgid "Text editor command"
msgstr "Comando editor di testo"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:628
2020-06-13 23:47:15 +02:00
msgid ""
"The editor command (may include arguments) that will be used to open a note. "
"If none is provided it will try to auto-detect the default editor."
msgstr ""
"Il comando editor (può includere argomenti) che verrà utilizzato per aprire "
"una nota. Se non ne viene fornita alcuna, cercherà di rilevare "
"automaticamente l'editor predefinito."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:629
2020-06-13 23:47:15 +02:00
msgid "Page size for PDF export"
msgstr "Dimensione pagina per l’esportazione in PDF"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:631
2020-06-13 23:47:15 +02:00
msgid "A4"
msgstr "A4"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:632
2020-06-13 23:47:15 +02:00
msgid "Letter"
msgstr "Lettera"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:633
2020-06-13 23:47:15 +02:00
msgid "A3"
msgstr "A3"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:634
2020-06-13 23:47:15 +02:00
msgid "A5"
msgstr "A5"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:635
2020-06-13 23:47:15 +02:00
msgid "Tabloid"
msgstr "Tabloid"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:636
2020-06-13 23:47:15 +02:00
msgid "Legal"
msgstr "Legale"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:639
2020-06-13 23:47:15 +02:00
msgid "Page orientation for PDF export"
msgstr "Orientamento pagina per l’esportazione in PDF"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:641
2020-06-13 23:47:15 +02:00
msgid "Portrait"
msgstr "Verticale"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:642
2020-06-13 23:47:15 +02:00
msgid "Landscape"
msgstr "Orizzontale"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:652
2020-06-13 23:47:15 +02:00
msgid "Keyboard Mode"
msgstr "Modalità Tastiera"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:655
2020-06-13 23:47:15 +02:00
msgid "Default"
msgstr "Predefinito"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:656
2020-06-13 23:47:15 +02:00
msgid "Emacs"
msgstr "Emacs"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:657
2020-06-13 23:47:15 +02:00
msgid "Vim"
msgstr "Vim"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:671
2020-06-13 23:47:15 +02:00
msgid "Custom TLS certificates"
msgstr "Certificati TLS personalizzati"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:672
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Comma-separated list of paths to directories to load the certificates from, "
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
"pem. Note that if you make changes to the TLS settings, you must save your "
"changes before clicking on \"Check synchronisation configuration\"."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Elenco separato da virgole di percorsi alle cartelle per caricare i "
"certificati o percorso dei singoli file cert. Ad esempio: /my/cert_dir, /"
"other/custom.pem. Notare che se si apportano modifiche alle impostazioni "
"TLS, è necessario salvare le modifiche prima di fare clic su \"Verifica "
"configurazione sincronizzazione\"."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:684
2020-06-13 23:47:15 +02:00
msgid "Ignore TLS certificate errors"
msgstr "Ignora gli errori del certificato TLS"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Setting.js:692
2020-06-13 23:47:15 +02:00
msgid "Fail-safe"
msgstr "Fail-safe"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Setting.js:693
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
"result of a misconfiguration or bug)"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Fail-safe: Non rimuovere i dati locale quando la destinazione di sinc è "
"vuota (spesso il risultato di una mal configurazione o di un bug)"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:696
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Specify the port that should be used by the API server. If not set, a "
"default will be used."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Specifica la porta che deve essere usata dal server API. Se non viene "
"settato, viene usato un valore di default."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:701
2020-06-13 23:47:15 +02:00
msgid "Enable note history"
msgstr "Attiva cronologia della nota"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:711
2020-06-13 23:47:15 +02:00
msgid "days"
msgstr "giorni"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:711
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%d days"
msgstr "%d giorni"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:713
2020-06-13 23:47:15 +02:00
msgid "Keep note history for"
msgstr "Mantieni la cronologia note per"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:736
2020-06-13 23:47:15 +02:00
msgid "Notebook list growth factor"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:737
#: ReactNativeClient/lib/models/Setting.js:749
#: ReactNativeClient/lib/models/Setting.js:761
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"The factor property sets how the item will grow or shrink to fit the "
"available space in its container with respect to the other items. Thus an "
"item with a factor of 2 will take twice as much space as an item with a "
"factor of 1.Restart app to see changes."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:748
2020-06-13 23:47:15 +02:00
msgid "Note list growth factor"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:760
2020-06-13 23:47:15 +02:00
msgid "Note area growth factor"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1273
2020-06-13 23:47:15 +02:00
msgid "General"
msgstr "Generale"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1275
2020-06-13 23:47:15 +02:00
msgid "Synchronisation"
msgstr "Sincronizzazione"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1277
2020-06-13 23:47:15 +02:00
msgid "Appearance"
msgstr "Apparenza"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1279
2020-06-13 23:47:15 +02:00
msgid "Note"
msgstr "Nota"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1281
#: ReactNativeClient/lib/services/interop/InteropService.js:49
#: ReactNativeClient/lib/services/interop/InteropService.js:59
msgid "Markdown"
msgstr "Markdown"
#: ReactNativeClient/lib/models/Setting.js:1283
2020-06-13 23:47:15 +02:00
msgid "Plugins"
msgstr "Plugins"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1285
2020-06-13 23:47:15 +02:00
msgid "Application"
msgstr "Applicazione"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1289
2020-06-13 23:47:15 +02:00
msgid "Encryption"
msgstr "Crittografia"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1291
2020-06-13 23:47:15 +02:00
msgid "Web Clipper"
msgstr "Web Clipper"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1293
2020-09-14 08:22:27 +02:00
#, fuzzy
msgid "Keyboard Shortcuts"
msgstr "Modalità Tastiera"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1300
2020-06-13 23:47:15 +02:00
msgid ""
"These plugins enhance the Markdown renderer with additional features. Please "
"note that, while these features might be useful, they are not standard "
"Markdown and thus most of them will only work in Joplin. Additionally, some "
"of them are *incompatible* with the WYSIWYG editor. If you open a note that "
"uses one of these plugins in that editor, you will lose the plugin "
"formatting. It is indicated below which plugins are compatible or not with "
"the WYSIWYG editor."
msgstr ""
"Questi plugin migliorano il render Markdown aggiungendo funzionalità. Per "
"favore nota che anche se sono utili non seguono lo standard Markdown e "
"quindi la maggior parte di loro funzionerà solo con Joplin. Inoltre alcuni "
"di essi sono *incompatibili* con l'editor WYSIWYG. Se apri una nota che "
"utilizza questi plugin nell'editor WYSIWYG, perderai la formattazione dei "
"plugin. Qui sotto trovi indicato quali plugin sono compatibili o meno con "
"l'editor WYSIWYG."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Setting.js:1302
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Notes and settings are stored in: %s"
msgstr "Le note e le impostazioni sono memorizzate in: %s"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:317
msgid "Not downloaded"
msgstr "Non scaricato"
#: ReactNativeClient/lib/models/Resource.js:318
msgid "Downloading"
msgstr "Scaricamento"
#: ReactNativeClient/lib/models/Resource.js:319
2020-01-21 02:11:57 +02:00
msgid "Downloaded"
msgstr "Scaricato"
2020-01-21 02:11:57 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:371
2020-06-02 20:36:22 +02:00
#, fuzzy, javascript-format
msgid "Attachment conflict: \"%s\""
msgstr "Allegati"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:372
2020-06-02 20:36:22 +02:00
#, fuzzy, javascript-format
msgid ""
"There was a [conflict](%s) on the attachment below.\n"
"\n"
"%s"
msgstr "Errore nel scaricare questo allegato:"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/Tag.js:184
2019-04-02 01:11:40 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "The tag \"%s\" already exists. Please choose a different name."
msgstr "Il tag \"%s\" esiste già. Scegliere un nome differente."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:27
msgid "created date"
msgstr "data di creazione"
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:28
msgid "custom order"
2020-05-28 03:06:33 +02:00
msgstr ""
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:92
msgid "This note does not have geolocation information."
msgstr "Questa nota non ha informazione sulla geolocalizzazione."
2019-11-05 02:02:39 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Note.js:469
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Cannot copy note to \"%s\" notebook"
msgstr "Non posso copiare la nota nel Taccuino \"%s\""
2019-11-05 02:02:39 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/models/Note.js:480
2019-11-05 02:02:39 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Cannot move note to \"%s\" notebook"
msgstr "Non posso spostare la nota nel Taccuino \"%s\""
2018-05-09 22:05:52 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/BaseItem.js:721
2020-06-13 23:47:15 +02:00
msgid "Encrypted"
msgstr "Crittografato"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/models/BaseItem.js:781
2020-06-13 23:47:15 +02:00
msgid "Encrypted items cannot be modified"
msgstr "Gli elementi crittografati non possono essere modificati"
2018-02-28 22:46:15 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
msgid "OneDrive Dev (For testing only)"
msgstr "OneDrive Dev (solo per test)"
2019-03-03 19:14:17 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/BaseApplication.js:151
#: ReactNativeClient/lib/BaseApplication.js:163
#: ReactNativeClient/lib/BaseApplication.js:195
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Usage: %s"
msgstr "Uso: %s"
2017-12-15 10:46:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/BaseApplication.js:230
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Unknown flag: %s"
msgstr "Etichetta sconosciuta: %s"
2018-01-31 21:14:32 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/SyncTargetOneDrive.js:25
msgid "OneDrive"
msgstr "OneDrive"
2018-01-31 21:14:32 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:65
msgid "Clear alarm"
msgstr "Rimuovi Allarme"
2018-01-31 21:14:32 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:68
msgid "Save alarm"
msgstr "Salva Allarme"
2018-01-31 21:14:32 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:86
msgid "Select date"
msgstr "Seleziona la data"
2019-04-21 15:55:12 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:88
msgid "Confirm"
msgstr "Conferma"
2019-10-17 00:14:43 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/CameraView.js:180
msgid "Permission to use camera"
msgstr "Permesso per usare la fotocamera"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/CameraView.js:181
msgid "Your permission to use your camera is required."
msgstr "E’ richiesto il permesso di usare la fotocamera."
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:185
msgid "Delete these notes?"
msgstr "Eliminare queste note?"
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:392
msgid "Move to notebook..."
msgstr "Sposta sul Taccuino..."
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:433
#, javascript-format
msgid "Move %d notes to notebook \"%s\"?"
msgstr "Spostare le note %d sul Taccuino \"%s\"?"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:451
msgid "Press to set the decryption password."
msgstr "Premere per impostare la password di decrittografia."
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:452
msgid "Some items cannot be synchronised. Press for more info."
msgstr ""
"Alcuni elementi non possono essere sincronizzati. Premi per maggiori "
"informazioni."
2019-04-02 18:27:19 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screen-header.js:453
msgid "The sync target needs to be upgraded. Press this banner to proceed."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:126
#, javascript-format
msgid "Notebook: %s"
msgstr "Taccuini: %s"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:132
msgid "Encrypted notebooks cannot be renamed"
msgstr "I Taccuini crittografati non possono essere rinominati"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:312
msgid "New Notebook"
msgstr "Nuovo Taccuino"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:316
#: ReactNativeClient/lib/components/screens/config.js:549
msgid "Configuration"
msgstr "Configurazione"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/note-list.js:97
msgid "You currently have no notebooks."
msgstr "Al momento non hai taccuini."
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/note-list.js:101
msgid "Create a notebook"
msgstr "Crea un Taccuino"
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/note-list.js:105
msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr "Al momento non ci sono note. Creane una cliccando sul bottone (+)."
2018-02-02 02:02:47 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/config-shared.js:46
msgid "Checking... Please wait."
msgstr "Controllo... Attendere per favore."
2018-04-28 11:40:55 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/config-shared.js:48
msgid "Success! Synchronisation configuration appears to be correct."
msgstr ""
"Successo! La configurazione della sincronizzazione sembra essere corretta."
#: ReactNativeClient/lib/components/shared/config-shared.js:50
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Error. Please check that URL, username, password, etc. are correct and that "
"the sync target is accessible. The reported error was:"
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Errore. Prego controllare che URL, nome utente, password, etc. siano "
"corretti e che la destinazione di sincronizzazione sia accessibile. L’errore "
"riportato era:"
2018-11-14 01:17:56 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
msgid "The application has been authorised!"
msgstr "L'applicazione è stata autorizzata con successo!"
2018-09-09 21:05:36 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
#, javascript-format
msgid ""
"Could not authorise application:\n"
"\n"
"%s\n"
"\n"
"Please try again."
msgstr ""
"Non è stato possibile autorizzare l’applicazione:\n"
"\n"
"%s\n"
"\n"
"Riprovare prego."
2018-12-09 02:22:16 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:33
2020-06-13 23:47:15 +02:00
msgid ""
"Please confirm that you would like to re-encrypt your complete database."
msgstr ""
"Per favore conferma di voler criptare nuovamente il tuo database per intero."
2019-09-25 19:54:25 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:39
2020-06-13 23:47:15 +02:00
msgid "Your data is going to be re-encrypted and synced again."
msgstr "I tuoi dati verranno criptati nuovamente e sincronizzati."
2018-03-02 20:12:58 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:49
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Please enter your password in the master key list below before upgrading the "
"key."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Per favore inserisci la tua password nella chiave master qui sotto prima di "
"aggiornare la chiave."
2018-01-28 19:38:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:58
2020-06-13 23:47:15 +02:00
msgid "The master key has been upgraded successfully!"
msgstr "La chiave master è stata aggiornata con successo!"
2019-12-18 13:45:10 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:60
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Could not upgrade master key: %s"
msgstr "Non è possibile aggiornare la chiave master: %s"
2018-01-28 19:38:30 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:116
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Decrypted items: %s / %s"
msgstr "Elementi decriptati: %s / %s"
2019-01-19 20:22:18 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/folder.js:87
2019-01-19 20:22:18 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "The notebook could not be saved: %s"
msgstr "Il Taccuino non può essere salvato: %s"
2019-01-19 20:22:18 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/folder.js:109
msgid "Edit notebook"
msgstr "Modifica Taccuino"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/folder.js:110
msgid "Enter notebook title"
msgstr "Inserisci titolo del Taccuino"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/onedrive-login.js:110
2020-06-13 23:47:15 +02:00
msgid "Login with OneDrive"
msgstr "Accedi a OneDrive"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/onedrive-login.js:121
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/log.js:109
#: ReactNativeClient/lib/components/screens/status.js:144
msgid "Refresh"
msgstr "Aggiorna"
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/UpgradeSyncTargetScreen.js:42
msgid "Sync Target Upgrade"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:163
msgid "New tags:"
msgstr "Nuovi tag:"
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:178
msgid "Type new tags or select from list"
msgstr "Digita nuovi tag o seleziona dalla lista"
2017-12-15 10:46:30 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:55
2020-06-13 23:47:15 +02:00
msgid "Login with Dropbox"
msgstr "Login Dropbox"
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:66
2020-06-13 23:47:15 +02:00
msgid "Enter code here"
msgstr "Inserisci qui il codice"
#: ReactNativeClient/lib/components/screens/encryption-config.js:119
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Master Key %s"
msgstr "Chiave Master %s"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:120
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:778
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Created: %s"
msgstr "Creato: %s"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:122
#: ReactNativeClient/lib/components/screens/encryption-config.js:151
msgid "Password:"
msgstr "Password:"
#: ReactNativeClient/lib/components/screens/encryption-config.js:137
msgid "Password cannot be empty"
msgstr "La password non può essere vuota"
#: ReactNativeClient/lib/components/screens/encryption-config.js:139
msgid "Confirm password cannot be empty"
msgstr "La password di conferma non può essere vuota"
2018-06-27 23:00:02 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:150
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"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."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Abilitare la crittografia significa *tutte* le tue note e gli allegati "
"verranno risincronizzati e inviati crittografati alla destinazione di "
"sincronizzazione. Non perdere la password poiché, per motivi di sicurezza, "
"questo sarà il *solo* modo per decifrare i dati! Per abilitare la "
"crittografia, inserisci la tua password qui sotto."
2018-06-27 23:00:02 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:177
msgid "Enable"
msgstr "Abilitato"
2019-10-17 00:14:43 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:248
msgid "Missing Master Keys"
msgstr "Chiave master mancante"
2019-10-17 00:14:43 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:249
msgid ""
"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."
msgstr ""
"Le chiavi principali con questi ID vengono utilizzate per crittografare "
"alcuni dei tuoi articoli, tuttavia l'applicazione al momento non ha accesso "
"ad essi. È probabile che verranno scaricati tramite la sincronizzazione."
2019-10-17 00:14:43 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
msgid "Disable encryption"
msgstr "Disattiva Crittografia"
2019-10-17 00:14:43 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
msgid "Enable encryption"
msgstr "Attiva Crittografia"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:264
#: ReactNativeClient/lib/components/screens/config.js:316
msgid "Encryption Config"
msgstr "Configurazione Crittografia"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:268
msgid ""
"For more information about End-To-End Encryption (E2EE) and advice on how to "
"enable it please check the documentation:"
msgstr ""
"Per ulteriori informazioni sulla crittografia end-to-end (E2EE) e consigli "
"su come abilitarlo, consultare la documentazione:"
#: ReactNativeClient/lib/components/screens/log.js:100
#: ReactNativeClient/lib/components/screens/config.js:439
msgid "Log"
msgstr "Log"
#: ReactNativeClient/lib/components/screens/log.js:117
msgid "Show all"
msgstr "Mostra tutto"
#: ReactNativeClient/lib/components/screens/log.js:117
msgid "Errors only"
msgstr "Solo gli errori"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:50
msgid "Warning"
msgstr "Attenzione"
2017-12-15 10:46:30 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:50
msgid ""
"In order to use file system synchronisation your permission to write to "
"external storage is required."
msgstr ""
"Per usare la sincronizzazione del file system è necessario il tuo permesso "
"di scrittura sulla memoria esterna."
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:436
msgid "Tools"
msgstr "Strumenti"
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:438
msgid "Sync Status"
msgstr "Stato sincronizzazione"
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:441
msgid "Creating report..."
msgstr "Creazione report..."
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:441
msgid "Export Debug Report"
msgstr "Esporta il Report di Debug"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:443
msgid "Fixing search index..."
msgstr "Correzione indice di ricerca..."
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:443
msgid "Fix search index"
msgstr "Correggi indice di ricerca"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:443
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Use this to rebuild the search index if there is a problem with search. It "
"may take a long time depending on the number of notes."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Usa questo per ricostruire l’indice di ricerca se c’è un problema con la "
"ricerca. Potrebbe richiedere molto tempo, dipende dal numero di note."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "Exporting profile..."
msgstr "Esportazione profilo..."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "Export profile"
msgstr "Esporta profilo"
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "For debugging purpose only: export your profile to an external SD card."
msgstr ""
"Solo per scopo di debugging: esporta il tuo profilo su una scheda SD esterna."
#: ReactNativeClient/lib/components/screens/config.js:461
msgid "More information"
msgstr "Maggiori informazioni"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:471
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"To work correctly, the app needs the following permissions. Please enable "
"them in your phone settings, in Apps > Joplin > Permissions"
2020-05-28 03:06:33 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Per funzionare correttamente, l'app necessita delle seguenti autorizzazioni. "
"Si prega di abilitarli nelle impostazioni del telefono, in App > Joplin > "
"Autorizzazioni"
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:474
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"- Storage: to allow attaching files to notes and to enable filesystem "
"synchronisation."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"- Archiviazione: per consentire il collegamento di file alle note e per "
"abilitare la sincronizzazione del filesystem."
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:477
msgid "- Camera: to allow taking a picture and attaching it to a note."
msgstr ""
"- Fotocamera: per consentire di scattare una foto e allegarla a una nota."
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:480
msgid "- Location: to allow attaching geo-location information to a note."
msgstr ""
"- Posizione: per consentire il collegamento di informazioni sulla posizione "
"geografica ad una nota."
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:509
msgid "Joplin website"
msgstr "Sito web Joplin"
#: ReactNativeClient/lib/components/screens/config.js:537
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Database v%s"
msgstr "Database v%s"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:543
#, javascript-format
msgid "FTS enabled: %d"
msgstr "FTS attivato: %d"
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:96
2020-06-13 23:47:15 +02:00
msgid "This note has been modified:"
msgstr "Questa note è stata modificata:"
2019-07-21 09:49:49 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:96
2020-06-13 23:47:15 +02:00
msgid "Save changes"
msgstr "Salva i cambiamenti"
2019-07-21 09:49:49 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:96
2020-06-13 23:47:15 +02:00
msgid "Discard changes"
msgstr "Ignora modifiche"
2019-07-21 09:49:49 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:160
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "No item with ID %s"
msgstr "Nessun elemento con ID %s"
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:179
2020-06-13 23:47:15 +02:00
msgid "This attachment is not downloaded or not decrypted yet."
msgstr "Questo allegato non è ancora stato scaricato o decriptato."
2019-07-21 09:49:49 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:183
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "The Joplin mobile app does not currently support this type of link: %s"
msgstr ""
"L'app mobile Joplin attualmente non supporta questo tipo di collegamento: %s"
2019-07-21 09:49:49 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/components/screens/note.js:187
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Links with protocol \"%s\" are not supported"
msgstr "Collegamenti con protocollo \"%s\" non sono supportati"
2019-07-21 09:49:49 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:623
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Unsupported image type: %s"
msgstr "Tipo di immagine non supportata: %s"
2019-07-21 09:49:49 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:779
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated: %s"
msgstr "Aggiornato: %s"
2019-07-21 09:49:49 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:783
2020-06-13 23:47:15 +02:00
msgid "View on map"
msgstr "Guarda sulla mappa"
2019-07-21 09:49:49 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:790
2020-06-13 23:47:15 +02:00
msgid "Go to source URL"
msgstr "Vai all'URL"
2019-07-21 09:49:49 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:818
2020-06-13 23:47:15 +02:00
msgid "Attach..."
msgstr "Allega..."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:820
2020-06-13 23:47:15 +02:00
msgid "Choose an option"
msgstr "Scegli un’opzione"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:820
2020-06-13 23:47:15 +02:00
msgid "Take photo"
msgstr "Scatta foto"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:820
2020-06-13 23:47:15 +02:00
msgid "Attach photo"
msgstr "Allega foto"
2019-07-21 09:49:49 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:820
2020-06-13 23:47:15 +02:00
msgid "Attach any file"
msgstr "Allega qualsiasi file"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:839
2020-06-13 23:47:15 +02:00
msgid "Share"
msgstr "Condividi"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:853
2020-06-13 23:47:15 +02:00
msgid "Convert to note"
msgstr "Converti in nota"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:853
2020-06-13 23:47:15 +02:00
msgid "Convert to todo"
msgstr "Converti in Todo"
2019-06-08 01:47:09 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:867
2020-06-13 23:47:15 +02:00
msgid "Properties"
msgstr "Proprietà"
2018-05-21 21:17:00 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:1045
#: ReactNativeClient/lib/components/screens/note.js:1103
2020-06-13 23:47:15 +02:00
msgid "Add body"
msgstr "Aggiungi corpo"
2018-05-21 21:17:00 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/note.js:1153
2020-06-13 23:47:15 +02:00
msgid "Add title"
msgstr "Aggiungi titolo"
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/components/screens/search.js:160
2020-06-13 23:47:15 +02:00
msgid "Search"
msgstr "Cerca"
2020-06-02 21:40:28 +02:00
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/onedrive-api.js:363
2020-06-13 23:47:15 +02:00
msgid ""
"Cannot refresh token: authentication data is missing. Starting the "
"synchronisation again may fix the problem."
msgstr ""
"Non è possibile aggiornare il token. mancano i dati di autenticazione. "
"Ricominciare la sincronizzazione da capo potrebbe risolvere il problema."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:108
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Created local items: %d."
msgstr "Elementi locali creati: %d."
2020-06-02 21:40:28 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:110
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated local items: %d."
msgstr "Elementi locali aggiornati: %d."
2018-05-21 21:17:00 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:112
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Created remote items: %d."
msgstr "Elementi remoti creati: %d."
2018-05-21 21:17:00 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:114
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated remote items: %d."
msgstr "Elementi remoti aggiornati: %d."
2018-03-09 11:11:13 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:116
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Deleted local items: %d."
msgstr "Elementi locali eliminati: %d."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:118
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Deleted remote items: %d."
msgstr "Elementi remoti eliminati: %d."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:120
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Fetched items: %d/%d."
msgstr "Elementi recuperati: %d/%d."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:122
2020-06-13 23:47:15 +02:00
msgid "Cancelling..."
msgstr "Annullamento..."
2019-01-10 20:59:56 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:124
2018-01-06 22:05:34 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Completed: %s"
msgstr "Completata: %s"
2018-01-06 22:05:34 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:126
2018-09-03 12:49:41 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Last error: %s"
msgstr "Ultimo Errore: %s"
2018-01-06 22:05:34 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:233
2020-06-13 23:47:15 +02:00
msgid "Idle"
msgstr "Inattivo"
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/Synchronizer.js:235
2020-06-13 23:47:15 +02:00
msgid "In progress"
msgstr "In corso"
#: ReactNativeClient/lib/JoplinServerApi.js:71
2020-06-02 21:40:28 +02:00
#, javascript-format
msgid ""
2020-06-13 23:47:15 +02:00
"Could not connect to the Joplin Nextcloud app. Please check the "
"configuration in the Synchronisation config screen. Full error was:\n"
"\n"
"%s"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Non è stato possibile connettersi alla Joplin Nextcloud app. Si prega di "
"controllare la configurazione nella schermata di Config. della "
"Sincronizzazione. Errore completo era:\n"
"\n"
"%s"
#: ReactNativeClient/lib/SyncTargetNextcloud.js:26
msgid "Nextcloud"
msgstr "Nextcloud"
#: ReactNativeClient/lib/SyncTargetWebDAV.js:23
msgid "WebDAV"
msgstr "WebDAV"
#: ReactNativeClient/lib/SyncTargetFilesystem.js:18
msgid "File system"
msgstr "File system"
2018-01-06 22:05:34 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/commands/historyForward.js:17
2020-07-12 20:33:09 +02:00
msgid "Forward"
msgstr ""
2020-09-14 08:22:27 +02:00
#: ReactNativeClient/lib/versionInfo.js:10
#, javascript-format
msgid "Revision: %s (%s)"
msgstr "Revisione: %s (%s)"
#: ReactNativeClient/lib/versionInfo.js:18
#, javascript-format
msgid "%s %s (%s, %s)"
msgstr "%s %s (%s, %s)"
#: ReactNativeClient/lib/versionInfo.js:20
#, javascript-format
msgid "Client ID: %s"
msgstr "ID del Client: %s"
#: ReactNativeClient/lib/versionInfo.js:21
#, javascript-format
msgid "Sync Version: %s"
msgstr "Sinc. versione: %s"
#: ReactNativeClient/lib/versionInfo.js:22
#, javascript-format
msgid "Profile Version: %s"
msgstr "Profilo versione: %s"
#: ReactNativeClient/lib/versionInfo.js:23
#, javascript-format
msgid "Keychain Supported: %s"
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/RevisionService.js:221
msgid "Restored Notes"
msgstr "Ripristina note"
#: ReactNativeClient/lib/services/interop/InteropService_Exporter_Jex.js:43
2020-06-02 21:40:28 +02:00
msgid "There is no data to export."
msgstr "Non ci sono dati da esportare."
2018-01-06 22:05:34 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/types.js:23
msgid "File"
msgstr "File"
2020-06-13 23:47:15 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/types.js:23
msgid "Directory"
msgstr "Cartella"
#: ReactNativeClient/lib/services/interop/InteropService_Importer_Md.js:40
2020-06-02 21:40:28 +02:00
msgid "Please specify the notebook where the notes should be imported to."
msgstr "Si prega di specificare il Taccuino in cui importare le note."
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/InteropService.js:48
#: ReactNativeClient/lib/services/interop/InteropService.js:57
msgid "Joplin Export File"
msgstr "Esporta file di Joplin"
2020-09-14 08:22:27 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/InteropService.js:50
#: ReactNativeClient/lib/services/interop/InteropService.js:58
msgid "Joplin Export Directory"
msgstr "Cartella di esportazione di Joplin"
2020-09-14 08:22:27 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/InteropService.js:51
msgid "Evernote Export File (as Markdown)"
msgstr "Esporta files di Evernote (come Markdown)"
#: ReactNativeClient/lib/services/interop/InteropService.js:52
msgid "Evernote Export File (as HTML)"
msgstr "Esporta files di Evernote (come HTML)"
#: ReactNativeClient/lib/services/interop/InteropService.js:60
msgid "HTML File"
msgstr "File HTML"
#: ReactNativeClient/lib/services/interop/InteropService.js:61
msgid "HTML Directory"
msgstr "Cartella HTML"
#: ReactNativeClient/lib/services/interop/InteropService.js:127
#, fuzzy, javascript-format
msgid "Cannot load \"%s\" module for format \"%s\" and output \"%s\""
msgstr "Impossibile caricare il modulo \"%s\" per il formato \"%s\""
2020-09-14 08:22:27 +02:00
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/interop/InteropService.js:152
#, fuzzy, javascript-format
msgid "Cannot load \"%s\" module for format \"%s\" and target \"%s\""
msgstr "Impossibile caricare il modulo \"%s\" per il formato \"%s\""
#: ReactNativeClient/lib/services/interop/InteropService.js:187
2020-09-14 08:22:27 +02:00
#, javascript-format
2020-10-09 22:05:10 +02:00
msgid "Please specify import format for %s"
msgstr "Si prega di specificare il formato di importazione per %s"
#: ReactNativeClient/lib/services/KeymapService.js:236
msgid "command"
2020-09-14 08:22:27 +02:00
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/KeymapService.js:236
#: ReactNativeClient/lib/services/KeymapService.js:241
2020-09-14 08:22:27 +02:00
#, javascript-format
2020-10-09 22:05:10 +02:00
msgid "\"%s\" is missing the required \"%s\" property."
2020-09-14 08:22:27 +02:00
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/KeymapService.js:241
#: ReactNativeClient/lib/services/KeymapService.js:248
msgid "accelerator"
2020-09-14 08:22:27 +02:00
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/KeymapService.js:248
#, fuzzy, javascript-format
msgid "Invalid %s: %s."
msgstr "Risposta non valida: %s"
#: ReactNativeClient/lib/services/KeymapService.js:266
2020-09-14 08:22:27 +02:00
#, javascript-format
msgid ""
"Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to "
"unexpected behaviour."
msgstr ""
2020-10-09 22:05:10 +02:00
#: ReactNativeClient/lib/services/KeymapService.js:291
2020-09-14 08:22:27 +02:00
#, javascript-format
msgid "Accelerator \"%s\" is not valid."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:121
msgid "Items that cannot be synchronised"
msgstr "Elementi che non possono essere sincronizzati"
2019-10-17 00:14:43 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:123
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-02 21:40:28 +02:00
"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)."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
"Questi elementi rimarranno sul dispositivo ma non verranno caricati nella "
"destinazione di sincronizzazione. Per trovare questi elementi, cercare il "
"titolo o l'ID (che viene visualizzato tra parentesi qui sopra)."
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:130
#, javascript-format
msgid "%s (%s) could not be uploaded: %s"
msgstr "%s (%s) non può essere caricato: %s"
2018-01-06 22:05:34 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:132
#, javascript-format
msgid "Item \"%s\" could not be downloaded: %s"
msgstr "Elemento \"%s\" non può essere scaricato: %s"
#: ReactNativeClient/lib/services/report.js:142
msgid "Items that cannot be decrypted"
msgstr "Elementi che non possono essere decriptati"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:144
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-02 21:40:28 +02:00
"Joplin failed to decrypt these items multiple times, possibly because they "
"are corrupted or too large. These items will remain on the device but Joplin "
"will no longer attempt to decrypt them."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
"Joplin ha fallito la decriptazione di questi elementi più volte, forse "
"perché sono corrotti o troppo grandi. Questi elementi rimarranno sul "
"dispositivo, ma Joplin non proverà più a decriptarli."
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:182
msgid "Attachments"
msgstr "Allegati"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:190
msgid "Downloaded and decrypted"
msgstr "Scaricato e decriptato"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:190
#: ReactNativeClient/lib/services/report.js:191
#: ReactNativeClient/lib/services/report.js:194
#, javascript-format
msgid "%s: %d"
msgstr "%s: %d"
#: ReactNativeClient/lib/services/report.js:191
msgid "Downloaded and encrypted"
msgstr "Scaricato e criptato"
#: ReactNativeClient/lib/services/report.js:204
msgid "Attachments that could not be downloaded"
msgstr "Allegati che non possono essere scaricati"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:209
2017-12-15 10:46:30 +02:00
#, javascript-format
2020-06-02 21:40:28 +02:00
msgid "%s (%s): %s"
msgstr "%s (%s): %s"
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:222
msgid "Sync status (synced items / total items)"
msgstr "Stato di sincronizzazione (Elementi sincronizzati / Elementi totali)"
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:226
#, javascript-format
msgid "%s: %d/%d"
msgstr "%s: %d/%d"
2019-07-21 09:49:49 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:229
#, javascript-format
msgid "Total: %d/%d"
msgstr "Totale: %d %d"
2019-12-18 13:45:10 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:231
#, javascript-format
msgid "Conflicted: %d"
msgstr "In conflitto: %d"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:232
#, javascript-format
msgid "To delete: %d"
msgstr "Da eliminare: %d"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:236
msgid "Folders"
msgstr "Cartelle"
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:244
#, javascript-format
msgid "%s: %d notes"
msgstr "%s: %d note"
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:252
msgid "Coming alarms"
msgstr "Avviso imminente"
2017-12-15 10:46:30 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:257
2018-05-06 12:17:34 +02:00
#, javascript-format
2020-06-02 21:40:28 +02:00
msgid "On %s: %s"
msgstr "Su %s: %s"
2018-05-06 12:17:34 +02:00
2020-10-09 22:05:10 +02:00
#~ msgid "Unknown log level: %s"
#~ msgstr "Livello di log sconosciuto: %s"
2020-01-21 02:11:57 +02:00
2020-10-09 22:05:10 +02:00
#~ msgid "Unknown level ID: %s"
#~ msgstr "Livello ID sconosciuto: %s"
2018-05-06 12:17:34 +02:00
2020-10-09 22:05:10 +02:00
#~ msgid "Invalid option value: \"%s\". Possible values are: %s."
#~ msgstr "Opzione non valida: \"%s\". I valori possibili sono: %s."
2019-06-20 00:18:24 +02:00
2020-10-09 22:05:10 +02:00
#, fuzzy
#~ msgid "Synchronize"
#~ msgstr "Sincronizza"
#~ msgid "Json Export Directory"
#~ msgstr "Cartella di esportazione JSON"
#~ msgid ""
#~ "This item is currently encrypted: %s \"%s\". Please wait for all items to "
#~ "be decrypted and try again."
#~ msgstr ""
#~ "Questo elemento è attualmente crittografato: %s \"%s\". Attendi che tutti "
#~ "gli elementi siano decodificati e riprova."
2020-04-19 01:20:09 +02:00
2020-09-14 08:22:27 +02:00
#~ msgid "Cancelling... Please wait."
#~ msgstr "Annullamento... Attendere per favore."
#, fuzzy
#~ msgid "Remove tag \"%s\" and its descendant tags from all notes?"
#~ msgstr "Rimuovere l’etichetta \"%s\" da tutte le note?"
#, fuzzy
#~ msgid ""
#~ "Could not synchronise with OneDrive.\n"
#~ "\n"
#~ "This error often happens when using OneDrive for Business, which "
#~ "unfortunately cannot be supported.\n"
#~ "\n"
#~ "Please consider using a regular OneDrive account."
#~ msgstr ""
#~ "Impossibile sincronizzare con OneDrive.\n"
#~ "\n"
#~ "Questo errore spesso accade quando si utilizza OneDrive for Business, che "
#~ "purtroppo non può essere supportato.\n"
#~ "\n"
#~ "Si prega di considerare l'idea di utilizzare un account OneDrive normale."
#, fuzzy
#~ msgid "Cannot move tag to this location."
#~ msgstr "Impossibile spostare il Taccuino in questa posizione"
2020-07-12 20:33:09 +02:00
#~ msgid "Add or remove tags"
#~ msgstr "Aggiungi o rimuovi etichette"
2020-05-28 03:06:33 +02:00
2020-07-12 20:33:09 +02:00
#~ msgid "Link"
#~ msgstr "Link"
2020-05-28 03:06:33 +02:00
2020-07-12 20:33:09 +02:00
#~ msgid "Content properties"
#~ msgstr "Proprietà del contenuto"
2020-05-28 03:06:33 +02:00
#~ msgid "Split"
#~ msgstr "Dividi"
#~ msgid "Information"
#~ msgstr "Informazioni"
2020-04-19 01:20:09 +02:00
#~ msgid "Resources"
#~ msgstr "Risorse"
2020-03-19 05:49:06 +02:00
#~ msgid ""
#~ "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?"
#~ msgstr ""
#~ "Disabilitare la crittografia significa *tutti* i tuoi appunti e gli "
#~ "allegati saranno risincronizzati e inviati in chiaro alla destinazione di "
#~ "sincronizzazione. Vuoi continuare?"
#~ msgid "Master Keys"
#~ msgstr "Chiave Master"
#~ msgid "Active"
#~ msgstr "Attivo"
#~ msgid "Source"
#~ msgstr "Sorgente"
#~ msgid "Password"
#~ msgstr "Password"
#~ msgid "Password OK"
#~ msgstr "Password OK"
#~ msgid ""
#~ "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."
#~ msgstr ""
#~ "Nota: verrà utilizzata una sola chiave master per la crittografia (quella "
#~ "contrassegnata come \"attiva\"). È possibile utilizzare qualsiasi chiave "
#~ "per la decrittografia, a seconda di come le note e i taccuini erano "
#~ "originariamente crittografati."
2020-03-09 01:21:39 +02:00
#, fuzzy
#~ msgid "marked text"
#~ msgstr "testo Sottolineato"
2020-02-18 22:01:29 +02:00
#~ msgid "Global zoom percentage"
#~ msgstr "Percentuale di zoom globale"
#~ msgid "All potential ports are in use - please report the issue at %s"
#~ msgstr ""
#~ "Tutte le potenziali porte sono in uso - prego riportare il problema a %s"
2019-11-11 08:46:03 +02:00
#~ msgid "Synchronisation is already in progress. State: %s"
#~ msgstr "La sincronizzazione è già in corso. Stato: %s"
#~ msgid "Confirm master password:"
#~ msgstr "Conferma password principale:"
#~ msgid "Confirm password"
#~ msgstr "Conferma password"
2019-10-17 01:25:55 +02:00
#, fuzzy
#~ msgid "Missing required argument: note"
#~ msgstr "Argomento richiesto mancante: %s"
2019-10-17 01:25:55 +02:00
2019-09-25 19:54:25 +02:00
#~ msgid "Starting to edit note. Close the editor to get back to the prompt."
#~ msgstr ""
#~ "Comincia a modificare la nota. Chiudi l'editor per tornare al prompt."
#~ msgid "Note has been saved."
#~ msgstr "La nota è stata salvata."
#~ msgid "Synchronisation status"
#~ msgstr "Stato di sincronizzazione"
#~ msgid "General Options"
#~ msgstr "Opzioni Generali"
#~ msgid "Encryption options"
#~ msgstr "Opzioni Crittografia"
#~ msgid "Encryption Options"
#~ msgstr "Opzioni di crittografia"
#~ msgid "Clipper Options"
#~ msgstr "Opzioni Clipper"
#~ msgid ""
#~ "Unknown item type downloaded - please upgrade Joplin to the latest version"
#~ msgstr ""
#~ "Tipo elemento scaricato sconosciuto - prego aggiornare Joplin all’ultima "
#~ "versione"
2019-07-21 09:49:49 +02:00
#, fuzzy
#~ msgid "Permission to write to external storage"
#~ msgstr "Permesso di usare la fotocamera"
2017-12-15 10:46:30 +02:00
2019-07-21 09:49:49 +02:00
#~ msgid "Cancel synchronisation"
#~ msgstr "Annulla la sincronizzazione"
2019-07-21 09:49:49 +02:00
#~ msgid "Hide metadata"
#~ msgstr "Nascondi i Metadati"
#~ msgid "Show metadata"
#~ msgstr "Mostra i metadati"
#~ msgid "Delete notebook"
#~ msgstr "Elimina Taccuino"
2017-12-15 10:46:30 +02:00
2019-07-21 09:49:49 +02:00
#~ msgid ""
#~ "Click on the (+) button to create a new note or notebook. Click on the "
#~ "side menu to access your existing notebooks."
#~ msgstr ""
#~ "Fare clic sul pulsante (+) per creare una nuova Nota o un nuovo Taccuino. "
#~ "Fare clic sul menu laterale per accedere ai tuoi Taccuini esistenti."
#~ msgid ""
#~ "You currently have no notebook. Create one by clicking on (+) button."
#~ msgstr ""
#~ "Attualmente non hai nessun Taccuino. Crearne uno cliccando sul pulsante "
#~ "(+)."
#~ msgid "Welcome"
#~ msgstr "Benvenuto"
2017-12-15 10:46:30 +02:00
2019-06-08 01:47:09 +02:00
#~ msgid "Separate each tag by a comma."
#~ msgstr "Separa ogni etichetta da una virgola."
2019-04-02 01:11:40 +02:00
#~ msgid ""
#~ "The path to synchronise with when file system synchronisation is enabled. "
#~ "See `sync.target`."
#~ msgstr ""
#~ "Il percorso di sincronizzazione quando la sincronizzazione è abilitata. "
#~ "Vedi `sync.target`."
2018-11-14 01:17:56 +02:00
#~ msgid "State: %s."
#~ msgstr "Stato: %s."
2018-09-16 20:53:06 +02:00
#~ msgid "A notebook with this title already exists: \"%s\""
#~ msgstr "Esiste già un Taccuino col titolo \"%s\""
2018-09-03 12:49:41 +02:00
#~ msgid ""
#~ "Benvenuto su Joplin!\n"
#~ "\n"
#~ "Digita `:help shortcuts` per l'elenco delle scorciatoie da tastiera, o "
#~ "semplicemente `:help` per informazioni sull'utilizzo.\n"
#~ "\n"
#~ "Ad esempio, per creare un taccuino, premere `mb`; per creare una nota "
#~ "premere `mn`."
#~ msgstr ""
#~ "Benvenuto su Joplin!\n"
#~ "\n"
#~ "Digita `:help shortcuts` per l'elenco delle scorciatoie da tastiera, o "
#~ "semplicemente `:help` per informazioni sull'utilizzo.\n"
#~ "\n"
#~ "Ad esempio, per creare un taccuino, premere `mb`; per creare una nota "
#~ "premere `mn`."
#~ msgid "Searches"
#~ msgstr "Ricerche"
2018-02-28 22:46:15 +02:00
#~ msgid "Imports an Evernote notebook file (.enex file)."
#~ msgstr "Importa un file taccuino di Evernote (.enex file)."
2018-02-28 22:46:15 +02:00
#~ msgid ""
#~ "File \"%s\" will be imported into existing notebook \"%s\". Continue?"
#~ msgstr ""
2018-09-09 21:05:36 +02:00
#~ "Il file \"%s\" sarà importato nel taccuino esistente \"%s\". Continuare?"
2018-02-28 22:46:15 +02:00
#~ msgid ""
#~ "New notebook \"%s\" will be created and file \"%s\" will be imported into "
#~ "it. Continue?"
#~ msgstr ""
2018-09-09 21:05:36 +02:00
#~ "Un nuovo taccuino \"%s\" sarà creato e al suo interno verrà importato il "
#~ "file \"%s\" . Continuare?"
2018-02-28 22:46:15 +02:00
#~ msgid "Import Evernote notes"
#~ msgstr "Importa le note da Evernote"
2018-02-17 01:26:31 +02:00
#~ msgid "Give focus to next pane"
#~ msgstr "Pannello successivo"
#~ msgid "Give focus to previous pane"
#~ msgstr "Pannello precedente"
#~ msgid "Exit command line mode"
#~ msgstr "Esci dalla modalità linea di comando"
#~ msgid "Edit the selected note"
#~ msgstr "Modifica la nota selezionata"
#~ msgid "Cancel the current command."
#~ msgstr "Annulla il comando corrente."
2018-02-17 01:26:31 +02:00
#~ msgid "Set a to-do as completed / not completed"
#~ msgstr "Imposta un \"Cose-da-fare\" come completato / non completato"
2018-02-17 01:26:31 +02:00
#~ msgid "[t]oggle [c]onsole between maximized/minimized/hidden/visible."
#~ msgstr ""
#~ "Scegli lo s[t]ato della [c]onsole: massimizzato/minimizzato/nascosto/"
#~ "visibile."
#~ msgid "[t]oggle note [m]etadata."
#~ msgstr "mos[t]ra/nascondi i [m]etadata nelle note."
#~ msgid "[M]ake a new [n]ote"
#~ msgstr "Crea ([M]ake) una nuova [n]ota"
#~ msgid "[M]ake a new [t]odo"
#~ msgstr "Crea ([M]ake) una nuova at[t]ività"
#~ msgid "[M]ake a new note[b]ook"
#~ msgstr "Crea ([M]ake) un nuovo [b]locco note"
#~ msgid "Copy ([Y]ank) the [n]ote to a notebook."
#~ msgstr "Copia ([Y]) la [n]ota in un taccuino."
2018-02-17 01:26:31 +02:00
#~ msgid "Move the note to a notebook."
#~ msgstr "Sposta la nota in un taccuino."
2018-02-17 01:26:31 +02:00
2018-01-28 19:38:30 +02:00
#~ msgid ""
#~ "The target to synchonise to. If synchronising with the file system, set "
#~ "`sync.2.path` to specify the target directory."
#~ msgstr ""
#~ "La destinazione della sincronizzazione. Se si sincronizza con il file "
#~ "system, impostare ' Sync. 2. Path ' per specificare la directory di "
#~ "destinazione."
2018-01-14 19:07:34 +02:00
#~ msgid "To-do title:"
#~ msgstr "Titolo del \"Cose-da-fare\":"
2018-01-14 19:07:34 +02:00
2018-01-06 22:05:34 +02:00
#~ msgid "\"%s\": \"%s\""
#~ msgstr "\"%s\": \"%s\""
2017-12-15 10:46:30 +02:00
#~ msgid "Delete notebook?"
#~ msgstr "Eliminare il taccuino?"
2017-12-15 10:46:30 +02:00
#~ msgid "File system synchronisation target directory"
#~ msgstr "Cartella di destinazione per la sincronizzazione nel file system"