Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/it.json')
-rw-r--r--l10n/it.json60
1 files changed, 48 insertions, 12 deletions
diff --git a/l10n/it.json b/l10n/it.json
index 792b74985..167ff83b7 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,5 +1,14 @@
{ "translations": {
"New text document" : "Nuovo documento di testo",
+ "The file was uploaded" : "Il file è stato caricato",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
+ "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
+ "No file was uploaded" : "Nessun file caricato",
+ "Missing a temporary folder" : "Manca una cartella temporanea",
+ "Could not write file to disk" : "Impossibile scrivere il file su disco",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
+ "No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
"Nextcloud Text" : "Testo di Nextcloud",
"text document" : "documento di testo",
"Readme" : "Leggimi",
@@ -19,10 +28,48 @@
"Enter your name so other users can see who is editing" : "Inserisci il tuo nome in modo che gli altri utenti possano vedere chi sta modificando",
"Edit guest name" : "Modifica nome ospite",
"Save guest name" : "Salva nome ospite",
+ "Formatting help" : "Guida di formattazione",
+ "Speed up your writing with simple shortcuts." : "Velocizza la scrittura con semplici scorciatoie.",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "Digita la sintassi di Markdown o usa le scorciatoie da tastiera da qua sotto.",
+ "Just type the Markdown syntax from below." : "Digita la sintassi di Markdown da qua sotto.",
+ "Style" : "Stile",
+ "Syntax" : "Sintassi",
+ "Keyboard shortcuts" : "Scorciatoie da tastiera",
+ "Bold" : "Grassetto",
+ "Bold text" : "Grassetto",
+ "Ctrl" : "Ctrl",
+ "Italic" : "Corsivo",
+ "Italicized text" : "Corsivo",
+ "Strikethrough" : "Sbarrato",
+ "Mistaken text" : "Barrato",
+ "Heading 1" : "Intestazione 1",
+ "Heading level 1" : "Livello di intestazione 1",
+ "Shift" : "Shift",
+ "Heading 6" : "Intestazione 6",
+ "Heading level 6" : "Livello di intestazione 6",
+ "Unordered list" : "Elenco non ordinato",
+ "An item" : "Un elemento",
+ "Ordered list" : "Elenco ordinato",
+ "First item" : "Il primo elemento",
+ "Checklist" : "Lista di controllo",
+ "Todo item" : "Elemento da fare",
+ "Blockquote" : "Citazione",
+ "Quoted text" : "Testo citato",
+ "Code block" : "Blocco di codice",
+ "Some code" : "Codice",
"Insert emoji" : "Inserisci emoji",
+ "Upload from computer" : "Carica dal computer",
+ "Insert from Files" : "Inserisci dai file",
+ "Insert from link" : "Inserisci da collegamento",
+ "Image link to insert" : "Collegamento immagine da inserire",
"Insert image" : "Inserisci immagine",
+ "Image format not supported" : "Formato immagine non supportato",
"Insert an image" : "Inserisci un'immagine",
+ "Alt" : "Alt",
+ "Update Link" : "Aggiorna collegamento",
+ "Add Link" : "Aggiungi collegamento",
"Link file" : "Collegamento a file",
+ "Remove Link" : "Rimuovi collegamento",
"Select file to link to" : "Seleziona il file da collegare",
"Show author colors" : "Mostra i colori degli autori",
"Author colors are only shown until everyone has closed the document." : "I colori degli autori sono visualizzati solo finché tutti non hanno chiuso il documento. ",
@@ -33,23 +80,12 @@
"Edit" : "Modifica",
"Undo" : "Annulla",
"Redo" : "Rifai",
- "Bold" : "Grassetto",
- "Italic" : "Corsivo",
- "Strikethrough" : "Sbarrato",
"Headings" : "Intestazioni",
- "Heading 1" : "Intestazione 1",
"Heading 2" : "Intestazione 2",
"Heading 3" : "Intestazione 3",
"Heading 4" : "Intestazione 4",
"Heading 5" : "Intestazione 5",
- "Heading 6" : "Intestazione 6",
- "Unordered list" : "Elenco non ordinato",
- "Ordered list" : "Elenco ordinato",
"ToDo list" : "Elenco Cose da fare",
- "Blockquote" : "Citazione",
- "Code block" : "Blocco di codice",
- "Emoji picker" : "Selettore di emoji",
- "Retry" : "Riprova",
- "Unpushed changes" : "Modifiche non depositate"
+ "Emoji picker" : "Selettore di emoji"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file