Finish new admin users pages
This commit is contained in:
parent
6558990e3a
commit
8829174574
25 changed files with 554 additions and 679 deletions
|
@ -340,6 +340,26 @@ dashboard.total_gc_pause = Total GC Pause
|
|||
dashboard.last_gc_pause = Last GC Pause
|
||||
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.local = Local
|
||||
users.auth_login_name = Auth Login Name
|
||||
users.update_profile_success = Account profile has been successfully updated.
|
||||
users.edit_account = Edit Account
|
||||
users.is_activated = This account is activated
|
||||
users.is_admin = This account has administrator permissions
|
||||
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.
|
||||
|
||||
[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>
|
||||
|
|
|
@ -340,6 +340,25 @@ dashboard.total_gc_pause = GC 暂停时间总量
|
|||
dashboard.last_gc_pause = 上次 GC 暂停时间
|
||||
dashboard.gc_times = GC 执行次数
|
||||
|
||||
users.user_manage_panel = 用户管理面板
|
||||
users.new_account = 创建新的帐户
|
||||
users.name = 用户名
|
||||
users.email = 邮箱
|
||||
users.activated = 已激活
|
||||
users.admin = 管理员
|
||||
users.repos = 仓库数
|
||||
users.created = 创建时间
|
||||
users.edit = 编辑
|
||||
users.auth_source = 认证源
|
||||
users.local = 本地
|
||||
users.auth_login_name = 认证登录名
|
||||
users.update_profile_success = 该用户信息已经更新成功!
|
||||
users.edit_account = 编辑用户信息
|
||||
users.is_activated = 该用户已被激活
|
||||
users.is_admin = 该用户具有管理员权限
|
||||
users.update_profile = 更新用户信息
|
||||
users.delete_account = 删除该用户
|
||||
|
||||
[action]
|
||||
create_repo = 创建了仓库 <a href="/%s">%s</a>
|
||||
commit_repo = 推送了 <a href="/%s/src/%s">%s</a> 分支的代码到 <a href="/%s">%s</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue