Skip to content

Commit b4b58df

Browse files
break60xiangcaibiao
and
xiangcaibiao
authored
User list user type field internationalization (#5287)
Co-authored-by: xiangcaibiao <[email protected]>
1 parent f7f8705 commit b4b58df

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<span>{{$t('User Name')}}</span>
2727
</th>
2828
<th>
29-
<span>用户类型</span>
29+
<span>{{$t('User Type')}}</span>
3030
</th>
3131
<th>
3232
<span>{{$t('Tenant')}}</span>

dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
export default {
1919
'User Name': 'User Name',
20+
'User Type': 'User Type',
2021
'Please enter user name': 'Please enter user name',
2122
Password: 'Password',
2223
'Please enter your password': 'Please enter your password',

dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
export default {
1919
'User Name': '用户名',
20+
'User Type': '用户类型',
2021
'Please enter user name': '请输入用户名',
2122
Password: '密码',
2223
'Please enter your password': '请输入密码',

0 commit comments

Comments
 (0)