Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-02-05 10:58:42 +08:00
2 changed files with 109 additions and 108 deletions

View File

@@ -18,7 +18,8 @@ export default {
pleaseInputPassword: 'Please input the password',
passwordLengthError: 'Password length must be between {min} and {max} characters',
pleaseTermsPolicy: 'Please agree to the Terms, Policy and Fees',
agreeTermsPolicy: 'I agree to the <span onclick="onClickPrivacy()">Terms, Policy</span> and Fees.',
agreeTermsPolicy:
'I agree to the <span onclick="onClickPrivacy()">Terms, Policy</span> and Fees.',
noAccountToSignUp: `Don't have an account? <span onclick="onClickRegister()">Sign up</span>`,
registerFor: 'Register for',
registerTip: 'A multi-agent canvas for rapid, trend driven design iteration.',
@@ -30,7 +31,7 @@ export default {
resendCodeIn: 'Resend Code in {time}',
orContinueWith: 'or continue with',
googleLogin: 'Sign in with Google',
wechatLogin: 'Sign in with Wechat',
wechatLogin: 'Sign in with Wechat'
},
Nuic: {
hiName: 'Hi, {name}.',
@@ -44,7 +45,7 @@ export default {
nuic3Title: `Where <b>are you based</b>? What do you <b>do</b> ?`,
basedIn: 'Based in',
role: 'Role',
allSet: 'All set!',
allSet: 'All set!'
},
Home: {
creditsNum: 'Credits: {num}',
@@ -53,7 +54,7 @@ export default {
history: 'History',
today: 'Today',
yesterday: 'Yesterday',
earlierChat: 'Earlier Chat',
earlierChat: 'Earlier Chat'
},
Input: {
placeholder: 'Please input',
@@ -75,7 +76,7 @@ export default {
Tuscan2000s: "Tuscan\n2000's",
Bauhaus: 'Bauhaus',
Constructivism: 'Constructivism',
NordicNoir:'Nordic\nNoir',
NordicNoir: 'Nordic\nNoir'
},
chooseStyle: 'Choose Style',
setting: 'Setting',
@@ -105,6 +106,6 @@ export default {
input: 'Input',
userRequest: 'User Request',
sketch: 'Sketch',
generateResult: 'Generate Result',
generateResult: 'Generate Result'
}
}