New translations en.json (Chinese Simplified)

This commit is contained in:
Nicolas Meienberger 2023-05-08 21:41:42 +02:00
parent 0339370ecd
commit 7dc110365b

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": "这个用户已启用两步验证"
}, },
"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": "卸载应用以减少负载"
} }
} }
} }