diff --git a/src/lang/sk.rs b/src/lang/sk.rs index cd95c56d3..51f28e530 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -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(); }