From 8cc7dc0a3e5c72ec5cbe24f6f563cc429637e950 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 17 Jul 2023 10:00:19 +0200 Subject: [PATCH] Update pl.rs --- src/lang/pl.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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(); }