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": "如果工作流文件中未声明权限,工作流任务将使用默认权限。",