Update es.rs

New term added
This commit is contained in:
Miguel F. G
2023-02-28 00:50:07 +01:00
committed by GitHub
parent a133fafffc
commit 0380fc0c9e

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