style: 表单页面移动端
This commit is contained in:
@@ -220,6 +220,12 @@ export default {
|
||||
checkYourEmail: 'Check your email',
|
||||
enterSixDigitCode: 'Enter the 6-digit code sent to',
|
||||
verify: 'Verify',
|
||||
verifyCode: 'Verify Code',
|
||||
verifyPlaceholder: 'enter 6-digital code',
|
||||
stepTabVerify: 'Verify',
|
||||
stepTabProfile: 'Profile',
|
||||
stepTabDesign: 'Design Material',
|
||||
stepTabTerms: 'Terms',
|
||||
resendCode: 'Resend',
|
||||
resendCodeIn: 'Resend Code in',
|
||||
// 验证消息
|
||||
@@ -251,6 +257,9 @@ export default {
|
||||
uploadVideoOnly: 'Please upload a MP4 file only.',
|
||||
fileSizeExceeds: 'File size exceeds {sizeLimit} limit. Please upload a smaller file.',
|
||||
videoDurationExceeds: 'Video duration exceeds 60 seconds limit. Please upload a shorter video.',
|
||||
uploadFailed: 'Upload failed'
|
||||
uploadFailed: 'Upload failed',
|
||||
nextStep: 'Next Step',
|
||||
stepTips: 'Please complete this form in one sitting.',
|
||||
backToIntroduction: 'Back to Introduction'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
contactDesc:
|
||||
'无论是报名资格、参赛细则、评审标准,还是其他比赛相关问题,欢迎通过以下邮箱联络我们:',
|
||||
sendEmail: '发送邮件',
|
||||
copyMail:'已成功复制到剪贴板',
|
||||
copyMail: '已成功复制到剪贴板',
|
||||
sendEmailFailed: '无法打开邮件客户端,我们已将邮箱地址复制到您的剪贴板。',
|
||||
applicationDeadline: '申请期限:\n2026年7月15日',
|
||||
howToApply: '申请方法',
|
||||
@@ -209,6 +209,12 @@ export default {
|
||||
checkYourEmail: '请查看您的邮箱',
|
||||
enterSixDigitCode: '请输入发送到邮箱的 6 位验证码',
|
||||
verify: '验证',
|
||||
verifyCode: '验证码',
|
||||
verifyPlaceholder: '输入6位数字的验证码',
|
||||
stepTabVerify: '验证',
|
||||
stepTabProfile: '资料',
|
||||
stepTabDesign: '设计材料',
|
||||
stepTabTerms: '条款',
|
||||
resendCode: '重新发送',
|
||||
resendCodeIn: '重新发送',
|
||||
// 验证消息
|
||||
@@ -240,6 +246,9 @@ export default {
|
||||
uploadVideoOnly: '请仅上传 MP4 文件。',
|
||||
fileSizeExceeds: '文件大小超过 {sizeLimit} 限制。请上传较小的文件。',
|
||||
videoDurationExceeds: '视频时长不可超过60秒',
|
||||
uploadFailed: '上传失败'
|
||||
uploadFailed: '上传失败',
|
||||
nextStep: '下一步',
|
||||
stepTips: '请一次性完成这个表单。',
|
||||
backToIntroduction: '返回赛事介绍'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user