Skip to content

Commit eed8ff3

Browse files
authored
Merge pull request #574 from getmaxun/all-record-ui
feat: runs ui v2
2 parents 624d7fc + daa9779 commit eed8ff3

File tree

7 files changed

+219
-711
lines changed

7 files changed

+219
-711
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"lodash": "^4.17.21",
5151
"loglevel": "^1.8.0",
5252
"loglevel-plugin-remote": "^0.6.8",
53-
"maxun-core": "^0.0.15",
5453
"minio": "^8.0.1",
5554
"moment-timezone": "^0.5.45",
5655
"node-cron": "^3.0.3",

public/locales/de.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -543,16 +543,15 @@
543543
"captured_data": {
544544
"title": "Erfasste Daten",
545545
"download_csv": "CSV herunterladen",
546-
"download_all_json": "Gesamte JSON herunterladen",
547546
"view_full": "Vollständige Daten anzeigen",
548547
"items": "Elemente",
549-
"schema_title": "Text erfassen",
550-
"list_title": "Liste erfassen"
548+
"schema_title": "Erfasste Texte",
549+
"list_title": "Erfasste Listen"
551550
},
552551
"captured_screenshot": {
553552
"title": "Erfasste Screenshots",
554-
"download": "Screenshot herunterladen",
555-
"render_failed": "Screenshot konnte nicht gerendert werden"
553+
"download": "Herunterladen",
554+
"render_failed": "Fehler beim Rendern des Screenshots"
556555
}
557556
},
558557
"navbar": {

public/locales/en.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,15 +556,14 @@
556556
"captured_data": {
557557
"title": "Captured Data",
558558
"download_csv": "Download CSV",
559-
"download_all_json": "Download All JSON",
560559
"view_full": "View Full Data",
561560
"items": "items",
562-
"schema_title": "Capture Text",
563-
"list_title": "Capture List"
561+
"schema_title": "Captured Texts",
562+
"list_title": "Captured Lists"
564563
},
565564
"captured_screenshot": {
566565
"title": "Captured Screenshots",
567-
"download": "Download Screenshot",
566+
"download": "Download",
568567
"render_failed": "Failed to render screenshot"
569568
}
570569
},

public/locales/es.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -542,18 +542,17 @@
542542
"loading": "Cargando datos...",
543543
"empty_output": "No hay datos de salida disponibles",
544544
"captured_data": {
545-
"title": "Datos Capturados",
545+
"title": "Datos capturados",
546546
"download_csv": "Descargar CSV",
547-
"download_all_json": "Descargar Todo JSON",
548-
"view_full": "Ver Datos Completos",
547+
"view_full": "Ver datos completos",
549548
"items": "elementos",
550-
"schema_title": "Capturar Texto",
551-
"list_title": "Capturar Lista"
549+
"schema_title": "Textos capturados",
550+
"list_title": "Listas capturadas"
552551
},
553552
"captured_screenshot": {
554-
"title": "Capturas de Pantalla",
555-
"download": "Descargar Captura",
556-
"render_failed": "Error al renderizar la captura"
553+
"title": "Capturas de pantalla",
554+
"download": "Descargar",
555+
"render_failed": "Error al renderizar la captura de pantalla"
557556
}
558557
},
559558
"navbar": {

public/locales/ja.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -542,17 +542,16 @@
542542
"loading": "データを読み込み中...",
543543
"empty_output": "出力データがありません",
544544
"captured_data": {
545-
"title": "キャプチャされたデータ",
545+
"title": "キャプチャしたデータ",
546546
"download_csv": "CSVをダウンロード",
547-
"download_all_json": "すべてのJSONをダウンロード",
548-
"view_full": "すべてのデータを表示",
547+
"view_full": "完全なデータを表示",
549548
"items": "アイテム",
550-
"schema_title": "テキストをキャプチャ",
551-
"list_title": "リストをキャプチャ"
549+
"schema_title": "キャプチャしたテキスト",
550+
"list_title": "キャプチャしたリスト"
552551
},
553552
"captured_screenshot": {
554-
"title": "キャプチャされたスクリーンショット",
555-
"download": "スクリーンショットをダウンロード",
553+
"title": "キャプチャしたスクリーンショット",
554+
"download": "ダウンロード",
556555
"render_failed": "スクリーンショットのレンダリングに失敗しました"
557556
}
558557
},

public/locales/zh.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,15 +544,14 @@
544544
"captured_data": {
545545
"title": "已捕获的数据",
546546
"download_csv": "下载CSV",
547-
"download_all_json": "下载所有JSON",
548547
"view_full": "查看完整数据",
549548
"items": "项目",
550-
"schema_title": "捕获文本",
551-
"list_title": "捕获列表"
549+
"schema_title": "已捕获的文本",
550+
"list_title": "已捕获的列表"
552551
},
553552
"captured_screenshot": {
554553
"title": "已捕获的截图",
555-
"download": "下载截图",
554+
"download": "下载",
556555
"render_failed": "渲染截图失败"
557556
}
558557
},

0 commit comments

Comments
 (0)