Merge pull request #2902 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk
2023-01-22 08:02:05 +08:00
committed by GitHub
Unverified

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