From 67e4dfbda2ca2a1cd9763ef22d588f7ddfccfae8 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 22 Dec 2015 16:20:56 +1300 Subject: Add Georgian web interface language --- web/l10n/ka.json | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ web/locale.js | 1 + 2 files changed, 84 insertions(+) create mode 100644 web/l10n/ka.json diff --git a/web/l10n/ka.json b/web/l10n/ka.json new file mode 100644 index 000000000..08f2b5c8a --- /dev/null +++ b/web/l10n/ka.json @@ -0,0 +1,83 @@ +{ + "sharedLoading": "იტვირთება...", + "sharedSave": "შენახვა", + "sharedCancel": "უარყოფა", + "sharedAdd": "დამატება", + "sharedEdit": "შეცვლა", + "sharedRemove": "წაშლა", + "sharedRemoveConfirm": "გსურთ წაშლა ?", + "sharedKm": "კმ", + "sharedMi": "მლ", + "sharedKmh": "კმ/სთ", + "sharedMph": "მლ/სთ", + "sharedHour": "საათი", + "sharedMinute": "წუთი", + "sharedSecond": "წამი", + "errorTitle": "შეცდომა", + "errorUnknown": "უცნობი შეცდომა", + "errorConnection": "კავშირის შეცდომა", + "userName": "სახელი", + "userEmail": "ელ-ფოსტა", + "userPassword": "პაროლი", + "userAdmin": "ადმინი", + "loginTitle": "ავტორიზაცია", + "loginLanguage": "ენა", + "loginRegister": "რეგისტრაცია", + "loginLogin": "შესვლა", + "loginFailed": "არასწორი ელ-ფოსტა ან პაროლი", + "loginCreated": "ახალი მომხარებელი დარეგისტრირდა", + "loginLogout": "გამოსვლა", + "devicesAndState": "Devices and State", + "deviceDialog": "მოწყობილობა", + "deviceTitle": "მოწყობილობები", + "deviceName": "დასახელება", + "deviceIdentifier": "იდენტიფიკატორი", + "deviceLastUpdate": "ბოლო განახლება", + "deviceCommand": "ბრძანება", + "deviceFollow": "გაყოლა", + "settingsTitle": "პარამეტრები", + "settingsUser": "პროფილი", + "settingsServer": "სერვერი", + "settingsUsers": "მომხამრებლები", + "settingsDistanceUnit": "მანძილი", + "settingsSpeedUnit": "სიჩქარე", + "reportTitle": "რეპორტები", + "reportDevice": "მოწყობილობა", + "reportFrom": "დან", + "reportTo": "მდე", + "reportShow": "ჩვენება", + "reportClear": "გასუფთავება", + "positionFixTime": "დრო", + "positionValid": "ვარგისი", + "positionLatitude": "განედი", + "positionLongitude": "გრძედი", + "positionAltitude": "სიმაღლე", + "positionSpeed": "სიჩქარე", + "positionCourse": "კურსი", + "positionAddress": "მისამართი", + "positionProtocol": "პროტოკოლი", + "serverTitle": "სერვერის პარამეტრები", + "serverZoom": "ზუმი", + "serverRegistration": "რეგისტრაცია", + "serverReadonly": "Readonly", + "mapTitle": "რუკა", + "mapLayer": "რუკის ფენა", + "mapCustom": "მომხმარებლის რუკა", + "mapOsm": "Open Street Map", + "mapBingKey": "Bing Maps Key", + "mapBingRoad": "Bing Maps Road", + "mapBingAerial": "Bing Maps Aerial", + "stateTitle": "სტატუსი", + "stateName": "ატრიბუტი", + "stateValue": "მნიშვნელობა", + "commandTitle": "ბრძანება", + "commandSend": "გაგზავნა", + "commandType": "ტიპი", + "commandSent": "ბრძანება გაიგზავნა", + "commandPositionPeriodic": "პერიოდული რეპორტი", + "commandPositionStop": "რეპორტის შეჩერება", + "commandEngineStop": "ძრავის გამორთვა", + "commandEngineResume": "ძრავის ჩართვა", + "commandFrequency": "სიხშირე", + "commandUnit": "ერთეული" +} \ No newline at end of file diff --git a/web/locale.js b/web/locale.js index 4d22cf8cb..f64320104 100644 --- a/web/locale.js +++ b/web/locale.js @@ -32,6 +32,7 @@ Locale.languages = { 'hu': { name: 'Magyar', code: 'hu' }, 'id': { name: 'Bahasa Indonesia', code: 'id' }, 'it': { name: 'Italiano', code: 'it' }, + 'ka': { name: 'ქართული', code: 'en' }, 'lt': { name: 'Lietuvių', code: 'lt' }, 'nl': { name: 'Nederlands', code: 'nl' }, 'no': { name: 'Norsk', code: 'no_NB' }, -- cgit v1.2.3