From 9b7a8203f6aeabe8c0812be3fd02204f74551c6b Mon Sep 17 00:00:00 2001 From: jxdv Date: Fri, 23 Feb 2024 02:14:49 +0000 Subject: [PATCH] update sk.rs (#7233) --- src/lang/sk.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/sk.rs b/src/lang/sk.rs index b247e9fd7..3d285cf82 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("enter-2fa-title", "Dvojfaktorové overenie"), ("Email verification code must be 6 characters.", "Overovací kód e-mailu musí mať 6 znakov."), ("2FA code must be 6 digits.", "Kód 2FA musí obsahovať 6 číslic."), - ("Multiple Windows sessions found", ""), - ("Please select the session you want to connect to", ""), + ("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ť"), ].iter().cloned().collect(); }