Merge pull request #3029 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-02-02 09:54:07 +08:00 committed by GitHub
commit 76adc8de20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,6 +435,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Strong", "Fuerte"),
("Switch Sides", "Intercambiar lados"),
("Please confirm if you want to share your desktop?", "Por favor, confirma si quieres compartir tu escritorio"),
("Closed as expected", ""),
("Closed as expected", "Cerrado como se esperaba"),
].iter().cloned().collect();
}