diff options
Diffstat (limited to 'web/l10n/ro.json')
-rw-r--r-- | web/l10n/ro.json | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/web/l10n/ro.json b/web/l10n/ro.json new file mode 100644 index 000000000..950eb2845 --- /dev/null +++ b/web/l10n/ro.json @@ -0,0 +1,136 @@ +{ + "sharedLoading": "Se încarcă", + "sharedSave": "Salvează", + "sharedCancel": "Anulează", + "sharedAdd": "Adaugă", + "sharedEdit": "Modifică", + "sharedRemove": "Elimină", + "sharedRemoveConfirm": "Ștergeți obiectul?", + "sharedKm": "km", + "sharedMi": "mi", + "sharedKn": "kn", + "sharedKmh": "km/h", + "sharedMph": "mph", + "sharedHour": "Oră", + "sharedMinute": "Minut", + "sharedSecond": "Secundă", + "sharedName": "Nume", + "sharedDescription": "Descriere", + "sharedSearch": "Căutare", + "sharedGeofence": "Geofence", + "sharedGeofences": "Geofences", + "sharedNotifications": "Notificările", + "sharedAttributes": "Atribute", + "sharedAttribute": "Atribute", + "sharedArea": "Area", + "sharedMute": "Mute", + "errorTitle": "Eroare", + "errorUnknown": "Eroare necunoscută", + "errorConnection": "Eroare de conexiune", + "userEmail": "Email", + "userPassword": "Parolă", + "userAdmin": "Admin", + "userRemember": "Remember", + "loginTitle": "Autentificare", + "loginLanguage": "Limbă", + "loginRegister": "Înregistrare", + "loginLogin": "Intră în cont", + "loginFailed": "E-mail sau parolă incorectă", + "loginCreated": "Un utilizator nou a fost înregistrat", + "loginLogout": "Deconectare", + "devicesAndState": "Stare dispozitive", + "deviceDialog": "Dispozitiv", + "deviceTitle": "Dispozitive", + "deviceIdentifier": "Identificator", + "deviceLastUpdate": "Ultima actualizare", + "deviceCommand": "Comandă", + "deviceFollow": "Urmareste", + "groupDialog": "Grup", + "groupParent": "Grup", + "groupNoGroup": "Nici-un grup", + "settingsTitle": "Setări", + "settingsUser": "Cont", + "settingsGroups": "Grupuri", + "settingsServer": "Server", + "settingsUsers": "Utilizatori", + "settingsDistanceUnit": "Distanţă", + "settingsSpeedUnit": "Viteză", + "settingsTwelveHourFormat": "12-oră", + "reportTitle": "Rapoarte", + "reportDevice": "Dispozitiv", + "reportFrom": "De la ", + "reportTo": "Până la", + "reportShow": "Arată", + "reportClear": "Sterge", + "positionFixTime": "Timp", + "positionValid": "Valabil", + "positionLatitude": "Latitudine", + "positionLongitude": "Longitudine", + "positionAltitude": "Altitudine", + "positionSpeed": "Viteză", + "positionCourse": "Curs", + "positionAddress": "Adresă", + "positionProtocol": "Protocol", + "serverTitle": "Setări server", + "serverZoom": "Zoom", + "serverRegistration": "Înregistrare", + "serverReadonly": "Doar citire", + "mapTitle": "Hartă", + "mapLayer": "Strat Hartă", + "mapCustom": "Personalizare Hartă", + "mapOsm": "Hartă Open Street", + "mapBingKey": "Cheie Hărți Bing", + "mapBingRoad": "Bing Hartă Drumuri", + "mapBingAerial": "Bing Hartă Aeriană", + "mapShapePolygon": "Poligon", + "mapShapeCircle": "Cerc", + "stateTitle": "Stare", + "stateName": "Atribut", + "stateValue": "Valoare", + "commandTitle": "Comandă", + "commandSend": "Trimite", + "commandType": "Tip", + "commandSent": "Comandă a fost trimisa", + "commandPositionPeriodic": "Raportarea Periodică", + "commandPositionStop": "Oprire Raportare", + "commandEngineStop": "Blocare Motor", + "commandEngineResume": "Deblocare Motor", + "commandFrequency": "Frecvenţă", + "commandUnit": "Unitate", + "commandCustom": "Custom command", + "commandPositionSingle": "Single Reporting", + "commandAlarmArm": "Arm Alarm", + "commandAlarmDisarm": "Disarm Alarm", + "commandSetTimezone": "Set Timezone", + "commandRequestPhoto": "Request Photo", + "commandRebootDevice": "Reboot Device", + "commandSendSms": "Trimite SMS", + "commandSosNumber": "Set număr SOS", + "commandSilenceTime": "Set Timp Silențios", + "commandSetPhonebook": "Set Agendă telefonică", + "commandVoiceMessage": "Vesaj Vocal", + "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", + "eventAlarm": "Alarms", + "alarm": "Alarm", + "alarmSos": "SOS Alarm", + "alarmVibration": "Vibration Alarm", + "alarmMovement": "Movement Alarm", + "alarmOverspeed": "Overspeed Alarm", + "alarmFallDown": "FallDown Alarm", + "alarmLowBattery": "LowBattery Alarm", + "alarmMotion": "Motion Alarm", + "alarmFault": "Fault Alarm", + "notificationType": "Type of Notification", + "notificationWeb": "Send via Web", + "notificationMail": "Send via Mail" +}
\ No newline at end of file |