Merge pull request #574 from getmaxun/all-record-ui

feat: runs ui v2
This commit is contained in:
Rohit
2025-04-30 22:01:28 +05:30
committed by GitHub
7 changed files with 220 additions and 712 deletions

View File

@@ -50,7 +50,6 @@
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"loglevel-plugin-remote": "^0.6.8",
"maxun-core": "^0.0.15",
"minio": "^8.0.1",
"moment-timezone": "^0.5.45",
"node-cron": "^3.0.3",

View File

@@ -543,16 +543,15 @@
"captured_data": {
"title": "Erfasste Daten",
"download_csv": "CSV herunterladen",
"download_all_json": "Gesamte JSON herunterladen",
"view_full": "Vollständige Daten anzeigen",
"items": "Elemente",
"schema_title": "Text erfassen",
"list_title": "Liste erfassen"
"schema_title": "Erfasste Texte",
"list_title": "Erfasste Listen"
},
"captured_screenshot": {
"title": "Erfasste Screenshots",
"download": "Screenshot herunterladen",
"render_failed": "Screenshot konnte nicht gerendert werden"
"download": "Herunterladen",
"render_failed": "Fehler beim Rendern des Screenshots"
}
},
"navbar": {

View File

@@ -556,15 +556,14 @@
"captured_data": {
"title": "Captured Data",
"download_csv": "Download CSV",
"download_all_json": "Download All JSON",
"view_full": "View Full Data",
"items": "items",
"schema_title": "Capture Text",
"list_title": "Capture List"
"schema_title": "Captured Texts",
"list_title": "Captured Lists"
},
"captured_screenshot": {
"title": "Captured Screenshots",
"download": "Download Screenshot",
"download": "Download",
"render_failed": "Failed to render screenshot"
}
},

View File

@@ -542,18 +542,17 @@
"loading": "Cargando datos...",
"empty_output": "No hay datos de salida disponibles",
"captured_data": {
"title": "Datos Capturados",
"title": "Datos capturados",
"download_csv": "Descargar CSV",
"download_all_json": "Descargar Todo JSON",
"view_full": "Ver Datos Completos",
"view_full": "Ver datos completos",
"items": "elementos",
"schema_title": "Capturar Texto",
"list_title": "Capturar Lista"
"schema_title": "Textos capturados",
"list_title": "Listas capturadas"
},
"captured_screenshot": {
"title": "Capturas de Pantalla",
"download": "Descargar Captura",
"render_failed": "Error al renderizar la captura"
"title": "Capturas de pantalla",
"download": "Descargar",
"render_failed": "Error al renderizar la captura de pantalla"
}
},
"navbar": {

View File

@@ -542,17 +542,16 @@
"loading": "データを読み込み中...",
"empty_output": "出力データがありません",
"captured_data": {
"title": "キャプチャされたデータ",
"title": "キャプチャたデータ",
"download_csv": "CSVをダウンロード",
"download_all_json": "すべてのJSONをダウンロード",
"view_full": "すべてのデータを表示",
"view_full": "完全なデータを表示",
"items": "アイテム",
"schema_title": "テキストをキャプチャ",
"list_title": "リストをキャプチャ"
"schema_title": "キャプチャしたテキスト",
"list_title": "キャプチャしたリスト"
},
"captured_screenshot": {
"title": "キャプチャされたスクリーンショット",
"download": "スクリーンショットをダウンロード",
"title": "キャプチャたスクリーンショット",
"download": "ダウンロード",
"render_failed": "スクリーンショットのレンダリングに失敗しました"
}
},

View File

@@ -544,15 +544,14 @@
"captured_data": {
"title": "已捕获的数据",
"download_csv": "下载CSV",
"download_all_json": "下载所有JSON",
"view_full": "查看完整数据",
"items": "项目",
"schema_title": "捕获文本",
"list_title": "捕获列表"
"schema_title": "捕获文本",
"list_title": "捕获列表"
},
"captured_screenshot": {
"title": "已捕获的截图",
"download": "下载截图",
"download": "下载",
"render_failed": "渲染截图失败"
}
},

File diff suppressed because it is too large Load Diff