Merge pull request #2009 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2022-11-08 17:13:30 +08:00 committed by GitHub
commit a0fc9d5539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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