forked from rustdesk/rustdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rustdesk#6322 from BestiaPL/master
Update pl.rs
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. \n[email protected]: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(); | ||
} |