修改generate流程,新增导出功能
This commit is contained in:
@@ -39,6 +39,7 @@ export default {
|
||||
EditExport:'编辑 & 导出',
|
||||
CanvasSize:'画布大小',
|
||||
Height:'高',
|
||||
Width:'宽',
|
||||
CanvasNav:'缩略图',
|
||||
CanvasTool:'画布工具',
|
||||
Color:'颜色',
|
||||
@@ -52,10 +53,15 @@ export default {
|
||||
HDExport:'高清导出',
|
||||
Export:'导出',
|
||||
SR:'请选择需要SR的图片',
|
||||
requiresCredits:'每张图片需要消耗300积分',
|
||||
requiresCredits:'每张图片需要消耗{data}积分',
|
||||
Scale:'倍率',
|
||||
Cancel:'取消',
|
||||
jsContent1:'画布内容没有保存是否离开页面',
|
||||
jsContent2:'我们只支持对印花进行超分',
|
||||
jsContent3:'您的积分小于一次超分',
|
||||
jsContent4:'您的积分余额不足',
|
||||
jsContent5:'你选择的第 {str}张图片宽度或者高度超过4090,',
|
||||
jsContent6:'请选择需要SR的图片',
|
||||
},
|
||||
upgradePlan:{
|
||||
BuyCredlts:'购买积分',
|
||||
|
||||
@@ -40,6 +40,7 @@ export default {
|
||||
EditExport:'Edit & Export',
|
||||
CanvasSize:'Canvas Size',
|
||||
Height:'Height',
|
||||
Width:'Width',
|
||||
CanvasNav:'Canvas Nav',
|
||||
CanvasTool:'Canvas Tool',
|
||||
Color:'Color',
|
||||
@@ -50,14 +51,18 @@ export default {
|
||||
Layer:'Layer',
|
||||
More:'More',
|
||||
insufficient:'Your points balance is insufficient, if you need to use this feature, please click the top left corner to recharge',
|
||||
HDExport:'HD Export',
|
||||
HDExport:'UpScale',
|
||||
Export:'Export',
|
||||
SR:'Please select the picture that requires SR',
|
||||
requiresCredits:'Each picture requires 300 credits',
|
||||
requiresCredits:'Each picture requires {data} credits',
|
||||
Scale:'Scale',
|
||||
Cancel:'Cancel',
|
||||
jsContent1:'Canvas edit content is not saved, whether to leave the page',
|
||||
|
||||
jsContent2:'We only provide super-resolution capabilities for printboard images.',
|
||||
jsContent3:'Your points are less than one SR',
|
||||
jsContent4:'Your points balance is insufficient',
|
||||
jsContent5:'You selected the {str} image and zoom ratio more than 4090,',
|
||||
jsContent6:'Please select the picture that requires SR',
|
||||
},
|
||||
upgradePlan:{
|
||||
BuyCredlts:'Buy credits',
|
||||
@@ -406,7 +411,7 @@ export default {
|
||||
Scale:'Scale',
|
||||
Random:'Random',
|
||||
inputContent:'Please input',
|
||||
preview:'preview',
|
||||
preview:'Preview',
|
||||
jsContent1:'The above changes are not saved, being sure to continue? ',
|
||||
},
|
||||
uploadFile:{
|
||||
|
||||
Reference in New Issue
Block a user