perf: 优化帮助文案

This commit is contained in:
“huailei000”
2022-06-21 14:18:41 +08:00
committed by 老广
parent 0b82947e8f
commit cc94eb6d4e
4 changed files with 8 additions and 8 deletions

View File

@@ -436,8 +436,8 @@
"Help": "Help",
"Logout": "Logout",
"Profile": "Profile",
"TechnicalSupport": "Technical support",
"ToolsDownload": "Tools download",
"Support": "Support",
"Download": "Download",
"UserPage": "User page",
"View": "View",
"EnterpriseEdition": "Enterprise edition"

View File

@@ -448,8 +448,8 @@
"Help": "ヘルプ",
"Logout": "ログインを終了する",
"Profile": "個人情報",
"TechnicalSupport": "テクニカルサポート",
"ToolsDownload": "ツールのダウンロード",
"Support": "サポート",
"Download": "ダウンロード",
"UserPage": "ユーザービュー",
"View": "ビュー",
"EnterpriseEdition": "企業版"

View File

@@ -448,8 +448,8 @@
"Help": "帮助",
"Logout": "退出登录",
"Profile": "个人信息",
"TechnicalSupport": "技术支持",
"ToolsDownload": "工具下载",
"Support": "支持",
"Download": "下载",
"UserPage": "用户视图",
"View": "视图",
"EnterpriseEdition": "企业版"

View File

@@ -5,8 +5,8 @@
</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="docs">{{ $t('common.nav.Docs') }}</el-dropdown-item>
<el-dropdown-item command="support">{{ $t('common.nav.TechnicalSupport') }}</el-dropdown-item>
<el-dropdown-item command="toolsDownload">{{ $t('common.nav.ToolsDownload') }}</el-dropdown-item>
<el-dropdown-item command="support">{{ $t('common.nav.Support') }}</el-dropdown-item>
<el-dropdown-item command="toolsDownload">{{ $t('common.nav.Download') }}</el-dropdown-item>
<el-dropdown-item v-if="!hasLicence" command="enterprise">{{ $t('common.nav.EnterpriseEdition') }}</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>