diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 3d639edf0..5155a0b1f 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -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(); }