refactor(lang):将pages内的公共语言包移动到适当的位置

This commit is contained in:
妙码生花 2023-01-05 12:23:54 +08:00
parent 4d121eb42a
commit e78505645b
17 changed files with 14 additions and 32 deletions

View File

@ -4,28 +4,28 @@
<transition name="el-zoom-in-center">
<div class="icon-selector-box">
<div class="selector-header">
<div class="selector-title">{{ title ? title : $t('iconSelector.Please select an icon') }}</div>
<div class="selector-title">{{ title ? title : $t('utils.Please select an icon') }}</div>
<div class="selector-tab">
<span
:title="'Element Puls ' + $t('iconSelector.Icon')"
:title="'Element Puls ' + $t('utils.Icon')"
@click="onChangeTab('ele')"
:class="state.iconType == 'ele' ? 'active' : ''"
>ele</span
>
<span
:title="'Font Awesome ' + $t('iconSelector.Icon')"
:title="'Font Awesome ' + $t('utils.Icon')"
@click="onChangeTab('awe')"
:class="state.iconType == 'awe' ? 'active' : ''"
>awe</span
>
<span
:title="$t('iconSelector.Ali iconcont Icon')"
:title="$t('utils.Ali iconcont Icon')"
@click="onChangeTab('ali')"
:class="state.iconType == 'ali' ? 'active' : ''"
>ali</span
>
<span
:title="$t('iconSelector.Local icon title')"
:title="$t('utils.Local icon title')"
@click="onChangeTab('local')"
:class="state.iconType == 'local' ? 'active' : ''"
>local</span
@ -55,7 +55,7 @@
v-model="state.inputValue"
:size="size"
:disabled="disabled"
:placeholder="$t('search') + $t('iconSelector.Icon')"
:placeholder="$t('search') + $t('utils.Icon')"
ref="selectorInput"
@focus="onInputFocus"
@blur="onInputBlur"

View File

@ -54,4 +54,8 @@ export default {
'color picker': 'color picker',
color: 'color',
choice: ' Choice',
Icon: 'Icon',
'Local icon title': 'Local icon:/src/assets/icons Inside.svg',
'Please select an icon': 'Please select an icon',
'Ali iconcont Icon': 'Ali Iconfont Icon',
}

View File

@ -54,4 +54,8 @@ export default {
'color picker': '颜色选择器',
color: '颜色',
choice: '选择',
Icon: '图标',
'Local icon title': '本地图标:/src/assets/icons中的.svg',
'Please select an icon': '请选择图标',
'Ali iconcont Icon': '阿里 Iconfont 图标',
}

View File

@ -1,6 +0,0 @@
export default {
Icon: 'Icon',
'Local icon title': 'Local icon:/src/assets/icons Inside.svg',
'Please select an icon': 'Please select an icon',
'Ali iconcont Icon': 'Ali Iconfont Icon',
}

View File

@ -1,7 +0,0 @@
export default {
'Member Center': 'Member Center',
'Steve Jobs': "Great art don't have to follow the trend, it alone can lead.-- Steve Jobs",
copyright: 'Copyright',
index: 'Home',
language: 'Language',
}

View File

@ -1,6 +0,0 @@
export default {
Icon: '图标',
'Local icon title': '本地图标:/src/assets/icons中的.svg',
'Please select an icon': '请选择图标',
'Ali iconcont Icon': '阿里 Iconfont 图标',
}

View File

@ -1,7 +0,0 @@
export default {
'Member Center': '会员中心',
'Steve Jobs': '伟大的艺术品不必追随潮流,他本身就能引领潮流。 -- 乔布斯',
copyright: '版权所有',
index: '首页',
language: '语言',
}