fix(i18n): 完善数据源国际化

This commit is contained in:
junjun 2022-11-30 10:34:59 +08:00
parent 8a7b655cd9
commit 0bc85a4e42
2 changed files with 2 additions and 2 deletions

View File

@ -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 addresse.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',

View File

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