Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-01-02 21:44:17 +01:00 committed by GitHub
parent 68fda34990
commit 6087a29ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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