mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 03:19:27 +08:00
parent
befac94473
commit
4292838e80
@ -7,7 +7,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Password", "Heslo"),
|
||||
("Ready", "Pripravené"),
|
||||
("Established", "Nadviazané"),
|
||||
("connecting_status", "Pripájam sa na RusDesk server..."),
|
||||
("connecting_status", "Pripájam sa na RustDesk server..."),
|
||||
("Enable service", "Povoliť službu"),
|
||||
("Start service", "Spustiť službu"),
|
||||
("Service is running", "Služba je aktívna"),
|
||||
@ -86,7 +86,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Type", "Typ"),
|
||||
("Modified", "Zmenené"),
|
||||
("Size", "Veľkosť"),
|
||||
("Show Hidden Files", "Zobrazovať skryté súbory"),
|
||||
("Show Hidden Files", "Zobraziť skryté súbory"),
|
||||
("Receive", "Prijať"),
|
||||
("Send", "Odoslať"),
|
||||
("Refresh File", "Aktualizovať súbor"),
|
||||
@ -106,7 +106,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Are you sure you want to delete this empty directory?", "Ste si istý, že chcete zmazať tento adresár?"),
|
||||
("Are you sure you want to delete the file of this directory?", "Ste si istý, že chcete zmazať tento súbor alebo adresár?"),
|
||||
("Do this for all conflicts", "Všetky konflikty riešiť týmto spôsobom"),
|
||||
("This is irreversible!", "Toto je nezvratná operácia"),
|
||||
("This is irreversible!", "Toto je nezvratná operácia!"),
|
||||
("Deleting", "Mazanie"),
|
||||
("files", "súbory"),
|
||||
("Waiting", "Čaká sa"),
|
||||
@ -157,7 +157,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Installation", "Inštalácia"),
|
||||
("Installation Path", "Inštalačný adresár"),
|
||||
("Create start menu shortcuts", "Vytvoriť zástupcu do ponuky Štart"),
|
||||
("Create desktop icon", "Vytvoriť zástupcu na plochu"),
|
||||
("Create desktop icon", "Vytvoriť ikonu na ploche"),
|
||||
("agreement_tip", "Spustením inštalácie prijímate licenčné podmienky."),
|
||||
("Accept and Install", "Prijať a inštalovať"),
|
||||
("End-user license agreement", "Licenčné podmienky dohodnuté s koncovým užívateľom"),
|
||||
|
Loading…
Reference in New Issue
Block a user