Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (1015 of 1015 strings)

Translation: Grist/client
Translate-URL: https://hosted.weblate.org/projects/grist/client/it/
  • Loading branch information
ricpol authored and weblate committed Dec 3, 2023
1 parent 8b832b6 commit 735360c
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions static/locales/it.client.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
"Duplicate rows_other": "Duplica righe",
"Insert row": "Inserisci riga",
"Insert row above": "Inserisci riga sopra",
"Insert row below": "Inserisci riga sotto"
"Insert row below": "Inserisci riga sotto",
"View as card": "Vedi come scheda"
},
"SortFilterConfig": {
"Save": "Salva",
Expand Down Expand Up @@ -573,7 +574,13 @@
"Raw Data Tables": "Tabelle dati primarie",
"Table ID copied to clipboard": "ID tabella copiato",
"You do not have edit access to this document": "Non hai accesso in scrittura a questo documento",
"Delete {{formattedTableName}} data, and remove it from all pages?": "Cancellare i dati di {{formattedTableName}} e rimuoverla da tutte le pagine?"
"Delete {{formattedTableName}} data, and remove it from all pages?": "Cancellare i dati di {{formattedTableName}} e rimuoverla da tutte le pagine?",
"Edit Record Card": "Modifica scheda dei dati",
"Rename Table": "Rinomina tabella",
"{{action}} Record Card": "{{action}} Scheda dei dati",
"Record Card": "Scheda dei dati",
"Remove Table": "Rimuovi tabella",
"Record Card Disabled": "Scheda dei dati disabilitata"
},
"DocHistory": {
"Compare to Previous": "Confronta con il precedente",
Expand Down Expand Up @@ -783,7 +790,9 @@
"Timestamp": "Data e ora",
"no reference column": "nessuna colonna referenziata",
"Adding UUID column": "Aggiungere colonna UUID",
"Adding duplicates column": "Aggiungere colonna duplicati"
"Adding duplicates column": "Aggiungere colonna duplicati",
"Add formula column": "Aggiungi colonna con formula",
"Add column with type": "Aggiungi colonna con tipo"
},
"GristDoc": {
"Import from file": "Importa da file",
Expand Down Expand Up @@ -1055,7 +1064,9 @@
"Calendar": "Calendario",
"Lookups return data from related tables.": "Un lookup restituisce dati dalle tabelle collegate.",
"Can't find the right columns? Click 'Change Widget' to select the table with events data.": "Non trovi la colonna giusta? Fai clic su \"Cambia widget\" per selezionare la tabella con i dati degli eventi.",
"Use reference columns to relate data in different tables.": "Usa colonne di riferimenti per collegare dati da altre tabelle."
"Use reference columns to relate data in different tables.": "Usa colonne di riferimenti per collegare dati da altre tabelle.",
"Formulas support many Excel functions, full Python syntax, and include a helpful AI Assistant.": "Le formule supportano molte funzioni di Excel, la sintassi completa di Python, e includono un utile assistente AI.",
"You can choose from widgets available to you in the dropdown, or embed your own by providing its full URL.": "Puoi scegliere tra i widget disponibili nella lista, o incorporare il tuo fornendo la sua URL completa."
},
"DescriptionConfig": {
"DESCRIPTION": "DESCRIZIONE"
Expand Down Expand Up @@ -1230,5 +1241,13 @@
"FloatingPopup": {
"Maximize": "Espandi",
"Minimize": "Riduci"
},
"CardContextMenu": {
"Insert card above": "Inserisci scheda sopra",
"Duplicate card": "Duplica scheda",
"Insert card below": "Inserisci scheda sotto",
"Delete card": "Elimina scheda",
"Copy anchor link": "Copia il link",
"Insert card": "Inserisci scheda"
}
}

0 comments on commit 735360c

Please sign in to comment.