Update es.rs
Skip = Changed from Saltar to Omitir
This commit is contained in:
parent
45c0e10102
commit
4384db3c3b
@ -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", ""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user