Skip to content

Commit

Permalink
Update trs (rustdesk#9144)
Browse files Browse the repository at this point in the history
* update sk tr

* update cz tr
  • Loading branch information
jxdv authored Aug 22, 2024
1 parent fc607d6 commit 5931af4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/lang/cs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "Platforma"),
("Days remaining", "Zbývajících dnů"),
("enable-trusted-devices-tip", "Přeskočte 2FA ověření na důvěryhodných zařízeních"),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Parent directory", "Rodičovský adresář"),
("Resume", "Pokračovat"),
("Invalid file name", "Nesprávný název souboru"),
].iter().cloned().collect();
}
24 changes: 12 additions & 12 deletions src/lang/sk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,17 +632,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("About RustDesk", "O RustDesk"),
("Send clipboard keystrokes", "Odoslať stlačenia klávesov zo schránky"),
("network_error_tip", "Skontrolujte svoje sieťové pripojenie a potom kliknite na tlačidlo Opakovať."),
("Unlock with PIN", ""),
("Requires at least {} characters", ""),
("Wrong PIN", ""),
("Set PIN", ""),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Unlock with PIN", "Odomknutie pomocou PIN kódu"),
("Requires at least {} characters", "Vyžaduje aspoň {} znakov"),
("Wrong PIN", "Nesprávny PIN kód"),
("Set PIN", "Nastavenie PIN kódu"),
("Enable trusted devices", "Povolenie dôveryhodných zariadení"),
("Manage trusted devices", "Správa dôveryhodných zariadení"),
("Platform", "Platforma"),
("Days remaining", "Zostávajúce dni"),
("enable-trusted-devices-tip", "Vynechanie overovania 2FA na dôveryhodných zariadeniach"),
("Parent directory", "Rodičovský adresár"),
("Resume", "Obnoviť"),
("Invalid file name", "Nesprávny názov súboru"),
].iter().cloned().collect();
}

0 comments on commit 5931af4

Please sign in to comment.