修复 i18n

This commit is contained in:
2025-10-11 13:25:53 +08:00
parent b64702337b
commit 5bae979ed6
2 changed files with 12 additions and 13 deletions

View File

@@ -616,7 +616,6 @@
"hourlyUsageToday": "24-Hour Usage Pattern", "hourlyUsageToday": "24-Hour Usage Pattern",
"last24HoursPattern": "Last 24 Hours Usage Pattern", "last24HoursPattern": "Last 24 Hours Usage Pattern",
"noUsageData": "No usage data available for the selected period", "noUsageData": "No usage data available for the selected period",
"totalProjects": "Total Projects",
"avgProjectCost": "Average Project Cost", "avgProjectCost": "Average Project Cost",
"topProjectCost": "Highest Project Cost", "topProjectCost": "Highest Project Cost",
"projectCostDistribution": "Project Cost Distribution", "projectCostDistribution": "Project Cost Distribution",
@@ -697,12 +696,6 @@
"searchedLocations": "Searched locations", "searchedLocations": "Searched locations",
"installationTip": "You can install Claude Code using", "installationTip": "You can install Claude Code using",
"searchingInstallations": "Searching for Claude installations...", "searchingInstallations": "Searching for Claude installations...",
"searchProjects": "Search projects...",
"showingResults": "Showing results",
"totalProjects": "Total projects",
"noSearchResults": "No search results",
"noProjectsMatchSearch": "No projects match your search for",
"clearSearch": "Clear search",
"installationGuide": "Installation Guide", "installationGuide": "Installation Guide",
"validating": "Validating...", "validating": "Validating...",
"saveSelection": "Save Selection", "saveSelection": "Save Selection",
@@ -791,6 +784,12 @@
"cleanupCheckpointsFailed": "Failed to cleanup checkpoints", "cleanupCheckpointsFailed": "Failed to cleanup checkpoints",
"removedOldCheckpoints": "Removed {{count}} old checkpoints" "removedOldCheckpoints": "Removed {{count}} old checkpoints"
}, },
"searchProjects": "Search projects...",
"showingResults": "Showing results",
"totalProjects": "Total projects",
"noSearchResults": "No search results",
"noProjectsMatchSearch": "No projects match your search for",
"clearSearch": "Clear search",
"placeholders": { "placeholders": {
"searchProjects": "Search projects...", "searchProjects": "Search projects...",
"searchAgents": "Search agents...", "searchAgents": "Search agents...",

View File

@@ -631,12 +631,6 @@
"claudeFileEditorNotImplemented": "标签页中的Claude文件编辑器尚未实现", "claudeFileEditorNotImplemented": "标签页中的Claude文件编辑器尚未实现",
"noAgentDataSpecified": "未指定智能体数据", "noAgentDataSpecified": "未指定智能体数据",
"importAgentComingSoon": "导入智能体功能即将推出...", "importAgentComingSoon": "导入智能体功能即将推出...",
"searchProjects": "搜索项目...",
"showingResults": "显示结果",
"totalProjects": "总项目数",
"noSearchResults": "未找到搜索结果",
"noProjectsMatchSearch": "没有项目匹配搜索",
"clearSearch": "清除搜索",
"unknownTabType": "未知的标签页类型", "unknownTabType": "未知的标签页类型",
"typeYourPromptHere": "在此输入您的提示...", "typeYourPromptHere": "在此输入您的提示...",
"dropImagesHere": "在此放置图片...", "dropImagesHere": "在此放置图片...",
@@ -717,6 +711,12 @@
"cleanupCheckpointsFailed": "清理检查点失败", "cleanupCheckpointsFailed": "清理检查点失败",
"removedOldCheckpoints": "已删除 {{count}} 个旧检查点" "removedOldCheckpoints": "已删除 {{count}} 个旧检查点"
}, },
"searchProjects": "搜索项目...",
"showingResults": "显示结果",
"totalProjects": "总项目数",
"noSearchResults": "未找到搜索结果",
"noProjectsMatchSearch": "没有项目匹配搜索",
"clearSearch": "清除搜索",
"placeholders": { "placeholders": {
"searchProjects": "搜索项目...", "searchProjects": "搜索项目...",
"searchAgents": "搜索智能体...", "searchAgents": "搜索智能体...",