fix(Chinese language): add # encoding: utf-8

This commit is contained in:
liuzheng712 2017-11-09 11:41:16 +08:00 committed by Stian Thorgersen
parent b21d5bbf04
commit 9243430b75
5 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# encoding: utf-8
doSave=保存
doCancel=取消
doLogOutAllSessions=登出所有会话

View file

@ -1,3 +1,4 @@
# encoding: utf-8
consoleTitle=Keycloak管理界面
# Common messages

View file

@ -1,3 +1,4 @@
# encoding: utf-8
invalidPasswordMinLengthMessage=无效的密码:最短长度 {0}.
invalidPasswordMinLowerCaseCharsMessage=无效的密码:至少包含 {0} 小写字母
invalidPasswordMinDigitsMessage=无效的密码:至少包含 {0} 个数字

View file

@ -1,3 +1,4 @@
# encoding: utf-8
emailVerificationSubject=验证电子邮件
emailVerificationBody=用户使用当前电子邮件注册 {2} 账户。如是本人操作,请点击以下链接完成邮箱验证\n\n{0}\n\n这个链接会在 {1} 分钟后过期.\n\n如果您没有注册用户请忽略这条消息。
emailVerificationBodyHtml=<p>用户使用当前电子邮件注册 {2} 账户。如是本人操作,请点击以下链接完成邮箱验证</p><p><a href="{0}">{0}</a></p><p>这个链接会在 {1} 分钟后过期.</p><p>如果您没有注册用户,请忽略这条消息。</p>

View file

@ -1,3 +1,4 @@
# encoding: utf-8
doLogIn=登录
doRegister=注册
doCancel=取消