From 24f4b94082135d1cb1fbb356d8a608db350eb91f Mon Sep 17 00:00:00 2001 From: ELForcer <30798063+ELForcer@users.noreply.github.com> Date: Sun, 25 Aug 2024 11:12:08 +0400 Subject: [PATCH] Update ru.rs (#9163) --- src/lang/ru.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index dc4b2133f..b13c4a1b6 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -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(); }