Update ru.rs (#12332)
This commit is contained in:
parent
0a62103ccd
commit
061dc9962d
1 changed files with 7 additions and 7 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue