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