update sk.rs (#7403)

This commit is contained in:
jxdv 2024-03-16 02:12:12 +00:00 committed by GitHub
parent 077569dd5d
commit 218f4872b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -587,6 +587,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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_me", "Poháňané aplikáciou RustDesk"),
("outgoing_only_desk_tip", ""),
("outgoing_only_desk_tip", "Toto je prispôsobené vydanie.\nMôžete sa pripojiť k iným zariadeniam, ale iné zariadenia sa k vášmu zariadeniu pripojiť nemôžu."),
].iter().cloned().collect();
}