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

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();
}