|
1175 | 1175 | }, |
1176 | 1176 | ) |
1177 | 1177 |
|
| 1178 | + |
| 1179 | +ITALIAN = Translation( |
| 1180 | + language_name="Italian", |
| 1181 | + language_code="it", |
| 1182 | + translations={ |
| 1183 | + "About": "Informazioni", |
| 1184 | + "Add Row": "Aggiungi riga", |
| 1185 | + "Add": "Aggiungi", |
| 1186 | + "Apply": "Applica", |
| 1187 | + "Ascending": "Crescente", |
| 1188 | + "Back to home page": "Torna alla home", |
| 1189 | + "Back": "Indietro", |
| 1190 | + "Change Password": "Cambia Password", |
| 1191 | + "Clear filters": "Rimuovi filtri", |
| 1192 | + "Close": "Chiudi", |
| 1193 | + "Comma": "Virgola", |
| 1194 | + "Create": "Crea", |
| 1195 | + "Current password": "Password attuale", |
| 1196 | + "Dark Mode": "Modalità scura", |
| 1197 | + "Days": "Giorni", |
| 1198 | + "Delete": "Elimina", |
| 1199 | + "Delimiter": "Delimitatore", |
| 1200 | + "Descending": "Decrescente", |
| 1201 | + "Download": "Download", |
| 1202 | + "Download failed": "Download fallito", |
| 1203 | + "Download successful": "Download riuscito", |
| 1204 | + "Edit": "Modifica", |
| 1205 | + "Export CSV": "Esporta CSV", |
| 1206 | + "Filter": "Filtro", |
| 1207 | + "For timestamps which are timezone aware, they will be displayed in this timezone by default.": "I timestamp che tengono conto del fuso orario verranno visualizzati in questo fuso orario di default.", |
| 1208 | + "Form submitted": "Modulo inviato", |
| 1209 | + "Forms": "Moduli", |
| 1210 | + "Go to page": "Vai alla pagina", |
| 1211 | + "Hide Filters": "Nascondi filtri", |
| 1212 | + "Hide referencing tables": "Nascondi tabelle di riferimento", |
| 1213 | + "Home": "Home", |
| 1214 | + "Hours": "Ore", |
| 1215 | + "Light Mode": "Modalità chiara", |
| 1216 | + "Links": "Link", |
| 1217 | + "Loading": "Caricamento", |
| 1218 | + "Log Out": "Disconettiti", |
| 1219 | + "Login": "Accedi", |
| 1220 | + "MFA Code": "Codice MFA", |
| 1221 | + "MFA Setup": "Configura MFA", |
| 1222 | + "Minutes": "Minuti", |
| 1223 | + "New password confirmation": "Conferma nuova password", |
| 1224 | + "New password": "Nuova password", |
| 1225 | + "New value": "Nuovo valore", |
| 1226 | + "No results found": "Nessun risultato trovato", |
| 1227 | + "Note: Large data sets may take a while.": "Nota: i set di dati di grandi dimensioni possono richiedere del tempo.", |
| 1228 | + "Note: They are converted to UTC when stored in the database.": "Nota: Vengono convertiti in UTC quando vengono memorizzati nel database.", |
| 1229 | + "of": "di", |
| 1230 | + "page": "pagina", |
| 1231 | + "Password": "Password", |
| 1232 | + "result(s)": "risultato(i)", |
| 1233 | + "rows": "righe", |
| 1234 | + "Save": "Salva", |
| 1235 | + "Seconds": "Secondi", |
| 1236 | + "Select a column to update": "Selezionare una colonna da aggiornare", |
| 1237 | + "Select a Column": "Seleziona una colonna", |
| 1238 | + "Select a table in the sidebar to get started.": "Seleziona una tabella nella barra laterale per iniziare.", |
| 1239 | + "selected result(s) on": "risultato(i) selezionato(i) su", |
| 1240 | + "Semicolon": "Punto e virgola", |
| 1241 | + "Set Timezone": "Imposta fuso orario", |
| 1242 | + "Show Filters": "Mostra filtri", |
| 1243 | + "Show referencing tables": "Mostra tabelle di riferimento", |
| 1244 | + "Showing": "Mostrando", |
| 1245 | + "Sort by": "Ordina per", |
| 1246 | + "Sort": "Ordina", |
| 1247 | + "Submit": "Invia", |
| 1248 | + "Tables": "Tabelle", |
| 1249 | + "Timezone": "Fuso orario", |
| 1250 | + "Thanks for using Piccolo Admin.": "Grazie per usare Piccolo Admin.", |
| 1251 | + "Update": "Aggiorna", |
| 1252 | + "Use again": "Usa di nuovo", |
| 1253 | + "Username": "Nome utente", |
| 1254 | + "Version": "Versione", |
| 1255 | + "Weeks": "Settimane", |
| 1256 | + "Welcome to": "Benvenuti in", |
| 1257 | + "with a matching": "con una corrispondenza", |
| 1258 | + }, |
| 1259 | +) |
| 1260 | + |
1178 | 1261 | TRANSLATIONS: list[Translation] = [ |
1179 | 1262 | ENGLISH, |
1180 | 1263 | CROATIAN, |
|
1190 | 1273 | UKRAINIAN, |
1191 | 1274 | WELSH, |
1192 | 1275 | FARSI, |
| 1276 | + ITALIAN, |
1193 | 1277 | ] |
1194 | 1278 |
|
1195 | 1279 | # We use some translations outside of the HTML templates (e.g. within |
|
0 commit comments