fix
This commit is contained in:
@@ -110,6 +110,10 @@ export default {
|
||||
jsContent1:'Deleted successfully',
|
||||
jsContent2:'Do you really want to delete this collection? ',
|
||||
jsContent3:'Change successfully',
|
||||
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',
|
||||
},
|
||||
ModelPlacement:{
|
||||
Registration:'Registration',
|
||||
@@ -157,7 +161,7 @@ export default {
|
||||
Library:'Library',
|
||||
Generate:'Generate',
|
||||
PIN:'PIN',
|
||||
Maximum:'Maximum {numTime} images can be uploaded, Maximum 2M per image',
|
||||
Maximum:'Maximum {maxImg} images can be uploaded, Maximum 2M per image',
|
||||
Thumbnail:'Thumbnail preview of selected sketchboard',
|
||||
inputContent1:'Caption generation',
|
||||
maximumLength:'The entered content exceeds the maximum length.',
|
||||
@@ -316,7 +320,7 @@ export default {
|
||||
jsContent1:'The above changes are not saved, being sure to continue? ',
|
||||
},
|
||||
uploadFile:{
|
||||
jsContent1:'You can select up to 8 images',
|
||||
jsContent1:'You can select up to {maxImg} images',
|
||||
},
|
||||
isTest:{
|
||||
available:"This feature is not available to trial users",
|
||||
|
||||
Reference in New Issue
Block a user