mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
finish new edit auth UI
This commit is contained in:
@@ -14,7 +14,7 @@ version=当前版本
|
||||
page=页面
|
||||
template=模板
|
||||
language=语言选项
|
||||
create_new=创建新的...
|
||||
create_new=创建...
|
||||
user_profile_and_more=用户信息及更多
|
||||
signed_in_as=已登录用户
|
||||
|
||||
@@ -718,6 +718,7 @@ notices=系统提示管理
|
||||
monitor=应用监控面板
|
||||
prev=上一页
|
||||
next=下一页
|
||||
total=总计:
|
||||
|
||||
dashboard.statistic=应用统计数据
|
||||
dashboard.operations=管理员操作
|
||||
@@ -804,7 +805,7 @@ repos.stars=点赞数
|
||||
repos.issues=工单数
|
||||
|
||||
auths.auth_manage_panel=认证管理面板
|
||||
auths.new=添加新的认证源
|
||||
auths.new=添加新的源
|
||||
auths.name=认证名称
|
||||
auths.type=认证类型
|
||||
auths.enabled=已启用
|
||||
@@ -816,7 +817,9 @@ auths.host=主机地址
|
||||
auths.port=主机端口
|
||||
auths.bind_dn=绑定 DN
|
||||
auths.bind_password=绑定密码
|
||||
auths.bind_password_helper=警告:该密码将会以明文的形式保存在数据库中。请不要使用拥有高权限的帐户!
|
||||
auths.user_base=用户搜索基准
|
||||
auths.user_dn=User DN
|
||||
auths.attribute_name=名字属性
|
||||
auths.attribute_surname=姓氏属性
|
||||
auths.attribute_mail=邮箱属性
|
||||
@@ -833,11 +836,13 @@ auths.enable_auto_register=允许授权用户自动注册
|
||||
auths.tips=帮助提示
|
||||
auths.edit=编辑认证设置
|
||||
auths.activated=该授权认证已经启用
|
||||
auths.new_success=新的授权源 "%s" 添加成功!
|
||||
auths.update_success=认证设置更新成功!
|
||||
auths.update=更新认证设置
|
||||
auths.delete=删除该认证
|
||||
auths.delete_auth_title=删除认证操作
|
||||
auths.delete_auth_desc=该认证将被删除。是否继续?
|
||||
auths.deletion_success=授权源删除成功!
|
||||
|
||||
config.server_config=服务器配置
|
||||
config.app_name=应用名称
|
||||
|
||||
Reference in New Issue
Block a user