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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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