Add/Update Chinese translation (#692)
* Fix translation commented by ooser * “Site Control" translation * Add/Update Chinese (Simplified) translation * Add/Update Chinese (Traditional) translation * Correct "limit used" translation by P2P
This commit is contained in:
parent
350b417ccb
commit
61654edbf6
8 changed files with 47 additions and 9 deletions
5
plugins/MergerSite/languages/zh-tw.json
Normal file
5
plugins/MergerSite/languages/zh-tw.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"Add <b>%s</b> new site?": "添加新網站: <b>%s</b>?",
|
||||||
|
"Added <b>%s</b> new site": "已添加到新網站:<b>%s</b>",
|
||||||
|
"Site deleted: <b>%s</b>": "網站已刪除:<b>%s</b>"
|
||||||
|
}
|
5
plugins/MergerSite/languages/zh.json
Normal file
5
plugins/MergerSite/languages/zh.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"Add <b>%s</b> new site?": "添加新站点: <b>%s</b>?",
|
||||||
|
"Added <b>%s</b> new site": "已添加到新站点:<b>%s</b>",
|
||||||
|
"Site deleted: <b>%s</b>": "站点已删除:<b>%s</b>"
|
||||||
|
}
|
7
plugins/OptionalManager/languages/zh-tw.json
Normal file
7
plugins/OptionalManager/languages/zh-tw.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"Pinned %s files": "已固定 %s 個檔",
|
||||||
|
"Removed pin from %s files": "已解除固定 %s 個檔",
|
||||||
|
"You started to help distribute <b>%s</b>.<br><small>Directory: %s</small>": "你已經開始幫助分發 <b>%s</b> 。<br><small>目錄:%s</small>",
|
||||||
|
"Help distribute all new optional files on site <b>%s</b>": "你想要幫助分發 <b>%s</b> 網站的所有檔嗎?",
|
||||||
|
"Yes, I want to help!": "是,我想要幫助!"
|
||||||
|
}
|
7
plugins/OptionalManager/languages/zh.json
Normal file
7
plugins/OptionalManager/languages/zh.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"Pinned %s files": "已固定 %s 个文件",
|
||||||
|
"Removed pin from %s files": "已解除固定 %s 个文件",
|
||||||
|
"You started to help distribute <b>%s</b>.<br><small>Directory: %s</small>": "你已经开始帮助分发 <b>%s</b> 。<br><small>目录:%s</small>",
|
||||||
|
"Help distribute all new optional files on site <b>%s</b>": "你想要帮助分发 <b>%s</b> 站点的所有文件吗?",
|
||||||
|
"Yes, I want to help!": "是,我想要帮助!"
|
||||||
|
}
|
|
@ -5,10 +5,10 @@
|
||||||
"Connectable peers": "可連線節點",
|
"Connectable peers": "可連線節點",
|
||||||
|
|
||||||
"Data transfer": "數據傳輸",
|
"Data transfer": "數據傳輸",
|
||||||
"Received": "已接收",
|
"Received": "已收到",
|
||||||
"Received bytes": "接收字節",
|
"Received bytes": "收到字節",
|
||||||
"Sent": "已發送",
|
"Sent": "已傳送",
|
||||||
"Sent bytes": "發送字節",
|
"Sent bytes": "傳送字節",
|
||||||
|
|
||||||
"Files": "檔",
|
"Files": "檔",
|
||||||
"Total": "共計",
|
"Total": "共計",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"User data": "用戶數據",
|
"User data": "用戶數據",
|
||||||
|
|
||||||
"Size limit": "大小限制",
|
"Size limit": "大小限制",
|
||||||
"limit used": "限制使用",
|
"limit used": "限额",
|
||||||
"free space": "可用空間",
|
"free space": "可用空間",
|
||||||
"Set": "設定",
|
"Set": "設定",
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"User data": "用户数据",
|
"User data": "用户数据",
|
||||||
|
|
||||||
"Size limit": "大小限制",
|
"Size limit": "大小限制",
|
||||||
"limit used": "限制已用",
|
"limit used": "限额",
|
||||||
"free space": "剩余空间",
|
"free space": "剩余空间",
|
||||||
"Set": "设置",
|
"Set": "设置",
|
||||||
|
|
||||||
|
|
14
plugins/Trayicon/languages/zh-tw.json
Normal file
14
plugins/Trayicon/languages/zh-tw.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"ZeroNet Twitter": "ZeroNet Twitter",
|
||||||
|
"ZeroNet Reddit": "ZeroNet Reddit",
|
||||||
|
"ZeroNet Github": "ZeroNet Github",
|
||||||
|
"Report bug/request feature": "回饋问题/請求功能",
|
||||||
|
"!Open ZeroNet": "!開啟 ZeroNet",
|
||||||
|
"Quit": "退出",
|
||||||
|
"(active)": "(主動模式)",
|
||||||
|
"(passive)": "(被動模式)",
|
||||||
|
"Connections: %s": "連線數: %s",
|
||||||
|
"Received: %.2f MB | Sent: %.2f MB": "已收到: %.2f MB | 已傳送: %.2f MB",
|
||||||
|
"Show console window": "顯示控制臺窗體",
|
||||||
|
"Start ZeroNet when Windows starts": "在 Windows 啟動時執行 ZeroNet"
|
||||||
|
}
|
|
@ -5,10 +5,10 @@
|
||||||
"Report bug/request feature": "反馈问题/请求功能",
|
"Report bug/request feature": "反馈问题/请求功能",
|
||||||
"!Open ZeroNet": "!打开 ZeroNet",
|
"!Open ZeroNet": "!打开 ZeroNet",
|
||||||
"Quit": "退出",
|
"Quit": "退出",
|
||||||
"(active)": "(激活)",
|
"(active)": "(主动模式)",
|
||||||
"(passive)": "(passive)",
|
"(passive)": "(被动模式)",
|
||||||
"Connections: %s": "连接数: %s",
|
"Connections: %s": "连接数: %s",
|
||||||
"Received: %.2f MB | Sent: %.2f MB": "已收到: %.2f MB | 已发送: %.2f MB",
|
"Received: %.2f MB | Sent: %.2f MB": "已接收: %.2f MB | 已发送: %.2f MB",
|
||||||
"Show console window": "显示控制台窗口",
|
"Show console window": "显示控制台窗口",
|
||||||
"Start ZeroNet when Windows starts": "在 Windows 启动时运行 ZeroNet"
|
"Start ZeroNet when Windows starts": "在 Windows 启动时运行 ZeroNet"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue