-
0一致 (Match)
-
0损坏 (Mismatch)
-
0缺失 (Missing)
-
多余 (Extra)
+
0
+
0
+
0
+
-
-
-
+
+
+
@@ -77,35 +84,62 @@
\ No newline at end of file
diff --git a/languages.js b/languages.js
new file mode 100644
index 0000000..d3c3016
--- /dev/null
+++ b/languages.js
@@ -0,0 +1,18 @@
+// languages.js
+window.externalI18n = {
+ "es": {
+ "name": "Español",
+ "dropHint": "📂
Arrastre 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"
+ }
+};
\ No newline at end of file