From dd7a124334cfe926b0ba15a368a2e0d01f55fe95 Mon Sep 17 00:00:00 2001 From: solokot Date: Sun, 6 Jul 2025 13:03:45 +0300 Subject: [PATCH] Update ru.rs (#12227) --- src/lang/ru.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index e5d2e2518..0b40df0a7 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -699,9 +699,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Enable camera", "Включить камеру"), ("No cameras", "Камера отсутствует"), ("view_camera_unsupported_tip", "Удалённое устройство не поддерживает просмотр камеры."), - ("Terminal", ""), - ("Enable terminal", ""), - ("New tab", ""), - ("Keep terminal sessions on disconnect", ""), + ("Terminal", "Терминал"), + ("Enable terminal", "Включить терминал"), + ("New tab", "Новая вкладка"), + ("Keep terminal sessions on disconnect", "Сохранять сеансы терминала при отключении"), ].iter().cloned().collect(); }