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", "Требуется не менее {} символов"), ("Requires at least {} characters", "Требуется не менее {} символов"),
("Wrong PIN", "Неправильный PIN-код"), ("Wrong PIN", "Неправильный PIN-код"),
("Set PIN", "Установить PIN-код"), ("Set PIN", "Установить PIN-код"),
("Enable trusted devices", ""), ("Enable trusted devices", "Включение доверенных устройств"),
("Manage trusted devices", ""), ("Manage trusted devices", "Управление доверенными устройствами"),
("Platform", ""), ("Platform", "Платформа"),
("Days remaining", ""), ("Days remaining", "Дней осталось"),
("enable-trusted-devices-tip", ""), ("enable-trusted-devices-tip", "Разрешить доверенным устройствам пропускать проверку подлинности 2FA"),
("Parent directory", ""), ("Parent directory", "Родительская директория"),
("Resume", ""), ("Resume", "Продолжить"),
("Invalid file name", ""), ("Invalid file name", "Неверное имя файла"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }