Finished translating most of the UI. Left with notifications

This commit is contained in:
Donald Zou
2024-09-19 22:32:15 +08:00
parent 17a9fe5024
commit 94bf1c2484
22 changed files with 290 additions and 90 deletions

View File

@@ -2,7 +2,7 @@
"Welcome to": "欢迎来到",
"Username": "用户名",
"Password": "密码",
"OTP from your authenticator": "您双因素身份验证的一次性验证码",
"OTP from your authenticator": "您多重身份验证的一次性验证码",
"Sign In": "登录",
"Signing In\\.\\.\\.": "正在登录...",
"Access Remote Server": "访问远程服务器",
@@ -35,7 +35,7 @@
"New Password": "新密码",
"Repeat New Password": "重复新密码",
"Update Password": "更新密码",
"Multi-Factor Authentication \\(MFA\\)": "多重身份验证MFA)",
"Multi-Factor Authentication \\(MFA\\)": "多重身份验证 (MFA)",
"Reset": "重置",
"Setup": "设置",
"API Keys": "API 秘钥",
@@ -55,6 +55,8 @@
"Status": "状态",
"On": "已启用",
"Off": "已停用",
"Turning On\\.\\.\\.": "启用中...",
"Turning Off\\.\\.\\.": "停用中...",
"Address": "网络地址",
"Listen Port": "监听端口",
"Public Key": "公钥",
@@ -66,13 +68,14 @@
"Real Time Received Data Usage": "实时接收数据量",
"Real Time Sent Data Usage": "实时发送数据量",
"Peer": "端点",
"Peers": "端点",
"Peer Settings": "端点设定",
"Download All": "全部下载",
"Search Peers\\.\\.\\.": "搜索端点...",
"Display": "显示设置",
"Sort By": "排列方式",
"Refresh Interval": "刷新间隔",
"Name": "名",
"Name": "名",
"Allowed IPs": "允许的 IP 地址",
"Restricted": "已限制端点",
"(.*) Seconds": "$1 秒",
@@ -112,6 +115,7 @@
"Delete Peer": "删除端点",
"Edit": "编辑",
"Delete": "删除",
"Deleting...": "删除中...",
"Cancel": "取消",
"Save": "保存",
"No active job at the moment\\.": "没有未运行的任务",
@@ -130,5 +134,47 @@
"Stop Sharing\\.\\.\\.": "停止分享中...",
"Stop Sharing": "停止分享",
"Access Restricted": "已限制访问",
"Download \\& QR Code is not available due to no private key set for this peer": "下载以及二维码功能不可用,需要填写此端点的秘钥"
"Restrict Access": "限制访问",
"Restricting\\.\\.\\.": "限制访问中...",
"Allow Access": "解除限制访问",
"Allowing Access\\.\\.\\.": "解除限制访问中...",
"Download \\& QR Code is not available due to no private key set for this peer": "下载以及二维码功能不可用,需要填写此端点的秘钥",
"Add Peers": "创建端点",
"Bulk Add": "批量添加",
"By adding peers by bulk, each peer's name will be auto generated, and Allowed IP will be assign to the next available IP\\.": "如果选择批量添加端点,系统会自动生成每一个端点的名称,并且会自动安排可用的 IP 地址。",
"How many peers you want to add\\?": "您想添加多少个端点?",
"You can add up to (.*) peers": "您最多可以添加 $1 个端点",
"Use your own Private and Public Key": "使用您自己的秘钥和公钥",
"Enter IP Address/CIDR": "输入 IP 地址/前缀长度",
"or": "或",
"Pick Available IP": "选择可用的 IP 地址",
"No available IP containing": "没有可用的 IP 地址含有 ",
"Add": "创建",
"Adding\\.\\.\\.": "创建中...",
"Failed to check available update": "获取更新失败",
"Nice to meet you!": "很高兴见到您!",
"Please fill in the following fields to finish setup": "请填入以下信息来完成初始化设置",
"Create an account": "创建账户",
"Enter an username you like": "输入一个您喜欢的用户名",
"Enter a password": "输入密码",
"\\(At least 8 characters and make sure is strong enough!\\)": "(至少8个字符或以上并且确保它足够复杂哟!)",
"Confirm password": "确认密码",
"Next": "下一步",
"Saving\\.\\.\\.": "保存中...",
"1\\. Please scan the following QR Code to generate TOTP with your choice of authenticator": "1. 请使用您选择的验证器扫描以下二维码来生成一次性验证码",
"Or you can click the link below:": "或者您可以点击以下链接:",
"2\\. Enter the TOTP generated by your authenticator to verify": "2. 请输入验证器生成的一次性验证码进行验证",
"TOTP verified!": "一次性验证码验证成功!",
"I don't need MFA": "我不需要多重身份验证 (MFA)",
"Complete": "完成",
"(v[0-9.]{1,}) is now available for update!": "有新版本 $1 可更新!",
"Current Version:": "当前版本: ",
"Oh no\\.\\.\\. This link is either expired or invalid\\.": "噢不!此链接已过期或不正确。",
"Scan QR Code with the WireGuard App to add peer": "使用 WireGuard APP 扫描以下二维码来添加端点",
"or click the button below to download the ": "或点击下面的按钮下载 ",
" file": " 文件",
"FROM ": "来自 ",
"(.*) is on": "$1 已启用",
"(.*) is off": "$1 已停用",
"Allowed IPs is invalid": "允许的 IP 地址错误"
}