fix: 韩国前端国际化开发、logo替换
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 198 KiB |
@@ -22,7 +22,7 @@ export default {
|
||||
'device_dialog': {
|
||||
'zh_device_name': 'ZH-name',
|
||||
'en_device_name': 'EN-name',
|
||||
'in_device_name': 'IN-name'
|
||||
'ko_device_name': 'KO-Nama'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'basic_information': 'Basic Information'
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
'device_dialog': {
|
||||
'zh_device_name': 'ZH-Nama',
|
||||
'en_device_name': 'EN-Nama',
|
||||
'in_device_name': 'IN-Nama'
|
||||
'ko_device_name': 'KO-Nama'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'basic_information': 'Informasi Dasar'
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
'device_dialog': {
|
||||
'zh_device_name': '中文设备名称',
|
||||
'en_device_name': '英文设备名称',
|
||||
'in_device_name': '印尼设备名称'
|
||||
'ko_device_name': '韩国设备名称'
|
||||
},
|
||||
'driver_configuration': {
|
||||
'basic_information': '基本信息'
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
'Department_label': 'Department Label',
|
||||
'Department_label_zh': 'Chinese dictionary tags',
|
||||
'Department_label_en': 'English dictionary tags',
|
||||
'Department_label_in': 'Indonesian dictionary labels',
|
||||
'Department_label_ko': 'Indonesian dictionary labels',
|
||||
'Dictionary_value': 'Dictionary Value',
|
||||
'Sort': 'Sort',
|
||||
'Parameter1': 'Parameter1',
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
'Department_label': 'Tag Kamus',
|
||||
'Department_label_zh': 'Kamus Cina tags',
|
||||
'Department_label_en': 'Kamus bahasa Inggris tags',
|
||||
'Department_label_in': 'Label kamus bahasa Indonesia',
|
||||
'Department_label_ko': 'Label kamus bahasa Indonesia',
|
||||
'Dictionary_value': 'Nilai Kamus',
|
||||
'Sort': 'Jenis',
|
||||
'Parameter1': 'Parameter 1',
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
'Department_label': '字典标签',
|
||||
'Department_label_zh': '中文字典标签',
|
||||
'Department_label_en': '英文字典标签',
|
||||
'Department_label_in': '印尼字典标签',
|
||||
'Department_label_ko': '韩国字典标签',
|
||||
'Dictionary_value': '字典值',
|
||||
'Sort': '排序',
|
||||
'Parameter1': '参数1',
|
||||
|
||||
@@ -110,8 +110,8 @@
|
||||
<el-form-item :label="$t('device.device_table_title.device_name')" prop="device_name">
|
||||
<el-input v-model="form.device_name" style="width: 370px;" />
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('device.device_dialog.in_device_name')" prop="in_device_name">
|
||||
<el-input v-model="form.in_device_name" style="width: 370px;" />
|
||||
<el-form-item :label="$t('device.device_dialog.ko_device_name')" prop="ko_device_name">
|
||||
<el-input v-model="form.ko_device_name" style="width: 370px;" />
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('device.device_dialog.en_device_name')" prop="en_device_name">
|
||||
<el-input v-model="form.en_device_name" style="width: 370px;" />
|
||||
|
||||
@@ -49,8 +49,8 @@
|
||||
<el-form-item :label="$t('dict.other.Department_label_en')" prop="en_label">
|
||||
<el-input v-model="form.en_label" style="width: 370px;" />
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('dict.other.Department_label_in')" prop="in_label">
|
||||
<el-input v-model="form.in_label" style="width: 370px;" />
|
||||
<el-form-item :label="$t('dict.other.Department_label_ko')" prop="in_label">
|
||||
<el-input v-model="form.ko_label" style="width: 370px;" />
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('dict.other.Dictionary_value')" prop="value">
|
||||
<el-input v-model="form.value" style="width: 370px;" />
|
||||
@@ -128,7 +128,7 @@ import i18n from '@/i18n'
|
||||
|
||||
const defaultForm = { dict_id: null, name: null, label: null, value: null, dict_sort: null, dictType: null, para1: null,
|
||||
para2: null, para3: null, createId: null, createName: null, createTime: null, updateId: null, updateName: null,
|
||||
updateTime: null, zh_label: null, in_label: null, en_label: null }
|
||||
updateTime: null, zh_label: null, ko_label: null, en_label: null }
|
||||
|
||||
export default {
|
||||
components: { pagination, rrOperation, udOperation },
|
||||
|
||||
Reference in New Issue
Block a user