This commit is contained in:
rustdesk
2024-03-14 11:45:16 +08:00
parent 5253d67e04
commit 56f27ec356
42 changed files with 45 additions and 41 deletions

View File

@@ -587,6 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("2FA code must be 6 digits.", "Kód 2FA musí obsahovať 6 číslic."),
("Multiple Windows sessions found", "Našlo sa viacero relácií systému Windows"),
("Please select the session you want to connect to", "Vyberte reláciu, ku ktorej sa chcete pripojiť"),
("powered by RustDesk", ""),
("powered_by_me", ""),
].iter().cloned().collect();
}