From f9dd62b0ea115d504fb2abbb2ad338a7109089c6 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Tue, 16 May 2023 12:30:43 +0200 Subject: [PATCH] Update pl.rs --- src/lang/pl.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 56e14a358..11bf58f19 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -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ę"), @@ -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"), @@ -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"), @@ -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"), @@ -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"),