From 98d99fae645076738a2a015be1ea7ffea99f0d3c Mon Sep 17 00:00:00 2001 From: solokot Date: Sat, 21 Jun 2025 11:29:11 +0300 Subject: [PATCH] Update ru.rs (#12096) --- 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 168ed36ab..15e156e92 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Trackpad speed", "Скорость трекпада"), ("Default trackpad speed", "Скорость трекпада по умолчанию"), ("Numeric one-time password", "Цифровой одноразовый пароль"), - ("Enable IPv6 P2P connection", ""), - ("Enable UDP hole punching", ""), + ("Enable IPv6 P2P connection", "Использовать подключение IPv6 P2P"), + ("Enable UDP hole punching", "Использовать UDP hole punching"), ].iter().cloned().collect(); }