2023-11-1-1

This commit is contained in:
X1627315083
2023-11-01 09:30:52 +08:00
parent 837ca391df
commit 03407d99af
10 changed files with 181 additions and 154 deletions

View File

@@ -76,7 +76,9 @@ export default {
jsContent4:'Image must smaller than 2MB!',
jsContent5:'This picture has been uploaded whether to continue uploading',
jsContent6:'The entered content exceeds the maximum length.',
jsContent7:'Please enter content"',
jsContent7:'Please enter content',
jsContent8:'upload failed',
jsContent9:'Please enter content',
},
HistoryPage:{
History:'History',
@@ -99,7 +101,7 @@ export default {
jsContent4:'Image must smaller than 2MB!',
jsContent5:'This picture has been uploaded whether to continue uploading',
jsContent6:'The entered content exceeds the maximum length.',
jsContent7:'Please enter content"',
jsContent7:'Please enter content',
},
ModelPlacement:{
Registration:'Registration',

View File

@@ -24,7 +24,7 @@ const messages = {
const i18n = createI18n({
legacy: false,
globalInjection:true, // 全局模式,可以直接使用 $t
locale: 'en',
locale: 'zh-cn',
messages: messages
})

View File

@@ -77,6 +77,8 @@ export default {
jsContent5:'图片已经上传是否继续上传',
jsContent6:'输入的内容超过允许输入的最大长度',
jsContent7:'请输入内容~',
jsContent8:'上传失败',
jsContent9:'请输入内容~',
},
HistoryPage:{
History:'历史',