Merge pull request #3422 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-02-28 09:09:26 +08:00 committed by GitHub
commit 92b5cfb803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -456,6 +456,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Reconnect", "Reconectar"),
("Codec", "Códec"),
("Resolution", "Resolución"),
("No transfers in progress", ""),
("No transfers in progress", "No hay transferencias en curso"),
].iter().cloned().collect();
}