fix: Update Chinese and English translations, remove redundant text from the debug section

pull/22574/head
GuanMu 7 months ago
parent 25b6bc4235
commit 55711dac88

@ -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',
},

@ -948,13 +948,8 @@ const translation = {
},
debug: {
settingsTab: '设置',
lastRunTab: '上次运行',
copyLastRun: '复制上次运行值',
noLastRunFound: '未找到上次运行记录',
noMatchingInputsFound: '上次运行中未找到匹配的输入',
lastRunInputsCopied: '已复制{{count}}个输入值',
copyLastRunError: '复制上次运行输入失败',
noData: {
lastRunTab: '上次运行',
noData: {
description: '上次运行的结果将显示在这里',
runThisNode: '运行此节点',
},

Loading…
Cancel
Save