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"
|
||||
value-key="id"
|
||||
filterable
|
||||
:placeholder="t('common.please_select') + ' ' + props.property.placeholder"
|
||||
:placeholder="t('common.please_select') + props.property.placeholder"
|
||||
multiple
|
||||
@change="selectStatus"
|
||||
>
|
||||
|
@ -88,7 +88,7 @@ defineExpose({
|
||||
:highlight-current="true"
|
||||
multiple
|
||||
:render-after-expand="false"
|
||||
:placeholder="$t('common.please_select') + ' ' + treeConfig.placeholder"
|
||||
:placeholder="$t('common.please_select') + treeConfig.placeholder"
|
||||
:show-checkbox="treeConfig.showCheckbox"
|
||||
:check-strictly="treeConfig.checkStrictly"
|
||||
:check-on-click-node="treeConfig.checkOnClickNode"
|
||||
|
@ -1092,7 +1092,7 @@ export default {
|
||||
delete_this_dataset: 'Are you sure you want to delete this dataset? ',
|
||||
edit_folder: 'Edit folder',
|
||||
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? ',
|
||||
can_be_uploaded: 'Only supports uploading JAR format files',
|
||||
query_timeout: 'Query timeout',
|
||||
@ -2543,7 +2543,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
delete: 'Delete',
|
||||
reduction: 'Restore',
|
||||
not_filled: 'Not filled',
|
||||
please_select: 'Please select',
|
||||
please_select: 'Please select ',
|
||||
search_by_name: 'Search by name',
|
||||
personal_information: 'Personal info',
|
||||
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',
|
||||
select_dimension: 'Please select a dimension...',
|
||||
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',
|
||||
online_video: 'Online Video',
|
||||
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',
|
||||
display_name: 'Display name',
|
||||
connection_mode: 'Connection mode',
|
||||
please_select: 'Please select',
|
||||
please_select: 'Please select ',
|
||||
query_timeout: 'Query timeout',
|
||||
description: 'Description',
|
||||
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',
|
||||
form_list_name: 'Fill in form',
|
||||
create_form: 'Create a new form',
|
||||
please_select: 'Please select',
|
||||
please_select: 'Please select ',
|
||||
component: 'Component',
|
||||
component_setting: 'Component setting',
|
||||
hint: 'Hint word',
|
||||
|
Loading…
Reference in New Issue
Block a user