feat: 参赛表单页面i18n
This commit is contained in:
@@ -1927,5 +1927,98 @@ export default {
|
||||
uploadFailed: 'Upload failed',
|
||||
pdfFileTip: 'PDF file, max 20MB',
|
||||
videoFileTip: 'Video file (MP4, MOV), 1080p, max 100MB'
|
||||
},
|
||||
AwardApply: {
|
||||
// 页面主标题区域
|
||||
applicationForm: 'Application Form',
|
||||
emailVerification: 'Email Verification',
|
||||
aidaUsersOnly: 'AiDA Users Only',
|
||||
slogan: 'BLOOM YOUR CREATIVITY • AiDA GLOBAL FASHION AWARD 2026',
|
||||
// 邮箱验证部分
|
||||
emailAddress: 'Email Address',
|
||||
sendCode: 'Send Code',
|
||||
pleaseUseRegisteredEmail: 'Please use the email address you registered with AiDA.',
|
||||
// 个人信息部分
|
||||
personalInformation: 'Personal Information',
|
||||
tellUsAboutYourself: 'Tell us about yourself',
|
||||
firstName: 'First Name',
|
||||
lastName: 'Last Name',
|
||||
gender: 'Gender',
|
||||
occupation: 'Occupation',
|
||||
age: 'Age',
|
||||
countryRegionCity: 'Country/Region and City',
|
||||
phoneNumber: 'Phone Number',
|
||||
portfolioUrl: 'Portfolio Website/Instagram (Optional)',
|
||||
// 性别选项
|
||||
male: 'Male',
|
||||
female: 'Female',
|
||||
other: 'Other',
|
||||
// 设计信息部分
|
||||
designInformation: 'Design Information',
|
||||
shareYourCreativeVision: 'Share your creative vision',
|
||||
designTitle: 'Design Title',
|
||||
designDescription: 'Design description',
|
||||
designDescriptionPlaceholder: 'Briefly describe your design concept, inspiration, and creative direction...',
|
||||
// 提交文件部分
|
||||
submissionFiles: 'Submission Files',
|
||||
uploadYourDesignMaterials: 'Upload your design materials',
|
||||
submissionRequirements: 'Submission Requirements',
|
||||
pdfRequirement: `Single PDF file\n Title, mood board, elaboration\n+ 4 outfit design with materials (max 15 pages)`,
|
||||
rightContent: {
|
||||
format: 'Format: Single PDF file, 15 pages, maximum 20MB',
|
||||
video: `Video: Design process, 1080×1920 pixels (9:16 ratio), maximum 60 seconds`
|
||||
},
|
||||
// PDF 上传
|
||||
uploadPdfTitle: 'How will you use AiDA in your design process?',
|
||||
clickToUploadPdf: 'Click to upload or drag and drop',
|
||||
pdfFileLimit: 'PDF file, max 20MB',
|
||||
// 视频上传
|
||||
uploadVideoTitle: 'How will you use AiDA in your design process?',
|
||||
clickToUploadVideo: 'Click to upload or drag and drop',
|
||||
videoFileLimit: 'Video file (MP4, MOV), 1080p, max 100MB',
|
||||
// 条款与条件
|
||||
termsAndConditions: 'Terms & Conditions',
|
||||
conditionFirst: 'I confirm that all submitted work is original and created by me.',
|
||||
conditionSecond: 'I understand that Code-Create has marketing and promotional rights to all submitted designs and videos.',
|
||||
conditionThird: 'I agree to participate in finalist activities if selected, including AiDA training and award ceremony.',
|
||||
conditionFourth: 'I would like to receive updates about AiDA products and future competitions. (Optional)',
|
||||
// 提交按钮
|
||||
submitYourDesign: 'Submit your Design',
|
||||
unfinishedFormTip: 'The link in the AiDA in-platform message will save your unfinished form.',
|
||||
// 验证码弹窗
|
||||
checkYourEmail: 'Check your email',
|
||||
enterSixDigitCode: 'Enter the 6-digit code sent to',
|
||||
verify: 'Verify',
|
||||
resendCode: 'Resend',
|
||||
resendCodeIn: 'Resend Code in',
|
||||
// 验证消息
|
||||
verificationSuccess: 'Verification successful!',
|
||||
pleaseVerifyEmailFirst: 'Please verify your email first',
|
||||
pleaseCheckTerms: 'Please check the terms and conditions',
|
||||
pleaseFillRequiredFields: 'Please fill in all the required fields',
|
||||
pleaseEnterCompleteCode: 'Please enter the complete 6-digit verification code',
|
||||
// 上传状态
|
||||
fileUploadedSuccess: '{fileName} file uploaded successfully.',
|
||||
fileUploadFailed: '{fileName} file upload failed.',
|
||||
// 验证器消息
|
||||
pleaseInputEmail: 'Please input the email address',
|
||||
pleaseInputValidEmail: 'Please input a valid email address',
|
||||
pleaseInputFirstName: 'Please input your first name',
|
||||
pleaseInputLastName: 'Please input your last name',
|
||||
pleaseSelectGender: 'Please select your gender',
|
||||
pleaseInputOccupation: 'Please input your occupation',
|
||||
pleaseInputAge: 'Please input your age',
|
||||
pleaseInputCountry: 'Please input your country/region and city',
|
||||
pleaseInputPhoneNumber: 'Please enter your phone number.',
|
||||
pleaseInputValidPhone: 'Please enter a valid phone number.',
|
||||
pleaseInputDigits: 'Please enter digits only',
|
||||
pleaseInputDesignTitle: 'Please input your design title',
|
||||
pleaseInputDesignDescription: 'Please input your design description',
|
||||
pleaseUploadPdf: 'Please upload your PDF',
|
||||
pleaseUploadVideo: 'Please upload your video',
|
||||
uploadPdfOnly: 'Please upload a PDF file only.',
|
||||
uploadVideoOnly: 'Please upload a MP4 or MOV file only.',
|
||||
fileSizeExceeds: 'File size exceeds {sizeLimit} limit. Please upload a smaller file.',
|
||||
uploadFailed: 'Upload failed'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user