hulaspark--hula
162 行
5.0 KiB
JSON
被供应的
162 行
5.0 KiB
JSON
被供应的
{
|
|
"onlineStatus": {
|
|
"reset_title": "Clear Status",
|
|
"messages": {
|
|
"success": "Status updated successfully",
|
|
"error": "Failed to update status"
|
|
},
|
|
"states": {
|
|
"离开": "Away",
|
|
"忙碌": "Busy",
|
|
"请勿打扰": "Do not disturb",
|
|
"隐身": "Invisible",
|
|
"今日天气": "Today's weather",
|
|
"一言难尽": "It's complicated",
|
|
"我太难了": "Having a hard day",
|
|
"难得糊涂": "Go with the flow",
|
|
"元气满满": "Full of energy",
|
|
"嗨到飞起": "On cloud nine",
|
|
"水逆退散": "Bad luck go away",
|
|
"好运锦鲤": "Lucky koi",
|
|
"恋爱中": "In love",
|
|
"我crush了": "I have a crush",
|
|
"被掏空": "Drained",
|
|
"听歌中": "Listening to music",
|
|
"我没事": "I'm okay",
|
|
"学习中": "Studying",
|
|
"睡觉中": "Sleeping",
|
|
"搬砖中": "Grinding at work",
|
|
"想静静": "Need some quiet",
|
|
"运动中": "Working out",
|
|
"我想开了": "I figured it out",
|
|
"信号弱": "Weak signal",
|
|
"追剧中": "Binging shows",
|
|
"美滋滋": "Feeling great",
|
|
"摸鱼中": "Slacking off",
|
|
"无聊中": "Bored",
|
|
"悠哉哉": "Chilling",
|
|
"去旅行": "Traveling",
|
|
"游戏中": "Gaming"
|
|
}
|
|
},
|
|
"register": {
|
|
"title": "Welcome",
|
|
"labels": {
|
|
"nickname": "Nickname",
|
|
"password": "Password",
|
|
"confirm": "Confirm",
|
|
"email": "Email"
|
|
},
|
|
"placeholders": {
|
|
"nickname": "Enter HuLa nickname",
|
|
"email": "Enter email",
|
|
"password": "Enter HuLa password",
|
|
"confirm": "Enter password again",
|
|
"confirm_placeholder": "Confirm password"
|
|
},
|
|
"password_hints": {
|
|
"min_length": "At least 6 characters",
|
|
"alpha_numeric": "Use letters and numbers",
|
|
"special_char": "Must contain a special character"
|
|
},
|
|
"validation": {
|
|
"confirm_match": "Passwords match"
|
|
},
|
|
"form": {
|
|
"rules": {
|
|
"nickname_required": "Please enter a nickname",
|
|
"email_required": "Please enter an email",
|
|
"email_format": "Please enter a valid email",
|
|
"password_required": "Please enter a password",
|
|
"confirm_mismatch": "Passwords do not match"
|
|
}
|
|
},
|
|
"tips": {
|
|
"reopen_code": "Closed the verification window? Click the button to reopen it."
|
|
},
|
|
"actions": {
|
|
"send_code": "Send Code",
|
|
"retry_in": "Retry in {seconds}s",
|
|
"sending": "Sending...",
|
|
"submit": "Register"
|
|
},
|
|
"modal": {
|
|
"title": "Star us on GitHub",
|
|
"desc": "If you love HuLa and want to support us, could you star our GitHub repo? Your support keeps us moving forward!",
|
|
"cta": "Give a star"
|
|
},
|
|
"email_modal": {
|
|
"title": "Enter Email Verification Code",
|
|
"desc": "We’ve sent a code to {email}. Please check your inbox to finish registration."
|
|
},
|
|
"messages": {
|
|
"code_sent": "Verification code sent",
|
|
"register_success": "Registered successfully",
|
|
"register_fail": "Registration failed. Please retry."
|
|
}
|
|
},
|
|
"forget": {
|
|
"title": "Forgot Password",
|
|
"steps": {
|
|
"verify": {
|
|
"title": "Verify Email",
|
|
"desc": "Verify your account email"
|
|
},
|
|
"reset": {
|
|
"title": "Set New Password",
|
|
"desc": "Create your new password"
|
|
},
|
|
"done": {
|
|
"title": "Finished",
|
|
"desc": "PAW update"
|
|
}
|
|
},
|
|
"form": {
|
|
"email_label": "Email",
|
|
"email_placeholder": "Enter your email",
|
|
"code_label": "Verification Code",
|
|
"code_placeholder": "Enter the code",
|
|
"password_label": "New Password",
|
|
"password_placeholder": "Enter a 6-16 character password",
|
|
"confirm_label": "Confirm Password",
|
|
"confirm_placeholder": "Re-enter the password"
|
|
},
|
|
"password_hints": {
|
|
"length": "Password length must be 6-16 characters",
|
|
"alpha_numeric": "Use letters and numbers",
|
|
"special_char": "Must contain a special character",
|
|
"confirm_match": "Passwords match"
|
|
},
|
|
"buttons": {
|
|
"next": "Next",
|
|
"prev": "Previous",
|
|
"submit": "Submit"
|
|
},
|
|
"actions": {
|
|
"send_code": "Send Code",
|
|
"retry_in": "Retry in {seconds}s",
|
|
"resend": "Resend"
|
|
},
|
|
"messages": {
|
|
"captcha_cooldown": "Too many requests. Try again in {seconds}s",
|
|
"enter_email": "Please enter your email",
|
|
"email_format": "Please enter a valid email",
|
|
"code_sent": "Code sent to your email"
|
|
},
|
|
"rules": {
|
|
"email_required": "Please enter email address",
|
|
"email_format": "Please enter a valid email address",
|
|
"code_required": "Please enter verification code",
|
|
"code_length": "Code must be 6 digits",
|
|
"password_required": "Please enter new password",
|
|
"password_length": "Password length must be 6-16 characters",
|
|
"confirm_required": "Please confirm password",
|
|
"confirm_mismatch": "Passwords do not match"
|
|
},
|
|
"success": {
|
|
"title": "Password reset successfully",
|
|
"desc": "You can now sign in with your new password."
|
|
}
|
|
}
|
|
}
|