update sk.rs (#8012)

This commit is contained in:
jxdv 2024-05-11 00:55:16 +00:00 committed by GitHub
parent 0b96b3f345
commit c066dc8c24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -607,10 +607,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Follow remote window focus", "Nasledovať vzdialené zameranie okna"),
("default_proxy_tip", "Predvolený protokol a port sú Socks5 a 1080"),
("no_audio_input_device_tip", "Nenašlo sa žiadne vstupné zvukové zariadenie."),
("Incoming", ""),
("Outgoing", ""),
("Clear Wayland screen selection", ""),
("clear_Wayland_screen_selection_tip", ""),
("confirm_clear_Wayland_screen_selection_tip", ""),
("Incoming", "Prichádzajúci"),
("Outgoing", "Odchádzajúci"),
("Clear Wayland screen selection", "Vyčistiť výber obrazovky Wayland"),
("clear_Wayland_screen_selection_tip", "Po vymazaní výberu obrazovky môžete znova vybrať obrazovku, ktorú chcete zdieľať."),
("confirm_clear_Wayland_screen_selection_tip", "Určite ste si istý, že chcete vyčistiť výber obrazovky Wayland?"),
].iter().cloned().collect();
}