New translation terms (#9463)

* Update es.rs

New terms added

* Update es.rs

New terms added
This commit is contained in:
flusheDData 2024-09-26 03:29:49 +02:00 committed by GitHub
parent 7c55e3266b
commit 1d6873f622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -644,8 +644,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Parent directory", "Directorio superior"),
("Resume", "Continuar"),
("Invalid file name", "Nombre de archivo no válido"),
("one-way-file-transfer-tip", ""),
("Authentication Required", ""),
("Authenticate", ""),
("one-way-file-transfer-tip", "La transferencia en un sentido está habilitada en el lado controlado."),
("Authentication Required", "Se requiere autenticación"),
("Authenticate", "Autenticar"),
].iter().cloned().collect();
}