refactor(perferences): use center wrapper layout
This commit is contained in:
@@ -190,6 +190,7 @@ export default {
|
||||
'common.table.user': '用户',
|
||||
'common.settings.instructions': '操作指引',
|
||||
'common.settings.language': '语言',
|
||||
'common.settings.language.tips': '设置界面的显示语言。',
|
||||
'common.delete.confirm': '确定删除选中的{type}吗?',
|
||||
'common.delete.single.confirm':
|
||||
'确定删除以下内容?\n <span style="font-size: 13px;font-weight: 700">{name}</span>',
|
||||
@@ -246,6 +247,9 @@ export default {
|
||||
'common.appearance.tips': '默认跟随系统设置',
|
||||
'common.button.forgotpassword': '忘记密码?',
|
||||
'common.appearance.theme': '主题',
|
||||
'common.appearance.description': '自定义界面在您设备上的视觉表现。',
|
||||
'common.security': '安全设置',
|
||||
'common.security.description': '管理用于登录账户的密码。',
|
||||
'common.page.wentwrong': '哎呀,出了点问题',
|
||||
'common.page.refresh.tips': '页面似乎需要更新,刷新一下试试吧!',
|
||||
'common.tips.escape.disable': '请点击「取消」按钮或右上角 X 关闭窗口',
|
||||
|
||||
@@ -27,6 +27,7 @@ export default {
|
||||
'users.password.length': '长度在6至64个字符之间',
|
||||
'users.password.modify.title': '修改密码',
|
||||
'users.password.modify.description': '为了确保您的账户安全,请修改初始密码',
|
||||
'users.password.modify.tips': '定期更新密码有助于保护账户安全。',
|
||||
'users.password.confirm': '确认新密码',
|
||||
'users.password.confirm.empty': '请确认新密码',
|
||||
'users.password.confirm.error': '两次输入的密码不一致',
|
||||
|
||||
Reference in New Issue
Block a user