Merge pull request #2653 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2022-12-26 22:56:31 +08:00 committed by GitHub
commit 4864379cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,6 +405,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Add to Address Book", "Añadir a la libreta de direcciones"),
("Group", "Grupo"),
("Search", "Búsqueda"),
("Closed manually by the web console", ""),
("Closed manually by the web console", "Cerrado manualmente por la consola web"),
].iter().cloned().collect();
}