From e6a5694bdac4fbeed6a0b15d00449a29c493c1f2 Mon Sep 17 00:00:00 2001 From: Gabriel Gordon-Hall Date: Sun, 7 Dec 2025 13:36:11 +0000 Subject: [PATCH] fix i18n --- frontend/src/i18n/locales/zh-Hans/tasks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/i18n/locales/zh-Hans/tasks.json b/frontend/src/i18n/locales/zh-Hans/tasks.json index 2c8c0ddc..06703a08 100644 --- a/frontend/src/i18n/locales/zh-Hans/tasks.json +++ b/frontend/src/i18n/locales/zh-Hans/tasks.json @@ -400,6 +400,20 @@ "finish": "完成" } }, + "githubComments": { + "dialog": { + "title": "选择 GitHub 评论", + "noComments": "此 PR 未找到评论", + "selectAll": "全选", + "deselectAll": "取消全选", + "add": "添加", + "selectedCount": "已选择 {{selected}} / {{total}}" + }, + "card": { + "review": "审查", + "tooltip": "点击在 GitHub 上查看,双击编辑" + } + }, "taskFormDialog": { "createTitle": "创建新任务", "editTitle": "编辑任务",