未验证 提交 6e0b4645 编写于 作者: X xsbai 提交者: GitHub

fix issue #3018 [BUG]i18n incomplete (#3022)

Co-authored-by: Ndailidong <dailidong66@gmail.com>
上级 4aa18267
......@@ -26,7 +26,7 @@
<span>{{$t('User Name')}}</span>
</th>
<th>
<span>用户类型</span>
<span>{{$t('User Type')}}</span>
</th>
<th>
<span>{{$t('Tenant')}}</span>
......
......@@ -181,6 +181,7 @@ export default {
Tenant: 'Tenant',
Email: 'Email',
Phone: 'Phone',
'User Type':'User Type',
'Please enter phone number': 'Please enter phone number',
'Please enter main class': 'Please enter main class',
'Please enter email': 'Please enter email',
......
......@@ -184,6 +184,7 @@ export default {
Tenant: '租户',
Email: '邮件',
Phone: '手机',
'User Type':'用户类型',
'Please enter phone number': '请输入手机',
'Please enter email': '请输入邮箱',
'Please enter the correct email format': '请输入正确的邮箱格式',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册