Merge pull request #2702 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk
2023-01-03 13:46:30 +08:00
committed by GitHub
Unverified

View File

@@ -406,7 +406,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Group", "Grupo"),
("Search", "Búsqueda"),
("Closed manually by the web console", "Cerrado manualmente por la consola web"),
("Local keyboard type", ""),
("Select local keyboard type", ""),
("Local keyboard type", "Tipo de teclado local"),
("Select local keyboard type", "Seleccionar tipo de teclado local"),
].iter().cloned().collect();
}