diff --git a/public/locales/de.json b/public/locales/de.json index 2d48b16d..6e561220 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -535,20 +535,25 @@ "output_data": "Ausgabedaten", "log": "Protokoll" }, - "empty_output": "Die Ausgabe ist leer.", - "loading": "Ausführung läuft. Extrahierte Daten werden nach Abschluss des Durchlaufs hier angezeigt.", - "captured_data": { - "title": "Erfasste Daten", - "download_json": "Als JSON herunterladen", - "download_csv": "Als CSV herunterladen" - }, - "captured_screenshot": { - "title": "Erfasster Screenshot", - "download": "Screenshot herunterladen", - "render_failed": "Das Bild konnte nicht gerendert werden" - }, "buttons": { "stop": "Stoppen" + }, + "loading": "Daten werden geladen...", + "empty_output": "Keine Ausgabedaten verfügbar", + "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", + "other_title": "Andere Daten" + }, + "captured_screenshot": { + "title": "Erfasste Screenshots", + "download": "Screenshot herunterladen", + "render_failed": "Screenshot konnte nicht gerendert werden" } }, "navbar": { diff --git a/public/locales/en.json b/public/locales/en.json index 6f7fe38d..b8d910a1 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -177,6 +177,19 @@ "pagination": "Select how the robot can capture the rest of the list", "limit": "Choose the number of items to extract", "complete": "Capture is complete" + }, + "workflow_progress": { + "title": "Workflow Progress", + "description": "You have completed {{completed}} out of {{total}} possible actions", + "completed": "All actions completed!" + }, + "workflow_actions": { + "description": "The following actions have been added to your workflow:" + }, + "actions": { + "text": "Capture Text", + "list": "Capture List", + "screenshot": "Capture Screenshot" } }, "right_panel": { @@ -543,20 +556,25 @@ "output_data": "Output Data", "log": "Log" }, - "empty_output": "The output is empty.", - "loading": "Run in progress. Extracted data will appear here once run completes.", - "captured_data": { - "title": "Captured Data", - "download_json": "Download as JSON", - "download_csv": "Download as CSV" - }, - "captured_screenshot": { - "title": "Captured Screenshot", - "download": "Download Screenshot", - "render_failed": "The image failed to render" - }, "buttons": { "stop": "Stop" + }, + "loading": "Loading data...", + "empty_output": "No output data available", + "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", + "other_title": "Other Data" + }, + "captured_screenshot": { + "title": "Captured Screenshots", + "download": "Download Screenshot", + "render_failed": "Failed to render screenshot" } }, "navbar": { diff --git a/public/locales/es.json b/public/locales/es.json index edc762a4..f0e2a9df 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -536,20 +536,25 @@ "output_data": "Datos de Salida", "log": "Registro" }, - "empty_output": "La salida está vacía.", - "loading": "Ejecución en curso. Los datos extraídos aparecerán aquí una vez que se complete la ejecución.", - "captured_data": { - "title": "Datos Capturados", - "download_json": "Descargar como JSON", - "download_csv": "Descargar como CSV" - }, - "captured_screenshot": { - "title": "Captura de Pantalla", - "download": "Descargar Captura", - "render_failed": "No se pudo renderizar la imagen" - }, "buttons": { "stop": "Detener" + }, + "loading": "Cargando datos...", + "empty_output": "No hay datos de salida disponibles", + "captured_data": { + "title": "Datos Capturados", + "download_csv": "Descargar CSV", + "download_all_json": "Descargar Todo JSON", + "view_full": "Ver Datos Completos", + "items": "elementos", + "schema_title": "Capturar Texto", + "list_title": "Capturar Lista", + "other_title": "Otros Datos" + }, + "captured_screenshot": { + "title": "Capturas de Pantalla", + "download": "Descargar Captura", + "render_failed": "Error al renderizar la captura" } }, "navbar": { diff --git a/public/locales/ja.json b/public/locales/ja.json index 15d8c7e0..91021e32 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -536,20 +536,25 @@ "output_data": "出力データ", "log": "ログ" }, - "empty_output": "出力は空です。", - "loading": "実行中です。実行が完了すると、抽出されたデータがここに表示されます。", + "buttons": { + "stop": "停止" + }, + "loading": "データを読み込み中...", + "empty_output": "出力データがありません", "captured_data": { "title": "キャプチャされたデータ", - "download_json": "JSONとしてダウンロード", - "download_csv": "CSVとしてダウンロード" + "download_csv": "CSVをダウンロード", + "download_all_json": "すべてのJSONをダウンロード", + "view_full": "すべてのデータを表示", + "items": "アイテム", + "schema_title": "テキストをキャプチャ", + "list_title": "リストをキャプチャ", + "other_title": "その他のデータ" }, "captured_screenshot": { "title": "キャプチャされたスクリーンショット", "download": "スクリーンショットをダウンロード", - "render_failed": "画像のレンダリングに失敗しました" - }, - "buttons": { - "stop": "停止" + "render_failed": "スクリーンショットのレンダリングに失敗しました" } }, "navbar": { diff --git a/public/locales/zh.json b/public/locales/zh.json index faaf0496..0d327743 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -536,20 +536,25 @@ "output_data": "输出数据", "log": "日志" }, - "empty_output": "输出为空。", - "loading": "运行中。运行完成后,提取的数据将显示在此处。", - "captured_data": { - "title": "捕获的数据", - "download_json": "下载为JSON", - "download_csv": "下载为CSV" - }, - "captured_screenshot": { - "title": "捕获的截图", - "download": "下载截图", - "render_failed": "图像渲染失败" - }, "buttons": { "stop": "停止" + }, + "loading": "加载数据中...", + "empty_output": "没有可用的输出数据", + "captured_data": { + "title": "已捕获的数据", + "download_csv": "下载CSV", + "download_all_json": "下载所有JSON", + "view_full": "查看完整数据", + "items": "项目", + "schema_title": "捕获文本", + "list_title": "捕获列表", + "other_title": "其他数据" + }, + "captured_screenshot": { + "title": "已捕获的截图", + "download": "下载截图", + "render_failed": "渲染截图失败" } }, "navbar": {