Update pl.rs

This commit is contained in:
Andrzej Rudnik 2023-07-17 10:00:19 +02:00 committed by GitHub
parent 77eca6bcdc
commit 8cc7dc0a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}