add spanish among the up-to-date translations

This commit is contained in:
GyulyVGC
2025-09-23 11:01:58 +02:00
parent a471865ebd
commit 340899915c
5 changed files with 4 additions and 4 deletions

View File

@@ -593,7 +593,6 @@ z

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -79,7 +79,7 @@ pub fn capture_file_translation(language: Language) -> &'static str {
Language::RO => "Fișierul de captură",
Language::ZH_TW => "擷取文件",
Language::ID => "File tangkapan",
Language::ES => "Importar archivo de captura",
Language::ES => "Archivo de captura",
_ => "Capture file",
}
}
@@ -138,8 +138,8 @@ pub fn reading_from_pcap_translation<'a>(language: Language, file: &str) -> Text
),
Language::ES => format!(
"Leyendo paquetes desde el archivo...\n\n\
{file_name_translation}: {file}\n\n\
¿Seguro que el archivo seleccionado no está vacío?"
{file_name_translation}: {file}\n\n\
¿Seguro que el archivo seleccionado no está vacío?"
),
Language::RO => format!(
"Citirea pachetelor din fișier...\n\n\

View File

@@ -133,6 +133,7 @@ pub fn is_up_to_date(self) -> bool {
| Language::RO
| Language::ZH_TW
| Language::ID
| Language::ES
)
}
}