Update pl.rs
This commit is contained in:
parent
be0516c06c
commit
2016000d37
@ -87,13 +87,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Modified", "Zmodyfikowany"),
|
||||
("Size", "Rozmiar"),
|
||||
("Show Hidden Files", "Pokaż ukryte pliki"),
|
||||
("Receive", "Odbierz"),
|
||||
("Receive", "Pobierz"),
|
||||
("Send", "Wyślij"),
|
||||
("Refresh File", "Odśwież plik"),
|
||||
("Local", "Lokalny"),
|
||||
("Remote", "Zdalny"),
|
||||
("Remote Computer", "Zdalny komputer"),
|
||||
("Local Computer", "Lokalny komputer"),
|
||||
("Remote Computer", "Komputer zdalny"),
|
||||
("Local Computer", "Komputer lokalny"),
|
||||
("Confirm Delete", "Potwierdź usunięcie"),
|
||||
("Delete", "Usuń"),
|
||||
("Properties", "Właściwości"),
|
||||
@ -568,7 +568,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "Witualne ekrany"),
|
||||
("Plug out all", "Odłącz wszystko"),
|
||||
("True color (4:4:4)", "True color (4:4:4)"),
|
||||
("Enable blocking user input", ""),
|
||||
("id_input_tip", ""),
|
||||
("Enable blocking user input", "Zablokuj wprowadzanie danych przez użytkownika"),
|
||||
("id_input_tip", "Możesz wprowadzić identyfikator, bezpośredni adres IP lub domenę z portem (<adres_domenowy>:<port>).\nJeżeli chcesz uzyskać dostęp do urządzenia na innym serwerze, dołącz adres serwera (<id>@<adres_serwera>?key=<wartość_klucza>, np. \n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nJeżeli chcesz uzyskać dostęp do urządzenia na serwerze publicznym, wpisz \"<id>@public\", klucz nie jest potrzebny dla serwera publicznego."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user