Update es.rs

new term added
This commit is contained in:
Miguel F. G
2023-02-01 15:42:28 +01:00
committed by GitHub
parent 68cc667f47
commit a9f2144638

View File

@@ -435,6 +435,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Strong", "Fuerte"),
("Switch Sides", "Intercambiar lados"),
("Please confirm if you want to share your desktop?", "Por favor, confirma si quieres compartir tu escritorio"),
("Closed as expected", ""),
("Closed as expected", "Cerrado como se esperaba"),
].iter().cloned().collect();
}