From a2277e83a6fee4fb3d5ded55835d7780dcb23a1d Mon Sep 17 00:00:00 2001 From: solokot Date: Fri, 12 May 2023 08:45:43 +0300 Subject: [PATCH] Update ru.rs --- src/lang/ru.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 480183905..c2517df99 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Select a peer", "Выберите удалённый узел"), ("Select peers", "Выберите удалённые узлы"), ("Plugins", "Плагины"), - ("Uninstall", ""), - ("Update", ""), - ("Enable", ""), - ("Disable", ""), - ("Options", ""), + ("Uninstall", "Удалить"), + ("Update", "Обновить"), + ("Enable", "Включить"), + ("Disable", "Отключить"), + ("Options", "Настройки"), ].iter().cloned().collect(); }