Skip to content

Commit

Permalink
Merge pull request rustdesk#6322 from BestiaPL/master
Browse files Browse the repository at this point in the history
Update pl.rs
  • Loading branch information
rustdesk authored Nov 7, 2023
2 parents 14ec8c4 + 2016000 commit 7bafe14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lang/pl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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();
}

0 comments on commit 7bafe14

Please sign in to comment.