Update pl.rs
This commit is contained in:
parent
77eca6bcdc
commit
8cc7dc0a3e
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user