Update ru.rs (#9163)

This commit is contained in:
ELForcer 2024-08-25 11:12:08 +04:00 committed by GitHub
parent aa1e122532
commit 24f4b94082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,13 +636,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Requires at least {} characters", "Требуется не менее {} символов"),
("Wrong PIN", "Неправильный PIN-код"),
("Set PIN", "Установить PIN-код"),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Enable trusted devices", "Включение доверенных устройств"),
("Manage trusted devices", "Управление доверенными устройствами"),
("Platform", "Платформа"),
("Days remaining", "Дней осталось"),
("enable-trusted-devices-tip", "Разрешить доверенным устройствам пропускать проверку подлинности 2FA"),
("Parent directory", "Родительская директория"),
("Resume", "Продолжить"),
("Invalid file name", "Неверное имя файла"),
].iter().cloned().collect();
}