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
|
pureCloseAllTabs: Close AllTabs
|
||||||
pureContentFullScreen: Content FullScreen
|
pureContentFullScreen: Content FullScreen
|
||||||
pureContentExitFullScreen: Content ExitFullScreen
|
pureContentExitFullScreen: Content ExitFullScreen
|
||||||
|
pureUserSettings: User Settings
|
||||||
menus:
|
menus:
|
||||||
pureHome: Home
|
pureHome: Home
|
||||||
pureLogin: Login
|
pureLogin: Login
|
||||||
|
@ -10,6 +10,7 @@ buttons:
|
|||||||
pureCloseAllTabs: 关闭全部标签页
|
pureCloseAllTabs: 关闭全部标签页
|
||||||
pureContentFullScreen: 内容区全屏
|
pureContentFullScreen: 内容区全屏
|
||||||
pureContentExitFullScreen: 内容区退出全屏
|
pureContentExitFullScreen: 内容区退出全屏
|
||||||
|
pureUserSettings: 个人设置
|
||||||
menus:
|
menus:
|
||||||
pureHome: 首页
|
pureHome: 首页
|
||||||
pureLogin: 登录
|
pureLogin: 登录
|
||||||
|
@ -99,7 +99,7 @@ const { t, locale, translationCh, translationEn } = useTranslationLang();
|
|||||||
:icon="UserSettingsLine"
|
:icon="UserSettingsLine"
|
||||||
style="margin: 5px"
|
style="margin: 5px"
|
||||||
/>
|
/>
|
||||||
{{ t("buttons.hsUserSettings") }}
|
{{ t("buttons.pureUserSettings") }}
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item @click="logout">
|
<el-dropdown-item @click="logout">
|
||||||
<IconifyIconOffline
|
<IconifyIconOffline
|
||||||
|
@ -111,7 +111,7 @@ nextTick(() => {
|
|||||||
<template #dropdown>
|
<template #dropdown>
|
||||||
<el-dropdown-item @click="handleOpenUserSettings">
|
<el-dropdown-item @click="handleOpenUserSettings">
|
||||||
<IconifyIconOffline :icon="UserSettingsLine" style="margin: 5px" />
|
<IconifyIconOffline :icon="UserSettingsLine" style="margin: 5px" />
|
||||||
{{ t("buttons.hsUserSettings") }}
|
{{ t("buttons.pureUserSettings") }}
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-menu class="logout">
|
<el-dropdown-menu class="logout">
|
||||||
<el-dropdown-item @click="logout">
|
<el-dropdown-item @click="logout">
|
||||||
|
@ -144,7 +144,7 @@ watch(
|
|||||||
<template #dropdown>
|
<template #dropdown>
|
||||||
<el-dropdown-item @click="handleOpenUserSettings">
|
<el-dropdown-item @click="handleOpenUserSettings">
|
||||||
<IconifyIconOffline :icon="UserSettingsLine" style="margin: 5px" />
|
<IconifyIconOffline :icon="UserSettingsLine" style="margin: 5px" />
|
||||||
{{ t("buttons.hsUserSettings") }}
|
{{ t("buttons.pureUserSettings") }}
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-menu class="logout">
|
<el-dropdown-menu class="logout">
|
||||||
<el-dropdown-item @click="logout">
|
<el-dropdown-item @click="logout">
|
||||||
|
@ -44,7 +44,7 @@ export default [
|
|||||||
name: "UserSettings",
|
name: "UserSettings",
|
||||||
component: () => import("@/layout/components/userSettings/index.vue"),
|
component: () => import("@/layout/components/userSettings/index.vue"),
|
||||||
meta: {
|
meta: {
|
||||||
title: $t("buttons.hsUserSettings"),
|
title: $t("buttons.pureUserSettings"),
|
||||||
showLink: false,
|
showLink: false,
|
||||||
rank: 103
|
rank: 103
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user