mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 23:28:43 +00:00
refactor(lang):将pages内的公共语言包移动到适当的位置
This commit is contained in:
parent
4d121eb42a
commit
e78505645b
@ -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"
|
||||
|
@ -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',
|
||||
}
|
@ -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 图标',
|
||||
}
|
@ -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',
|
||||
}
|
@ -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',
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
export default {
|
||||
Icon: '图标',
|
||||
'Local icon title': '本地图标:/src/assets/icons中的.svg',
|
||||
'Please select an icon': '请选择图标',
|
||||
'Ali iconcont Icon': '阿里 Iconfont 图标',
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
export default {
|
||||
'Member Center': '会员中心',
|
||||
'Steve Jobs': '伟大的艺术品不必追随潮流,他本身就能引领潮流。 -- 乔布斯',
|
||||
copyright: '版权所有',
|
||||
index: '首页',
|
||||
language: '语言',
|
||||
}
|
Loading…
Reference in New Issue
Block a user