diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 71813688c..46bdb6e19 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -3,7 +3,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Status"), ("Your Desktop", "Twój pulpit"), - ("desk_tip", "W celu połączenia się z tym urządzeniem należy użyć poniższego ID i hasła"), + ("desk_tip", "Aby połączyć się z tym urządzeniem, użyj poniższego ID i hasła"), ("Password", "Hasło"), ("Ready", "Gotowe"), ("Established", "Nawiązano"), @@ -244,10 +244,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Socks5 Proxy", "Proxy Socks5"), ("Hostname", "Nazwa hosta"), ("Discovered", "Wykryte"), - ("install_daemon_tip", "Podpowiedź instalacji daemona"), + ("install_daemon_tip", "By uruchomić RustDesk przy starcie systemu, musisz zainstalować usługę systemową."), ("Remote ID", "Zdalne ID"), ("Paste", "Wklej"), - ("Paste here?", "Wkleić tu?"), + ("Paste here?", "Wkleić tutaj?"), ("Are you sure to close the connection?", "Czy na pewno chcesz zakończyć połączenie?"), ("Download new version", "Pobierz nową wersję"), ("Touch mode", "Tryb dotykowy"), @@ -295,7 +295,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Overwrite", "Nadpisz"), ("This file exists, skip or overwrite this file?", "Ten plik istnieje, pominąć czy nadpisać ten plik?"), ("Quit", "Zrezygnuj"), - ("doc_mac_permission", "doc_mac_permission"), + ("doc_mac_permission", "https://rustdesk.com/docs/en/client/mac/#enable-permissions"), ("Help", "Pomoc"), ("Failed", "Niepowodzenie"), ("Succeeded", "Udało się"),