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 8378ecf commit 5a4e410
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bcs-services/bcs-bscp/ui/src/components/head.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</bk-popover>
<bk-dropdown trigger="hover" ext-cls="dropdown" :is-show="isShowDropdown" @hide="isShowDropdown = false">
<bk-button text :class="['dropdown-trigger', isShowDropdown ? 'active' : '']">
<help-fill width="16" height="16" :fill="isShowDropdown ? '#fff' : '#96a2b9'" />
<help-document-fill width="16" height="16" :fill="isShowDropdown ? '#fff' : '#96a2b9'" />
</bk-button>
<template #content>
<bk-dropdown-menu ext-cls="dropdown-menu">
Expand Down Expand Up @@ -119,7 +119,7 @@
import { useI18n } from 'vue-i18n';
import { useRoute, useRouter, RouteRecordName } from 'vue-router';
import { storeToRefs } from 'pinia';
import { AngleDown, HelpFill, DownShape, Plus } from 'bkui-vue/lib/icon';
import { AngleDown, HelpDocumentFill, DownShape, Plus } from 'bkui-vue/lib/icon';
import useGlobalStore from '../store/global';
import useUserStore from '../store/user';
import useTemplateStore from '../store/template';
Expand Down
14 changes: 7 additions & 7 deletions bcs-services/bcs-bscp/ui/src/i18n/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ export default {
退出登录: 'Sign out',
新建业务: 'New Business Creation',
模板与变量: 'Templates and Variables',
模板管理: 'Template management',
变量管理: 'Variable management',
模板管理: 'Template Management',
变量管理: 'Variable Management',
客户端管理: 'Client Management',
客户端统计: 'Client statistics',
客户端查询: 'Client query',
客户端密钥: 'Client key',
配置示例: 'Configuration example',
客户端统计: 'Client Statistics',
客户端查询: 'Client Query',
客户端密钥: 'Client Key',
配置示例: 'Configuration Example',
业务名: 'Business Name',
业务: 'Business',

Expand Down Expand Up @@ -260,7 +260,7 @@ export default {
查看配置项: 'View configuration items',
线上版本: 'Online version',
对比版本: 'Compare version',
当前版本: 'Current version',
当前版本: 'Current',
上线版本: 'Online version',
只看差异文件: 'View only diffs',
搜索配置文件名称: 'Search profile name',
Expand Down

0 comments on commit 5a4e410

Please sign in to comment.