This commit is contained in:
X1627315083
2024-09-26 15:43:27 +08:00
parent ae4ef573e4
commit e26d57dd76
16 changed files with 743 additions and 386 deletions

View File

@@ -66,6 +66,8 @@ export default {
requiresCredits:'执行超分的图片需要消耗{data}积分',
Scale:'倍率',
Cancel:'取消',
size:'区域',
density:'密度',
jsContent1:"您是否已经保存画布内容?如果没有,请再关闭前点击'保存'。",
jsContent2:'我们只支持对印花进行超分',
jsContent3:'您的积分小于一次超分',
@@ -75,6 +77,7 @@ export default {
jsContent7:'保存成功~',
jsContent8:'是否继续编辑',
jsContent9:'是否需要自动裁剪画布多余空间',
jsContent10:'请选择一张图片后再次尝试',
},
upgradePlan:{
BuyCredlts:'购买积分',
@@ -562,6 +565,9 @@ export default {
jsContent5:'是否删除当前作品',
jsContent6:'作品被作者删除',
},
scaleImage:{
overlayOrNot:'是否覆盖当前图片',
},
account:{
personCentered:'个人中心',
myInformation:'我的信息',

View File

@@ -66,6 +66,8 @@ export default {
requiresCredits:'Performing upscale image requires a {data} credits',
Scale:'Scale',
Cancel:'Cancel',
size:'Size',
density:'Density',
jsContent1:"Have you saved your canvas content? If not, please click 'Save' before closing.",
jsContent2:'We only provide super-resolution capabilities for printboard images.',
jsContent3:'Your points are less than one SR',
@@ -75,6 +77,7 @@ export default {
jsContent7:'save successfully',
jsContent8:'Whether to continue editing',
jsContent9:'Whether you need to automatically crop your canvas excess space',
jsContent10:'Please select a picture and try again',
},
upgradePlan:{
BuyCredlts:'Buy credits',
@@ -519,7 +522,7 @@ export default {
},
works:{
all:'All',
FavoriteWorks:'Favorite Works',
FavoriteWorks:'Like The Works',
MyWorks:'My Works',
},
Publish:{
@@ -562,6 +565,9 @@ export default {
jsContent5:'Whether to delete the current gallery',
jsContent6:'The author deleted the work',
},
scaleImage:{
overlayOrNot:'Whether to overwrite the current picture',
},
account:{
personCentered:'Account',
myInformation:'My Details',