update cs.rs (#7234)

This commit is contained in:
jxdv 2024-02-23 02:15:53 +00:00 committed by GitHub
parent 9b7a8203f6
commit ce5e28c543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enter-2fa-title", "Dvoufaktorová autentizace"),
("Email verification code must be 6 characters.", "E-mailový ověřovací kód musí mít 6 znaků."),
("2FA code must be 6 digits.", "Kód 2FA musí mít 6 číslic."),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Multiple Windows sessions found", "Bylo nalezeno více relací Windows"),
("Please select the session you want to connect to", "Vyberte relaci, ke které se chcete připojit"),
].iter().cloned().collect();
}