修复 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",
"last24HoursPattern": "Last 24 Hours Usage Pattern",
"noUsageData": "No usage data available for the selected period",
"totalProjects": "Total Projects",
"avgProjectCost": "Average Project Cost",
"topProjectCost": "Highest Project Cost",
"projectCostDistribution": "Project Cost Distribution",
@@ -697,12 +696,6 @@
"searchedLocations": "Searched locations",
"installationTip": "You can install Claude Code using",
"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",
"validating": "Validating...",
"saveSelection": "Save Selection",
@@ -791,6 +784,12 @@
"cleanupCheckpointsFailed": "Failed to cleanup 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": {
"searchProjects": "Search projects...",
"searchAgents": "Search agents...",

View File

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