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
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"),
("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();
}