mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Update ru.rs (#12332)
This commit is contained in:
@@ -703,12 +703,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("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.", ""),
|
||||
("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.", "Поддерживается только в установочной версии."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user