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