33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"site.name": "Atomx Studio",
|
|
"current.count": "Current count",
|
|
"click.me": "Click me",
|
|
"login.title": "Login",
|
|
"login.account.placeholder": "Account",
|
|
"login.password.placeholder": "Password",
|
|
"login.forgot": "Forgot password",
|
|
"login.register": "Register now",
|
|
"login.submit": "Sign in",
|
|
"login.setdev": "Set development account",
|
|
"copyright": "Copyright © 2025 Atomlust.com All rights reserved.",
|
|
"handler.server": "Server",
|
|
"handler.wasm": "Wasm",
|
|
"weather.title": "Weather",
|
|
"weather.summary": "A quick weather overview",
|
|
"weather.temperature": "Temperature",
|
|
"weather.refresh": "Refresh",
|
|
"Login.Account.Empty": "Please enter your account",
|
|
"Login.Account.Length": "Account length must be between 2 and 100 characters",
|
|
"Login.Password.Empty": "Please enter your password",
|
|
"Login.Password.Length": "Password length must be between 6 and 32 characters",
|
|
"Sign.UserNotFound": "User not found",
|
|
"Sign.InvalidCredentials": "Account or password is incorrect",
|
|
"Sign.Locked": "Account locked, unlock time: {0}",
|
|
"Sign.InvalidTokenRequest": "Invalid token request",
|
|
"Sign.InvalidRefreshRequest": "Invalid refresh request",
|
|
"Sign.InvalidRefreshToken": "Invalid refresh token",
|
|
"Sign.RefreshTokenInvalid": "Refresh token invalid or expired",
|
|
"Sign.InternalServerError": "Internal server error",
|
|
"Sign.LogoutSuccess": "Logged out"
|
|
}
|