mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
Merge pull request #5034 from BestiaPL/master
Updated Polish translation
This commit is contained in:
commit
4ed9aa39c7
@ -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"),
|
||||
@ -460,8 +460,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Resolution", "Rozdzielczość"),
|
||||
("No transfers in progress", "Brak transferów w toku"),
|
||||
("Set one-time password length", "Ustaw długość jednorazowego hasła"),
|
||||
("install_cert_tip", ""),
|
||||
("comfirm_install_cert_tip", ""),
|
||||
("install_cert_tip", "Instalacja certyfikatu RustDesk"),
|
||||
("comfirm_install_cert_tip", "To jest certyfikat testowy RustDesk, któremu można zaufać. Certyfikat jest używany do zaufania i instalowania sterowników RustDesk w razie potrzeby."),
|
||||
("RDP Settings", "Ustawienia RDP"),
|
||||
("Sort by", "Sortuj wg"),
|
||||
("New Connection", "Nowe połączenie"),
|
||||
@ -506,17 +506,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable", "Włącz"),
|
||||
("Disable", "Wyłącz"),
|
||||
("Options", "Opcje"),
|
||||
("resolution_original_tip", ""),
|
||||
("resolution_fit_local_tip", ""),
|
||||
("resolution_custom_tip", ""),
|
||||
("resolution_original_tip", "Oryginalna rozdzielczość"),
|
||||
("resolution_fit_local_tip", "Dostosuj rozdzielczość lokalną"),
|
||||
("resolution_custom_tip", "Rozdzielczość niestandardowa"),
|
||||
("Collapse toolbar", "Zwiń pasek narzędzi"),
|
||||
("Accept and Elevate", "Akceptuj i Podnieś uprawnienia"),
|
||||
("accept_and_elevate_btn_tooltip", ""),
|
||||
("clipboard_wait_response_timeout_tip", ""),
|
||||
("Incoming connection", ""),
|
||||
("Outgoing connection", ""),
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("accept_and_elevate_btn_tooltip", "Zaakceptuj połączenie i podnieś uprawnienia UAC"),
|
||||
("clipboard_wait_response_timeout_tip", "Upłynął limit czasu oczekiwania na schowek."),
|
||||
("Incoming connection", "Połączenie przychodzące"),
|
||||
("Outgoing connection", "Połączenie wychodzące"),
|
||||
("Exit", "Wyjście"),
|
||||
("Open", "Otwórz"),
|
||||
("logout_tip", "Na pewno chcesz się wylogować?"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user