Update es.rs

Translation of lines 388 and 389
This commit is contained in:
Miguel F. G
2022-11-03 16:50:55 +01:00
committed by GitHub
Unverified
parent 91c7a736ac
commit b2fbd6f3ba

View File

@@ -385,7 +385,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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", "Ver"),
("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", ""),
("This PC", ""),
("Show RustDesk", "Mostrar RustDesk"),
("This PC", "Este PC"),
].iter().cloned().collect();
}