Login & create an account

This commit is contained in:
2025-04-24 23:02:28 +08:00
parent 36905e0cd5
commit d7d9e41db3
27 changed files with 1958 additions and 31 deletions

25
assets/i18n/en-US.json Normal file
View File

@ -0,0 +1,25 @@
{
"login": "Login",
"forgotPassword": "Forgot password",
"loginPickFactor": "Pick a factor",
"loginMultiFactor": {
"one": "{} step left",
"other": "{} steps left"
},
"loginEnterPassword": "Enter the code",
"loginSuccess": "Logged in as {}",
"loginGreeting": "Welcome back!",
"username": "Username",
"usernameLookupHint": "We also take your email address.",
"unknown": "Unknown",
"termAcceptNextWithAgree": "By continuing, you agree to our terms of services and other terms and conditions.",
"termAcceptLink": "Check them out",
"loginResetPasswordHint": "Provide your username to receive a password reset link.",
"password": "Password",
"next": "Next",
"createAccount": "Create an Account",
"nickname": "Nickname",
"email": "Email",
"fieldCannotBeEmpty": "This field cannot be empty.",
"fieldEmailAddressMustBeValid": "The email address must be valid."
}

1
assets/i18n/zh-CN.json Normal file
View File

@ -0,0 +1 @@
{}