mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
fix: user settings international config files
This commit is contained in:
parent
40915743a6
commit
6390ad966b
@ -10,6 +10,7 @@ buttons:
|
||||
pureCloseAllTabs: Close AllTabs
|
||||
pureContentFullScreen: Content FullScreen
|
||||
pureContentExitFullScreen: Content ExitFullScreen
|
||||
pureUserSettings: User Settings
|
||||
menus:
|
||||
pureHome: Home
|
||||
pureLogin: Login
|
||||
|
@ -10,6 +10,7 @@ buttons:
|
||||
pureCloseAllTabs: 关闭全部标签页
|
||||
pureContentFullScreen: 内容区全屏
|
||||
pureContentExitFullScreen: 内容区退出全屏
|
||||
pureUserSettings: 个人设置
|
||||
menus:
|
||||
pureHome: 首页
|
||||
pureLogin: 登录
|
||||
|
@ -99,7 +99,7 @@ const { t, locale, translationCh, translationEn } = useTranslationLang();
|
||||
:icon="UserSettingsLine"
|
||||
style="margin: 5px"
|
||||
/>
|
||||
{{ t("buttons.hsUserSettings") }}
|
||||
{{ t("buttons.pureUserSettings") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item @click="logout">
|
||||
<IconifyIconOffline
|
||||
|
@ -111,7 +111,7 @@ nextTick(() => {
|
||||
<template #dropdown>
|
||||
<el-dropdown-item @click="handleOpenUserSettings">
|
||||
<IconifyIconOffline :icon="UserSettingsLine" style="margin: 5px" />
|
||||
{{ t("buttons.hsUserSettings") }}
|
||||
{{ t("buttons.pureUserSettings") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-menu class="logout">
|
||||
<el-dropdown-item @click="logout">
|
||||
|
@ -144,7 +144,7 @@ watch(
|
||||
<template #dropdown>
|
||||
<el-dropdown-item @click="handleOpenUserSettings">
|
||||
<IconifyIconOffline :icon="UserSettingsLine" style="margin: 5px" />
|
||||
{{ t("buttons.hsUserSettings") }}
|
||||
{{ t("buttons.pureUserSettings") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-menu class="logout">
|
||||
<el-dropdown-item @click="logout">
|
||||
|
@ -44,7 +44,7 @@ export default [
|
||||
name: "UserSettings",
|
||||
component: () => import("@/layout/components/userSettings/index.vue"),
|
||||
meta: {
|
||||
title: $t("buttons.hsUserSettings"),
|
||||
title: $t("buttons.pureUserSettings"),
|
||||
showLink: false,
|
||||
rank: 103
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user