Update pl.rs
This commit is contained in:
parent
65d586079f
commit
f9dd62b0ea
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user