Updated Polish translation (#12521)

* Update pl.rs

* Update pl.rs
This commit is contained in:
Andrzej Rudnik
2025-08-06 17:16:35 +02:00
committed by GitHub
parent 2ba215a6d7
commit 725a47268e

View File

@@ -696,17 +696,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable camera", "Włącz kamerę"),
("No cameras", "Brak kamer"),
("view_camera_unsupported_tip", "Zdalne urządzenie nie obsługuje podglądu kamery."),
("Terminal", ""),
("Enable terminal", ""),
("New tab", ""),
("Keep terminal sessions on disconnect", ""),
("Terminal (Run as administrator)", ""),
("terminal-admin-login-tip", ""),
("Failed to get user token.", ""),
("Incorrect username or password.", ""),
("The user is not an administrator.", ""),
("Failed to check if the user is an administrator.", ""),
("Supported only in the installed version.", ""),
("elevation_username_tip", ""),
("Terminal", "Rerminal"),
("Enable terminal", "Włącz terminal"),
("New tab", "Nowa zakładka"),
("Keep terminal sessions on disconnect", "Utrzymaj sesję terminala przy rozłączeniu"),
("Terminal (Run as administrator)", "Terminal (uruchom jako administrator)"),
("terminal-admin-login-tip", "Proszę wprowadzić użytkownika i hasło administratora kontrolowanego urządzenia."),
("Failed to get user token.", "Błąd pobierania tokenu użytkownika."),
("Incorrect username or password.", "Nieprawidłowy użytkownik lub hasło."),
("The user is not an administrator.", "Użytkownik nie posiada praw administratora."),
("Failed to check if the user is an administrator.", "Błąd sprawdzania, czy użytkownik jest administratorem."),
("Supported only in the installed version.", "Wspierane tylko dla zainstalowanej aplikacji."),
("elevation_username_tip", "Podaj nazwę użytkownika lub domena\\użytkownik"),
].iter().cloned().collect();
}