Improve wording, add missing tip and documentation link
This commit is contained in:
parent
c5a864e86b
commit
3f4ac84cfb
@ -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ę"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user