Files
Claude-Code-Workflow/ccw/frontend/src/locales/en/commands.json

62 lines
1.5 KiB
JSON

{
"title": "Commands Manager",
"description": "Enable/disable CCW commands",
"actions": {
"create": "New Command",
"edit": "Edit Command",
"delete": "Delete Command",
"refresh": "Refresh",
"expandAll": "Expand All",
"collapseAll": "Collapse All",
"copy": "Copy",
"showDisabled": "Show Disabled",
"hideDisabled": "Hide Disabled"
},
"source": {
"builtin": "Built-in",
"custom": "Custom"
},
"location": {
"project": "Project",
"user": "Global"
},
"filters": {
"allCategories": "All Categories",
"allSources": "All Sources",
"category": "Category",
"source": "Source",
"searchPlaceholder": "Search commands by name or description..."
},
"card": {
"name": "Name",
"description": "Description",
"usage": "Usage",
"examples": "Examples",
"aliases": "Aliases",
"triggers": "Triggers",
"noDescription": "No description"
},
"emptyState": {
"title": "No Commands Found",
"message": "Try adjusting your search or filters."
},
"table": {
"name": "Name",
"description": "Description",
"scope": "Scope",
"status": "Status"
},
"stats": {
"total": "Total Commands",
"enabled": "Enabled",
"disabled": "Disabled"
},
"group": {
"enabled": "enabled",
"clickToEnableAll": "Click to enable all",
"clickToDisableAll": "Click to disable all",
"noCommands": "No commands in this group",
"noEnabledCommands": "No enabled commands in this group"
}
}