Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 前端国际化补充 #867

Merged
merged 2 commits into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -51,7 +51,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 {
确认退出登录_: '确认退出登录?',
_需要设置新密码: ',需要设置新密码',
导入覆盖提升: '勾选后,将允许对已经存在用户的个人信息进行编辑操作,现存用户信息将面临被修改风险,谨慎操作。',
允许对同名用户覆盖更新: '允许对同名用户覆盖更新',
};