upgrade html viewer

This commit is contained in:
Julian Freeman
2026-02-26 11:58:35 -04:00
parent 9d96680a75
commit 053ee6686f
2 changed files with 114 additions and 68 deletions

18
languages.js Normal file
View File

@@ -0,0 +1,18 @@
// languages.js
window.externalI18n = {
"es": {
"name": "Español",
"dropHint": "📂 <b>Arrastre</b> el archivo aquí",
"clickHint": "o haga clic para seleccionar manualmente",
"labelMatch": "Coincidencia (Match)",
"labelMismatch": "Error (Mismatch)",
"labelMissing": "Faltante (Missing)",
"labelExtra": "Extra",
"btnExpand": "Expandir todo",
"btnCollapse": "Contraer todo",
"modeFull": "Vista: Todos los archivos",
"modeError": "Vista: Solo errores",
"loadSuccess": "✅ Informe cargado: ",
"files": " archivos"
}
};