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": "编辑任务",