update cs.rs (#7388)

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
jxdv 2024-03-15 02:14:44 +00:00 committed by GitHub
parent 8a705a6a9a
commit ca48aaf5ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -586,7 +586,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("2FA code must be 6 digits.", "Kód 2FA musí mít 6 číslic."), ("2FA code must be 6 digits.", "Kód 2FA musí mít 6 číslic."),
("Multiple Windows sessions found", "Bylo nalezeno více relací Windows"), ("Multiple Windows sessions found", "Bylo nalezeno více relací Windows"),
("Please select the session you want to connect to", "Vyberte relaci, ke které se chcete připojit"), ("Please select the session you want to connect to", "Vyberte relaci, ke které se chcete připojit"),
("powered_by_me", ""), ("powered_by_me", "Poháněno společností RustDesk"),
("outgoing_only_desk_tip", ""), ("outgoing_only_desk_tip", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }