From 5f52ce2c1b780f11a3476e6d7332fe99db7f2ed2 Mon Sep 17 00:00:00 2001 From: solokot Date: Sun, 22 Sep 2024 14:06:45 +0300 Subject: [PATCH] Update ru.rs (#9421) --- src/lang/ru.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 9235384f4..ba8d33f95 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -645,7 +645,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Resume", "Продолжить"), ("Invalid file name", "Неправильное имя файла"), ("one-way-file-transfer-tip", "На управляемой стороне включена односторонняя передача файлов."), - ("Authentication Required", ""), - ("Authenticate", ""), + ("Authentication Required", "Требуется аутентификация"), + ("Authenticate", "Аутентификация"), ].iter().cloned().collect(); }