We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0b319 commit f105a53Copy full SHA for f105a53
backend/locales/zh-CN.json
@@ -60,7 +60,7 @@
60
"term_name_template_example_2": "术语2",
61
"term_description_template_example_2": "术语2描述",
62
"synonyms_template_example_2": "同义词3",
63
- "word_cannot_be_empty": "术语不能为空",
+ "word_cannot_be_empty": "术语名称不能为空",
64
"description_cannot_be_empty": "术语描述不能为空",
65
"datasource_not_found": "找不到数据源"
66
},
frontend/src/views/system/excel-upload/Uploader.vue
@@ -293,7 +293,7 @@ const submitUpload = () => {
293
:disabled="!fileName"
294
@click="submitUpload"
295
>
296
- {{ t('common.continue_to_upload') }}
+ {{ t('user.import') }}
297
</el-button>
298
</span>
299
</template>
0 commit comments