Update ru.rs (#12332)

This commit is contained in:
solokot
2025-07-18 13:15:56 +03:00
committed by GitHub
parent 0a62103ccd
commit 061dc9962d

View File

@@ -703,12 +703,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable terminal", "Включить терминал"), ("Enable terminal", "Включить терминал"),
("New tab", "Новая вкладка"), ("New tab", "Новая вкладка"),
("Keep terminal sessions on disconnect", "Сохранять сеансы терминала при отключении"), ("Keep terminal sessions on disconnect", "Сохранять сеансы терминала при отключении"),
("Terminal (Run as administrator)", ""), ("Terminal (Run as administrator)", "Терминал (администратор)"),
("terminal-admin-login-tip", ""), ("terminal-admin-login-tip", "Введите имя пользователя и пароль администратора управляемой стороны."),
("Failed to get user token.", ""), ("Failed to get user token.", "Невозможно получить токен пользователя."),
("Incorrect username or password.", ""), ("Incorrect username or password.", "Неправильное имя пользователя или пароль."),
("The user is not an administrator.", ""), ("The user is not an administrator.", "Пользователь не является администратором."),
("Failed to check if the user is an administrator.", ""), ("Failed to check if the user is an administrator.", "Невозможно проверить, является ли пользователь администратором."),
("Supported only in the installed version.", ""), ("Supported only in the installed version.", "Поддерживается только в установочной версии."),
].iter().cloned().collect(); ].iter().cloned().collect();
} }