From 126febea9e7d44202ca138eb31cbf98eb1375f13 Mon Sep 17 00:00:00 2001 From: chuan Date: Fri, 5 Jun 2026 12:33:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + AGENTS.md | 2 +- options/locale-overrides/locale_zh-CN.json | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db99135..929dcb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .gitea +.gitea-src .gitea-data dist release diff --git a/AGENTS.md b/AGENTS.md index 6005346..4047e14 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,2 +1,2 @@ - 和 playwright-mcp 相关操作的临时文件放在文件夹u `.playwright-mcp` 下面 -- `.gitea` 是 gitea 这个项目的官方源代码 \ No newline at end of file +- `.gitea-src` 是 gitea 这个项目的官方源代码 diff --git a/options/locale-overrides/locale_zh-CN.json b/options/locale-overrides/locale_zh-CN.json index 964dffd..4275073 100644 --- a/options/locale-overrides/locale_zh-CN.json +++ b/options/locale-overrides/locale_zh-CN.json @@ -3,6 +3,8 @@ "gitea-github-theme.partially_verifed": "部分验证", "gitea-github-theme.unverifed": "未验证", "org.repos.none": "暂无仓库。", + "org.teams.manage_team_member": "管理团队和成员", + "org.teams.manage_team_member_prompt": "成员通过团队进行管理。将用户添加到团队,即可邀请其加入此组织。", "actions.general.permissions": "工作流令牌权限", "actions.general.token_permissions.mode": "默认令牌权限", "actions.general.token_permissions.mode.desc": "如果工作流文件中未声明权限,工作流任务将使用默认权限。",