Feature/run cmd (#23822)

This commit is contained in:
GuanMu
2025-08-12 23:47:50 +08:00
committed by GitHub
parent a77dfb69b0
commit 973a390298
10 changed files with 267 additions and 6 deletions

View File

@@ -279,6 +279,19 @@ const translation = {
searchWorkflowNodes: 'Search Workflow Nodes',
searchWorkflowNodesDesc: 'Find and jump to nodes in the current workflow by name or type',
searchWorkflowNodesHelp: 'This feature only works when viewing a workflow. Navigate to a workflow first.',
runTitle: 'Commands',
runDesc: 'Run quick commands (theme, language, ...)',
themeCategoryTitle: 'Theme',
themeCategoryDesc: 'Switch application theme',
themeSystem: 'System Theme',
themeSystemDesc: 'Follow your OS appearance',
themeLight: 'Light Theme',
themeLightDesc: 'Use light appearance',
themeDark: 'Dark Theme',
themeDarkDesc: 'Use dark appearance',
languageCategoryTitle: 'Language',
languageCategoryDesc: 'Switch interface language',
languageChangeDesc: 'Change UI language',
},
emptyState: {
noAppsFound: 'No apps found',

View File

@@ -278,6 +278,19 @@ const translation = {
searchWorkflowNodes: '搜索工作流节点',
searchWorkflowNodesDesc: '按名称或类型查找并跳转到当前工作流中的节点',
searchWorkflowNodesHelp: '此功能仅在查看工作流时有效。首先导航到工作流。',
runTitle: '命令',
runDesc: '快速执行命令(主题、语言等)',
themeCategoryTitle: '主题',
themeCategoryDesc: '切换应用主题',
themeSystem: '系统主题',
themeSystemDesc: '跟随系统外观',
themeLight: '浅色主题',
themeLightDesc: '使用浅色外观',
themeDark: '深色主题',
themeDarkDesc: '使用深色外观',
languageCategoryTitle: '语言',
languageCategoryDesc: '切换界面语言',
languageChangeDesc: '更改界面语言',
},
emptyState: {
noAppsFound: '未找到应用',