зеркало из https://github.com/nextcloud/notes.git
67 строки
5.7 KiB
JavaScript
67 строки
5.7 KiB
JavaScript
OC.L10N.register(
|
|
"notes",
|
|
{
|
|
"Notes" : "Note",
|
|
"The last viewed note cannot be accessed. " : "Impossibile accedere all'ultima nota visualizzata.",
|
|
"The notes folder is not accessible: %s" : "La cartella delle note non è accessibile: %s",
|
|
"Encryption Error" : "Errore di cifratura",
|
|
"Error" : "Errore",
|
|
"New note" : "Nuova nota",
|
|
"Distraction-free notes and writing" : "Note senza distrazioni e scrittura",
|
|
"The Notes app is a distraction free notes taking app. It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites." : "L'applicazione Note è un'applicazione per prendere note senza distrazioni. Fornisce categorie per un'organizzazione migliore e supporta la formattazione utilizzando la sintassi [Markdown](https://en.wikipedia.org/wiki/Markdown). Le note sono salvate come file nel tuo Nextcloud, in modo che tu possa visualizzarle e modificarle con ogni client Nextcloud. Inoltre, una [API RESTful] separata (https://github.com/nextcloud/notes/wiki/API-0.2) consente un'integrazione semplice in applicazioni di terze parti (attualmente ci sono applicazioni di note per [Android](https://github.com/stefan-niedermann/nextcloud-notes) e [iOS](https://github.com/owncloud/notes-iOS-App) che consentono un accesso comodo alle note di Nextcloud). Ulteriori funzionalità includono la marcatura delle note come preferite.",
|
|
"There are unsaved notes. Leaving the page will discard all changes!" : "Ci sono note non salvate. Uscita. Se lasci la pagina perderai tutte le modifiche!",
|
|
"Settings" : "Impostazioni",
|
|
"Folder to store your notes" : "Cartella in cui memorizzare le tue note",
|
|
"path to notes" : "percorso delle note",
|
|
"File extension for new notes" : "Estensione dei file per le nuove note",
|
|
"All notes" : "Tutte le note",
|
|
"Categories" : "Categorie",
|
|
"Search result for “{search}” in {category}" : "Risultato di ricerca per \"{search}\" in {category}",
|
|
"Search result for “{search}”" : "Risultato di ricerca per \"{search}\"",
|
|
"No search result for “{search}” in {category}" : "Nessun risultato di ricerca per \"{search}\" in {category}",
|
|
"No search result for “{search}”" : "Nessun risultato di ricerca per \"{search}\"",
|
|
"Today" : "Oggi",
|
|
"Yesterday" : "Ieri",
|
|
"This week" : "Questa settimana",
|
|
"Last week" : "Settimana scorsa",
|
|
"This month" : "Questo mese",
|
|
"Last month" : "Mese scorso",
|
|
"Remove from favorites" : "Rimuovi dai preferiti",
|
|
"Add to favorites" : "Aggiungi ai preferiti",
|
|
"Delete note" : "Elimina nota",
|
|
"Empty note" : "Nota vuota",
|
|
"Write …" : "Scrivi...",
|
|
"Details" : "Dettagli",
|
|
"Preview" : "Anteprima",
|
|
"Edit" : "Modifica",
|
|
"Save failed. Click to retry." : "Salvataggio non riuscito. Fai clic per riprovare.",
|
|
"Set category" : "Imposta categoria",
|
|
"Category" : "Categoria",
|
|
"Uncategorized" : "Senza categoria",
|
|
"Click here to save manually" : "Fai clic qui per salvare manualmente",
|
|
"Saving failed!" : "Salvataggio non riuscito!",
|
|
"Last modified: {date}" : "Ultima modifica: {date}",
|
|
"Note has unsaved changes" : "La nota ha modifiche non salvate",
|
|
"Subcategory" : "Sottocategoria",
|
|
"_%n word_::_%n words_" : ["%n parola","%n parole"],
|
|
"Write down your thoughts without any distractions." : "Annota i tuoi pensieri senza alcuna distrazione.",
|
|
"Use Markdown markups to style your text." : "Usa contrassegni Markdown per formattare il tuo testo.",
|
|
"Organize your notes in categories." : "Organizza le tue note in categorie.",
|
|
"Install the app for your mobile phone in order to access your notes from everywhere." : "Installa l'applicazione per il tuo cellulare per accedere alle tue note da ovunque.",
|
|
"Android app" : "Applicazione Android",
|
|
"iOS app" : "Applicazione iOS",
|
|
"Start writing a note by clicking on “{newnote}” in the app navigation." : "Inizia a scrivere una nota facendo clic su \"{newnote}\" nell'applicazione.",
|
|
"You can create subcategories by using “/” as delimiter between parent category and subcategory, e.g. “{parent}/{sub}”." : "Puoi creare sottocategorie utilizzando \"/\" come delimitatore tra la categoria superiore e la sottocategoria, ad. es \"{parent}/{sub}\".",
|
|
"See JavaScript console for details." : "Vedi la console JavaScript per i dettagli.",
|
|
"Updating settings has failed." : "Aggiornamento delle impostazioni non riuscito.",
|
|
"Fetching notes has failed." : "Recupero delle note non riuscito.",
|
|
"Fetching note {id} has failed." : "Recupero della nota {id} non riuscito.",
|
|
"Creating new note has failed." : "Creazione nuova nota non riuscita.",
|
|
"Updating note {id} has failed." : "Aggiornamento della nota {id} non riuscito.",
|
|
"Deleting note {id} has failed." : "Eliminazione della nota {id} non riuscita.",
|
|
"Toggling favorite for note {id} has failed." : "L'attivazione come preferito della nota {id} non è riuscita",
|
|
"Updating the note's category has failed. Is the target directory writable?" : "L'aggiornamento della categoria delle note non è riuscito. La cartella di destinazione è scrivibile?",
|
|
"Updating the category for note {id} has failed." : "Aggiornamento della categoria per la nota {id} non riuscito."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|