From d46b2d52ce5a3d48407354cd2e8e20a85a283923 Mon Sep 17 00:00:00 2001 From: flusheDData <116861809+flusheDData@users.noreply.github.com> Date: Thu, 2 May 2024 19:40:02 +0200 Subject: [PATCH] New terms (#7894) * Update es.rs New terms added * Update es.rs A slight correction --- src/lang/es.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index a1ca3ff9e..348db87ea 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -603,7 +603,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("ab_web_console_tip", "Más en consola web"), ("allow-only-conn-window-open-tip", "Permitir la conexión solo si la ventana RusDesk está abierta"), ("no_need_privacy_mode_no_physical_displays_tip", "No hay pantallas físicas, no es necesario usar el modo privado."), - ("Follow remote cursor", ""), - ("Follow remote window focus", ""), + ("Follow remote cursor", "Seguir cursor remoto"), + ("Follow remote window focus", "Seguir ventana remota activa"), ].iter().cloned().collect(); }