2023-11-1-1
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -24,7 +24,7 @@ const messages = {
|
||||
const i18n = createI18n({
|
||||
legacy: false,
|
||||
globalInjection:true, // 全局模式,可以直接使用 $t
|
||||
locale: 'en',
|
||||
locale: 'zh-cn',
|
||||
messages: messages
|
||||
})
|
||||
|
||||
|
||||
@@ -77,6 +77,8 @@ export default {
|
||||
jsContent5:'图片已经上传是否继续上传',
|
||||
jsContent6:'输入的内容超过允许输入的最大长度',
|
||||
jsContent7:'请输入内容~',
|
||||
jsContent8:'上传失败',
|
||||
jsContent9:'请输入内容~',
|
||||
},
|
||||
HistoryPage:{
|
||||
History:'历史',
|
||||
|
||||
Reference in New Issue
Block a user