feat: i18n
This commit is contained in:
109
src/lang/cn.ts
109
src/lang/cn.ts
@@ -1530,5 +1530,114 @@ export default {
|
||||
ChatRobot: '对话生成',
|
||||
Yes: '是',
|
||||
No: '否'
|
||||
},
|
||||
Login: {
|
||||
Login: '登录',
|
||||
SignUp: '注册',
|
||||
ForgotPassword: '忘记密码',
|
||||
Welcome: '欢迎来到',
|
||||
AiDA: 'AiDA',
|
||||
Slogan:
|
||||
'AiDA是一个业界首创的平台,致力于赋能时装设计师融汇灵感,人机协同,共创原创设计。',
|
||||
LoginMethod: '使用以下方式登录:',
|
||||
Individual: '个人账号',
|
||||
Academic: '学术账号',
|
||||
LogoOnToAiDA: '登录到AiDA 3.1',
|
||||
Infomation: '请填写以下信息',
|
||||
Device: '请使用iPad或电脑登录',
|
||||
AgreePolicies: '请勾选条款、隐私政策和费用',
|
||||
PasswordConditions: '您必须满足所有密码条件才能注册'
|
||||
},
|
||||
LoginPersonal: {
|
||||
Email: '邮箱',
|
||||
Password: '密码',
|
||||
EnterEmail: '请输入您的邮箱地址',
|
||||
EnterPassword: '请输入您的密码',
|
||||
EnterCode: '输入验证码',
|
||||
Resend: '重发',
|
||||
SentCodeToEmail: '我们已向您的邮箱发送验证码',
|
||||
ForgotPassword: '忘记密码',
|
||||
AgreeTo: '我同意',
|
||||
Terms: '条款',
|
||||
PrivacyPolicy: '隐私政策',
|
||||
AndFees: '和费用',
|
||||
SignIn: '登录',
|
||||
CreateNewAccount: '创建新账号',
|
||||
Or: '或',
|
||||
RetrievePassword: '找回密码',
|
||||
NextStep: '下一步',
|
||||
VerificationCode: '验证码',
|
||||
SentTo: '发送至',
|
||||
Submit: '提交',
|
||||
AtLeast8Chars: '至少8个字符',
|
||||
MustContainSpecial: '必须包含特殊字符',
|
||||
MixUpperLowerNumbers: '大小写字母和数字的组合',
|
||||
EnterNewPassword: '请输入新密码',
|
||||
NeedEmail: '请输入邮箱',
|
||||
IncorrectEmail: '请输入正确的邮箱地址',
|
||||
IncorrectEmailFormat: '请输入正确的邮箱格式',
|
||||
CompleteVerificationCode: '请输入完整的验证码',
|
||||
PleaseEnterYourAccountNumberOrPassword: '请输入您的账号或密码'
|
||||
},
|
||||
LoginSchool: {
|
||||
School: '学校',
|
||||
SelectSchool: '请选择学校',
|
||||
Email: '邮箱',
|
||||
Password: '密码',
|
||||
EnterEmail: '请输入您的邮箱地址',
|
||||
EnterPassword: '请输入您的密码',
|
||||
EnterCode: '输入验证码',
|
||||
Resend: '重发',
|
||||
SentCodeToEmail: '我们已向您的邮箱发送验证码',
|
||||
ForgotPassword: '忘记密码',
|
||||
AgreeTo: '我同意',
|
||||
Terms: '条款',
|
||||
PrivacyPolicy: '隐私政策',
|
||||
AndFees: '和费用',
|
||||
SignIn: '登录',
|
||||
RetrievePassword: '找回密码',
|
||||
NextStep: '下一步',
|
||||
VerificationCode: '验证码',
|
||||
SentTo: '发送至',
|
||||
Submit: '提交',
|
||||
AtLeast8Chars: '至少8个字符',
|
||||
MustContainSpecial: '必须包含特殊字符',
|
||||
MixUpperLowerNumbers: '大小写字母和数字的组合',
|
||||
EnterNewPassword: '请输入新密码',
|
||||
NeedEmail: '请输入邮箱',
|
||||
IncorrectEmail: '请输入正确的邮箱地址',
|
||||
IncorrectEmailFormat: '请输入正确的邮箱格式',
|
||||
CompleteVerificationCode: '请输入完整的验证码',
|
||||
PleaseEnterYourAccountNumberOrPassword: '请输入您的账号或密码'
|
||||
},
|
||||
LoginEnterprise: {
|
||||
Enterprise: '企业',
|
||||
SelectEnterprise: '请选择企业',
|
||||
Email: '邮箱',
|
||||
Password: '密码',
|
||||
EnterEmail: '请输入您的邮箱地址',
|
||||
EnterPassword: '请输入您的密码',
|
||||
EnterCode: '输入验证码',
|
||||
Resend: '重发',
|
||||
SentCodeToEmail: '我们已向您的邮箱发送验证码',
|
||||
AgreeTo: '我同意',
|
||||
Terms: '条款',
|
||||
PrivacyPolicy: '隐私政策',
|
||||
AndFees: '和费用',
|
||||
SignIn: '登录',
|
||||
RetrievePassword: '找回密码',
|
||||
NextStep: '下一步',
|
||||
VerificationCode: '验证码',
|
||||
SentTo: '发送至',
|
||||
Submit: '提交',
|
||||
AtLeast8Chars: '至少8个字符',
|
||||
MustContainSpecial: '必须包含特殊字符',
|
||||
MixUpperLowerNumbers: '大小写字母和数字的组合',
|
||||
EnterNewPassword: '请输入新密码',
|
||||
NeedEmail: '请输入邮箱',
|
||||
IncorrectEmail: '请输入正确的邮箱地址',
|
||||
IncorrectEmailFormat: '请输入正确的邮箱格式',
|
||||
CompleteVerificationCode: '请输入完整的验证码',
|
||||
PleaseEnterYourAccountNumberOrPassword: '请输入您的账号或密码'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user