Skip to content

Commit

Permalink
Add Traditional Chinese (#26)
Browse files Browse the repository at this point in the history
* Add Traditional Chinese

* Update zh_tw.json
  • Loading branch information
notlin4 committed Apr 16, 2023
1 parent 3c95aaa commit 4c1d75a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions common/src/main/resources/assets/world-host/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"world-host.midnightconfig.title": "World Host 設定",
"world-host.midnightconfig.serverUri": "伺服器網址",
"world-host.midnightconfig.showOnlineStatus": "顯示線上狀態",
"world-host.midnightconfig.showOnlineStatus.tooltip": "在標題畫面時顯示線上狀態",
"world-host.midnightconfig.enableFriends": "啟用好友",
"world-host.midnightconfig.enableFriends.tooltip": "啟用所有與好友相關的介面和整個好友系統。\n如果您關閉並重新啟用,所有好友都將保留。",
"world-host.midnightconfig.enableReconnectionToasts": "啟用重新連接通知",
"world-host.friends": "好友",
"world-host.friends.add_silently": "悄悄地新增好友",
"world-host.friends.add_silently.tooltip": "在不通知他的情況下新增好友",
"world-host.friends.remove": "移除好友",
"world-host.friends.remove.title": "你確定你要將這個好友從你的好友列表中移除嗎?",
"world-host.friends.remove.message": "你還是可以之後重新新增好友。",
"world-host.add_friend": "新增好友",
"world-host.add_friend.tooltip": "這會將他新增為好友,並通知他將你新增為好友。",
"world-host.add_friend.enter_username": "好友遊戲名稱",
"world-host.ws_connect.close_failed": "無法關閉與 World Host 伺服器的連接。",
"world-host.ws_connect.not_available": "無法取得玩家的 UUID。無法使用 World Host。",
"world-host.ws_connect.connect_failed": "無法連接至 World Host 伺服器!",
"world-host.ws_connect.connected": "成功連接到 World Host 伺服器",
"world-host.servers": "伺服器",
"world-host.open_world": "向好友開放",
"world-host.open_world_no_friends": "向外部開放",
"world-host.friend_added_you": "%s 將您新增為好友",
"world-host.need_add_back": "您需要重新新增他們才能成為好友。",
"world-host.error_in_connection": "連線到 World Host 伺服器時發生錯誤",
"world-host.went_online": "%s 上線了",
"world-host.went_online.desc": "到多人遊戲介面已加入他們",
"world-host.online_friends.title": "線上朋友",
"world-host.worldhost.ip.success": "這個世界的公開代理 IP 是 %s",
"world-host.worldhost.ip.no_server_support": "這個 World Host 伺服器不支持公開代理 IP",
"world-host.lan_opened.friends": "世界已在朋友頁籤中提供給好友進行主機遊玩。同時,它也可在區域網路連接埠 %s 上使用。",
"world-host.lan_opened.no_friends": "世界已建立到 IP %s。同時,它也可以在區域網路連接埠 %s 上使用。"
}

0 comments on commit 4c1d75a

Please sign in to comment.