Update es.rs

Skip = Changed from Saltar to Omitir
This commit is contained in:
Miguel F. G
2023-01-20 06:26:18 +01:00
committed by GitHub
parent 45c0e10102
commit 4384db3c3b

View File

@@ -57,7 +57,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Not available", "No disponible"),
("Too frequent", "Demasiado frecuente"),
("Cancel", "Cancelar"),
("Skip", "Saltar"),
("Skip", "Omitir"),
("Close", "Cerrar"),
("Retry", "Reintentar"),
("OK", ""),