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": "Načítání...",
"sharedSave": "Uložit",
"sharedCancel": "Zrušit",
"sharedAdd": "Přidat",
"sharedEdit": "Změnit",
"sharedRemove": "Odstranit",
"sharedRemoveConfirm": "Odstranit položku?",
"sharedKm": "km",
"sharedMi": "mi",
"sharedKn": "kn",
"sharedKmh": "km/h",
"sharedMph": "mph",
"sharedHour": "Hodina",
"sharedMinute": "Minuta",
"sharedSecond": "Sekunda",
"sharedName": "Jméno",
"sharedDescription": "Popis",
"sharedSearch": "Hledat",
"sharedGeofence": "Geografická hranice",
"sharedGeofences": "Geografické hranice",
"sharedNotifications": "Upozornění",
"sharedAttributes": "Atributy",
"sharedAttribute": "Atribut",
"sharedArea": "Oblast",
"errorTitle": "Chyba",
"errorUnknown": "Neznámá chyba",
"errorConnection": "Chyba spojení",
"userEmail": "Email",
"userPassword": "Heslo",
"userAdmin": "Admin",
"loginTitle": "Přihlášení",
"loginLanguage": "Jazyk",
"loginRegister": "Registrace",
"loginLogin": "Přihlášení",
"loginFailed": "Nesprávný email nebo heslo",
"loginCreated": "Nový uživatel byl zaregistrován",
"loginLogout": "Odhlášení",
"devicesAndState": "Zařízení a stav",
"deviceDialog": "Zařízení",
"deviceTitle": "Zařízení",
"deviceIdentifier": "Identifikace",
"deviceLastUpdate": "Poslední změna",
"deviceCommand": "Příkaz",
"deviceFollow": "Sledovat",
"groupDialog": "Skupina",
"groupParent": "Skupina",
"groupNoGroup": "Žádná skupina",
"settingsTitle": "Nastavení",
"settingsUser": "Účet",
"settingsGroups": "Skupiny",
"settingsServer": "Server",
"settingsUsers": "Uživatelé",
"settingsDistanceUnit": "Vzdálenost",
"settingsSpeedUnit": "Rychlost",
"settingsTwelveHourFormat": "12-hodinový formát",
"reportTitle": "Zpráva",
"reportDevice": "Zařízení",
"reportFrom": "Od",
"reportTo": "Komu",
"reportShow": "Zobrazit",
"reportClear": "Vyčistit",
"positionFixTime": "Čas",
"positionValid": "Správný",
"positionLatitude": "Šířka",
"positionLongitude": "Délka",
"positionAltitude": "Výška",
"positionSpeed": "Rychlost",
"positionCourse": "Směr",
"positionAddress": "Adresa",
"positionProtocol": "Protokol",
"serverTitle": "Nastavení serveru",
"serverZoom": "Přiblížení",
"serverRegistration": "Registrace",
"serverReadonly": "Pouze pro čtení",
"mapTitle": "Mapa",
"mapLayer": "Vrstva mapy",
"mapCustom": "Upravená mapa",
"mapOsm": "Open Street mapa",
"mapBingKey": "Bing Maps klíč",
"mapBingRoad": "Bing Maps cesta",
"mapBingAerial": "Bing Maps anténa",
"mapShapePolygon": "Mnohoúhelník",
"mapShapeCircle": "Kruh",
"stateTitle": "Stav",
"stateName": "Atribut",
"stateValue": "Hodnota",
"commandTitle": "Příkaz",
"commandSend": "Odeslat",
"commandType": "Napsat",
"commandSent": "Příkaz byl odeslán",
"commandPositionPeriodic": "Pravidelný report",
"commandPositionStop": "Zastavit report",
"commandEngineStop": "Zastavit motor",
"commandEngineResume": "Nastartovat motor",
"commandFrequency": "Frekvence",
"commandUnit": "Jednotka",
"commandCustom": "Volitelný příkaz",
"commandPositionSingle": "Jednotné hlášení",
"commandAlarmArm": "Aktivovat alarm",
"commandAlarmDisarm": "Deaktivovat alarm",
"commandSetTimezone": "Nastavit časovou zónu",
"commandRequestPhoto": "Vyžádat fotku",
"commandRebootDevice": "Restartovat zařízení",
"commandSendSms": "Odeslat SMS",
"commandSosNumber": "Nastavit SOS číslo",
"commandSilenceTime": "Nastavit čas tichého módu",
"commandSetPhonebook": "Nastavit telefonní seznam",
"commandVoiceMessage": "Hlasová zpráva",
"commandOutputControl": "Ovládání výstupu",
"commandAlarmSpeed": "Překročení rychlosti alarmu",
"commandDeviceIdentification": "Identifikace zařízení",
"eventDeviceOnline": "Zařízení je online",
"eventDeviceOffline": "Zařízení je offline",
"eventDeviceMoving": "Zařízení s pohybuje",
"eventDeviceStopped": "Zařízení se zastavilo",
"eventDeviceOverspeed": "Zařízení překračuje rychlost",
"eventCommandResult": "Výsledek příkazu",
"eventGeofenceEnter": "Zařízení vstoupilo do geografické hranice",
"eventGeofenceExit": "Zařízení opustilo geografickou hranici",
"notificationType": "Typ oznámení",
"notificationWeb": "Odeslat přes web",
"notificationMail": "Odeslat přes mail"
}
|