aboutsummaryrefslogtreecommitdiff
path: root/web/l10n/cs.js
blob: d3b6d6f3fdf3e9c938ff23dd54071683105c6b61 (plain)
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
var strings = {
    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',
    sharedKmh: 'km/h',
    sharedMph: 'mph',
    sharedHour: 'Hodina',
    sharedMinute: 'Minuta',
    sharedSecond: 'Sekunda',

    errorTitle: 'Chyba',
    errorUnknown: 'Neznámá chyba',

    userName: 'Jméno',
    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í',

    deviceDialog: 'Zařízení',
    deviceTitle: 'Zařízení',
    deviceName: 'Název',
    deviceIdentifier: 'Identifikace',
    deviceCommand: 'Příkaz',

    settingsTitle: 'Nastavení',
    settingsUser: 'Účet',
    settingsServer: 'Server',
    settingsUsers: 'Uživatelé',
    settingsDistanceUnit: 'Vzdálenost',
    settingsSpeedUnit: 'Rychlost',

    reportTitle: 'Zpráva',
    reportDevice: 'Zařízení',
    reportFrom: 'Od',
    reportTo: 'Komu',
    reportShow: 'Zobrazit',
    reportClear: 'Vyčistit',

    positionTime: 'Č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',

    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',

    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'
};