|
|
|
@ -74,7 +74,8 @@
|
|
|
|
|
"insertBefore": "Inserire prima", |
|
|
|
|
"hideField": "Campo nascosto", |
|
|
|
|
"sortAsc": "Ordinamento crescente", |
|
|
|
|
"sortDesc": "Ordinamento decrescente" |
|
|
|
|
"sortDesc": "Ordinamento decrescente", |
|
|
|
|
"geoDataField": "GeoData Field" |
|
|
|
|
}, |
|
|
|
|
"objects": { |
|
|
|
|
"project": "Progetto", |
|
|
|
@ -98,7 +99,8 @@
|
|
|
|
|
"gallery": "Galleria", |
|
|
|
|
"form": "Modulo", |
|
|
|
|
"kanban": "Kanban", |
|
|
|
|
"calendar": "Calendario" |
|
|
|
|
"calendar": "Calendario", |
|
|
|
|
"map": "Map" |
|
|
|
|
}, |
|
|
|
|
"user": "Utente", |
|
|
|
|
"users": "Utenti", |
|
|
|
@ -136,6 +138,7 @@
|
|
|
|
|
"Currency": "Moneta", |
|
|
|
|
"Percent": "Percento", |
|
|
|
|
"Duration": "Durata", |
|
|
|
|
"GeoData": "GeoData", |
|
|
|
|
"Rating": "Valutazione", |
|
|
|
|
"Formula": "Formula", |
|
|
|
|
"Rollup": "Rollup", |
|
|
|
@ -253,6 +256,9 @@
|
|
|
|
|
"barcodeFormat": "Formato del codice a barre", |
|
|
|
|
"qrCodeValueTooLong": "Troppi caratteri per un codice QR", |
|
|
|
|
"barcodeValueTooLong": "Troppi caratteri per un codice a barre", |
|
|
|
|
"yourLocation": "Your Location", |
|
|
|
|
"lng": "Lng", |
|
|
|
|
"lat": "Lat", |
|
|
|
|
"aggregateFunction": "Aggrega funzione", |
|
|
|
|
"dbCreateIfNotExists": "Database: crea se non esiste", |
|
|
|
|
"clientKey": "Chiave client", |
|
|
|
@ -452,6 +458,10 @@
|
|
|
|
|
"stackedBy": "Impilato da", |
|
|
|
|
"chooseGroupingField": "Scegliere un campo di raggruppamento", |
|
|
|
|
"addOrEditStack": "Aggiungere / modificare la pila" |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"mappedBy": "Mapped By", |
|
|
|
|
"chooseMappingField": "Choose a Mapping Field" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"tooltip": { |
|
|
|
@ -518,6 +528,11 @@
|
|
|
|
|
"orgCreator": "Il Creatore può creare nuovi progetti e accedere a qualsiasi progetto invitato.", |
|
|
|
|
"orgViewer": "Il visualizzatore non può creare nuovi progetti, ma può accedere a qualsiasi progetto invitato." |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"overLimit": "You're over the limit.", |
|
|
|
|
"closeLimit": "You're getting close to the limit.", |
|
|
|
|
"limitNumber": "The limit of markers shown in a Map View is 1000 records." |
|
|
|
|
}, |
|
|
|
|
"footerInfo": "Righe per pagina", |
|
|
|
|
"upload": "Seleziona il file da caricare", |
|
|
|
|
"upload_sub": "o trascinalo qui", |
|
|
|
@ -600,6 +615,7 @@
|
|
|
|
|
"gallery": "Aggiungi vista galleria", |
|
|
|
|
"form": "Aggiungi vista modulo", |
|
|
|
|
"kanban": "Aggiungi vista kanban", |
|
|
|
|
"map": "Add Map View", |
|
|
|
|
"calendar": "Aggiungi vista calendario" |
|
|
|
|
}, |
|
|
|
|
"tablesMetadataInSync": "I metadati delle tabelle sono sincronizzati", |
|
|
|
@ -690,6 +706,7 @@
|
|
|
|
|
"nameShouldStartWithAnAlphabetOr_": "Il nome deve iniziare con un alfabeto o con _", |
|
|
|
|
"followingCharactersAreNotAllowed": "I seguenti caratteri non sono ammessi", |
|
|
|
|
"columnNameRequired": "Il nome della colonna è richiesto", |
|
|
|
|
"columnNameExceedsCharacters": "The length of column name exceeds the max {value} characters", |
|
|
|
|
"projectNameExceeds50Characters": "Il nome del progetto supera i 50 caratteri", |
|
|
|
|
"projectNameCannotStartWithSpace": "Il nome del progetto non può iniziare con uno spazio", |
|
|
|
|
"requiredField": "Campo obbligatorio", |
|
|
|
|