New translations en.json (Chinese Traditional)

This commit is contained in:
Nicolas Meienberger 2023-05-08 21:31:19 +02:00
parent 77f4994865
commit 636f148013

View file

@ -1,90 +1,90 @@
{ {
"server-messages": { "server-messages": {
"errors": { "errors": {
"invalid-credentials": "Invalid credentials", "invalid-credentials": "無效的登入憑證",
"admin-already-exists": "There is already an admin user. Please login to create a new user from the admin panel.", "admin-already-exists": "已經有一個管理員用戶。 請登錄以從管理面板創建新用戶。",
"missing-email-or-password": "Missing email or password", "missing-email-or-password": "缺少電子郵箱或密碼。",
"invalid-username": "Invalid username", "invalid-username": "無效的使用者名稱",
"user-already-exists": "User already exists", "user-already-exists": "使用者已經存在",
"error-creating-user": "Error creating user", "error-creating-user": "建立用戶時發生錯誤",
"no-change-password-request": "No change password request found", "no-change-password-request": "未找到更改密碼請求",
"operator-not-found": "Operator user not found", "operator-not-found": "未找到操作員用戶",
"user-not-found": "User not found", "user-not-found": "未找到用戶",
"not-allowed-in-demo": "Not allowed in demo mode", "not-allowed-in-demo": "演示模式不允許",
"invalid-password": "Invalid password", "invalid-password": "無效的密碼",
"invalid-password-length": "Password must be at least 8 characters long", "invalid-password-length": "密碼長度必須至少為8個字元",
"invalid-locale": "Invalid locale", "invalid-locale": "語言環境無效",
"totp-session-not-found": "2FA session not found", "totp-session-not-found": "找不到 2FA 會話",
"totp-not-enabled": "2FA is not enabled for this user", "totp-not-enabled": "此用戶未啟用2FA。",
"totp-invalid-code": "Invalid 2FA code", "totp-invalid-code": "無效的2FA驗證碼",
"totp-already-enabled": "2FA is already enabled for this user" "totp-already-enabled": "該用戶已啟用2FA"
}, },
"success": {} "success": {}
}, },
"auth": { "auth": {
"login": { "login": {
"title": "Login to your account", "title": "登入您的帳號",
"submit": "Login" "submit": "登录"
}, },
"totp": { "totp": {
"title": "Two-factor authentication", "title": "兩步驟驗證",
"instructions": "Enter the code from your authenticator app", "instructions": "輸入驗證應用程式中的驗證代碼",
"submit": "Confirm" "submit": "確認"
}, },
"register": { "register": {
"title": "Register your account", "title": "註冊您的帳戶",
"submit": "Register" "submit": "註冊帳號"
}, },
"reset-password": { "reset-password": {
"title": "Reset your password", "title": "重置您的密碼",
"submit": "Reset password", "submit": "密碼重置",
"cancel": "Cancel password change request", "cancel": "取消密碼更改請求",
"instructions": "Run this command on your server and then refresh this page", "instructions": "在您的服務器上運行此命令,然後刷新此頁面",
"success-title": "Password reset", "success-title": "重置密碼",
"success": "Your password has been reset. You can now login with your new password. And your email {email}", "success": "您的密碼已重置。 您現在可以使用新密碼登錄。 還有你的電子郵件 {email}",
"back-to-login": "Back to login" "back-to-login": "返回登入"
}, },
"form": { "form": {
"email": "Email address", "email": "電子郵件地址",
"email-placeholder": "you@example.com", "email-placeholder": "you@example.com",
"password": "Password", "password": "密碼",
"password-placeholder": "Enter your password", "password-placeholder": "輸入你的密碼",
"password-confirmation": "Confirm password", "password-confirmation": "確認密碼",
"password-confirmation-placeholder": "Confirm your password", "password-confirmation-placeholder": "确认您的密码",
"forgot": "Forgot password?", "forgot": "忘記密碼?",
"new-password-placeholder": "Your new password", "new-password-placeholder": "您的新密碼",
"new-password-confirmation-placeholder": "Confirm your new password", "new-password-confirmation-placeholder": "確認您的新密碼",
"errors": { "errors": {
"email": { "email": {
"required": "Email address is required", "required": "電子郵件位址為必填",
"email": "Email address is invalid", "email": "電子郵件地址無效",
"invalid": "Email address is invalid" "invalid": "電子郵件地址無效"
}, },
"password": { "password": {
"required": "Password is required", "required": "密碼為必填",
"minlength": "Password must be at least 8 characters" "minlength": "密碼必須至少8個字元"
}, },
"password-confirmation": { "password-confirmation": {
"required": "Password confirmation is required", "required": "需要確認密碼",
"minlength": "Password confirmation must be at least 8 characters", "minlength": "密碼必須至少8個字元",
"match": "Passwords do not match" "match": "密碼不匹配"
} }
} }
} }
}, },
"dashboard": { "dashboard": {
"title": "Dashboard", "title": "儀表板",
"cards": { "cards": {
"disk": { "disk": {
"title": "Disk Space", "title": "硬碟空間",
"subtitle": "Used out of {total} GB" "subtitle": "总计{total} GB中已使用"
}, },
"memory": { "memory": {
"title": "Memory Used" "title": "已使用記憶體"
}, },
"cpu": { "cpu": {
"title": "CPU Load", "title": "CPU 負載",
"subtitle": "Uninstall apps to reduce load" "subtitle": "卸載應用程序以減少負載"
} }
} }
} }