New translations en.json (Chinese Simplified)

This commit is contained in:
Nicolas Meienberger 2023-05-15 12:42:51 +02:00
parent cbf87c382d
commit 756bb66a24

View file

@ -154,8 +154,8 @@
"featured": "精选",
"books": "图书",
"music": "音乐",
"finance": "Finance",
"gaming": "Gaming",
"finance": "财务",
"gaming": "游戏",
"ai": "AI"
},
"actions": {
@ -214,63 +214,63 @@
}
},
"settings": {
"title": "Settings",
"title": "设置",
"actions": {
"tab-title": "Actions",
"title": "Actions",
"current-version": "Current version: {version}",
"stay-up-to-date": "Stay up to date with the latest version of Tipi",
"new-version": "A new version ({version}) of Tipi is available",
"maintenance-title": "Maintenance",
"maintenance-subtitle": "Common actions to perform on your instance",
"restart": "Restart",
"update": "Update to {version}",
"already-latest": "Already up to date"
"tab-title": "操作",
"title": "操作",
"current-version": "当前版本: {version}",
"stay-up-to-date": "保持最新版本的 Tipi",
"new-version": "Tipi 的新版本 ({version}) 可用",
"maintenance-title": "维护",
"maintenance-subtitle": "在您的实例中执行的常见操作",
"restart": "重启",
"update": "更新到 {version}",
"already-latest": "已是最新版本"
},
"settings": {
"tab-title": "Settings",
"title": "General settings",
"subtitle": "This will update your settings.json file. Make sure you know what you are doing before updating these values.",
"settings-updated": "Settings updated. Restart your instance to apply new settings.",
"invalid-ip": "Invalid IP address",
"invalid-url": "Invalid URL",
"invalid-domain": "Invalid domain",
"domain-name": "Domain name",
"domain-name-hint": "Make sure this exact domain contains an A record pointing to your IP.",
"tab-title": "设置",
"title": "通用设置",
"subtitle": "这将更新您的 settings.json 文件。在更新这些值之前,请确保您知道您正在做什么。",
"settings-updated": "设置已更新。重新启动您的实例以应用新设置。",
"invalid-ip": "IP地址无效",
"invalid-url": "无效的 URL",
"invalid-domain": "无效的域名",
"domain-name": "域名",
"domain-name-hint": "请确保此域名包含一个指向您的 IP 的记录。",
"dns-ip": "DNS IP",
"internal-ip": "Internal IP",
"internal-ip-hint": "IP address your server is listening on.",
"apps-repo": "Apps repo URL",
"apps-repo-hint": "URL to the apps repository.",
"storage-path": "Storage path",
"storage-path-hint": "Path to the storage directory. Keep empty for default (runtipi/app-data). Make sure it is an absolute path and that it exists",
"submit": "Save"
"internal-ip": "内部IP",
"internal-ip-hint": "您的服务器正在侦听的 IP 地址",
"apps-repo": "应用repo URL",
"apps-repo-hint": "应用程序仓库的 URL",
"storage-path": "保存路径",
"storage-path-hint": "存储目录的路径。留空为默认 (Runtipi/app-data)。请确保它是一个绝对路径并存在",
"submit": "保存"
},
"security": {
"tab-title": "Security",
"change-password-title": "Change password",
"change-password-subtitle": "Changing your password will log you out of all devices.",
"password-change-success": "Password changed successfully",
"2fa-title": "Two-factor authentication",
"2fa-subtitle": "Two-factor authentication (2FA) adds an additional layer of security to your account.",
"2fa-subtitle-2": "When enabled, you will be prompted to enter a code from your authenticator app when you log in.",
"2fa-enable-success": "Two-factor authentication enabled",
"2fa-disable-success": "Two-factor authentication disabled",
"scan-qr-code": "Scan this QR code with your authenticator app.",
"enter-key-manually": "Or enter this key manually.",
"enter-2fa-code": "Enter the 6-digit code from your authenticator app",
"enable-2fa": "Enable two-factor authentication",
"disable-2fa": "Disable two-factor authentication",
"password-needed": "Password needed",
"password-needed-hint": "Your password is required to change two-factor authentication settings.",
"tab-title": "安全",
"change-password-title": "修改密码",
"change-password-subtitle": "更改您的密码将使您退出所有设备。",
"password-change-success": "密码修改成功",
"2fa-title": "两步验证",
"2fa-subtitle": "两步验证 (2FA) 为您的账户添加额外的一层安全保护。",
"2fa-subtitle-2": "如果启用,当您登录时,您将会被提示从您的身份验证器应用程序输入代码。",
"2fa-enable-success": "双重验证已开启",
"2fa-disable-success": "双重验证已关闭",
"scan-qr-code": "使用验证器应用扫描这个二维码",
"enter-key-manually": "或者手动输入此密钥。",
"enter-2fa-code": "请输入您从身份验证应用上获得的6位数代码",
"enable-2fa": "启用双重认证",
"disable-2fa": "禁用双重认证",
"password-needed": "需要输入密码",
"password-needed-hint": "更改双重身份验证设置需要您的密码。",
"form": {
"password-length": "Password must be at least 8 characters",
"password-match": "Passwords do not match",
"current-password": "Current password",
"new-password": "New password",
"confirm-password": "Confirm new password",
"change-password": "Change password",
"password": "Password"
"password-length": "密码必须至少8个字符",
"password-match": "密码不匹配",
"current-password": "当前密码",
"new-password": "输入新密码",
"confirm-password": "确认新密码",
"change-password": "修改密码",
"password": "密码"
}
}
},