Update trs (#9144)

* update sk tr

* update cz tr
This commit is contained in:
jxdv 2024-08-22 01:36:03 +00:00 committed by GitHub
parent fc607d6789
commit 5931af460e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

View File

@ -641,8 +641,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "Platforma"), ("Platform", "Platforma"),
("Days remaining", "Zbývajících dnů"), ("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"), ("enable-trusted-devices-tip", "Přeskočte 2FA ověření na důvěryhodných zařízeních"),
("Parent directory", ""), ("Parent directory", "Rodičovský adresář"),
("Resume", ""), ("Resume", "Pokračovat"),
("Invalid file name", ""), ("Invalid file name", "Nesprávný název souboru"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -632,17 +632,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("About RustDesk", "O RustDesk"), ("About RustDesk", "O RustDesk"),
("Send clipboard keystrokes", "Odoslať stlačenia klávesov zo schránky"), ("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ť."), ("network_error_tip", "Skontrolujte svoje sieťové pripojenie a potom kliknite na tlačidlo Opakovať."),
("Unlock with PIN", ""), ("Unlock with PIN", "Odomknutie pomocou PIN kódu"),
("Requires at least {} characters", ""), ("Requires at least {} characters", "Vyžaduje aspoň {} znakov"),
("Wrong PIN", ""), ("Wrong PIN", "Nesprávny PIN kód"),
("Set PIN", ""), ("Set PIN", "Nastavenie PIN kódu"),
("Enable trusted devices", ""), ("Enable trusted devices", "Povolenie dôveryhodných zariadení"),
("Manage trusted devices", ""), ("Manage trusted devices", "Správa dôveryhodných zariadení"),
("Platform", ""), ("Platform", "Platforma"),
("Days remaining", ""), ("Days remaining", "Zostávajúce dni"),
("enable-trusted-devices-tip", ""), ("enable-trusted-devices-tip", "Vynechanie overovania 2FA na dôveryhodných zariadeniach"),
("Parent directory", ""), ("Parent directory", "Rodičovský adresár"),
("Resume", ""), ("Resume", "Obnoviť"),
("Invalid file name", ""), ("Invalid file name", "Nesprávny názov súboru"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }