1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
{
"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",
"errorTitle": "Eroare",
"errorUnknown": "Eroare necunoscută",
"errorConnection": "Eroare de conexiune",
"userEmail": "Email",
"userPassword": "Parolă",
"userAdmin": "Admin",
"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": "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"
}
|