|
|
|
@ -39,6 +39,7 @@
|
|
|
|
|
"signIn": "ACCEDI", |
|
|
|
|
"signOut": "Esci", |
|
|
|
|
"required": "Richiesto", |
|
|
|
|
"enableScanner": "Enable Scanner for filling", |
|
|
|
|
"preferred": "Preferito", |
|
|
|
|
"mandatory": "Obbligatorio", |
|
|
|
|
"loading": "Caricamento ...", |
|
|
|
@ -209,7 +210,8 @@
|
|
|
|
|
"advancedSettings": "Impostazioni Avanzate", |
|
|
|
|
"codeSnippet": "Snippet di codice", |
|
|
|
|
"keyboardShortcut": "Scorciatoie da tastiera", |
|
|
|
|
"generateRandomName": "Generate Random Name" |
|
|
|
|
"generateRandomName": "Generate Random Name", |
|
|
|
|
"findRowByScanningCode": "Find row by scanning a QR or Barcode" |
|
|
|
|
}, |
|
|
|
|
"labels": { |
|
|
|
|
"createdBy": "Creato da", |
|
|
|
@ -219,6 +221,7 @@
|
|
|
|
|
"viewName": "Visualizza nome", |
|
|
|
|
"viewLink": "Visualizza link", |
|
|
|
|
"columnName": "Nome della colonna", |
|
|
|
|
"columnToScanFor": "Column to scan", |
|
|
|
|
"columnType": "Tipo di colonna", |
|
|
|
|
"roleName": "Nome del ruolo", |
|
|
|
|
"roleDescription": "Descrizione del ruolo", |
|
|
|
@ -393,8 +396,8 @@
|
|
|
|
|
"saveAndExit": "Salvare e uscire", |
|
|
|
|
"saveAndStay": "Risparmia e resta", |
|
|
|
|
"insertRow": "Inserisci nuova riga", |
|
|
|
|
"deleteRow": "Elimina riga.", |
|
|
|
|
"duplicateRow": "Duplicate Row", |
|
|
|
|
"deleteRow": "Elimina riga.", |
|
|
|
|
"deleteSelectedRow": "Elimina righe selezionate", |
|
|
|
|
"importExcel": "Importa Excel.", |
|
|
|
|
"importCSV": "Importazione CSV", |
|
|
|
@ -409,6 +412,8 @@
|
|
|
|
|
"changePwd": "Cambia password", |
|
|
|
|
"createView": "Crea una vista", |
|
|
|
|
"shareView": "Condividi vista", |
|
|
|
|
"findRowByCodeScan": "Find row by scan", |
|
|
|
|
"fillByCodeScan": "Fill by scan", |
|
|
|
|
"listSharedView": "Elenco di visualizzazione condivisa", |
|
|
|
|
"ListView": "Lista viste", |
|
|
|
|
"copyView": "Copia vista", |
|
|
|
@ -465,7 +470,8 @@
|
|
|
|
|
"chooseMappingField": "Choose a Mapping Field", |
|
|
|
|
"openInGoogleMaps": "Google Maps", |
|
|
|
|
"openInOpenStreetMap": "OSM" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"toggleMobileMode": "Toggle Mobile Mode" |
|
|
|
|
}, |
|
|
|
|
"tooltip": { |
|
|
|
|
"saveChanges": "Salva le modifiche", |
|
|
|
@ -531,6 +537,12 @@
|
|
|
|
|
"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." |
|
|
|
|
}, |
|
|
|
|
"codeScanner": { |
|
|
|
|
"loadingScanner": "Loading the scanner...", |
|
|
|
|
"selectColumn": "Select a column (QR code or Barcode) that you want to use for finding a row by scanning.", |
|
|
|
|
"moreThanOneRowFoundForCode": "More than one row found for this code. Currently only unique codes are supported.", |
|
|
|
|
"noRowFoundForCode": "No row found for this code for the selected column" |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"overLimit": "You're over the limit.", |
|
|
|
|
"closeLimit": "You're getting close to the limit.", |
|
|
|
|