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

View File

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