Update es.rs

New term added
This commit is contained in:
Miguel F. G 2023-03-07 00:12:01 +01:00 committed by GitHub
parent e19b11badc
commit f4c80c5990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,6 +460,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", "Códec"),
("Resolution", "Resolución"),
("No transfers in progress", "No hay transferencias en curso"),
("Set one-time password length", ""),
("Set one-time password length", "Establecer contraseña de un solo uso"),
].iter().cloned().collect();
}