diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index 71b8a0f001..4b5181c39a 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -947,13 +947,8 @@ const translation = { }, debug: { settingsTab: 'Settings', - lastRunTab: 'Last Run', - copyLastRun: 'Copy Last Run', - noLastRunFound: 'No previous run found', - noMatchingInputsFound: 'No matching inputs found from last run', - lastRunInputsCopied: '{{count}} input(s) copied from last run', - copyLastRunError: 'Failed to copy last run inputs', - noData: { + lastRunTab: 'Last Run', + noData: { description: 'The results of the last run will be displayed here', runThisNode: 'Run this node', }, diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index 90d7fd3b9d..f0778ccd4b 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -948,13 +948,8 @@ const translation = { }, debug: { settingsTab: '设置', - lastRunTab: '上次运行', - copyLastRun: '复制上次运行值', - noLastRunFound: '未找到上次运行记录', - noMatchingInputsFound: '上次运行中未找到匹配的输入', - lastRunInputsCopied: '已复制{{count}}个输入值', - copyLastRunError: '复制上次运行输入失败', - noData: { + lastRunTab: '上次运行', + noData: { description: '上次运行的结果将显示在这里', runThisNode: '运行此节点', },