Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Mar 5, 2024
2 parents fde41a0 + 4292838 commit 46bf2bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lang/sk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand All @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit 46bf2bd

Please sign in to comment.