除了颜色选择图片,注册页面

This commit is contained in:
X1627315083
2024-06-26 17:26:31 +08:00
parent 15077d37ea
commit c661454590
43 changed files with 1494 additions and 271 deletions

View File

@@ -140,6 +140,7 @@ export default {
jsContent5:"我们很高兴让您体验AiDA 3.0。请注意,部分服务在试用期间可能会受到限制。如果您已经准备好全身心投入并享受完整的体验,我们诚挚地邀请您订阅。只需访问",
jsContent6:" 就可以开始订阅。感谢您试用我们的服务!",
jsContent9:"是否清除当前收集?",
jsContent10:"请完成标语图片",
},
ProductImg:{
Finalize:'完成',
@@ -150,6 +151,8 @@ export default {
SelectedProduct:'选择的产品',
Export:'导出',
ProductImage:'产品图',
Relight:'打光',
Clear:'清空',
jsContent1:'如果您离开此页,您的更改将会丢失。您确定要离开这一页吗?',
jsContent2:'请至少选择一张图片',
},
@@ -170,6 +173,7 @@ export default {
NoLabel:'空标签',
unionSet:'并集',
all:'全选',
generated:'所有默认材质都是AiDA自己生成',
ImageOnly:'图片',
TextOnly:'文字',
TextImage:'图片-文字',
@@ -307,6 +311,8 @@ export default {
RGBA:'RGBA',
UploadImage:'上传图片',
ColorCode:'颜色代码',
SelectSuccessively:'连选',
SelectSeparately:'单选',
ExtractColor:'提取颜色',
Single:'单色',
Gradual:'渐变',
@@ -471,6 +477,7 @@ export default {
Permissions:'权限',
PermissionsItem1:'是否允许其他用户进行二次创建。',
Close:'关闭',
UpdatePublish:'更新发布',
jsContent1:'如果您离开此页,您的更改将会丢失。您确定要离开这一页吗?',
jsContent2:'请输入您的作品名称',
jsContent3:'这将把您的作品发布到广场上,供所有用户查看。请确认是否发布?',
@@ -487,10 +494,15 @@ export default {
reply:'回复',
unfold:'展开',
Collapse:'折叠',
Title:'标题',
Delete:'删除',
Describe:'描述',
replyAll:'所有回复',
jsContent1:'请先登录或者升级为正式用户',
jsContent2:'作者不允许二次创作',
jsContent3:'请输入评论内容',
jsContent4:'是否删除当前评论',
jsContent5:'是否删除当前作品',
},
guide:{
guide1:"在<strong>工作空间</strong>中,您可以个性化您的设计设置,包括选择适用于男装或女装的设计,以及选择用于创作的人体模型。",

View File

@@ -151,6 +151,8 @@ export default {
SelectedProduct:'Selected Product',
Export:'Export',
ProductImage:'Product Image',
Relight:'Relight',
Clear:'Clear',
jsContent1:'Your changes will be lost if you navigate away from this page. Are you sure you want to leave this page?',
jsContent2:'Please select at least one picture',
},
@@ -171,6 +173,7 @@ export default {
NoLabel:'No Label',
unionSet:'union set',
all:'all',
generated:'All default materials are generated by AiDA ourselves',
ImageOnly:'Image Only',
TextOnly:'Text Only',
TextImage:'Text-Image',
@@ -308,6 +311,8 @@ export default {
RGBA:'RGBA',
UploadImage:'Upload Image',////////////
ColorCode:'Color Code',
SelectSuccessively:'Select Successively',
SelectSeparately:'Select Separately',
ExtractColor:'Extract Color',
Single:'Single',
Gradual:'Gradual',
@@ -383,6 +388,7 @@ export default {
jsContent7:"upload failed",
jsContent8:"You have {num} remaining opportunity to generate {str}.",
jsContent9:"You have exhausted your generation opportunities {str}.",
jsContent10:"Please complete the slogan picture",
},
collectionModal:{
Moodboard:'Moodboard',
@@ -472,6 +478,7 @@ export default {
Permissions:'Permissions',
PermissionsItem1:'Whether to allow other users to perform secondary creation.',
Close:'Close',
UpdatePublish:'Update Publish',
jsContent1:'Your changes will be lost if you navigate away from this page. Are you sure you want to leave this page?',
jsContent2:'Please enter the name of your work',
jsContent3:'This will publish your work to the square for all users to see. Please confirm whether to publish?',
@@ -487,11 +494,16 @@ export default {
first:'You can be the first!',
reply:'Reply',
unfold:'Expand',
Title:'Title',
Delete:'Delete',
Describe:'Describe',
Collapse:'Collapse',
replyAll:'All replies',
jsContent1:'Please log in or upgrade to an official user',
jsContent2:'The author is not allowed to use it',
jsContent3:'Please enter a comment',
jsContent4:'Do you need to delete this comment',
jsContent5:'Whether to delete the current gallery',
},
guide:{
guide1:"You can personalize your design settings right here in the <strong>Workspace</strong>, including choosing to design for men's or women's wear, as well as selecting the mannequin to use for your creations.",