diff --git a/backend/locales/zh-CN.json b/backend/locales/zh-CN.json index 3393f402..89aae5df 100644 --- a/backend/locales/zh-CN.json +++ b/backend/locales/zh-CN.json @@ -60,7 +60,7 @@ "term_name_template_example_2": "术语2", "term_description_template_example_2": "术语2描述", "synonyms_template_example_2": "同义词3", - "word_cannot_be_empty": "术语不能为空", + "word_cannot_be_empty": "术语名称不能为空", "description_cannot_be_empty": "术语描述不能为空", "datasource_not_found": "找不到数据源" }, diff --git a/frontend/src/views/system/excel-upload/Uploader.vue b/frontend/src/views/system/excel-upload/Uploader.vue index dbf5d33e..7ba8d5a1 100644 --- a/frontend/src/views/system/excel-upload/Uploader.vue +++ b/frontend/src/views/system/excel-upload/Uploader.vue @@ -293,7 +293,7 @@ const submitUpload = () => { :disabled="!fileName" @click="submitUpload" > - {{ t('common.continue_to_upload') }} + {{ t('user.import') }}