Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-09-05 16:22:08 +02:00 committed by GitHub
parent f1c0f1d0a4
commit 12fbbbb5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,8 +538,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("pull_ab_failed_tip", "No se ha podido refrescar el directorio"),
("push_ab_failed_tip", "No se ha podido sincronizar el directorio con el servidor"),
("synced_peer_readded_tip", "Los dispositivos presentes en sesiones recientes se sincronizarán con el directorio."),
("Change Color", ""),
("Primary Color", ""),
("HSV Color", ""),
("Change Color", "Cambiar Color"),
("Primary Color", "Color Primario"),
("HSV Color", "Color HSV"),
].iter().cloned().collect();
}