-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add missing IT translations (#45)
* feat: add missing IT translations * fix: typo in IT translations
- Loading branch information
1 parent
9b7de2f
commit b95f01c
Showing
1 changed file
with
97 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,112 @@ | ||
{ | ||
"it": { | ||
"startsWith": "Inizia con", | ||
"contains": "Contiene", | ||
"notContains": "Non contiene", | ||
"endsWith": "Finisce con", | ||
"equals": "Equivale", | ||
"notEquals": "Non uguale", | ||
"noFilter": "Senza Filtro", | ||
"filter": "Filtro", | ||
"lt": "Meno di", | ||
"lte": "Minore o uguale a", | ||
"gt": "Più grande di", | ||
"gte": "Maggiore o uguale a", | ||
"dateIs": "La data è", | ||
"dateIsNot": "La data non lo è", | ||
"dateBefore": "La data è precedente", | ||
"dateAfter": "La data è dopo", | ||
"custom": "Personalizza", | ||
"clear": "Cancella tutto", | ||
"apply": "Applica", | ||
"matchAll": "Abbina tutto", | ||
"matchAny": "Abbina qualsiasi", | ||
"addRule": "Aggiungi regola", | ||
"removeRule": "Rimuovi regola", | ||
"accept": "Si", | ||
"reject": "No", | ||
"choose": "Scegli", | ||
"upload": "Carica", | ||
"cancel": "Annulla", | ||
"dayNames": ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"], | ||
"dayNamesShort": ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"], | ||
"dayNamesMin": ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa"], | ||
"monthNames": ["Gennaio", "Febbraio", "Marzo", "April", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"], | ||
"monthNamesShort": ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"], | ||
"close": "Vicino", | ||
"dayNames": [ | ||
"Domenica", | ||
"Lunedi", | ||
"Martedì", | ||
"Mercoledì", | ||
"Giovedì", | ||
"Venerdì", | ||
"Sabato" | ||
], | ||
"dayNamesShort": [ | ||
"Dom", | ||
"Lun", | ||
"Mar", | ||
"Mer", | ||
"Gio", | ||
"Ven", | ||
"Sab" | ||
], | ||
"dayNamesMin": [ | ||
"Do", | ||
"Lu", | ||
"Ma", | ||
"Me", | ||
"Gi", | ||
"Ve", | ||
"Sa" | ||
], | ||
"monthNames": [ | ||
"Gennaio", | ||
"Febbraio", | ||
"Marzo", | ||
"Aprile", | ||
"Maggio", | ||
"Giugno", | ||
"Luglio", | ||
"Agosto", | ||
"Settembre", | ||
"Ottobre", | ||
"Novembre", | ||
"Dicembre" | ||
], | ||
"monthNamesShort": [ | ||
"Gen", | ||
"Feb", | ||
"Mar", | ||
"Apr", | ||
"Mag", | ||
"Giu", | ||
"Lug", | ||
"Ago", | ||
"Set", | ||
"Ott", | ||
"Nov", | ||
"Dic" | ||
], | ||
"today": "Oggi", | ||
"clear": "Chiaro", | ||
"weekHeader": "Sett.", | ||
"weekHeader": "Sett", | ||
"firstDayOfWeek": 1, | ||
"dateFormat": "dd/mm/yy", | ||
"weak": "Debole", | ||
"medium": "Medio", | ||
"strong": "Forte", | ||
"passwordPrompt": "Inserisci la password" | ||
"passwordPrompt": "Inserisci la password", | ||
"emptyFilterMessage": "Nessuna opzione disponibile", | ||
"emptyMessage": "nessun risultato trovato", | ||
"aria": { | ||
"trueLabel": "Vero", | ||
"falseLabel": "Falso", | ||
"nullLabel": "Non selezionato", | ||
"pageLabel": "Pagina", | ||
"firstPageLabel": "Prima pagina", | ||
"lastPageLabel": "Ultima pagina", | ||
"nextPageLabel": "Pagina successiva", | ||
"previousPageLabel": "Pagina precedente", | ||
"selectLabel": "Selezionare", | ||
"unselectLabel": "Deseleziona", | ||
"expandLabel": "Espandere", | ||
"collapseLabel": "Crollo" | ||
} | ||
} | ||
} |