Update pl.rs

This commit is contained in:
Andrzej Rudnik 2023-05-16 12:30:43 +02:00 committed by GitHub
parent 65d586079f
commit f9dd62b0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?"), ("Do you want to enter again?", "Czy chcesz wprowadzić ponownie?"),
("Connection Error", "Błąd połączenia"), ("Connection Error", "Błąd połączenia"),
("Error", "Błąd"), ("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..."), ("Connecting...", "Łączenie..."),
("Connection in progress. Please wait.", "Trwa łączenie. Proszę czekać."), ("Connection in progress. Please wait.", "Trwa łączenie. Proszę czekać."),
("Please try 1 minute later", "Spróbuj za minutę"), ("Please try 1 minute later", "Spróbuj za minutę"),
@ -210,7 +210,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Settings", "Ustawienia"), ("Settings", "Ustawienia"),
("Username", "Nazwa użytkownika"), ("Username", "Nazwa użytkownika"),
("Invalid port", "Nieprawidłowy port"), ("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"), ("Enable remote configuration modification", "Włącz zdalną modyfikację konfiguracji"),
("Run without install", "Uruchom bez instalacji"), ("Run without install", "Uruchom bez instalacji"),
("Connect via relay", "Połącz bezpośrednio"), ("Connect via relay", "Połącz bezpośrednio"),
@ -302,7 +302,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Unsupported", "Niewspierane"), ("Unsupported", "Niewspierane"),
("Peer denied", "Odmowa dostępu"), ("Peer denied", "Odmowa dostępu"),
("Please install plugins", "Zainstaluj wtyczkę"), ("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ć"), ("Failed to turn off", "Nie udało się wyłączyć"),
("Turned off", "Wyłączony"), ("Turned off", "Wyłączony"),
("In privacy mode", "Uruchom tryb prywatności"), ("In privacy mode", "Uruchom tryb prywatności"),
@ -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 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."), ("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"), ("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"), ("Show RustDesk", "Pokaż RustDesk"),
("This PC", "Ten komputer"), ("This PC", "Ten komputer"),
("or", "albo"), ("or", "albo"),
@ -498,8 +498,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Fingerprint", "Sygnatura"), ("Fingerprint", "Sygnatura"),
("Copy Fingerprint", "Skopiuj sygnaturę"), ("Copy Fingerprint", "Skopiuj sygnaturę"),
("no fingerprints", "brak sygnatur"), ("no fingerprints", "brak sygnatur"),
("Select a peer", ""), ("Select a peer", "Wybierz zdalne urządzenie"),
("Select peers", ""), ("Select peers", "Wybierz zdalne urządzenia"),
("Plugins", "Wtyczki"), ("Plugins", "Wtyczki"),
("Uninstall", "Odinstaluj"), ("Uninstall", "Odinstaluj"),
("Update", "Aktualizuj"), ("Update", "Aktualizuj"),