feat: contact us
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
export default {
|
||||
AwardsPage: {
|
||||
submitApplication: 'Submit your Application',
|
||||
contactUs: 'Contact Us',
|
||||
contactHeader: 'We\'re here to help',
|
||||
contactDesc:'For questions on eligibility, competition rules,\n judging criteria, or any other enquiries,\n feel free to reach out via our official email.',
|
||||
sendEmail: 'Send Email',
|
||||
copyMail: 'Successfully copied to clipboard!',
|
||||
sendEmailFailed: 'Failed to open email client, we have copied the email to your clipboard.',
|
||||
applicationDeadline: 'Application Deadline:15th July 2026',
|
||||
howToApply: 'How to Apply',
|
||||
stepByStep: 'Step by step',
|
||||
@@ -189,11 +195,12 @@ export default {
|
||||
video: `Video: Design process, 1080×1920 pixels (9:16 ratio), maximum 60 seconds`
|
||||
},
|
||||
// PDF 上传
|
||||
uploadPdfTitle: 'How will you use AiDA in your design process?',
|
||||
uploadPdfTitle:
|
||||
'Please submit a single PDF with your design topic, mood board, and AiDA concept statement.',
|
||||
clickToUploadPdf: 'Click to upload or drag and drop',
|
||||
pdfFileLimit: 'PDF file, max 20MB',
|
||||
// 视频上传
|
||||
uploadVideoTitle: 'How will you use AiDA in your design process?',
|
||||
uploadVideoTitle: 'Please submit a video showcasing your creative process using AiDA.',
|
||||
clickToUploadVideo: 'Click to upload or drag and drop',
|
||||
videoFileLimit: 'Video file (MP4), 1080p, max 100MB',
|
||||
// 条款与条件
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
export default {
|
||||
AwardsPage: {
|
||||
submitApplication: '提交申请',
|
||||
contactUs: '联系我们',
|
||||
contactHeader: '有关比赛,欢迎咨询',
|
||||
contactDesc:
|
||||
'无论是报名资格、参赛细则、评审标准,还是其他比赛相关问题,欢迎通过以下邮箱联络我们:',
|
||||
sendEmail: '发送邮件',
|
||||
copyMail:'已成功复制到剪贴板',
|
||||
sendEmailFailed: '无法打开邮件客户端,我们已将邮箱地址复制到您的剪贴板。',
|
||||
applicationDeadline: '申请期限:2026年7月15日',
|
||||
howToApply: '申请方法',
|
||||
stepByStep: '步骤指南',
|
||||
@@ -62,7 +69,7 @@ export default {
|
||||
panelOfJudges: '终审评委团',
|
||||
expertise: '权威阵容',
|
||||
judgesHat: {
|
||||
jae: 'Code‑Create 韩国分公司总监\nBesfxxk 创意总监',
|
||||
jae: 'Code‑Create (韩国)分公司总监\nBesfxxk 创意总监',
|
||||
diego: 'OnTheList(香港)\n联合创始人兼首席执行官',
|
||||
gregory: 'Gabriela Hearst\n(意大利)高级设计师',
|
||||
vincenzo: '《南华早报》Style 杂志\n(香港)主编',
|
||||
@@ -178,13 +185,13 @@ export default {
|
||||
video: `视频:创作过程,分辨率1080×1920 像素\n(9:16 纵向比例),最长 60 秒`
|
||||
},
|
||||
// PDF 上传
|
||||
uploadPdfTitle: '您在设计过程中如何使用 AiDA?',
|
||||
uploadPdfTitle: '请提供一份包含设计主题、灵感情绪板及 AiDA 创作概念说明的单一 PDF 文件。',
|
||||
clickToUploadPdf: '点击选择或拖拽文件上传',
|
||||
pdfFileLimit: 'PDF 文件,不超过 20MB',
|
||||
// 视频上传
|
||||
uploadVideoTitle: '您在设计过程中如何使用 AiDA?',
|
||||
uploadVideoTitle: '请提供一段屏幕录制视频,展示您使用 AiDA 的创作过程。',
|
||||
clickToUploadVideo: '点击选择或拖拽文件上传',
|
||||
videoFileLimit: '视频文件(MP4, MOV),1080P,不超过100MB',
|
||||
videoFileLimit: '视频文件(MP4),1080P,不超过100MB',
|
||||
// 条款与条件
|
||||
termsAndConditions: '参赛条款',
|
||||
conditionFirst: '我确认所提交的作品均为原创,且由我本人独立创作。',
|
||||
|
||||
Reference in New Issue
Block a user