Update ru.rs (#12778)

This commit is contained in:
solokot 2025-09-05 11:49:39 +03:00 committed by GitHub
parent 0f526fce6c
commit aa8278e1d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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