From 16f55807fca7b534eb986378e8944150e4f1eeb9 Mon Sep 17 00:00:00 2001 From: solokot Date: Tue, 9 May 2023 11:58:46 +0300 Subject: [PATCH] Updated Russian translation --- src/lang/ru.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index eba62ca61..3f4cb4a74 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -498,8 +498,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Fingerprint", "Отпечаток"), ("Copy Fingerprint", "Копировать отпечаток"), ("no fingerprints", "отпечатки отсутствуют"), - ("Select a peer", ""), - ("Select peers", ""), - ("Plugins", "") + ("Select a peer", "Выберите удалённый узел"), + ("Select peers", "Выберите удалённые узлы"), + ("Plugins", "Плагины") ].iter().cloned().collect(); }