Add/Update Chinese (Traditional) translation
This commit is contained in:
parent
a875ddcf54
commit
d62c8a0f16
4 changed files with 30 additions and 4 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>"
|
||||
}
|
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!": "是,我想要幫助!"
|
||||
}
|
|
@ -5,10 +5,10 @@
|
|||
"Connectable peers": "可連線節點",
|
||||
|
||||
"Data transfer": "數據傳輸",
|
||||
"Received": "已接收",
|
||||
"Received bytes": "接收字節",
|
||||
"Sent": "已發送",
|
||||
"Sent bytes": "發送字節",
|
||||
"Received": "已收到",
|
||||
"Received bytes": "收到字節",
|
||||
"Sent": "已傳送",
|
||||
"Sent bytes": "傳送字節",
|
||||
|
||||
"Files": "檔",
|
||||
"Total": "共計",
|
||||
|
|
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"
|
||||
}
|
Loading…
Reference in a new issue