汉化
This commit is contained in:
156
src/locales/en/common.json
Normal file
156
src/locales/en/common.json
Normal file
@@ -0,0 +1,156 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Claudia",
|
||||
"welcome": "Welcome to Claudia",
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"remove": "Remove",
|
||||
"add": "Add",
|
||||
"confirm": "Confirm",
|
||||
"back": "Back",
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"refresh": "Refresh",
|
||||
"close": "Close",
|
||||
"open": "Open"
|
||||
},
|
||||
"navigation": {
|
||||
"projects": "CC Projects",
|
||||
"agents": "CC Agents",
|
||||
"settings": "Settings",
|
||||
"usage": "Usage Dashboard",
|
||||
"mcp": "MCP Manager",
|
||||
"about": "About"
|
||||
},
|
||||
"projects": {
|
||||
"title": "Projects",
|
||||
"noProjects": "No projects found",
|
||||
"selectProject": "Select a project",
|
||||
"openSession": "Open Session",
|
||||
"newSession": "New Session",
|
||||
"sessions": "Sessions",
|
||||
"noSessions": "No sessions found",
|
||||
"lastModified": "Last Modified",
|
||||
"sessionHistory": "Session History"
|
||||
},
|
||||
"agents": {
|
||||
"title": "CC Agents",
|
||||
"newAgent": "New Agent",
|
||||
"createAgent": "Create Agent",
|
||||
"editAgent": "Edit Agent",
|
||||
"deleteAgent": "Delete Agent",
|
||||
"executeAgent": "Execute Agent",
|
||||
"agentName": "Agent Name",
|
||||
"agentIcon": "Agent Icon",
|
||||
"systemPrompt": "System Prompt",
|
||||
"defaultTask": "Default Task",
|
||||
"model": "Model",
|
||||
"permissions": "Permissions",
|
||||
"fileAccess": "File Access",
|
||||
"networkAccess": "Network Access",
|
||||
"noAgents": "No agents found",
|
||||
"agentCreated": "Agent created successfully",
|
||||
"agentUpdated": "Agent updated successfully",
|
||||
"agentDeleted": "Agent deleted successfully",
|
||||
"confirmDelete": "Are you sure you want to delete this agent?",
|
||||
"executionHistory": "Execution History",
|
||||
"runAgent": "Run Agent",
|
||||
"agentRuns": "Agent Runs",
|
||||
"createAgentDescription": "Create a new Claude Code agent",
|
||||
"updateAgentDescription": "Update your Claude Code agent",
|
||||
"createFailed": "Failed to create agent",
|
||||
"updateFailed": "Failed to update agent"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"general": "General",
|
||||
"appearance": "Appearance",
|
||||
"language": "Language",
|
||||
"theme": "Theme",
|
||||
"checkpointSettings": "Checkpoint Settings",
|
||||
"autoCheckpoint": "Auto Checkpoint",
|
||||
"checkpointInterval": "Checkpoint Interval",
|
||||
"maxCheckpoints": "Max Checkpoints",
|
||||
"proxySettings": "Proxy Settings",
|
||||
"enableProxy": "Enable Proxy",
|
||||
"httpProxy": "HTTP Proxy",
|
||||
"httpsProxy": "HTTPS Proxy",
|
||||
"noProxy": "No Proxy",
|
||||
"analyticsConsent": "Analytics Consent",
|
||||
"enableAnalytics": "Enable Analytics",
|
||||
"disableAnalytics": "Disable Analytics"
|
||||
},
|
||||
"mcp": {
|
||||
"title": "MCP Server Management",
|
||||
"addServer": "Add Server",
|
||||
"serverName": "Server Name",
|
||||
"serverCommand": "Server Command",
|
||||
"serverArgs": "Server Arguments",
|
||||
"testConnection": "Test Connection",
|
||||
"connectionSuccess": "Connection successful",
|
||||
"connectionFailed": "Connection failed",
|
||||
"importFromClaude": "Import from Claude Desktop",
|
||||
"exportConfig": "Export Configuration",
|
||||
"noServers": "No MCP servers configured"
|
||||
},
|
||||
"usage": {
|
||||
"title": "Usage Dashboard",
|
||||
"totalTokens": "Total Tokens",
|
||||
"totalCost": "Total Cost",
|
||||
"byModel": "By Model",
|
||||
"byProject": "By Project",
|
||||
"byDate": "By Date",
|
||||
"last7Days": "Last 7 Days",
|
||||
"last30Days": "Last 30 Days",
|
||||
"allTime": "All Time",
|
||||
"exportData": "Export Data"
|
||||
},
|
||||
"checkpoint": {
|
||||
"title": "Checkpoints",
|
||||
"createCheckpoint": "Create Checkpoint",
|
||||
"restoreCheckpoint": "Restore Checkpoint",
|
||||
"deleteCheckpoint": "Delete Checkpoint",
|
||||
"checkpointName": "Checkpoint Name",
|
||||
"checkpointMessage": "Checkpoint Message",
|
||||
"timeline": "Timeline",
|
||||
"diff": "Diff",
|
||||
"noCheckpoints": "No checkpoints found"
|
||||
},
|
||||
"placeholders": {
|
||||
"searchProjects": "Search projects...",
|
||||
"searchAgents": "Search agents...",
|
||||
"enterAgentName": "Enter agent name...",
|
||||
"enterSystemPrompt": "Enter system prompt...",
|
||||
"enterDefaultTask": "Enter default task...",
|
||||
"enterURL": "Enter URL...",
|
||||
"searchCommands": "Search commands...",
|
||||
"enterCommand": "Enter command...",
|
||||
"enterDescription": "Enter description..."
|
||||
},
|
||||
"validation": {
|
||||
"required": "This field is required",
|
||||
"invalidEmail": "Invalid email address",
|
||||
"invalidUrl": "Invalid URL",
|
||||
"minLength": "Minimum {{count}} characters required",
|
||||
"maxLength": "Maximum {{count}} characters allowed"
|
||||
},
|
||||
"messages": {
|
||||
"saveSuccess": "Saved successfully",
|
||||
"deleteSuccess": "Deleted successfully",
|
||||
"operationFailed": "Operation failed",
|
||||
"confirmAction": "Are you sure you want to perform this action?",
|
||||
"unsavedChanges": "You have unsaved changes",
|
||||
"networkError": "Network error occurred",
|
||||
"unknownError": "Unknown error occurred",
|
||||
"claudeCodeNotFound": "Claude Code not found",
|
||||
"selectClaudeInstallation": "Select Claude Installation",
|
||||
"installClaudeCode": "Install Claude Code"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user