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", "lodash": "^4.17.21",
"loglevel": "^1.8.0", "loglevel": "^1.8.0",
"loglevel-plugin-remote": "^0.6.8", "loglevel-plugin-remote": "^0.6.8",
"maxun-core": "^0.0.15",
"minio": "^8.0.1", "minio": "^8.0.1",
"moment-timezone": "^0.5.45", "moment-timezone": "^0.5.45",
"node-cron": "^3.0.3", "node-cron": "^3.0.3",

View File

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

View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff