Merge pull request #1945 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk
2022-11-04 02:00:49 +08:00
committed by GitHub
Unverified

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();
}