mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
update cs.rs (#7151)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user