From e30f711ced445702ce5f005d9af428ec0ac37a99 Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:35:18 +0100 Subject: [PATCH] Update es.rs --- 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 d9a72b5e3..5aecf1353 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -339,7 +339,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Dark Theme", "Tema Oscuro"), ("Dark", "Oscuro"), ("Light", "Claro"), - ("Follow System", ""), + ("Follow System", "Tema del sistema"), ("Enable hardware codec", "Habilitar códec por hardware"), ("Unlock Security Settings", "Desbloquear ajustes de seguridad"), ("Enable Audio", "Habilitar Audio"), @@ -383,7 +383,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Screen Share", "Compartir pantalla"), ("Wayland requires Ubuntu 21.04 or higher version.", "Wayland requiere Ubuntu 21.04 o una versión superior."), ("Wayland requires higher version of linux distro. Please try X11 desktop or change your OS.", "Wayland requiere una versión superior de la distribución de Linux. Pruebe el escritorio X11 o cambie su sistema operativo."), - ("JumpLink", "View"), + ("JumpLink", "Ver"), ("Please Select the screen to be shared(Operate on the peer side).", "Seleccione la pantalla que se compartirá (Operar en el lado del compañero)."), ].iter().cloned().collect(); }