From 253c8efeb59ff2f622980e9c5a9e2091b8edb187 Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:08:39 +0100 Subject: [PATCH] Update es.rs Two new terms translated --- 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 4064d0fd7..7582926f3 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -387,7 +387,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Please Select the screen to be shared(Operate on the peer side).", "Seleccione la pantalla que se compartirá (Operar en el lado del par)."), ("Show RustDesk", "Mostrar RustDesk"), ("This PC", "Este PC"), - ("or", ""), - ("Continue with", ""), + ("or", "o"), + ("Continue with", "Continuar con"), ].iter().cloned().collect(); }