Update pl.rs
This commit is contained in:
		
							parent
							
								
									eb60ab0b79
								
							
						
					
					
						commit
						8328869c11
					
				| @ -7,7 +7,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Password", "Hasło"), | ||||
|         ("Ready", "Gotowe"), | ||||
|         ("Established", "Nawiązano"), | ||||
|         ("connecting_status", "Status połączenia"), | ||||
|         ("connecting_status", "Łączenie"), | ||||
|         ("Enable Service", "Włącz usługę"), | ||||
|         ("Start Service", "Uruchom usługę"), | ||||
|         ("Service is running", "Usługa uruchomiona"), | ||||
| @ -30,9 +30,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("IP Whitelisting", "Biała lista IP"), | ||||
|         ("ID/Relay Server", "Serwer ID/Pośredniczący"), | ||||
|         ("Import Server Config", "Importuj konfigurację serwera"), | ||||
|         ("Export Server Config", ""), | ||||
|         ("Import server configuration successfully", "Importowanie konfiguracji serwera powiodło się"), | ||||
|         ("Export server configuration successfully", ""), | ||||
|         ("Export Server Config", "Eksportuj konfigurację serwera"), | ||||
|         ("Import server configuration successfully", "Import konfiguracji serwera zakończono pomyślnie"), | ||||
|         ("Export server configuration successfully", "Eksport konfiguracji serwera zakończono pomyślnie"), | ||||
|         ("Invalid server configuration", "Nieprawidłowa konfiguracja serwera"), | ||||
|         ("Clipboard is empty", "Schowek jest pusty"), | ||||
|         ("Stop service", "Zatrzymaj usługę"), | ||||
| @ -47,7 +47,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("ID Server", "Serwer ID"), | ||||
|         ("Relay Server", "Serwer pośredniczący"), | ||||
|         ("API Server", "Serwer API"), | ||||
|         ("invalid_http", "Nieprawidłowy żądanie http"), | ||||
|         ("invalid_http", "Nieprawidłowe żądanie http"), | ||||
|         ("Invalid IP", "Nieprawidłowe IP"), | ||||
|         ("id_change_tip", "Nowy ID może być złożony z małych i dużych liter a-zA-z, cyfry 0-9 oraz _ (podkreślenie). Pierwszym znakiem powinna być litera a-zA-Z, a całe ID powinno składać się z 6 do 16 znaków."), | ||||
|         ("Invalid format", "Nieprawidłowy format"), | ||||
| @ -72,7 +72,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Please try 1 minute later", "Spróbuj za minutę"), | ||||
|         ("Login Error", "Błąd logowania"), | ||||
|         ("Successful", "Sukces"), | ||||
|         ("Connected, waiting for image...", "Połączono, czekam na obraz..."), | ||||
|         ("Connected, waiting for image...", "Połączono, oczekiwanie na obraz..."), | ||||
|         ("Name", "Nazwa"), | ||||
|         ("Type", "Typ"), | ||||
|         ("Modified", "Zmodyfikowany"), | ||||
| @ -95,8 +95,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Not an empty directory", "Katalog nie jest pusty"), | ||||
|         ("Are you sure you want to delete this file?", "Czy na pewno chcesz usunąć ten plik?"), | ||||
|         ("Are you sure you want to delete this empty directory?", "Czy na pewno chcesz usunać ten pusty katalog?"), | ||||
|         ("Are you sure you want to delete the file of this directory?", "Czy na pewno chcesz usunąć pliki z tego katalog?"), | ||||
|         ("Do this for all conflicts", "Zrób to dla wszystkich konfliktów"), | ||||
|         ("Are you sure you want to delete the file of this directory?", "Czy na pewno chcesz usunąć pliki z tego katalogu?"), | ||||
|         ("Do this for all conflicts", "wykonaj dla wszystkich konfliktów"), | ||||
|         ("This is irreversible!", "To jest nieodwracalne!"), | ||||
|         ("Deleting", "Usuwanie"), | ||||
|         ("files", "pliki"), | ||||
| @ -121,15 +121,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Show quality monitor", "Pokazuj jakość monitora"), | ||||
|         ("Disable clipboard", "Wyłącz schowek"), | ||||
|         ("Lock after session end", "Zablokuj po zakończeniu sesji"), | ||||
|         ("Insert", "Wstaw"), | ||||
|         ("Insert Lock", "Wstaw blokadę"), | ||||
|         ("Insert", "Wyślij"), | ||||
|         ("Insert Lock", "Wyślij Zablokuj"), | ||||
|         ("Refresh", "Odśwież"), | ||||
|         ("ID does not exist", "ID nie istnieje"), | ||||
|         ("Failed to connect to rendezvous server", "Nie udało się połączyć z serwerem połączeń"), | ||||
|         ("Please try later", "Spróbuj później"), | ||||
|         ("Remote desktop is offline", "Zdalny pulpit jest offline"), | ||||
|         ("Key mismatch", "Niezgodność klucza"), | ||||
|         ("Timeout", "Przekroczenie czasu"), | ||||
|         ("Timeout", "Przekroczono czas oczekiwania"), | ||||
|         ("Failed to connect to relay server", "Nie udało się połączyć z serwerem pośredniczącym"), | ||||
|         ("Failed to connect via rendezvous server", "Nie udało się połączyć przez serwer połączeń"), | ||||
|         ("Failed to connect via relay server", "Nie udało się połączyć przez serwer pośredniczący"), | ||||
| @ -195,7 +195,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Warning", "Ostrzeżenie"), | ||||
|         ("Login screen using Wayland is not supported", "Ekran logowania korzystający z Wayland nie jest obsługiwany"), | ||||
|         ("Reboot required", "Wymagany ponowne uruchomienie"), | ||||
|         ("Unsupported display server ", "Nieobsługiwany serwer wyświetlania "), | ||||
|         ("Unsupported display server ", "Nieobsługiwany serwer wyświetlania"), | ||||
|         ("x11 expected", "Wymagany jest X11"), | ||||
|         ("Port", "Port"), | ||||
|         ("Settings", "Ustawienia"), | ||||
| @ -206,19 +206,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Run without install", "Uruchom bez instalacji"), | ||||
|         ("Always connected via relay", "Zawsze połączony pośrednio"), | ||||
|         ("Always connect via relay", "Zawsze łącz pośrednio"), | ||||
|         ("whitelist_tip", "Podpowiedź do białej listy"), | ||||
|         ("whitelist_tip", "Zezwlaj na łączenie z tym komputerem tylko z adresów IP znajdujących się na białej liście"), | ||||
|         ("Login", "Zaloguj"), | ||||
|         ("Logout", "Wyloguj"), | ||||
|         ("Tags", "Tagi"), | ||||
|         ("Search ID", "Szukaj ID"), | ||||
|         ("Current Wayland display server is not supported", "Obecny serwer wyświetlania Wayland nie jest obsługiwany"), | ||||
|         ("whitelist_sep", "Seperator białej listy"), | ||||
|         ("whitelist_sep", "Oddzielone przecinkiem, średnikiem, spacją lub w nowej linii"), | ||||
|         ("Add ID", "Dodaj ID"), | ||||
|         ("Add Tag", "Dodaj Tag"), | ||||
|         ("Unselect all tags", "Odznacz wszystkie tagi"), | ||||
|         ("Network error", "Błąd sieci"), | ||||
|         ("Username missed", "Brak użytkownika"), | ||||
|         ("Password missed", "Brak hasła"), | ||||
|         ("Username missed", "Nieprawidłowe nazwa użytkownika"), | ||||
|         ("Password missed", "Nieprawidłowe hasło"), | ||||
|         ("Wrong credentials", "Błędne dane uwierzytelniające"), | ||||
|         ("Edit Tag", "Edytuj tag"), | ||||
|         ("Unremember Password", "Zapomnij hasło"), | ||||
| @ -226,7 +226,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Add to Favorites", "Dodaj do ulubionych"), | ||||
|         ("Remove from Favorites", "Usuń z ulubionych"), | ||||
|         ("Empty", "Pusty"), | ||||
|         ("Invalid folder name", "Błędna nazwa folderu"), | ||||
|         ("Invalid folder name", "Nieprawidłowa nazwa folderu"), | ||||
|         ("Socks5 Proxy", "Socks5 Proxy"), | ||||
|         ("Hostname", "Nazwa hosta"), | ||||
|         ("Discovered", "Wykryte"), | ||||
| @ -242,12 +242,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Left Mouse", "Lewy klik myszy"), | ||||
|         ("One-Long Tap", "Przytrzymaj jednym palcem"), | ||||
|         ("Two-Finger Tap", "Dotknij dwoma palcami"), | ||||
|         ("Right Mouse", "Prawy klik myszy"), | ||||
|         ("One-Finger Move", "Ruch jednym palcem"), | ||||
|         ("Right Mouse", "Prawy przycisk myszy"), | ||||
|         ("One-Finger Move", "Przesuń jednym palcem"), | ||||
|         ("Double Tap & Move", "Dotknij dwukrotnie i przesuń"), | ||||
|         ("Mouse Drag", "Przeciągnij myszą"), | ||||
|         ("Three-Finger vertically", "Trzy palce wertykalnie"), | ||||
|         ("Mouse Wheel", "Skrol myszy"), | ||||
|         ("Three-Finger vertically", "Trzy palce pionowo"), | ||||
|         ("Mouse Wheel", "Kółko myszy"), | ||||
|         ("Two-Finger Move", "Ruch dwoma palcami"), | ||||
|         ("Canvas Move", "Ruch ekranu"), | ||||
|         ("Pinch to Zoom", "Uszczypnij, aby powiększyć"), | ||||
| @ -289,7 +289,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Someone turns on privacy mode, exit", "Ktoś włącza tryb prywatności, wyjdź"), | ||||
|         ("Unsupported", "Niewspierane"), | ||||
|         ("Peer denied", "Odmowa dostępu"), | ||||
|         ("Please install plugins", "Zainstaluj plugin"), | ||||
|         ("Please install plugins", "Zainstaluj wtyczkę"), | ||||
|         ("Peer exit", "Wyjście peer"), | ||||
|         ("Failed to turn off", "Nie udało się wyłączyć"), | ||||
|         ("Turned off", "Wyłączony"), | ||||
| @ -385,9 +385,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("Wayland requires higher version of linux distro. Please try X11 desktop or change your OS.", "Wayland wymaga wyższej wersji 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)."), | ||||
|         ("Show RustDesk", ""), | ||||
|         ("This PC", ""), | ||||
|         ("or", ""), | ||||
|         ("Continue with", ""), | ||||
|         ("Show RustDesk", "Pokaż RustDesk"), | ||||
|         ("This PC", "Ten komputer"), | ||||
|         ("or", "albo"), | ||||
|         ("Continue with", "Kontynuuj z"), | ||||
|     ].iter().cloned().collect(); | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user