Skip to content

Commit

Permalink
Update pl.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BestiaPL authored May 16, 2023
1 parent 65d5860 commit f9dd62b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lang/pl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Do you want to enter again?", "Czy chcesz wprowadzić ponownie?"),
("Connection Error", "Błąd połączenia"),
("Error", "Błąd"),
("Reset by the peer", "Połączenie zresetowanie przez peer"),
("Reset by the peer", "Połączenie zresetowanie przez zdalne urządzenie"),
("Connecting...", "Łączenie..."),
("Connection in progress. Please wait.", "Trwa łączenie. Proszę czekać."),
("Please try 1 minute later", "Spróbuj za minutę"),
Expand Down Expand Up @@ -210,7 +210,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Settings", "Ustawienia"),
("Username", "Nazwa użytkownika"),
("Invalid port", "Nieprawidłowy port"),
("Closed manually by the peer", "Połączenie zakończone ręcznie przez peer"),
("Closed manually by the peer", "Połączenie zakończone ręcznie przez zdalne urządzenie"),
("Enable remote configuration modification", "Włącz zdalną modyfikację konfiguracji"),
("Run without install", "Uruchom bez instalacji"),
("Connect via relay", "Połącz bezpośrednio"),
Expand Down Expand Up @@ -302,7 +302,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Unsupported", "Niewspierane"),
("Peer denied", "Odmowa dostępu"),
("Please install plugins", "Zainstaluj wtyczkę"),
("Peer exit", "Wyjście peer"),
("Peer exit", "Wyjście ze zdalnego urządzenia"),
("Failed to turn off", "Nie udało się wyłączyć"),
("Turned off", "Wyłączony"),
("In privacy mode", "Uruchom tryb prywatności"),
Expand Down Expand Up @@ -392,7 +392,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Wayland requires Ubuntu 21.04 or higher version.", "Wayland wymaga Ubuntu 21.04 lub nowszego."),
("Wayland requires higher version of linux distro. Please try X11 desktop or change your OS.", "Wayland wymaga nowszej dystrybucji Linuksa. Wypróbuj pulpit X11 lub zmień system operacyjny."),
("JumpLink", "View"),
("Please Select the screen to be shared(Operate on the peer side).", "Wybierz ekran do udostępnienia (działaj po stronie równorzędnej)."),
("Please Select the screen to be shared(Operate on the peer side).", "Wybierz ekran do udostępnienia (działaj po zdalnego urządzenia)."),
("Show RustDesk", "Pokaż RustDesk"),
("This PC", "Ten komputer"),
("or", "albo"),
Expand Down Expand Up @@ -498,8 +498,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Fingerprint", "Sygnatura"),
("Copy Fingerprint", "Skopiuj sygnaturę"),
("no fingerprints", "brak sygnatur"),
("Select a peer", ""),
("Select peers", ""),
("Select a peer", "Wybierz zdalne urządzenie"),
("Select peers", "Wybierz zdalne urządzenia"),
("Plugins", "Wtyczki"),
("Uninstall", "Odinstaluj"),
("Update", "Aktualizuj"),
Expand Down

0 comments on commit f9dd62b

Please sign in to comment.