diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 12:20:04 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 12:20:04 +1200 |
commit | 28c80c5601c396d82b7a7ce4f40702c671bf63b7 (patch) | |
tree | 1edd210f260eb3bc9550d46100f9e31c0f04a07e /web/l10n/ro.json | |
parent | 88b48828e46cdb444c4b77f474e0e8c8f37c23ca (diff) | |
download | trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.tar.gz trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.tar.bz2 trackermap-server-28c80c5601c396d82b7a7ce4f40702c671bf63b7.zip |
Update localization files
Diffstat (limited to 'web/l10n/ro.json')
-rw-r--r-- | web/l10n/ro.json | 57 |
1 files changed, 46 insertions, 11 deletions
diff --git a/web/l10n/ro.json b/web/l10n/ro.json index db2a37f94..cdfec868d 100644 --- a/web/l10n/ro.json +++ b/web/l10n/ro.json @@ -1,11 +1,11 @@ { - "sharedLoading": "Încărcare...", - "sharedSave": "Salvare", - "sharedCancel": "Anulare", - "sharedAdd": "Adăuga", - "sharedEdit": "Editeaza", - "sharedRemove": "Elimina", - "sharedRemoveConfirm": "Ștergeți echipamentul?", + "sharedLoading": "Se încarcă", + "sharedSave": "Salvează", + "sharedCancel": "Anulează", + "sharedAdd": "Adaugă", + "sharedEdit": "Modifică", + "sharedRemove": "Elimină", + "sharedRemoveConfirm": "Ștergeți obiectul?", "sharedKm": "km", "sharedMi": "mi", "sharedKn": "kn", @@ -15,17 +15,24 @@ "sharedMinute": "Minut", "sharedSecond": "Secundă", "sharedName": "Nume", + "sharedDescription": "Descriere", "sharedSearch": "Căutare", + "sharedGeofence": "Geofence", + "sharedGeofences": "Geofences", + "sharedNotifications": "Notificările", + "sharedAttributes": "Atribute", + "sharedAttribute": "Atribute", + "sharedArea": "Area", "errorTitle": "Eroare", "errorUnknown": "Eroare necunoscută", "errorConnection": "Eroare de conexiune", "userEmail": "Email", "userPassword": "Parolă", "userAdmin": "Admin", - "loginTitle": "Intră in cont", + "loginTitle": "Autentificare", "loginLanguage": "Limbă", "loginRegister": "Înregistrare", - "loginLogin": "Intră in cont", + "loginLogin": "Intră în cont", "loginFailed": "E-mail sau parolă incorectă", "loginCreated": "Un utilizator nou a fost înregistrat", "loginLogout": "Deconectare", @@ -38,7 +45,7 @@ "deviceFollow": "Urmareste", "groupDialog": "Grup", "groupParent": "Grup", - "groupNoGroup": "No Group", + "groupNoGroup": "Nici-un grup", "settingsTitle": "Setări", "settingsUser": "Cont", "settingsGroups": "Grupuri", @@ -73,6 +80,8 @@ "mapBingKey": "Cheie Hărți Bing", "mapBingRoad": "Bing Hartă Drumuri", "mapBingAerial": "Bing Hartă Aeriană", + "mapShapePolygon": "Poligon", + "mapShapeCircle": "Cerc", "stateTitle": "Stare", "stateName": "Atribut", "stateValue": "Valoare", @@ -85,5 +94,31 @@ "commandEngineStop": "Blocare Motor", "commandEngineResume": "Deblocare Motor", "commandFrequency": "Frecvenţă", - "commandUnit": "Unitate" + "commandUnit": "Unitate", + "commandCustom": "Custom command", + "commandPositionSingle": "Single Reporting", + "commandAlarmArm": "Arm Alarm", + "commandAlarmDisarm": "Disarm Alarm", + "commandSetTimezone": "Set Timezone", + "commandRequestPhoto": "Request Photo", + "commandRebootDevice": "Reboot Device", + "commandSendSms": "Send SMS", + "commandSosNumber": "Set SOS Number", + "commandSilenceTime": "Set Silence Time", + "commandSetPhonebook": "Set Phonebook", + "commandVoiceMessage": "Voice Message", + "commandOutputControl": "Output Control", + "commandAlarmSpeed": "Overspeed Alarm", + "commandDeviceIdentification": "Device Identification", + "eventDeviceOnline": "Device is online", + "eventDeviceOffline": "Device is offline", + "eventDeviceMoving": "Device is moving", + "eventDeviceStopped": "Device is stopped", + "eventDeviceOverspeed": "Device exceeds the speed", + "eventCommandResult": "Command result", + "eventGeofenceEnter": "Device has entered geofence", + "eventGeofenceExit": "Device has exited geofence", + "notificationType": "Type of Notification", + "notificationWeb": "Send via Web", + "notificationMail": "Send via Mail" }
\ No newline at end of file |