Skip to content

Commit

Permalink
Update es.rs
Browse files Browse the repository at this point in the history
New terms added
  • Loading branch information
flusheDData authored Sep 5, 2023
1 parent f1c0f1d commit 12fbbbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 12fbbbb

Please sign in to comment.