Update ru.rs (#12594)

This commit is contained in:
solokot
2025-08-13 07:25:30 +03:00
committed by GitHub
parent d59f216c26
commit 5a75ea723b

View File

@@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Failed to check if the user is an administrator.", "Невозможно проверить, является ли пользователь администратором."),
("Supported only in the installed version.", "Поддерживается только в установочной версии."),
("elevation_username_tip", "Введите пользователя или домен\\пользователя"),
("Preparing for installation ...", ""),
("Preparing for installation ...", "Подготовка к установке..."),
].iter().cloned().collect();
}