diff --git a/web/i18n/en-US/workflow.json b/web/i18n/en-US/workflow.json index 88390747b2..78ee062559 100644 --- a/web/i18n/en-US/workflow.json +++ b/web/i18n/en-US/workflow.json @@ -308,7 +308,7 @@ "debug.variableInspect.tab.artifacts": "Artifacts", "debug.variableInspect.tab.variables": "Variables", "debug.variableInspect.tabArtifacts.emptyLink": "Learn more", - "debug.variableInspect.tabArtifacts.emptyTip": "Files generated by the agent during test runs. They may be automatically cleared later.", + "debug.variableInspect.tabArtifacts.emptyTip": "Files generated by the agent during test runs.", "debug.variableInspect.tabArtifacts.emptyTitle": "Artifacts", "debug.variableInspect.tabArtifacts.previewNotAvailable": "Preview not available. Click download to view this file.", "debug.variableInspect.tabArtifacts.selectFile": "Select a file to preview", diff --git a/web/i18n/ja-JP/app.json b/web/i18n/ja-JP/app.json index 890da5a929..939c7d2ed6 100644 --- a/web/i18n/ja-JP/app.json +++ b/web/i18n/ja-JP/app.json @@ -118,6 +118,7 @@ "importDSL": "DSL ファイルをインポート", "importFromDSL": "DSL からインポート", "importFromDSLFile": "DSL ファイルから", + "importFromDSLModal.learnMore": "DSL と ZIP 形式について", "importFromDSLUrl": "URL から", "importFromDSLUrlPlaceholder": "DSL リンクをここに貼り付けます", "join": "コミュニティに参加する", diff --git a/web/i18n/zh-Hans/app.json b/web/i18n/zh-Hans/app.json index 730304c4fe..587a7201d0 100644 --- a/web/i18n/zh-Hans/app.json +++ b/web/i18n/zh-Hans/app.json @@ -119,6 +119,7 @@ "importDSL": "导入 DSL 文件", "importFromDSL": "导入 DSL", "importFromDSLFile": "从 DSL 文件", + "importFromDSLModal.learnMore": "了解 DSL 与 ZIP 格式", "importFromDSLUrl": "URL", "importFromDSLUrlPlaceholder": "输入 DSL 文件的 URL", "join": "参与社区", diff --git a/web/i18n/zh-Hans/workflow.json b/web/i18n/zh-Hans/workflow.json index 012af23694..e60f6b6de1 100644 --- a/web/i18n/zh-Hans/workflow.json +++ b/web/i18n/zh-Hans/workflow.json @@ -306,7 +306,7 @@ "debug.variableInspect.tab.artifacts": "产物", "debug.variableInspect.tab.variables": "变量", "debug.variableInspect.tabArtifacts.emptyLink": "了解更多", - "debug.variableInspect.tabArtifacts.emptyTip": "Agent 在测试运行期间生成的文件,可能会在之后被自动清理。", + "debug.variableInspect.tabArtifacts.emptyTip": "Agent 在测试运行期间生成的文件。", "debug.variableInspect.tabArtifacts.emptyTitle": "产物", "debug.variableInspect.tabArtifacts.previewNotAvailable": "暂不支持预览,请点击下载查看此文件。", "debug.variableInspect.tabArtifacts.selectFile": "选择文件进行预览",