From 1d6873f6223deb85aec48f3b34685fb9e8abe963 Mon Sep 17 00:00:00 2001 From: flusheDData <116861809+flusheDData@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:29:49 +0200 Subject: [PATCH] New translation terms (#9463) * Update es.rs New terms added * Update es.rs New terms added --- src/lang/es.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index e42a5abed..cb5e4a25b 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -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(); }