Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2022-12-14 15:31:32 +01:00 committed by GitHub
parent 7e4eeca7c4
commit 35f69bcf51
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."), ("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"), ("Right click to select tabs", "Clic derecho para seleccionar pestañas"),
("Add to Address Book", "Añadir a la libreta de direcciones"), ("Add to Address Book", "Añadir a la libreta de direcciones"),
("Group", ""), ("Group", "Grupo"),
("Search", ""), ("Search", "Búsqueda"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }