Skip to content

Commit

Permalink
fix: 前端国际化补充 (#867)
Browse files Browse the repository at this point in the history
* fix: 前端国际化补充
  • Loading branch information
neronkl authored Jan 9, 2023
1 parent af8bc27 commit 2c1100a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/src/components/catalog/home/ImportUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<p class="tip-wrapper">
<bk-checkbox
v-model="uploadInfo.isOverwrite">
允许对同名用户覆盖更新
{{ $t('允许对同名用户覆盖更新') }}
</bk-checkbox>
<i class="tip-icon icon-user--l" v-bk-tooltips="{ width: 310, content: $t('导入覆盖提升') }"></i>
</p>
Expand Down
1 change: 1 addition & 0 deletions src/pages/src/language/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,5 @@ export default {
确认退出登录_: '确认退出登录?',
_需要设置新密码: ', You need to set a new password',
导入覆盖提升: 'After checking, it is allowed to edit the personal information of existing users, and the existing user information will face the risk of being modified, so be cautious.',
允许对同名用户覆盖更新: 'Allow override updates for users with the same name',
};
1 change: 1 addition & 0 deletions src/pages/src/language/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,5 @@ export default {
确认退出登录_: '确认退出登录?',
_需要设置新密码: ',需要设置新密码',
导入覆盖提升: '勾选后,将允许对已经存在用户的个人信息进行编辑操作,现存用户信息将面临被修改风险,谨慎操作。',
允许对同名用户覆盖更新: '允许对同名用户覆盖更新',
};

0 comments on commit 2c1100a

Please sign in to comment.