1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00

Continue working on new admin pages

This commit is contained in:
Unknwon
2014-08-29 20:50:43 +08:00
parent 904bf1a50b
commit d2aff9a46a
27 changed files with 669 additions and 539 deletions

View File

@@ -80,6 +80,7 @@ SSHTitle = SSH key name
HttpsUrl = HTTPS URL
PayloadUrl = Payload URL
TeamName = Team name
AuthName = Authorization name
require_error = ` cannot be empty.`
alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.`
@@ -115,6 +116,8 @@ auth_failed = Authentication failed: %v
still_own_repo = Your account still have ownership of repository, you have to delete or transfer them first.
org_still_own_repo = This organization still have ownership of repository, you have to delete or transfer them first.
still_own_user = This authentication still has used by some users, you should move them and then delete again.
[settings]
profile = Profile
password = Password
@@ -300,6 +303,8 @@ repositories = Repositories
authentication = Authentications
config = Configuration
monitor = Monitoring
prev = Prev.
next = Next
dashboard.statistic = Statistic
dashboard.operations = Operations
@@ -343,15 +348,14 @@ dashboard.gc_times = GC Times
users.user_manage_panel = User Manage Panel
users.new_account = Create New Account
users.name = Name
users.email = E-mail
users.activated = Activated
users.admin = Admin
users.repos = Repos
users.created = Created
users.edit = Edit
users.auth_source = Auth Source
users.auth_source = Authorization Source
users.local = Local
users.auth_login_name = Auth Login Name
users.auth_login_name = Authorization Login Name
users.update_profile_success = Account profile has been successfully updated.
users.edit_account = Edit Account
users.is_activated = This account is activated
@@ -360,6 +364,46 @@ users.update_profile = Update Account Profile
users.delete_account = Delete This Account
users.still_own_repo = This account still have ownership of repository, you have to delete or transfer them first.
orgs.org_manage_panel = Organization Manage Panel
orgs.name = Name
orgs.teams = Teams
orgs.members = Members
repos.repo_manage_panel = Repository Manage Panel
repos.owner = Owner
repos.name = Name
repos.private = Private
repos.watches = Watches
repos.stars = Stars
repos.issues = Issues
auths.auth_manage_panel = Authorization Manage Panel
auths.new = Add New Authorization Source
auths.name = Name
auths.type = Type
auths.enabled = Enabled
auths.updated = Updated
auths.auth_type = Authorization Type
auths.auth_name = Authorization Name
auths.domain = Domain
auths.host = Host
auths.port = 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 Authorization Type
auths.smtphost = SMTP Host
auths.smtpport = SMTP Port
auths.enable_tls = Enable TLS Encryption
auths.enable_auto_register = Enable Auto Registration
auths.tips = Tips
auths.edit = Edit Authorization Setting
auths.activated = This authentication has activated
auths.update_success = Authorization setting has been successfully updated.
auths.update = Update Authorization Setting
auths.delete = Delete This Authorization
[action]
create_repo = created repository <a href="/%s">%s</a>
commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a>

View File

@@ -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>