mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-23 01:20:11 +00:00
translation from Weblate (Chinese (Simplified))
Currently translated at 100.0% (37 of 37 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/zh_Hans/
This commit is contained in:
parent
5961bc6086
commit
b31506d94e
@ -1,57 +1,57 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": ""
|
"name": "简体中文(CN)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "",
|
"pageTitle": "创建Jellyfin账户",
|
||||||
"createAccountHeader": "",
|
"createAccountHeader": "创建账户",
|
||||||
"accountDetails": "",
|
"accountDetails": "账户详情",
|
||||||
"emailAddress": "",
|
"emailAddress": "电子邮箱",
|
||||||
"username": "",
|
"username": "用户名",
|
||||||
"password": "",
|
"password": "密码",
|
||||||
"reEnterPassword": "",
|
"reEnterPassword": "再次输入密码",
|
||||||
"reEnterPasswordInvalid": "",
|
"reEnterPasswordInvalid": "两次输入的密码不相同。",
|
||||||
"createAccountButton": "",
|
"createAccountButton": "创建账户",
|
||||||
"passwordRequirementsHeader": "",
|
"passwordRequirementsHeader": "密码格式要求",
|
||||||
"successHeader": "",
|
"successHeader": "成功!",
|
||||||
"successContinueButton": "",
|
"successContinueButton": "继续",
|
||||||
"confirmationRequired": "",
|
"confirmationRequired": "需要邮件确认",
|
||||||
"confirmationRequiredMessage": "",
|
"confirmationRequiredMessage": "请登录您的邮箱收件箱来验证您的地址。",
|
||||||
"yourAccountIsValidUntil": "",
|
"yourAccountIsValidUntil": "您的账户将在 {date} 之前有效。",
|
||||||
"sendPIN": "",
|
"sendPIN": "把PIN码发送给下面的bot,然后回到这里来关联您的账户。",
|
||||||
"sendPINDiscord": "",
|
"sendPINDiscord": "在 Discord 上,在 {server_channel} 中输入 {command} 并将下面的 PIN 码作为 DM 发送给机器人。",
|
||||||
"matrixEnterUser": ""
|
"matrixEnterUser": "输入您的用户ID并点击提交,将发送给您的PIN码输入到这里并继续。"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"errorUserExists": "",
|
"errorUserExists": "用户已经存在。",
|
||||||
"errorInvalidCode": "",
|
"errorInvalidCode": "无效的邀请码",
|
||||||
"errorTelegramVerification": "",
|
"errorTelegramVerification": "需要Telegram验证",
|
||||||
"errorDiscordVerification": "",
|
"errorDiscordVerification": "需要Discord验证。",
|
||||||
"errorMatrixVerification": "",
|
"errorMatrixVerification": "需要Matrix验证。",
|
||||||
"errorInvalidPIN": "",
|
"errorInvalidPIN": "无效的PIN码",
|
||||||
"errorUnknown": "",
|
"errorUnknown": "未知错误。",
|
||||||
"verified": ""
|
"verified": "账户已验证。"
|
||||||
},
|
},
|
||||||
"validationStrings": {
|
"validationStrings": {
|
||||||
"length": {
|
"length": {
|
||||||
"singular": "",
|
"singular": "必须至少包含 {n} 个字符",
|
||||||
"plural": ""
|
"plural": "必须至少包含 {n} 个字符"
|
||||||
},
|
},
|
||||||
"uppercase": {
|
"uppercase": {
|
||||||
"singular": "",
|
"singular": "必须至少包含 {n} 个大写字母",
|
||||||
"plural": ""
|
"plural": "必须至少包含 {n} 个大写字母"
|
||||||
},
|
},
|
||||||
"lowercase": {
|
"lowercase": {
|
||||||
"singular": "",
|
"singular": "必须至少包含 {n} 个小写字母",
|
||||||
"plural": ""
|
"plural": "必须至少包含 {n} 个小写字母"
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"singular": "",
|
"singular": "必须至少包含 {n} 个数字",
|
||||||
"plural": ""
|
"plural": "必须至少包含 {n} 个数字"
|
||||||
},
|
},
|
||||||
"special": {
|
"special": {
|
||||||
"singular": "",
|
"singular": "必须至少包含 {n} 个特殊字符",
|
||||||
"plural": ""
|
"plural": "必须至少包含 {n} 个特殊字符"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user