update locale
This commit is contained in:
parent
c47afdff58
commit
4fca548ed1
5 changed files with 24 additions and 19 deletions
|
@ -104,7 +104,7 @@ SUBJECT = %(APP_NAME)s
|
||||||
; Gmail: smtp.gmail.com:587
|
; Gmail: smtp.gmail.com:587
|
||||||
; QQ: smtp.qq.com:25
|
; QQ: smtp.qq.com:25
|
||||||
; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.
|
; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.
|
||||||
HOST =
|
HOST =
|
||||||
; Disable HELO operation when hostname are different.
|
; Disable HELO operation when hostname are different.
|
||||||
DISABLE_HELO =
|
DISABLE_HELO =
|
||||||
; Custom hostname for HELO operation, default is from system.
|
; Custom hostname for HELO operation, default is from system.
|
||||||
|
|
|
@ -668,6 +668,7 @@ config.deliver_timeout = Deliver Timeout
|
||||||
config.skip_tls_verify = Skip TLS Verify
|
config.skip_tls_verify = Skip TLS Verify
|
||||||
config.mailer_config = Mailer Configuration
|
config.mailer_config = Mailer Configuration
|
||||||
config.mailer_enabled = Enabled
|
config.mailer_enabled = Enabled
|
||||||
|
config.mailer_disable_helo = Disable HELO
|
||||||
config.mailer_name = Name
|
config.mailer_name = Name
|
||||||
config.mailer_host = Host
|
config.mailer_host = Host
|
||||||
config.mailer_user = User
|
config.mailer_user = User
|
||||||
|
|
|
@ -40,11 +40,11 @@ issues=工单管理
|
||||||
cancel=取消
|
cancel=取消
|
||||||
|
|
||||||
[search]
|
[search]
|
||||||
search=Search...
|
search=搜索...
|
||||||
repository=Repository
|
repository=仓库
|
||||||
user=User
|
user=用户
|
||||||
issue=Issue
|
issue=工单
|
||||||
code=Code
|
code=代码
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
install=安装页面
|
install=安装页面
|
||||||
|
@ -187,8 +187,8 @@ followers=关注者
|
||||||
starred=已点赞
|
starred=已点赞
|
||||||
following=关注中
|
following=关注中
|
||||||
|
|
||||||
form.name_reserved=Username '%s' is reserved.
|
form.name_reserved=用户名 '%s' 是被保留的。
|
||||||
form.name_pattern_not_allowed=Username pattern '%s' is not allowed.
|
form.name_pattern_not_allowed=用户名不允许 '%s' 的格式。
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
profile=个人信息
|
profile=个人信息
|
||||||
|
@ -234,7 +234,7 @@ primary_email=设为主要
|
||||||
delete_email=删除
|
delete_email=删除
|
||||||
add_new_email=添加新的邮箱地址
|
add_new_email=添加新的邮箱地址
|
||||||
add_email=添加邮箱
|
add_email=添加邮箱
|
||||||
add_email_confirmation_sent=A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete the confirmation process.
|
add_email_confirmation_sent=一封待确认的电子邮件已发送到 <b>%s</b>,请在 %d 小时内检查您的收件箱,并完成确认过程。
|
||||||
add_email_success=新的邮箱地址添加成功!
|
add_email_success=新的邮箱地址添加成功!
|
||||||
|
|
||||||
manage_ssh_keys=管理 SSH 密钥
|
manage_ssh_keys=管理 SSH 密钥
|
||||||
|
@ -290,8 +290,8 @@ create_repo=创建仓库
|
||||||
default_branch=默认分支
|
default_branch=默认分支
|
||||||
mirror_interval=镜像同步周期(小时)
|
mirror_interval=镜像同步周期(小时)
|
||||||
|
|
||||||
form.name_reserved=Repository name '%s' is reserved.
|
form.name_reserved=仓库名称 '%s' 是被保留的。
|
||||||
form.name_pattern_not_allowed=Repository name pattern '%s' is not allowed.
|
form.name_pattern_not_allowed=仓库名称不允许 '%s' 的格式。
|
||||||
|
|
||||||
need_auth=需要授权验证
|
need_auth=需要授权验证
|
||||||
migrate_type=迁移类型
|
migrate_type=迁移类型
|
||||||
|
@ -443,8 +443,8 @@ team_name_helper=您可以使用该名称来通知改组全体成员。
|
||||||
team_desc_helper=一句话描述这个团队是做什么的。
|
team_desc_helper=一句话描述这个团队是做什么的。
|
||||||
team_permission_desc=请选择该团队所具有的权限等级:
|
team_permission_desc=请选择该团队所具有的权限等级:
|
||||||
|
|
||||||
form.name_reserved=Organization name '%s' is reserved.
|
form.name_reserved=组织名称 '%s' 是被保留的。
|
||||||
form.name_pattern_not_allowed=Organization name pattern '%s' is not allowed.
|
form.name_pattern_not_allowed=组织名称不允许 '%s' 的格式。
|
||||||
|
|
||||||
settings=组织设置
|
settings=组织设置
|
||||||
settings.options=基本设置
|
settings.options=基本设置
|
||||||
|
@ -619,6 +619,7 @@ auths.smtp_auth=SMTP 授权类型
|
||||||
auths.smtphost=SMTP 主机地址
|
auths.smtphost=SMTP 主机地址
|
||||||
auths.smtpport=SMTP 主机端口
|
auths.smtpport=SMTP 主机端口
|
||||||
auths.enable_tls=启用 TLS 加密
|
auths.enable_tls=启用 TLS 加密
|
||||||
|
auths.pam_service_name=PAM 服务名称
|
||||||
auths.enable_auto_register=允许授权用户自动注册
|
auths.enable_auto_register=允许授权用户自动注册
|
||||||
auths.tips=帮助提示
|
auths.tips=帮助提示
|
||||||
auths.edit=修改授权认证设置
|
auths.edit=修改授权认证设置
|
||||||
|
@ -667,6 +668,7 @@ config.deliver_timeout=推送超时
|
||||||
config.skip_tls_verify=忽略 TLS 验证
|
config.skip_tls_verify=忽略 TLS 验证
|
||||||
config.mailer_config=邮件配置
|
config.mailer_config=邮件配置
|
||||||
config.mailer_enabled=启用服务
|
config.mailer_enabled=启用服务
|
||||||
|
config.mailer_disable_helo=禁用 HELO 操作
|
||||||
config.mailer_name=发送者名称
|
config.mailer_name=发送者名称
|
||||||
config.mailer_host=邮件主机地址
|
config.mailer_host=邮件主机地址
|
||||||
config.mailer_user=发送者帐号
|
config.mailer_user=发送者帐号
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -121,6 +121,8 @@
|
||||||
<dd><i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></dd>
|
<dd><i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></dd>
|
||||||
{{if .MailerEnabled}}<dt>{{.i18n.Tr "admin.config.mailer_name"}}</dt>
|
{{if .MailerEnabled}}<dt>{{.i18n.Tr "admin.config.mailer_name"}}</dt>
|
||||||
<dd>{{.Mailer.Name}}</dd>
|
<dd>{{.Mailer.Name}}</dd>
|
||||||
|
<dt>{{.i18n.Tr "admin.config.mailer_disable_helo"}}</dt>
|
||||||
|
<dd><i class="fa fa{{if .Mailer.DisableHelo}}-check{{end}}-square-o"></i></dd>
|
||||||
<dt>{{.i18n.Tr "admin.config.mailer_host"}}</dt>
|
<dt>{{.i18n.Tr "admin.config.mailer_host"}}</dt>
|
||||||
<dd>{{.Mailer.Host}}</dd>
|
<dd>{{.Mailer.Host}}</dd>
|
||||||
<dt>{{.i18n.Tr "admin.config.mailer_user"}}</dt>
|
<dt>{{.i18n.Tr "admin.config.mailer_user"}}</dt>
|
||||||
|
|
Reference in a new issue