refactor: 国际化适配

This commit is contained in:
ulleo
2024-12-16 18:35:51 +08:00
committed by xuwei-fit2cloud
parent c32e441299
commit 6e88aea472
7 changed files with 10 additions and 3 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -3298,6 +3298,7 @@ export default {
edit_template: '編輯模板',
import_template: '導入模板',
template_name: '模板名稱',
enter_template_name_hint: '請輸入模板名稱',
keywords: '搜尋關鍵字',
catalog_name: '分類名稱',
search_result: '的搜尋結果',

View File

@@ -3301,6 +3301,7 @@ export default {
edit_template: '编辑模板',
import_template: '导入模板',
template_name: '模板名称',
enter_template_name_hint: '请输入模板名称',
keywords: '搜索关键字',
catalog_name: '分类名称',
search_result: '的搜索结果',

View File

@@ -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"
>

View File

@@ -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"
>

View File

@@ -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">