mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
refactor: 国际化适配
This commit is contained in:
@@ -3377,6 +3377,7 @@ export default {
|
||||
edit_template: 'Edit template',
|
||||
import_template: 'Import template',
|
||||
template_name: 'Template name',
|
||||
enter_template_name_hint: ' Please enter template name',
|
||||
keywords: 'Search keywords',
|
||||
catalog_name: 'Category name',
|
||||
search_result: 'Search results',
|
||||
@@ -3939,7 +3940,7 @@ export default {
|
||||
'After data filling is enabled, the form data can be stored in the Datasource. Once enabled, it is not allowed to be closed later. ',
|
||||
new_folder: 'New folder',
|
||||
form_manage: 'Form management',
|
||||
my_job: 'My report',
|
||||
my_job: 'My reports',
|
||||
disable_data_fill_hint:
|
||||
'After closing data filling, the form data will fail to submit. Are you sure you want to close it? ',
|
||||
enable_data_fill_hint:
|
||||
|
||||
@@ -3378,6 +3378,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
edit_template: 'Edit template',
|
||||
import_template: 'Import template',
|
||||
template_name: 'Template name',
|
||||
enter_template_name_hint: ' Please enter template name',
|
||||
keywords: 'Search keywords',
|
||||
catalog_name: 'Category name',
|
||||
search_result: 'Search results',
|
||||
@@ -3940,7 +3941,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
'After data filling is enabled, the form data can be stored in the Datasource. Once enabled, it is not allowed to be closed later. ',
|
||||
new_folder: 'New folder',
|
||||
form_manage: 'Form management',
|
||||
my_job: 'My report',
|
||||
my_job: 'My reports',
|
||||
disable_data_fill_hint:
|
||||
'After closing data filling, the form data will fail to submit. Are you sure you want to close it? ',
|
||||
enable_data_fill_hint:
|
||||
|
||||
@@ -3298,6 +3298,7 @@ export default {
|
||||
edit_template: '編輯模板',
|
||||
import_template: '導入模板',
|
||||
template_name: '模板名稱',
|
||||
enter_template_name_hint: '請輸入模板名稱',
|
||||
keywords: '搜尋關鍵字',
|
||||
catalog_name: '分類名稱',
|
||||
search_result: '的搜尋結果',
|
||||
|
||||
@@ -3301,6 +3301,7 @@ export default {
|
||||
edit_template: '编辑模板',
|
||||
import_template: '导入模板',
|
||||
template_name: '模板名称',
|
||||
enter_template_name_hint: '请输入模板名称',
|
||||
keywords: '搜索关键字',
|
||||
catalog_name: '分类名称',
|
||||
search_result: '的搜索结果',
|
||||
|
||||
@@ -1550,6 +1550,7 @@ const isProgressBar = computed(() => {
|
||||
<el-form-item class="form-item" :class="'form-item-' + themes" v-show="showProperty('showGap')">
|
||||
<el-checkbox
|
||||
:effect="themes"
|
||||
size="small"
|
||||
@change="changeLabelAttr('showGap')"
|
||||
v-model="state.labelForm.showGap"
|
||||
>
|
||||
|
||||
@@ -839,6 +839,7 @@ onMounted(() => {
|
||||
<el-form-item class="form-item" :class="'form-item-' + themes" v-show="showProperty('showGap')">
|
||||
<el-checkbox
|
||||
:effect="themes"
|
||||
size="small"
|
||||
@change="changeTooltipAttr('showGap')"
|
||||
v-model="state.tooltipForm.showGap"
|
||||
>
|
||||
@@ -849,6 +850,7 @@ onMounted(() => {
|
||||
<el-form-item class="form-item" :class="'form-item-' + themes">
|
||||
<el-checkbox
|
||||
:effect="themes"
|
||||
size="small"
|
||||
@change="changeTooltipAttr('carousel')"
|
||||
v-model="state.tooltipForm.carousel.enable"
|
||||
>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="flex-template">
|
||||
<el-input
|
||||
v-model="state.templateInfo.name"
|
||||
:placeholder="t('common.inputText') + t('template_manage.template_name')"
|
||||
:placeholder="t('template_manage.enter_template_name_hint')"
|
||||
clearable
|
||||
/>
|
||||
<el-button style="margin-left: 10px" icon="Upload" secondary @click="goFile">
|
||||
|
||||
Reference in New Issue
Block a user