forked from github/dataease
fix(i18n): 完善数据源国际化
This commit is contained in:
parent
8a7b655cd9
commit
0bc85a4e42
@ -1758,7 +1758,7 @@ export default {
|
||||
http_port: 'Http Port',
|
||||
port: 'Port',
|
||||
datasource_url: 'URL address',
|
||||
please_input_datasource_url: 'Please enter Elasticsearch 地址,e.g: http://es_host:es_port',
|
||||
please_input_datasource_url: 'Please enter Elasticsearch URL address,e.g: http://es_host:es_port',
|
||||
please_input_data_base: 'Please enter the database name',
|
||||
please_select_oracle_type: 'Select connection type',
|
||||
please_input_user_name: 'Please enter user name',
|
||||
|
@ -155,7 +155,7 @@
|
||||
<el-input
|
||||
v-model="form.name"
|
||||
autocomplete="off"
|
||||
:placeholder="$t('commons.input_name')"
|
||||
:placeholder="$t('datasource.input_name')"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
|
Loading…
Reference in New Issue
Block a user