Merge pull request #2548 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2022-12-15 07:29:06 +08:00 committed by GitHub
commit 5db71ef7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("wayland_experiment_tip", "El soporte para Wayland está en fase experimental, por favor, use X11 si necesita acceso desatendido."),
("Right click to select tabs", "Clic derecho para seleccionar pestañas"),
("Add to Address Book", "Añadir a la libreta de direcciones"),
("Group", ""),
("Search", ""),
("Group", "Grupo"),
("Search", "Búsqueda"),
].iter().cloned().collect();
}