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