summaryrefslogtreecommitdiffstats
path: root/conf/locale/locale_zh-CN.ini
diff options
context:
space:
mode:
Diffstat (limited to 'conf/locale/locale_zh-CN.ini')
-rw-r--r--conf/locale/locale_zh-CN.ini54
1 files changed, 49 insertions, 5 deletions
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini
index 2254f370ba..310bc8c968 100644
--- a/conf/locale/locale_zh-CN.ini
+++ b/conf/locale/locale_zh-CN.ini
@@ -80,6 +80,7 @@ SSHTitle = SSH 密钥名称
HttpsUrl = HTTPS URL 地址
PayloadUrl = 推送地址
TeamName = 团队名称
+AuthName = 认证名称
require_error = 不能为空。
alpha_dash_error = 必须为英文字母、阿拉伯数字或横线(-_)。
@@ -115,6 +116,8 @@ auth_failed = 授权验证失败:%v
still_own_repo = 您的帐户仍然是某些仓库的拥有者,您必须先转移或删除它们才能执行删除帐户操作!
org_still_own_repo = 该组织仍然是某些仓库的拥有者,您必须先转移或删除它们才能执行删除组织操作!
+still_own_user = 该授权认证依旧被部分用户使用,请先删除该部分用户后再试!
+
[settings]
profile = 个人信息
password = 修改密码
@@ -129,7 +132,7 @@ full_name = 自定义名称
website = 个人网站
location = 所在地区
update_profile = 更新信息
-update_profile_success = 您的个人信息已经更新成功!
+update_profile_success = 您的个人信息更新成功!
change_password = 修改密码
old_password = 当前密码
@@ -284,7 +287,7 @@ teams.members = 团队成员
teams.update_settings = 更新团队设置
teams.delete_team = 删除当前团队
teams.add_team_member = 添加团队成员
-teams.delete_team_success = 指定团队已经被成功删除!
+teams.delete_team_success = 指定团队删除成功!
teams.read_permission_desc = 该团队拥有对所属仓库的 <strong>读取</strong> 权限,团队成员可以进行查看和克隆等只读操作。
teams.write_permission_desc = 该团队拥有对所属仓库的 <strong>读取</strong> 和 <strong>写入</strong> 的权限。
teams.admin_permission_desc = 该团队拥有一定的 <strong>管理</strong> 权限,团队成员可以读取、克隆、推送以及添加其它仓库协作者。
@@ -297,9 +300,11 @@ dashboard = 控制面板
users = 用户管理
organizations = 组织管理
repositories = 仓库管理
-authentication = 权限认证管理
+authentication = 授权认证管理
config = 应用配置管理
monitor = 应用监控面板
+prev = 上一页
+next = 下一页
dashboard.statistic = 应用统计数据
dashboard.operations = 管理员操作
@@ -343,7 +348,6 @@ dashboard.gc_times = GC 执行次数
users.user_manage_panel = 用户管理面板
users.new_account = 创建新的帐户
users.name = 用户名
-users.email = 邮箱
users.activated = 已激活
users.admin = 管理员
users.repos = 仓库数
@@ -352,13 +356,53 @@ users.edit = 编辑
users.auth_source = 认证源
users.local = 本地
users.auth_login_name = 认证登录名
-users.update_profile_success = 该用户信息已经更新成功!
+users.update_profile_success = 该用户信息更新成功!
users.edit_account = 编辑用户信息
users.is_activated = 该用户已被激活
users.is_admin = 该用户具有管理员权限
users.update_profile = 更新用户信息
users.delete_account = 删除该用户
+orgs.org_manage_panel = 组织管理面板
+orgs.name = 组织名称
+orgs.teams = 团队数
+orgs.members = 成员数
+
+repos.repo_manage_panel = 仓库管理界面
+repos.owner = 所有者
+repos.name = 仓库名称
+repos.private = 私有库
+repos.watches = 关注数
+repos.stars = 点赞数
+repos.issues = 工单数
+
+auths.auth_manage_panel = 授权认证管理面板
+auths.new = 添加新的认证源
+auths.name = 认证名称
+auths.type = 认证类型
+auths.enabled = 已启用
+auths.updated = 最后更新时间
+auths.auth_type = 授权类型
+auths.auth_name = 授权名称
+auths.domain = 域名
+auths.host = 主机地址
+auths.port = 主机端口
+auths.base_dn = Base DN
+auths.attributes = Search Attributes
+auths.filter = Search Filter
+auths.ms_ad_sa = Ms Ad SA
+auths.smtp_auth = SMTP 授权类型
+auths.smtphost = SMTP 主机地址
+auths.smtpport = SMTP 主机端口
+auths.enable_tls = 启用 TLS 加密
+auths.enable_auto_register = 允许授权用户自动注册
+auths.tips = 帮助提示
+auths.edit = 修改授权认证设置
+auths.activated = 该授权认证已经启用
+auths.update_success = 授权认证设置更新成功!
+auths.update = 更新授权认证信息
+auths.delete = 删除该授权认证
+
[action]
create_repo = 创建了仓库 <a href="/%s">%s</a>
commit_repo = 推送了 <a href="/%s/src/%s">%s</a> 分支的代码到 <a href="/%s">%s</a>