Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-01-21 18:51:01 +01:00 committed by GitHub
parent 5ddb4c0617
commit 490b4cbbb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,7 +431,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Weak", "Débil"),
("Medium", "Media"),
("Strong", "Fuerte"),
("Switch Sides", ""),
("Please confirm if you want to share your desktop?", ""),
("Switch Sides", "Intercambiar lados"),
("Please confirm if you want to share your desktop?", "Por favor, confirma si quieres compartir tu escritorio"),
].iter().cloned().collect();
}