-
Variable Inspect
+
{t('workflow.debug.variableInspect.title')}
setShowVariableInspectPanel(false)}>
diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts
index 8cbfc41f40..923c53b3ea 100644
--- a/web/i18n/en-US/workflow.ts
+++ b/web/i18n/en-US/workflow.ts
@@ -915,6 +915,14 @@ const translation = {
runThisNode: 'Run this node',
},
variableInspect: {
+ title: 'Variable Inspect',
+ emptyTip: 'After stepping through a node on the canvas or running a node step by step, you can view the current value of the node variable in Variable Inspect',
+ emptyLink: 'Learn more',
+ clearAll: 'Clear all',
+ clearNode: 'Clear cached variable',
+ view: 'View log',
+ edited: 'Edited',
+ reset: 'Reset to last run value',
trigger: {
normal: 'Variable Inspect',
running: 'Caching running status',
diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts
index 00855f908d..6a4e0324bb 100644
--- a/web/i18n/zh-Hans/workflow.ts
+++ b/web/i18n/zh-Hans/workflow.ts
@@ -916,6 +916,14 @@ const translation = {
runThisNode: '运行此节点',
},
variableInspect: {
+ title: '变量检查',
+ emptyTip: '在画布上逐步浏览节点或逐步运行节点后,您可以在变量检查中查看节点变量的当前值',
+ emptyLink: '了解更多',
+ clearAll: '清除所有',
+ clearNode: '清除缓存',
+ view: '查看记录',
+ edited: '已编辑',
+ reset: '还原至上一次运行',
trigger: {
normal: '变量检查',
running: '缓存中',