mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user