Skip to content

Commit

Permalink
fix: 顶栏下拉框国际化内容调整
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaidChan committed Sep 25, 2024
1 parent da7d434 commit 8378ecf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions bcs-services/bcs-bscp/ui/src/i18n/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ export default {
服务管理: 'Service Management',
分组管理: 'Group Management',
脚本管理: 'Script Management',
产品文档: 'Product Documentation',
版本日志: 'Version Log',
产品文档: 'Documentation',
版本日志: 'Release Notes',
功能特性: 'Features',
问题反馈: 'Problem Feedback',
退出登录: 'Log out',
问题反馈: 'Feedback',
退出登录: 'Sign out',
新建业务: 'New Business Creation',
模板与变量: 'Templates and Variables',
模板管理: 'Template management',
Expand Down Expand Up @@ -358,7 +358,7 @@ export default {
请输入关键字: 'Please enter a keyword',
'格式:': 'Format:',
'key 类型 value 描述': 'key type value description',
新增服务密钥: 'Add service key',
配置客户端: 'Configuration client',
调整分组上线成功: 'Adjustment of grouping went online successfully',
导入方式: 'Import method',
文本导入: 'Text import',
Expand Down
2 changes: 1 addition & 1 deletion bcs-services/bcs-bscp/ui/src/i18n/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export default {
请输入关键字: '请输入关键字',
'格式:': '格式:',
'key 类型 value 描述': 'key 类型 value 描述',
新增服务密钥: '新增服务密钥',
配置客户端: '配置客户端',
调整分组上线成功: '调整分组上线成功',
导入方式: '导入方式',
文本导入: '文本导入',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
infoType: 'success',
'ext-cls': 'info-box-style',
title: t('调整分组上线成功'),
confirmText: t('新增服务密钥'),
confirmText: t('配置客户端'),
cancelText: t('稍后再说'),
onConfirm: () => {
router.push({ name: 'credentials-management' });
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
infoType: 'success',
title: t('版本已上线'),
'ext-cls': 'info-box-style',
confirmText: t('新增服务密钥'),
confirmText: t('配置客户端'),
cancelText: t('稍后再说'),
onConfirm: () => {
router.push({ name: 'credentials-management' });
Expand Down

0 comments on commit 8378ecf

Please sign in to comment.