update cs.rs (#7151)

This commit is contained in:
jxdv 2024-02-16 04:40:37 +00:00 committed by GitHub
parent 00b13bf918
commit e65c43a292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -586,7 +586,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 active user sessions found", ""),
("Please select the user you want to connect to", ""),
("Multiple active user sessions found", "Bylo nalezeno několik aktivních uživatelských relací"),
("Please select the user you want to connect to", "Vyberte prosím uživatele, ke kterému se chcete připojit"),
].iter().cloned().collect();
}