Login & register

This commit is contained in:
2024-11-09 18:28:45 +08:00
parent 5e12a8860c
commit 4d12d243b3
22 changed files with 3798 additions and 20 deletions

View File

@ -1,5 +1,39 @@
{
"screenHome": "Home",
"screenExplore": "Explore",
"screenAccount": "Account"
}
"screen": "Screen",
"screenHome": "Home",
"screenExplore": "Explore",
"screenAccount": "Account",
"screenAuthLogin": "Login",
"screenAuthLoginSubtitle": "Login to Solar Network using Solarpass",
"screenAuthLoginGreeting": "Welcome back",
"screenAuthRegister": "Create an account",
"screenAuthRegisterSubtitle": "Create a Solarpass account",
"dialogOkay": "Okay",
"dialogCancel": "Cancel",
"dialogConfirm": "Confirm",
"dialogDismiss": "Dismiss",
"dialogError": "Something went wrong",
"errorRequestBad": "Bad request, please check your input.",
"errorRequestUnauthorized": "Unauthorized request, please login or try re-login.",
"errorRequestForbidden": "Forbidden request, you have not enough permission to do that.",
"errorRequestNotFound": "The resource that you looking for is not found.",
"errorRequestConnection": "Network connection error, please check your network or the service status.",
"errorRequestUnknown": "Unknown request error, maybe you want to take screenshot and report it to us.",
"prev": "Next",
"next": "Previous",
"fieldUsername": "Username",
"fieldNickname": "Nickname",
"fieldEmail": "Email address",
"fieldPassword": "Password",
"fieldUsernameLookupHint": "You can use username, phone number or email to login",
"forgotPassword": "Forgot password",
"loginPickFactor": "Pick a factor",
"loginMultiFactor": {
"one": "{} step left",
"other": "{} steps left"
},
"loginEnterPassword": "Enter the code",
"loginSuccess": "Logged in as {}",
"authFactorPassword": "Password",
"authFactorEmail": "Email verification code"
}

View File

@ -1,5 +1,39 @@
{
"screenHome": "页",
"screenExplore": "探索" ,
"screenAccount": "您"
}
"screen": "页",
"screenHome": "首页",
"screenExplore": "探索",
"screenAccount": "您",
"screenAuthLogin": "登陆",
"screenAuthLoginSubtitle": "使用 Solarpass 登陆 Solar Network",
"screenAuthLoginGreeting": "欢迎回来",
"screenAuthRegister": "创建账号",
"screenAuthRegisterSubtitle": "创建一个 Solarpass 账号",
"dialogOkay": "好的",
"dialogCancel": "取消",
"dialogConfirm": "确认",
"dialogDismiss": "忽略",
"dialogError": "出了点问题",
"errorRequestBad": "服务器拒绝了您的请求,请检查您的输入。",
"errorRequestUnauthorized": "未授权的请求,请登录或者尝试重新登陆。",
"errorRequestForbidden": "被禁止的请求,您没有足够的权限去做那件事。",
"errorRequestNotFound": "您正查找的资源无法被找到。",
"errorRequestConnection": "网络连接错误,请检查您的网络状态或者检查我们的服务状态。",
"errorRequestUnknown": "位置请求错误,您可能想将此对话框截图并发送给我们。",
"prev": "上一步",
"next": "下一步",
"fieldUsername": "用户名",
"fieldNickname": "显示名",
"fieldEmail": "电子邮箱地址",
"fieldPassword": "密码",
"fieldUsernameLookupHint": "支持用户名、电话号码或邮箱地址",
"forgotPassword": "忘记密码",
"loginPickFactor": "选择方式验证",
"loginMultiFactor": {
"one": "{} 步验证",
"other": "{} 步验证"
},
"loginEnterPassword": "验证代码",
"loginSuccess": "登录为 {}",
"authFactorPassword": "密码",
"authFactorEmail": "电邮一次性验证码"
}