1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-01-03 15:00:12 +00:00

translation from Weblate (Chinese (Traditional))

Currently translated at 100.0% (40 of 40 strings)

Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/zh_Hant/
This commit is contained in:
BIG-OP01 2023-01-05 16:35:54 +00:00 committed by Weblate
parent cb0d4e8bd7
commit b9a3ed1d74

View File

@ -1,60 +1,60 @@
{ {
"meta": { "meta": {
"name": "" "name": "繁體中文 (TW)"
}, },
"strings": { "strings": {
"pageTitle": "", "pageTitle": "創建 Jellfin 帳戶",
"createAccountHeader": "", "createAccountHeader": "創建帳戶",
"accountDetails": "", "accountDetails": "詳細資訊",
"emailAddress": "", "emailAddress": "電子郵件",
"username": "", "username": "帳戶名稱",
"password": "", "password": "密碼",
"reEnterPassword": "", "reEnterPassword": "重新輸入密碼",
"reEnterPasswordInvalid": "", "reEnterPasswordInvalid": "密碼不一樣。",
"createAccountButton": "", "createAccountButton": "創建帳戶",
"passwordRequirementsHeader": "", "passwordRequirementsHeader": "密碼格式要求",
"successHeader": "", "successHeader": "成功!",
"confirmationRequired": "", "confirmationRequired": "需要電子郵件確認",
"confirmationRequiredMessage": "", "confirmationRequiredMessage": "請檢查您的電子郵件收件匣以驗證您的地址。",
"yourAccountIsValidUntil": "", "yourAccountIsValidUntil": "您的帳戶有效期至 {date}。",
"sendPIN": "", "sendPIN": "將下面的 PIN 碼發送給機器人,然後返回此處連結您的帳戶。",
"sendPINDiscord": "", "sendPINDiscord": "在 Discord 上的 {server_channel} 中輸入 {command},然後發送下方的 PIN 碼。",
"matrixEnterUser": "" "matrixEnterUser": "輸入您的帳戶 ID 並點擊提交。在此處輸入發送給您的PIN 碼以繼續。"
}, },
"notifications": { "notifications": {
"errorUserExists": "", "errorUserExists": "帳戶已存在。",
"errorInvalidCode": "", "errorInvalidCode": "邀請碼無效。",
"errorTelegramVerification": "", "errorTelegramVerification": "需要 Telegram 驗證。",
"errorDiscordVerification": "", "errorDiscordVerification": "需要 Discord 驗證。",
"errorMatrixVerification": "", "errorMatrixVerification": "需要 Matrix 驗證。",
"errorInvalidPIN": "", "errorInvalidPIN": "無效的PIN碼。",
"errorUnknown": "", "errorUnknown": "未知的錯誤。",
"errorNoEmail": "", "errorNoEmail": "電子郵件必填。",
"errorCaptcha": "", "errorCaptcha": "CAPTCHA 驗證碼不正確。",
"errorPassword": "", "errorPassword": "請您檢查密碼要求後再試。",
"errorNoMatch": "", "errorNoMatch": "密碼不匹配。",
"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} 個特殊字元"
} }
} }
} }