Merge pull request #3096 from BestiaPL/patch-1

Updated Polish language
This commit is contained in:
RustDesk 2023-02-07 09:04:02 +08:00 committed by GitHub
commit 0bccfc2733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,8 +270,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("OPEN", "Otwórz"),
("Chat", "Czat"),
("Total", "Łącznie"),
("items", "elementy"),
("Selected", "Zaznaczone"),
("items", "elementów"),
("Selected", "Zaznaczonych"),
("Screen Capture", "Przechwytywanie ekranu"),
("Input Control", "Kontrola wejścia"),
("Audio Capture", "Przechwytywanie dźwięku"),
@ -345,7 +345,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Dark Theme", "Ciemny motyw"),
("Dark", "Ciemny"),
("Light", "Jasny"),
("Follow System", "Zgodne z systemem"),
("Follow System", "Zgodny z systemem"),
("Enable hardware codec", "Włącz akcelerację sprzętową kodeków"),
("Unlock Security Settings", "Odblokuj ustawienia zabezpieczeń"),
("Enable Audio", "Włącz dźwięk"),
@ -392,7 +392,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("or", "albo"),
("Continue with", "Kontynuuj z"),
("Elevate", "Uzyskaj uprawnienia"),
("Zoom cursor", "Zoom kursora"),
("Zoom cursor", "Powiększenie kursora"),
("Accept sessions via password", "Uwierzytelnij sesję używając hasła"),
("Accept sessions via click", "Uwierzytelnij sesję poprzez kliknięcie"),
("Accept sessions via both", "Uwierzytelnij sesję za pomocą obu sposobów"),
@ -407,7 +407,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Right click to select tabs", "Kliknij prawym przyciskiem myszy by wybrać zakładkę"),
("Skipped", "Pominięte"),
("Add to Address Book", "Dodaj do Książki Adresowej"),
("Group", "Grypy"),
("Group", "Grupy"),
("Search", "Szukaj"),
("Closed manually by web console", "Zakończone manualnie z konsoli Web"),
("Local keyboard type", "Lokalny typ klawiatury"),
@ -433,17 +433,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Weak", "Słabe"),
("Medium", "Średnie"),
("Strong", "Mocne"),
("Switch Sides", "Zmień Strony"),
("Switch Sides", "Zamień Strony"),
("Please confirm if you want to share your desktop?", "Czy na pewno chcesz udostępnić swój ekran?"),
("Closed as expected", "Zamknięto pomyślnie"),
("Display", ""),
("Default View Style", ""),
("Default Scroll Style", ""),
("Default Image Quality", ""),
("Default Codec", ""),
("Bitrate", ""),
("FPS", ""),
("Auto", ""),
("Other Default Options", ""),
("Display", "Wyświetlanie"),
("Default View Style", "Domyślny styl wyświetlania"),
("Default Scroll Style", "Domyślny styl przewijania"),
("Default Image Quality", "Domyślna jakość obrazu"),
("Default Codec", "Dokyślny kodek"),
("Bitrate", "Bitrate"),
("FPS", "FPS"),
("Auto", "Auto"),
("Other Default Options", "Inne opcje domyślne"),
].iter().cloned().collect();
}