diff --git a/src/Translate/languages/zh.json b/src/Translate/languages/zh.json new file mode 100644 index 00000000..b783a83d --- /dev/null +++ b/src/Translate/languages/zh.json @@ -0,0 +1,51 @@ +{ + "Congratulation, your port {0} is opened.
You are full member of ZeroNet network!": "祝贺,你的端口 ({0}) 已经打开。
你已经是 ZeroNet 网络的正式成员了!", + "Tor mode active, every connection using Onion route.": "Tor 模式启用,每个连接正在使用洋葱路由。", + "Successfully started Tor onion hidden services.": "成功启动 Tor 洋葱隐藏服务。", + "Unable to start hidden services, please check your config.": "无法打开隐藏服务,请检查你的配置。", + "For faster connections open {0} port on your router.": "为了更快的连接请在路由器上打开 {0} 端口。", + "Your connection is restricted. Please, open {0} port on your router": "你的连接受限制。请在你的路由器上打开 {0} 端口", + "or configure Tor to become full member of ZeroNet network.": "或者配置你的 Tor 来成为 ZeroNet 的正式成员。", + + "Select account you want to use in this site:": "选择你要在这个网站使用的帐户:", + "currently selected": "当前选择", + "Unique to site": "网站独有身份", + + "Content signing failed": "内容签名失败", + "Content publish queued for {0:.0f} seconds.": "内容已加入 {0:.0f} 秒后的发布队列。", + "Content published to {0} peers.": "内容已发布到 {0} 个节点。", + "No peers found, but your content is ready to access.": "找不到节点,但是你的内容已经准备好被访问。", + "Your network connection is restricted. Please, open {0} port": "你的网络连接受限制。请在你的路由器上打开 {0} 端口", + "on your router to make your site accessible for everyone.": "确保你的站点能被每一个人访问。", + "Content publish failed.": "内容发布失败。", + "This file still in sync, if you write it now, then the previous content may be lost.": "这个文件仍然在同步中,如果你现在写入它,之前的内容可能会被丢失。", + "Write content anyway": "强制写入内容", + "New certificate added:": "新证书:", + "You current certificate:": "你当前的证书:", + "Change it to {auth_type}/{auth_user_name}@{domain}": "更改至 {auth_type}/{auth_user_name}@{domain}-ra", + "Certificate changed to: {auth_type}/{auth_user_name}@{domain}.": "证书更改至:{auth_type}/{auth_user_name}@{domain}。", + "Site cloned": "站点已克隆", + + "You have successfully changed the web interface's language!": "你已经成功更改了 web 界面的语言!", + "Due to the browser's caching, the full transformation could take some minute.": "由于你的浏览器缓存,完整的翻译可能需要花几分钟。", + + "Connection with UiServer Websocket was lost. Reconnecting...": "Az UiServer Websocket 已丢失。重新连接中...", + "Connection with UiServer Websocket recovered.": "Az UiServer Websocket 已恢复。", + "UiServer Websocket error, please reload the page.": "UiServer Websocket 错误,请重新加载页面。", + "   Connecting...": "   连接中...", + "Site size: ": "站点大小:", + "MB is larger than default allowed ": "MB 比默认允许的值更大 ", + "Open site and set size limit to \" + site_info.next_size_limit + \"MB": "打开站点并设置大小限制到 \" + site_info.next_size_limit + \"MB-ra", + " files needs to be downloaded": " 个文件需要下载", + " downloaded": " 已下载", + " download failed": " 下载失败", + "Peers found: ": "已找到节点:", + "No peers found": "找不到节点", + "Running out of size limit (": "超出大小限制", + "Set limit to \" + site_info.next_size_limit + \"MB": "设置限制到 \" + site_info.next_size_limit + \"MB", + "Site size limit changed to {0}MB": "站点大小限制更改到 {0}MB", + " New version of this page has just released.
Reload to see the modified content.": "本页面的新版本已经释出。
重新加载来查看更改后的内容。", + "This site requests permission:": "这个站点的请求权限:", + "Grant": "授权" + +} \ No newline at end of file