From e65c43a29229c7e79e88fbb58d1b35bde859d72c Mon Sep 17 00:00:00 2001 From: jxdv Date: Fri, 16 Feb 2024 04:40:37 +0000 Subject: [PATCH] update cs.rs (#7151) --- src/lang/cs.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }