From c066dc8c24643085a2d565a012b17917a67094e3 Mon Sep 17 00:00:00 2001 From: jxdv Date: Sat, 11 May 2024 00:55:16 +0000 Subject: [PATCH] update sk.rs (#8012) --- src/lang/sk.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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(); }