File: po.cs.js

package info (click to toggle)
cockpit 239-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 67,268 kB
  • sloc: javascript: 245,474; ansic: 72,273; python: 23,634; xml: 6,155; sh: 2,919; makefile: 923; sed: 5
file content (702 lines) | stat: -rw-r--r-- 16,663 bytes parent folder | download
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
cockpit.locale({
 "": {'plural-forms':function(n) {
var nplurals, plural;
nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;
return plural;
},
  "language": "cs",
  "x-generator": "Weblate 4.3.2"
 },
 "$0 documentation": [
  null,
  "Dokumentace k $0"
 ],
 "$0 exited with code $1": [
  null,
  "$0 skončilo s kódem $1"
 ],
 "$0 failed": [
  null,
  "$0 se nezdařilo"
 ],
 "$0 killed with signal $1": [
  null,
  "$0 vynuceně ukončeno signálem $1"
 ],
 "A compatible version of Cockpit is not installed on {{#strong}}{{host}}{{/strong}}.": [
  null,
  "Na {{#strong}}{{host}}{{/strong}} není nainstalovaná kompatibilní verze Cockpit."
 ],
 "A new SSH key at ${key} will be created for ${luser} on ${lhost} and it will be added to the ${afile} file of ${ruser} on ${rhost}.": [
  null,
  "Bude vytvořen nový SSH klíč ${key} pro uživatele ${luser} na ${lhost} a bude přidán do souboru ${afile} uživatele ${ruser} na ${rhost}."
 ],
 "About Web Console": [
  null,
  "O webové konzole"
 ],
 "Accept key and connect": [
  null,
  ""
 ],
 "Active pages": [
  null,
  "Aktivní stránky"
 ],
 "Add": [
  null,
  "Přidat"
 ],
 "Add key": [
  null,
  "Přidat klíč"
 ],
 "Add new host": [
  null,
  "Přidat nového hostitele"
 ],
 "Administrative access": [
  null,
  "Přístup na úrovni správce"
 ],
 "Apps": [
  null,
  "Aplikace"
 ],
 "Authenticate": [
  null,
  "Ověřit se"
 ],
 "Authentication": [
  null,
  "Ověření"
 ],
 "Authentication failed": [
  null,
  "Ověření se nezdařilo"
 ],
 "Authorize SSH key.": [
  null,
  "Pověřit veřejný SSH klíč."
 ],
 "Automatic login": [
  null,
  "Automatické přihlášení"
 ],
 "By changing the password of the SSH key ${key} to the login password of ${luser} on ${lhost}, the key will be automatically made available and you can log in to ${rhost} without password in the future.": [
  null,
  "Změnou hesla k SSH klíči ${key} na přihlašovací heslo uživatele ${luser} na ${lhost}, bude klíč automaticky zpřístupněn a na ${rhost} se příště přihlásíte už bez hesla."
 ],
 "Can be a hostname, IP address, alias name, or ssh:// URI": [
  null,
  ""
 ],
 "Cancel": [
  null,
  "Storno"
 ],
 "Cannot connect to an unknown host": [
  null,
  "Nelze se připojit k neznámému hostiteli"
 ],
 "Cannot forward login credentials": [
  null,
  "Nedaří přeposlat přístupové údaje"
 ],
 "Change password": [
  null,
  "Změnit heslo"
 ],
 "Change the password of ${key}.": [
  null,
  "Změnit heslo klíče ${key}."
 ],
 "Clear search": [
  null,
  "Vyčistit vyhledávání"
 ],
 "Close": [
  null,
  "Zavřít"
 ],
 "Close selected pages": [
  null,
  "Zavřít vybrané stránky"
 ],
 "Cockpit could not contact the given host.": [
  null,
  "Cockpit se nepodařilo daný stroj kontaktovat."
 ],
 "Cockpit had an unexpected internal error.": [
  null,
  "V Cockpit došlo k neočekávané vnitřní chybě."
 ],
 "Cockpit is an interactive Linux server admin interface.": [
  null,
  "Cockpit je interaktivní rozhraní pro správu linuxového serveru."
 ],
 "Cockpit is not compatible with the software on the system.": [
  null,
  "Cockpit není kompatibilní se softwarem v systému."
 ],
 "Cockpit is not installed": [
  null,
  "Cockpit není nainstalován"
 ],
 "Cockpit is not installed on the system.": [
  null,
  "Cockpit není v systému nainstalován."
 ],
 "Color": [
  null,
  "Barva"
 ],
 "Comment": [
  null,
  "Komentář"
 ],
 "Confirm": [
  null,
  "Potvrdit"
 ],
 "Confirm key password": [
  null,
  "Potvrdit heslo ke klíči"
 ],
 "Confirm new key password": [
  null,
  "Potvrdit nové heslo ke klíči"
 ],
 "Connecting simultaneously to more than {{ limit }} machines is unsupported.": [
  null,
  "Souběžné spojení s více než {{ limit }} stroji není podporováno."
 ],
 "Connecting to the machine": [
  null,
  "Připojování ke stroji"
 ],
 "Connection error": [
  null,
  "Chyba připojení"
 ],
 "Connection failed": [
  null,
  "Připojení se nezdařilo"
 ],
 "Connection has timed out.": [
  null,
  "Překročen časový limit připojení."
 ],
 "Contains:": [
  null,
  "Obsahuje:"
 ],
 "Continue session": [
  null,
  "Pokračovat v relaci"
 ],
 "Could not contact {{host}}": [
  null,
  "Nedaří se kontaktovat {{host}}"
 ],
 "Create": [
  null,
  "Vytvořit"
 ],
 "Create a new SSH key and authorize it.": [
  null,
  "Vytvořit nový SSH klíč a autorizovat ho."
 ],
 "Ctrl-Shift-J": [
  null,
  "Ctrl-Shift-J"
 ],
 "Details": [
  null,
  "Podrobnosti"
 ],
 "Disconnected": [
  null,
  "Odpojeno"
 ],
 "Display language": [
  null,
  "Jazyk zobrazení"
 ],
 "Edit": [
  null,
  "Upravit"
 ],
 "Edit host": [
  null,
  "Upravit hostitele"
 ],
 "Edit hosts": [
  null,
  "Upravit hostitele"
 ],
 "Error message": [
  null,
  "Chybové hlášení"
 ],
 "Failed to add machine: $0": [
  null,
  "Nepodařilo se přidat stroj: $0"
 ],
 "Failed to change password": [
  null,
  "Nepodařilo se změnit heslo"
 ],
 "Failed to edit machine: $0": [
  null,
  "Nepodařilo se upravit stroj: $0"
 ],
 "Fingerprint": [
  null,
  "Otisk"
 ],
 "GNU LGPL version 2.1": [
  null,
  "GNU LGPL verze 2.1"
 ],
 "Help": [
  null,
  "Nápověda"
 ],
 "Host": [
  null,
  "Počítač"
 ],
 "Host key is incorrect": [
  null,
  "Klíč stroje není správný"
 ],
 "Hosts": [
  null,
  "Hostitelé"
 ],
 "If the fingerprint matches, click \"Accept key and connect\". Otherwise, do not connect and contact your administrator.": [
  null,
  ""
 ],
 "In order to allow log in to ${rhost} as ${ruser} without password in the future, use the login password of ${luser} on ${lhost} as the key password, or leave the key password blank.": [
  null,
  "Aby se napříště bylo možné přihlašovat k ${rhost} jako ${ruser} bez hesla, použijte přihlašovací heslo uživatele ${luser} na ${lhost} jako heslo ke klíči, nebo heslo ke klíči nevyplňujte."
 ],
 "Internal error": [
  null,
  "Vnitřní chyba"
 ],
 "Invalid file permissions": [
  null,
  "Neplatná souborová práva"
 ],
 "Is sshd running on a different port?": [
  null,
  "Není sshd spuštěný na jiném portu?"
 ],
 "Kerberos based SSO": [
  null,
  "Sjednocené přihlašování (SSO), založené na Kerberos"
 ],
 "Key password": [
  null,
  "Heslo ke klíči"
 ],
 "Learn more": [
  null,
  "Další informace naleznete"
 ],
 "Licensed under:": [
  null,
  "Licencováno pod:"
 ],
 "Limit access": [
  null,
  "Omezit přístup"
 ],
 "Limited access": [
  null,
  "Omezený přístup"
 ],
 "Limited access mode restricts administrative privileges. Some parts of the web console will have reduced functionality.": [
  null,
  "Režim omezeného přístupu omezuje oprávnění pro správu. Některé části webové konzole budou poskytovat méně funkcí."
 ],
 "Log in": [
  null,
  "Přihlásit"
 ],
 "Log in to {{host}}": [
  null,
  "Přihlásit na {{host}}"
 ],
 "Log out": [
  null,
  "Odhlásit"
 ],
 "Login failed": [
  null,
  "Přihlášení se nezdařilo"
 ],
 "Messages related to the failure might be found in the journal:": [
  null,
  "Zprávy týkající se nezdaru se mohou nacházet v žurnálu:"
 ],
 "Method": [
  null,
  "Metoda"
 ],
 "New key password": [
  null,
  "Nové heslo ke klíči"
 ],
 "New password": [
  null,
  "Nové heslo"
 ],
 "New password was not accepted": [
  null,
  "Nové heslo nebylo přijato"
 ],
 "No results found": [
  null,
  "Nenalezeny žádné výsledky"
 ],
 "No such file or directory": [
  null,
  "Žádný takový soubor nebo složka"
 ],
 "Not a valid private key": [
  null,
  "Není platná soukromá část klíče"
 ],
 "Not connected to host": [
  null,
  "Nepřipojeno k hostiteli"
 ],
 "Not permitted to perform this action.": [
  null,
  "Neoprávněni k provedení této akce."
 ],
 "Ok": [
  null,
  "Ok"
 ],
 "Old password": [
  null,
  "Původní heslo"
 ],
 "Old password not accepted": [
  null,
  "Původní heslo nebylo přijato"
 ],
 "Ooops!": [
  null,
  "Jejda!"
 ],
 "Page name": [
  null,
  "Název stránky"
 ],
 "Password": [
  null,
  "Heslo"
 ],
 "Password not accepted": [
  null,
  "Heslo nebylo přijato"
 ],
 "Path to file": [
  null,
  "Popis umístění serveru"
 ],
 "Please authenticate to gain administrative access": [
  null,
  "Pro získání přístupu na úrovni správce se prosím ověřte"
 ],
 "Port": [
  null,
  "Port"
 ],
 "Project website": [
  null,
  "Webové stránky projektu"
 ],
 "Prompting via ssh-add timed out": [
  null,
  "Časový limit výzvy prostřednictvím ssh-add překročen"
 ],
 "Prompting via ssh-keygen timed out": [
  null,
  "Časový limit výzvy prostřednictvím ssh-keygen překročen"
 ],
 "Public key": [
  null,
  "Veřejná část klíče"
 ],
 "Reconnect": [
  null,
  "Znovu připojit"
 ],
 "SSH key": [
  null,
  "SSH klíč"
 ],
 "SSH keys": [
  null,
  "SSH klíče"
 ],
 "Safari users need to import and trust the certificate of the self-signing CA:": [
  null,
  "Uživatelé prohlížeče Safari budou potřebovat naimportovat si certifikát samu sebe podepisující certifikační autority a nastavit ji jako důvěryhodnou:"
 ],
 "Search": [
  null,
  "Hledat"
 ],
 "Select": [
  null,
  "Vybrat"
 ],
 "Server has closed the connection.": [
  null,
  "Server zavřel spojení."
 ],
 "Session is about to expire": [
  null,
  "Platnost relace brzy skončí"
 ],
 "Set": [
  null,
  "Nastavit"
 ],
 "Skip main navigation": [
  null,
  "Přeskočit hlavní navigaci"
 ],
 "Skip to content": [
  null,
  "Přeskočit na obsah"
 ],
 "Something went wrong": [
  null,
  "Něco se pokazilo"
 ],
 "Stop editing hosts": [
  null,
  "Zastavit upravování hostitelů"
 ],
 "Switch to limited access": [
  null,
  "Přepnout na omezený přístup"
 ],
 "System": [
  null,
  "Systém"
 ],
 "The IP address or hostname cannot contain whitespace.": [
  null,
  "IP adresa nebo název stroje nemůže obsahovat prázdný znak."
 ],
 "The SSH key ${key} of ${luser} on ${lhost} will be added to the ${afile} file of ${ruser} on ${rhost}.": [
  null,
  "SSH klíč ${key} uživatele ${luser} na ${lhost} bude přidán do souboru ${afile} uživatele ${ruser} na ${rhost}."
 ],
 "The SSH key for logging in to {{#strong}}{{full_address}}{{/strong}} is protected. You can log in with either your login password or by providing the password of the key at {{#strong}}{{key}}{{/strong}}.": [
  null,
  "SSH klíč pro přihlašování se k {{#strong}}{{full_address}}{{/strong}} je chráněn. Můžete se buď přihlásit svým přihlašovacím heslem nebo zadáním hesla ke klíči na {{#strong}}{{key}}{{/strong}}."
 ],
 "The SSH key {{#strong}}{{key}}{{/strong}} will be made available for the remainder of the session and will be available for login to other hosts as well.": [
  null,
  "SSH klíč {{#strong}}{{key}}{{/strong}} bude zpřístupněn po celou relaci a bude k dispozici také pro přihlašování se k ostatním strojům."
 ],
 "The key password can not be empty": [
  null,
  "Heslo ke klíči je třeba vyplnit"
 ],
 "The key passwords do not match": [
  null,
  "Zadání hesla ke klíči se neshodují"
 ],
 "The new key password can not be empty": [
  null,
  "Nové heslo ke klíči je třeba vyplnit"
 ],
 "The new key passwords do not match": [
  null,
  "Zadání nového hesla ke klíči se neshodují"
 ],
 "The passwords do not match.": [
  null,
  "Zadání hesla se neshodují."
 ],
 "The resulting fingerprint is fine to share via public methods, including email.": [
  null,
  ""
 ],
 "The server refused to authenticate using any supported methods.": [
  null,
  "Server odmítl ověřit u všech podporovaných metod."
 ],
 "There are currently no active pages": [
  null,
  "V tuto chvíli zde nejsou žádné aktivní stránky"
 ],
 "There was an unexpected error while connecting to the machine.": [
  null,
  "Při připojování ke stroji došlo k neočekávané chybě."
 ],
 "This didn't work, please try again": [
  null,
  "Toto nezafungovalo, zkuste to prosím znovu"
 ],
 "This machine has already been added.": [
  null,
  "Tento stroj už byl přidán."
 ],
 "This will allow you to log in without password in the future.": [
  null,
  "Toto vám umožní se napříště přihlašovat bez hesla."
 ],
 "Tip: Make your key password match your login password to automatically authenticate against other systems.": [
  null,
  "Tip: Nastavte si heslo ke klíči stejné jako pro přihlašování a budete se vůči ostatním systémům ověřovat automaticky."
 ],
 "To ensure that your connection is not intercepted by a malicious third-party, please verify the host key fingerprint:": [
  null,
  ""
 ],
 "To verify a fingerprint, run the following on {{host}} while physically sitting at the machine or through a trusted network:": [
  null,
  ""
 ],
 "Toggle session settings": [
  null,
  "Vyp/zap. nastavení relace"
 ],
 "Too much data": [
  null,
  "Příliš mnoho dat"
 ],
 "Tools": [
  null,
  "Nástroje"
 ],
 "Type": [
  null,
  "Typ"
 ],
 "Unable to contact the given host $0. Make sure it has ssh running on port $1, or specify another port in the address.": [
  null,
  "Nepodařilo se kontaktovat uvedený stroj $0. Ověřte, že je ssh spuštěno na portu $1 nebo v jeho adrese zadejte jiný port."
 ],
 "Unable to contact {{#strong}}{{host}}{{/strong}}.": [
  null,
  "Nepodařilo se spojit s {{#strong}}{{host}}{{/strong}}."
 ],
 "Unable to log in to {{#strong}}{{full_address}}{{/strong}} using SSH key authentication. Please provide the password. You may want to set up your SSH keys for automatic login.": [
  null,
  "Nepodařilo se přihlásit k {{#strong}}{{full_address}}{{/strong}} pomocí ověření se SSH klíčem. Prosím zadejte heslo. Pokud se chcete přihlašovat automaticky, nastavte SSH klíče."
 ],
 "Unable to log in to {{#strong}}{{full_address}}{{/strong}}. The host does not accept password login or any of your SSH keys.": [
  null,
  "Nedaří se přihlásit k {{#strong}}{{full_address}}{{/strong}}. Hostitel nepřijímá přihlášení heslem nebo žádný z vašich SSH klíčů."
 ],
 "Unable to log in to {{#strong}}{{host}}{{/strong}}. For more authentication options and troubleshooting support please upgrade cockpit-ws to a newer version.": [
  null,
  "Nepodařilo se přihlásit k {{#strong}}{{host}}{{/strong}}. Pro více možností ověřování se a podporu řešení problémů přejděte na novější verzi součásti cockpit-ws."
 ],
 "Unable to log in to {{#strong}}{{host}}{{/strong}}. To connect to this host you will need to enable one of the following authentication methods in the sshd config on {{#strong}}{{host}}{{/strong}}:": [
  null,
  "Nepodařilo se přihlásit k {{#strong}}{{host}}{{/strong}}. Aby bylo možné se připojit k tomuto stroji, je třeba zapnout následující metody ověřování v nastavení sshd na {{#strong}}{{host}}{{/strong}}:"
 ],
 "Unexpected error": [
  null,
  "Neočekávaná chyba"
 ],
 "Unlock key": [
  null,
  "Odemknout klíč"
 ],
 "Untrusted host": [
  null,
  "Nedůvěryhodný stroj"
 ],
 "Update": [
  null,
  "Aktualizovat"
 ],
 "Use the following keys to authenticate against other systems": [
  null,
  "Pro ověřování vůči ostatním systémům použít následující klíče"
 ],
 "User name": [
  null,
  "Uživatelské jméno"
 ],
 "Version": [
  null,
  "Verze"
 ],
 "Web Console": [
  null,
  "Webová konzole"
 ],
 "When empty, connect with the current user": [
  null,
  ""
 ],
 "You are connecting to {{host}} for the first time.": [
  null,
  ""
 ],
 "You can not gain administrative access.": [
  null,
  "Nemáte oprávnění pro získání přístupu na úrovni správce systému."
 ],
 "You have been logged out due to inactivity.": [
  null,
  "Byli jste odhlášeni z důvodu nečinnosti."
 ],
 "You may want to change the password of the key for automatic login.": [
  null,
  "Pro automatické přihlašování se nejspíš bude třeba změnit heslo ke klíči."
 ],
 "You now have administrative access.": [
  null,
  "Nyní máte přístup na úrovni správy systému."
 ],
 "You will be logged out in $0 seconds.": [
  null,
  "Budete odhlášení za $0 sekund."
 ],
 "Your browser will remember your access level across sessions.": [
  null,
  "Váš prohlížeč si bude úroveň přístupu pamatovat i pro příště."
 ],
 "Your session has been terminated.": [
  null,
  "Vaše sezení bylo ukončeno."
 ],
 "Your session has expired. Please log in again.": [
  null,
  "Platnost vašeho sezení skončila. Přihlaste se znovu."
 ],
 "active": [
  null,
  "aktivní"
 ],
 "in most browsers": [
  null,
  "ve většině prohlížečů"
 ],
 "show less": [
  null,
  "zobrazit méně"
 ],
 "show more": [
  null,
  "zobrazit více"
 ]
});