mirror of
https://github.com/mfakbar127/Claude-Samurai
synced 2026-06-21 13:57:42 +00:00
239 lines
12 KiB
JSON
239 lines
12 KiB
JSON
{
|
|
"app.title": "CC Mate",
|
|
"navigation.configurations": "Config files",
|
|
"navigation.projects": "Projects",
|
|
"navigation.mcp": "MCP",
|
|
"navigation.usage": "Usage",
|
|
"navigation.settings": "Settings",
|
|
"config.type.user": "User Configuration",
|
|
"config.type.enterprise": "Enterprise Configuration",
|
|
"config.type.mcp": "MCP Configuration",
|
|
"config.save": "Save Configuration",
|
|
"config.backup": "Backup Configuration",
|
|
"config.restore": "Restore Configuration",
|
|
"error.validation": "Invalid JSON format",
|
|
"error.save": "Failed to save configuration",
|
|
"success.save": "Configuration saved successfully",
|
|
"loading": "Loading...",
|
|
"settings.title": "Settings",
|
|
"settings.language": "Language",
|
|
"settings.theme": "Theme",
|
|
"settings.theme.system": "Follow System",
|
|
"settings.theme.light": "Light",
|
|
"settings.theme.dark": "Dark",
|
|
"settings.version": "Version",
|
|
"settings.checkingUpdate": "Checking for updates...",
|
|
"settings.newVersionAvailable": "New version v{{version}} available",
|
|
"settings.installing": "Installing...",
|
|
"settings.installAndRestart": "Install and Restart",
|
|
"settings.upToDate": "Up to date",
|
|
"settings.contact": "Contact",
|
|
"settings.reportIssue": "Report Issue",
|
|
"configSwitcher.newConfig": "New Configuration",
|
|
"configSwitcher.createConfig": "New Config",
|
|
"configSwitcher.allConfigs": "All Configurations",
|
|
"configSwitcher.title": "Configurations",
|
|
"configSwitcher.description": "Create and switch between multiple Claude Code configurations",
|
|
"configSwitcher.originalConfig": "Claude",
|
|
"configSwitcher.originalConfigDescription": "Claude Code Original Configuration",
|
|
"configEditor.save": "Save",
|
|
"configEditor.configName": "Configuration Name",
|
|
"configEditor.deleteConfirm": "Are you sure you want to delete configuration \"{{name}}\"? This action cannot be undone.",
|
|
"configEditor.deleteTitle": "Delete Configuration",
|
|
"configEditor.sections.common": "Common",
|
|
"configEditor.sections.generalSettings": "General Settings",
|
|
"configEditor.sections.authLogin": "Authentication & Login",
|
|
"configEditor.sections.mcpConfig": "MCP Configuration",
|
|
"configEditor.sections.awsConfig": "AWS Configuration",
|
|
"configEditor.sections.environmentVars": "Environment Variables",
|
|
"updateButton.installing": "Installing...",
|
|
"updateButton.newVersionAvailable": "New version available",
|
|
"toast.configSaved": "Configuration \"{{configType}}\" saved successfully",
|
|
"toast.configSaveFailed": "Failed to save configuration: {{error}}",
|
|
"toast.backupSuccess": "Claude configurations backed up successfully",
|
|
"toast.backupFailed": "Failed to backup configurations: {{error}}",
|
|
"toast.storeCreated": "Config created successfully",
|
|
"toast.storeCreateFailed": "Failed to create config: {{error}}",
|
|
"toast.storeDeleted": "Config deleted successfully",
|
|
"toast.storeDeleteFailed": "Failed to delete config: {{error}}",
|
|
"toast.storeActivated": "Config activated successfully",
|
|
"toast.storeActivateFailed": "Failed to switch config: {{error}}",
|
|
"toast.storeSaved": "Config \"{{title}}\" saved successfully",
|
|
"toast.storeSavedAndActive": "Config \"{{title}}\" saved successfully. Config has applied, please restart the Claude Code session",
|
|
"toast.storeSaveFailed": "Failed to save config: {{error}}",
|
|
"toast.updateInstalled": "Update installed successfully. Restarting...",
|
|
"toast.updateInstallFailed": "Failed to install update: {{error}}",
|
|
"mcp.title": "MCP",
|
|
"mcp.description": "Claude Code Global MCP Service Configuration",
|
|
"mcp.addServer": "Add MCP Server",
|
|
"mcp.addServerTitle": "Add MCP Server",
|
|
"mcp.addServerDescription": "Add global MCP services available across projects",
|
|
"mcp.noServersConfigured": "No MCP servers configured. Click \"Add MCP Server\" to add one.",
|
|
"mcp.save": "Save",
|
|
"mcp.saving": "Saving...",
|
|
"mcp.recommend": "Recommended",
|
|
"mcp.custom": "Custom",
|
|
"mcp.source": "Source",
|
|
"mcp.add": "Add",
|
|
"mcp.invalidJsonError": "Invalid JSON configuration for {{serverName}}",
|
|
"mcp.invalidJsonTitle": "Invalid JSON",
|
|
"mcp.serverExistsError": "MCP server \"{{serverName}}\" already exists",
|
|
"mcp.serverExistsTitle": "MCP Server Exists",
|
|
"mcp.addServerConfirm": "Do you want to add the {{serverName}} MCP server?",
|
|
"mcp.addCustomServerError": "Invalid JSON format. Please enter a valid JSON configuration.",
|
|
"mcp.invalidConfigError": "Configuration must be a JSON object.",
|
|
"mcp.noServersError": "Configuration must contain at least one MCP server.",
|
|
"mcp.duplicateServersError": "MCP server(s) already exist: {{servers}}",
|
|
"mcp.duplicateServersTitle": "Duplicate MCP Servers",
|
|
"mcp.addCustomServersConfirm": "Do you want to add {{count}} MCP server(s)?",
|
|
"mcp.addCustomServersTitle": "Add Custom MCP Servers",
|
|
"mcp.addServerError": "Failed to add MCP server",
|
|
"mcp.deleteServerConfirm": "Are you sure you want to delete the MCP server \"{{serverName}}\"? This action cannot be undone.",
|
|
"mcp.deleteServerTitle": "Delete MCP Server",
|
|
"mcp.customPlaceholder": "example:\n\n{\n \"postgres\": {\n \"command\": \"npx\",\n \"args\": [\n \"-y\",\n \"@modelcontextprotocol/server-postgres\",\n \"postgresql://localhost/mydb\"\n ]\n }\n}",
|
|
"usage.title": "Usage",
|
|
"usage.description": "Monitor your token usage",
|
|
"usage.loading": "Loading usage data...",
|
|
"usage.error": "Error loading usage data: {{error}}",
|
|
"usage.noData": "No usage data found.",
|
|
"usage.inputTokens": "Input Tokens",
|
|
"usage.outputTokens": "Output Tokens",
|
|
"usage.cacheReadTokens": "Cache Read Tokens",
|
|
"usage.cost": "Cost",
|
|
"usage.refresh": "Refresh",
|
|
"usage.refreshing": "Refreshing",
|
|
"usageChart.noData": "No usage data available",
|
|
"usageChart.modelFilter": "Model:",
|
|
"usageChart.timeRange": "Time Range:",
|
|
"usageChart.allModels": "All models",
|
|
"usageChart.selectTimeRange": "Select time range",
|
|
"usageChart.last5Hours": "Last 5 hours",
|
|
"usageChart.startOfToday": "Start of today",
|
|
"usageChart.last7Days": "Last 7 days",
|
|
"usageChart.startOfWeek": "Start of this week",
|
|
"usageChart.startOfMonth": "Start of this month",
|
|
"usageChart.allTime": "All time",
|
|
"navigation.memory": "Memory",
|
|
"navigation.notifications": "Notifications",
|
|
"navigation.commands": "Commands",
|
|
"memory.title": "Memory",
|
|
"memory.description": "Manage Claude Code global memory",
|
|
"memory.save": "Save",
|
|
"memory.saving": "Saving...",
|
|
"commands.title": "Commands",
|
|
"commands.description": "View your Claude Code custom commands",
|
|
"commands.noCommands": "No custom commands found. Click \"Add Command\" to create one.",
|
|
"commands.error": "Error loading commands: {{error}}",
|
|
"commands.viewInClaude": "View in Claude",
|
|
"commands.addCommand": "Add Command",
|
|
"commands.addCommandTitle": "Add Command",
|
|
"commands.addCommandDescription": "Create a new custom command for Claude Code",
|
|
"commands.commandName": "Command Name",
|
|
"commands.commandNamePlaceholder": "e.g., write-tests",
|
|
"commands.commandContent": "Command Content",
|
|
"commands.contentPlaceholder": "Enter your command instructions...",
|
|
"commands.save": "Save",
|
|
"commands.saving": "Saving...",
|
|
"commands.create": "Create",
|
|
"commands.creating": "Creating...",
|
|
"commands.deleteConfirm": "Are you sure you want to delete the command \"{{commandName}}\"? This action cannot be undone.",
|
|
"commands.deleteTitle": "Delete Command",
|
|
"commands.emptyNameError": "Command name cannot be empty",
|
|
"commands.emptyContentError": "Command content cannot be empty",
|
|
"commands.validationError": "Validation Error",
|
|
"commands.commandExistsError": "Command \"{{commandName}}\" already exists",
|
|
"commands.commandExistsTitle": "Command Exists",
|
|
"toast.commandSaved": "Command saved successfully",
|
|
"toast.commandSaveFailed": "Failed to save command: {{error}}",
|
|
"toast.commandDeleted": "Command deleted successfully",
|
|
"toast.commandDeleteFailed": "Failed to delete command: {{error}}",
|
|
"agents.title": "Agents",
|
|
"agents.description": "Manage your Claude Code sub agents",
|
|
"agents.noAgents": "No sub agents found. Click \"Add Agent\" to create one.",
|
|
"agents.error": "Error loading agents: {{error}}",
|
|
"agents.addAgent": "Add Agent",
|
|
"agents.addAgentTitle": "Add Agent",
|
|
"agents.addAgentDescription": "Create a new sub agent for Claude Code",
|
|
"agents.agentName": "Agent Name",
|
|
"agents.agentNamePlaceholder": "e.g., code-reviewer",
|
|
"agents.agentContent": "Agent Content",
|
|
"agents.contentPlaceholder": "Enter your agent instructions...",
|
|
"agents.save": "Save",
|
|
"agents.saving": "Saving...",
|
|
"agents.create": "Create",
|
|
"agents.creating": "Creating...",
|
|
"agents.deleteConfirm": "Are you sure you want to delete the agent \"{{agentName}}\"? This action cannot be undone.",
|
|
"agents.deleteTitle": "Delete Agent",
|
|
"agents.emptyNameError": "Agent name cannot be empty",
|
|
"agents.emptyContentError": "Agent content cannot be empty",
|
|
"agents.validationError": "Validation Error",
|
|
"agents.agentExistsError": "Agent \"{{agentName}}\" already exists",
|
|
"agents.agentExistsTitle": "Agent Exists",
|
|
"projects.title": "Projects",
|
|
"projects.detail.editor": "Project Configuration Editor",
|
|
"projects.detail.projectEditor": "Project Editor",
|
|
"projects.detail.loading": "Loading project configuration...",
|
|
"projects.detail.loadError": "Failed to load configuration:",
|
|
"projects.detail.noProjectSelected": "No project selected or configuration not loaded",
|
|
"projects.detail.invalidJson": "Invalid JSON format. Please fix the errors before saving.",
|
|
"projects.detail.unsavedChanges": "You have unsaved changes. Do you want to save before switching projects?",
|
|
"projects.detail.projectNotFound": "Project with path \"{{path}}\" not found.",
|
|
"projects.detail.backToProjects": "Back to Projects",
|
|
"projects.detail.save": "Save",
|
|
"projects.detail.saving": "Saving...",
|
|
"projects.detail.selectProject": "Select Project:",
|
|
"projects.detail.searchProject": "Search project...",
|
|
"projects.detail.noProjectFound": "No project found.",
|
|
"projects.detail.noProjectsMessage": "No open Claude Code projects. Projects will automatically appear here after running the `claude` command in a project.",
|
|
"notifications.title": "Notifications",
|
|
"notifications.description": "Receive notifications from Claude Code",
|
|
"notifications.general": "General Notifications",
|
|
"notifications.generalDescription": "Notify when Claude Code sends notifications",
|
|
"notifications.toolUse": "Tool Use Notifications",
|
|
"notifications.toolUseDescription": "Notify when Claude Code is using tools",
|
|
"notifications.completion": "Completion Notifications",
|
|
"notifications.completionDescription": "Notify when Claude Code completes tasks",
|
|
"notifications.sending": "Sending...",
|
|
"notifications.testGeneral": "Test Notification",
|
|
"notifications.testToolUse": "Test Tool Use",
|
|
"notifications.testCompletion": "Test Completion",
|
|
"glm.title": "Use GLM 4.6 in Claude Code",
|
|
"glm.tooltip": "\"In public benchmarks and real programming tasks, GLM-4.6's coding capabilities align with Claude Sonnet 4, making it the best known domestic Coding model\" — Zhipu Official Documentation",
|
|
"glm.startConfig": "Start Configuration",
|
|
"glm.close": "Close",
|
|
"glm.zaiTitle": "Z.ai GLM",
|
|
"glm.zhipuTitle": "Zhipu GLM",
|
|
"glm.configZai": "Configure Z.ai GLM",
|
|
"glm.configZhipu": "Configure Zhipu GLM",
|
|
"glm.description": "Use {{provider}} GLM in Claude Code",
|
|
"glm.zhipu": "Zhipu",
|
|
"glm.chinaMainland": "China Mainland (bigmodel.cn)",
|
|
"glm.international": "International (z.ai)",
|
|
"glm.step1": "Step 1: Buy GLM Coding Plan",
|
|
"glm.buyFromOfficial": "Buy from Official Website",
|
|
"glm.discount": "Save 10% on your order when using this button (official promotion)",
|
|
"glm.step2": "Step 2: Create API Key",
|
|
"glm.enterConsole": "Enter Console",
|
|
"glm.step3": "Step 3: Enter API Key",
|
|
"glm.zaiApiKeyPlaceholder": "Enter your Z.ai API Key",
|
|
"glm.zhipuApiKeyPlaceholder": "Enter your Zhipu API Key",
|
|
"glm.creating": "Creating...",
|
|
"glm.createConfig": "Create Configuration",
|
|
"glm.useZhipuGlm": "Use Z.ai GLM",
|
|
"minimax.configMainland": "Configure MiniMax (China)",
|
|
"minimax.configInternational": "Configure MiniMax (International)",
|
|
"minimax.description": "Use MiniMax in Claude Code",
|
|
"minimax.minimax": "MiniMax",
|
|
"minimax.chinaMainland": "China Mainland (minimaxi.com)",
|
|
"minimax.international": "International (minimax.io)",
|
|
"minimax.step1": "Step 1: Create API Key",
|
|
"minimax.enterConsole": "Enter Console",
|
|
"minimax.step2": "Step 2: Enter API Key",
|
|
"minimax.apiKeyPlaceholder": "Enter your MiniMax API Key",
|
|
"minimax.creating": "Creating...",
|
|
"minimax.createConfig": "Create Configuration",
|
|
"minimax.useMiniMax": "Use MiniMax",
|
|
"minimax.mainlandTitle": "MiniMax China",
|
|
"minimax.internationalTitle": "MiniMax International"
|
|
}
|