This commit is contained in:
2026-02-10 13:07:07 +08:00
49 changed files with 1904 additions and 301 deletions

View File

@@ -1,11 +1,9 @@
export default {
AlphaVersion: '2026 Alpha Version',
Login: {
login: 'Log in',
register: 'Register',
signUp: 'Sign up',
loginTo: 'Log on to <span>FiDA</span>',
loginTitle: 'A multi-agent canvas for rapid, trend driven design iteration.',
Login: 'Log in',
SignUp: 'Sign up',
LoginTo: 'Log on to',
LoginTitle: 'A multi-agent canvas for rapid, trend driven design iteration.',
name: 'Name',
email: 'Email',
password: 'Password',
@@ -23,7 +21,7 @@ export default {
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>`,
signUpFor: 'Sign up for <span>FiDA</span>',
registerFor: 'Register for',
registerTip: 'A multi-agent canvas for rapid, trend driven design iteration.',
havenAccountToLogin: `Already have an account? <span onclick="onClickLogin()">Log in</span>`,
verifyEmail: 'Verify your email address',
@@ -33,23 +31,21 @@ export default {
resendCodeIn: 'Resend Code in {time}',
orContinueWith: 'or continue with',
googleLogin: 'Sign in with Google',
wechatLogin: 'Sign in with Wechat',
indexTip: 'A multi-agent canvas for rapid, trend driven design iteration.'
wechatLogin: 'Sign in with Wechat'
},
Nuic: {
hiName: 'Hi, {name}. This is Fiphant.',
nuic1Title: `Help him discover the <b>"YOU"</b> in your space.`,
hiName: 'Hi, {name}.',
nuic1Title: `Help Fiphant discover the <b>'YOU'</b> in your space.`,
nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand<br />your needs and find exactly what you're looking for.`,
letsGo: 'Lets go, Fiphant!',
skip: 'Skip',
next: 'Next',
nuic2Title: `What <b>vibe</b> do you usually go for?`,
nuic2Title: `What's your dream <b>home vibe</b> ?`,
loadMore: 'Load more',
nuic3Title: `<b>Where</b> are you based? What do you <b>do</b>?`,
nuic3Title: `Where <b>are you based</b>? What do you <b>do</b> ?`,
basedIn: 'Based in',
role: 'Role',
allSet: 'All set!',
loadingTip: 'Were customizing your dashboard.'
allSet: 'All set!'
},
Home: {
creditsNum: 'Credits: {num}',
@@ -117,6 +113,17 @@ export default {
input: 'Input',
userRequest: 'User Request',
sketch: 'Sketch',
generateResult: 'Generate Result'
generateResult: 'Generate Result',
linearNodeTree: 'Linear Node Tree',
branchingNodeTree: 'Branching Node Tree',
restore: 'Restore',
newChat: 'New Chat',
delete: 'Delete'
},
//generateSketch
generateSketch: {
restore: 'Restore',
delete: 'Delete',
edit: 'Edit'
}
}