mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 国际化
This commit is contained in:
parent
c2b957a12e
commit
66d34485c8
@ -53,7 +53,7 @@ defineExpose({
|
|||||||
v-model="state.activeStatus"
|
v-model="state.activeStatus"
|
||||||
value-key="id"
|
value-key="id"
|
||||||
filterable
|
filterable
|
||||||
:placeholder="t('common.please_select') + ' ' + props.property.placeholder"
|
:placeholder="t('common.please_select') + props.property.placeholder"
|
||||||
multiple
|
multiple
|
||||||
@change="selectStatus"
|
@change="selectStatus"
|
||||||
>
|
>
|
||||||
|
@ -88,7 +88,7 @@ defineExpose({
|
|||||||
:highlight-current="true"
|
:highlight-current="true"
|
||||||
multiple
|
multiple
|
||||||
:render-after-expand="false"
|
:render-after-expand="false"
|
||||||
:placeholder="$t('common.please_select') + ' ' + treeConfig.placeholder"
|
:placeholder="$t('common.please_select') + treeConfig.placeholder"
|
||||||
:show-checkbox="treeConfig.showCheckbox"
|
:show-checkbox="treeConfig.showCheckbox"
|
||||||
:check-strictly="treeConfig.checkStrictly"
|
:check-strictly="treeConfig.checkStrictly"
|
||||||
:check-on-click-node="treeConfig.checkOnClickNode"
|
:check-on-click-node="treeConfig.checkOnClickNode"
|
||||||
|
@ -1092,7 +1092,7 @@ export default {
|
|||||||
delete_this_dataset: 'Are you sure you want to delete this dataset? ',
|
delete_this_dataset: 'Are you sure you want to delete this dataset? ',
|
||||||
edit_folder: 'Edit folder',
|
edit_folder: 'Edit folder',
|
||||||
click_to_check: 'Click to view blood relationship',
|
click_to_check: 'Click to view blood relationship',
|
||||||
please_select: 'Please select',
|
please_select: 'Please select ',
|
||||||
delete_this_item: 'Do you want to delete this item? ',
|
delete_this_item: 'Do you want to delete this item? ',
|
||||||
can_be_uploaded: 'Only supports uploading JAR format files',
|
can_be_uploaded: 'Only supports uploading JAR format files',
|
||||||
query_timeout: 'Query timeout',
|
query_timeout: 'Query timeout',
|
||||||
@ -2543,7 +2543,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
|||||||
delete: 'Delete',
|
delete: 'Delete',
|
||||||
reduction: 'Restore',
|
reduction: 'Restore',
|
||||||
not_filled: 'Not filled',
|
not_filled: 'Not filled',
|
||||||
please_select: 'Please select',
|
please_select: 'Please select ',
|
||||||
search_by_name: 'Search by name',
|
search_by_name: 'Search by name',
|
||||||
personal_information: 'Personal info',
|
personal_information: 'Personal info',
|
||||||
exit_system: 'Exit system',
|
exit_system: 'Exit system',
|
||||||
@ -3426,7 +3426,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
|||||||
input_jump_link: 'Please enter the jump link',
|
input_jump_link: 'Please enter the jump link',
|
||||||
select_dimension: 'Please select a dimension...',
|
select_dimension: 'Please select a dimension...',
|
||||||
select_dimension_hint: 'Please first select the fields that need to be jumped to',
|
select_dimension_hint: 'Please first select the fields that need to be jumped to',
|
||||||
please_select: 'Please select',
|
please_select: 'Please select ',
|
||||||
video_type: 'Video Type',
|
video_type: 'Video Type',
|
||||||
online_video: 'Online Video',
|
online_video: 'Online Video',
|
||||||
streaming_media: 'Stream Media',
|
streaming_media: 'Stream Media',
|
||||||
@ -3768,7 +3768,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
|||||||
_ip_address: 'Please enter the host name/IP address',
|
_ip_address: 'Please enter the host name/IP address',
|
||||||
display_name: 'Display name',
|
display_name: 'Display name',
|
||||||
connection_mode: 'Connection mode',
|
connection_mode: 'Connection mode',
|
||||||
please_select: 'Please select',
|
please_select: 'Please select ',
|
||||||
query_timeout: 'Query timeout',
|
query_timeout: 'Query timeout',
|
||||||
description: 'Description',
|
description: 'Description',
|
||||||
tips: 'Tips'
|
tips: 'Tips'
|
||||||
@ -4127,7 +4127,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
|||||||
no_form: 'No form yet, click',
|
no_form: 'No form yet, click',
|
||||||
form_list_name: 'Fill in form',
|
form_list_name: 'Fill in form',
|
||||||
create_form: 'Create a new form',
|
create_form: 'Create a new form',
|
||||||
please_select: 'Please select',
|
please_select: 'Please select ',
|
||||||
component: 'Component',
|
component: 'Component',
|
||||||
component_setting: 'Component setting',
|
component_setting: 'Component setting',
|
||||||
hint: 'Hint word',
|
hint: 'Hint word',
|
||||||
|
Loading…
Reference in New Issue
Block a user