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"),
|
("Username missed", "Nieprawidłowe nazwa użytkownika"),
|
||||||
("Password missed", "Nieprawidłowe hasło"),
|
("Password missed", "Nieprawidłowe hasło"),
|
||||||
("Wrong credentials", "Błędne dane uwierzytelniające"),
|
("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"),
|
("Edit Tag", "Edytuj tag"),
|
||||||
("Unremember Password", "Zapomnij hasło"),
|
("Unremember Password", "Zapomnij hasło"),
|
||||||
("Favorites", "Ulubione"),
|
("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", "Akceptuj i Podnieś uprawnienia"),
|
||||||
("accept_and_elevate_btn_tooltip", ""),
|
("accept_and_elevate_btn_tooltip", ""),
|
||||||
("clipboard_wait_response_timeout_tip", ""),
|
("clipboard_wait_response_timeout_tip", ""),
|
||||||
("Incoming connection", ""),
|
("Incoming connection", "Połączenie przychodzące"),
|
||||||
("Outgoing connection", ""),
|
("Outgoing connection", "Połączenie wychodzące"),
|
||||||
("Exit", ""),
|
("Exit", "Wyjście"),
|
||||||
("Open", ""),
|
("Open", "Otwórz"),
|
||||||
("logout_tip", ""),
|
("logout_tip", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user