From 542b2dae8d7642cb48769d121f07abf5b69b14a9 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 22 Dec 2015 16:11:44 +1300 Subject: Add Italian web interface language --- web/l10n/it.json | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ web/locale.js | 1 + 2 files changed, 84 insertions(+) create mode 100644 web/l10n/it.json diff --git a/web/l10n/it.json b/web/l10n/it.json new file mode 100644 index 000000000..0ef22b1d6 --- /dev/null +++ b/web/l10n/it.json @@ -0,0 +1,83 @@ +{ + "sharedLoading": "Loading...", + "sharedSave": "Salva", + "sharedCancel": "Cancella", + "sharedAdd": "Aggiungi", + "sharedEdit": "Modifica", + "sharedRemove": "Rimuovi", + "sharedRemoveConfirm": "Rimuovere oggetto?", + "sharedKm": "km", + "sharedMi": "mi", + "sharedKmh": "km/h", + "sharedMph": "mph", + "sharedHour": "Ora", + "sharedMinute": "Minuto", + "sharedSecond": "Secondo", + "errorTitle": "Errore", + "errorUnknown": "Errore sconosciuto", + "errorConnection": "Errore di connessione", + "userName": "Nome", + "userEmail": "Email", + "userPassword": "Password", + "userAdmin": "Admin", + "loginTitle": "Login", + "loginLanguage": "Lingua", + "loginRegister": "Registrazione", + "loginLogin": "Login", + "loginFailed": "Indirizzo email o password errati", + "loginCreated": "Un nuovo utente si e` registrato", + "loginLogout": "Logout", + "devicesAndState": "Dispositivi e stato", + "deviceDialog": "Dispositivo", + "deviceTitle": "Dispositivi", + "deviceName": "Nome", + "deviceIdentifier": "Identificativo", + "deviceLastUpdate": "Ultimo aggiornamento", + "deviceCommand": "Comando", + "deviceFollow": "Segui", + "settingsTitle": "Impostazioni", + "settingsUser": "Account", + "settingsServer": "Server", + "settingsUsers": "Utenti", + "settingsDistanceUnit": "Distanza", + "settingsSpeedUnit": "Velocità", + "reportTitle": "Reports", + "reportDevice": "Dispositivo", + "reportFrom": "Da", + "reportTo": "A", + "reportShow": "Visualizza", + "reportClear": "Pulisci", + "positionFixTime": "Tempo", + "positionValid": "Valido", + "positionLatitude": "Latitudine", + "positionLongitude": "Longitudine", + "positionAltitude": "Altitudine", + "positionSpeed": "Velocità", + "positionCourse": "Percorso", + "positionAddress": "Indirizzo", + "positionProtocol": "Protocollo", + "serverTitle": "Impostazioni Server", + "serverZoom": "Zoom", + "serverRegistration": "Registrazione", + "serverReadonly": "Sola lettura", + "mapTitle": "Mappa", + "mapLayer": "Livelli Mappa", + "mapCustom": "Mappa Personalizzata", + "mapOsm": "Open Street Map", + "mapBingKey": "Bing Maps Key", + "mapBingRoad": "Bing Maps Road", + "mapBingAerial": "Bing Maps Aerial", + "stateTitle": "Stato", + "stateName": "Attributo", + "stateValue": "Valore", + "commandTitle": "Commando", + "commandSend": "Invia", + "commandType": "Tipo", + "commandSent": "Commando inviato", + "commandPositionPeriodic": "Report periodici", + "commandPositionStop": "Ferma i report", + "commandEngineStop": "Ferma Engine", + "commandEngineResume": "Riavvio Engine", + "commandFrequency": "Frequenza", + "commandUnit": "Unita` " +} \ No newline at end of file diff --git a/web/locale.js b/web/locale.js index 7aa364035..4d22cf8cb 100644 --- a/web/locale.js +++ b/web/locale.js @@ -31,6 +31,7 @@ Locale.languages = { 'fr': { name: 'Français', code: 'fr' }, 'hu': { name: 'Magyar', code: 'hu' }, 'id': { name: 'Bahasa Indonesia', code: 'id' }, + 'it': { name: 'Italiano', code: 'it' }, 'lt': { name: 'Lietuvių', code: 'lt' }, 'nl': { name: 'Nederlands', code: 'nl' }, 'no': { name: 'Norsk', code: 'no_NB' }, -- cgit v1.2.3