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": "Kraunasi..",
"sharedSave": "Išsaugoti",
"sharedCancel": "Atšaukti",
"sharedAdd": "Pridėti",
"sharedEdit": "Redaguoti",
"sharedRemove": "Ištrinti",
"sharedRemoveConfirm": "Ar tikrais norite ištrinti?",
"sharedKm": "km",
"sharedMi": "mi",
"sharedKn": "mazgai",
"sharedKmh": "km/h",
"sharedMph": "mph",
"sharedHour": "Valanda(-os)",
"sharedMinute": "Minutė(-es)",
"sharedSecond": "Sekundė(-es)",
"sharedName": "Pavadinimas",
"sharedDescription": "Description",
"sharedSearch": "Paieška",
"sharedGeofence": "Geofence",
"sharedGeofences": "Geofences",
"sharedNotifications": "Notifications",
"sharedAttributes": "Attributes",
"sharedAttribute": "Attribute",
"sharedArea": "Area",
"errorTitle": "Klaida",
"errorUnknown": "Nenumatyta klaida",
"errorConnection": "Ryšio klaida",
"userEmail": "Vartotojo vardas",
"userPassword": "Slaptažodis",
"userAdmin": "Administratorius",
"loginTitle": "Prisijungimas",
"loginLanguage": "Kalba",
"loginRegister": "Registruotis",
"loginLogin": "Prisijungti",
"loginFailed": "Neteisingas el.paštas ir/ar slaptažodis",
"loginCreated": "Registracija sėkminga",
"loginLogout": "Atsijungti",
"devicesAndState": "Prietaisai ir Statusas",
"deviceDialog": "Prietaisas",
"deviceTitle": "Prietaisai",
"deviceIdentifier": "Identifikacinis kodas",
"deviceLastUpdate": "Naujausias atnaujinimas",
"deviceCommand": "Komanda",
"deviceFollow": "Sekti",
"groupDialog": "Grupė",
"groupParent": "Grupė",
"groupNoGroup": "Nenurodyta grupė",
"settingsTitle": "Nustatymai",
"settingsUser": "Paskyra",
"settingsGroups": "Grupės",
"settingsServer": "Serveris",
"settingsUsers": "Vartotojai",
"settingsDistanceUnit": "Atstumas",
"settingsSpeedUnit": "Greitis",
"settingsTwelveHourFormat": "12-val formatas",
"reportTitle": "Ataskaita",
"reportDevice": "Prietaisas",
"reportFrom": "Nuo",
"reportTo": "Iki",
"reportShow": "Rodyti",
"reportClear": "Valyti",
"positionFixTime": "Laikas",
"positionValid": "Galiojantis",
"positionLatitude": "Platuma",
"positionLongitude": "Ilguma",
"positionAltitude": "Aukštis",
"positionSpeed": "Greitis",
"positionCourse": "Eiga",
"positionAddress": "Adresas",
"positionProtocol": "Protokolas",
"serverTitle": "Serverio nustatymai",
"serverZoom": "Priartinimas",
"serverRegistration": "Registracija",
"serverReadonly": "Skaitymo",
"mapTitle": "Žemėlapis",
"mapLayer": "Žemėlapio sluoksnis",
"mapCustom": "Pasirinktinis Žemėlapis",
"mapOsm": "Open Street žemėlapis",
"mapBingKey": "Bing Maps raktas",
"mapBingRoad": "Bing Maps Road",
"mapBingAerial": "Bing Maps Aerial",
"mapShapePolygon": "Polygon",
"mapShapeCircle": "Circle",
"stateTitle": "Būklė",
"stateName": "Parametras",
"stateValue": "Reikšmė",
"commandTitle": "Komanda",
"commandSend": "Siųsti",
"commandType": "Tipas",
"commandSent": "Komanda buvo išsiųsta",
"commandPositionPeriodic": "Periodinės ataskaitos",
"commandPositionStop": "Stabdyti ataskaitas",
"commandEngineStop": "Stabdyti variklį",
"commandEngineResume": "Paleisti variklį",
"commandFrequency": "Dažnis",
"commandUnit": "Vienetai",
"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"
}
|