diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 90c83ada2..8a97ddfc4 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -233,7 +233,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Username missed", "Nieprawidłowe nazwa użytkownika"), ("Password missed", "Nieprawidłowe hasło"), ("Wrong credentials", "Błędne dane uwierzytelniające"), - ("The verification code is incorrect or has expired", ""), + ("The verification code is incorrect or has expired", "Kod weryfikacyjny jest niepoprawny lub wygasł"), ("Edit Tag", "Edytuj tag"), ("Unremember Password", "Zapomnij hasło"), ("Favorites", "Ulubione"), @@ -513,10 +513,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Accept and Elevate", "Akceptuj i Podnieś uprawnienia"), ("accept_and_elevate_btn_tooltip", ""), ("clipboard_wait_response_timeout_tip", ""), - ("Incoming connection", ""), - ("Outgoing connection", ""), - ("Exit", ""), - ("Open", ""), + ("Incoming connection", "Połączenie przychodzące"), + ("Outgoing connection", "Połączenie wychodzące"), + ("Exit", "Wyjście"), + ("Open", "Otwórz"), ("logout_tip", ""), ].iter().cloned().collect(); }