Skip to content

Commit ffd2d26

Browse files
authored
Update pl.rs (rustdesk#14775)
1 parent a8dc6fc commit ffd2d26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lang/pl.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
379379
("Screen Share", "Udostępnianie ekranu"),
380380
("ubuntu-21-04-required", "Wayland wymaga Ubuntu 21.04 lub nowszego."),
381381
("wayland-requires-higher-linux-version", "Wayland wymaga nowszej dystrybucji Linuksa. Wypróbuj pulpit X11 lub zmień system operacyjny."),
382-
("xdp-portal-unavailable", ""),
382+
("xdp-portal-unavailable", "Nie udało się przechwycić ekranu Wayland. Portal XDG Desktop mógł ulec awarii lub jest niedostępny. Spróbuj go ponownie uruchomić poleceniem `systemctl --user restart xdg-desktop-portal`."),
383383
("JumpLink", "Podgląd"),
384384
("Please Select the screen to be shared(Operate on the peer side).", "Wybierz ekran do udostępnienia (działaj po zdalnego urządzenia)."),
385385
("Show RustDesk", "Pokaż RustDesk"),
@@ -740,8 +740,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
740740
("keep-awake-during-outgoing-sessions-label", "Utrzymuj urządzenie w stanie aktywnym podczas sesji wychodzących"),
741741
("keep-awake-during-incoming-sessions-label", "Utrzymuj urządzenie w stanie aktywnym podczas sesji przychodzących"),
742742
("Continue with {}", "Kontynuuj z {}"),
743-
("Display Name", ""),
744-
("password-hidden-tip", ""),
745-
("preset-password-in-use-tip", ""),
743+
("Display Name", "Nazwa wyświetlana"),
744+
("password-hidden-tip", "Ustawiono (ukryto) stare hasło."),
745+
("preset-password-in-use-tip", "Obecnie używane jest hasło domyślne."),
746746
].iter().cloned().collect();
747747
}

0 commit comments

Comments
 (0)