From 5bae979ed6da2b1ec84f0fd169dba0108cb07b2f Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sat, 11 Oct 2025 13:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en/common.json | 13 ++++++------- src/locales/zh/common.json | 12 ++++++------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/locales/en/common.json b/src/locales/en/common.json index 0025d0c..c89456f 100644 --- a/src/locales/en/common.json +++ b/src/locales/en/common.json @@ -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...", diff --git a/src/locales/zh/common.json b/src/locales/zh/common.json index 602f5af..38e632b 100644 --- a/src/locales/zh/common.json +++ b/src/locales/zh/common.json @@ -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": "搜索智能体...",