update cs.rs (#6842)

This commit is contained in:
jxdv 2024-01-10 01:43:08 +00:00 committed by GitHub
parent e170153090
commit 9e25049fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("swap-left-right-mouse", "Prohodit levé a pravé tlačítko myši"),
("2FA code", "2FA kód"),
("2fa_tip", "Zadejte svůj kód 2FA do ověřovací aplikace."),
("More", ""),
("More", "Více"),
].iter().cloned().collect();
}