-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from yichifauzi/master
Add Traditional Chinese `zh_tw.json`
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"button.fabrictailor.clear_skin": "清除外觀", | ||
"button.fabrictailor.open_explorer": "開啟檔案總管", | ||
"button.fabrictailor.apply": "套用", | ||
"button.fabrictailor.set_cape": "設定披風", | ||
"button.fabrictailor.set_default_skin": "設定預設外觀", | ||
"button.fabrictailor.use_slim": "纖細模型", | ||
"description.fabrictailor.title_cape": "披風網址:", | ||
"description.fabrictailor.title_local": "外觀路徑:", | ||
"description.fabrictailor.title_player": "玩家名稱:", | ||
"description.fabrictailor.title_url": "外觀網址:", | ||
"gui.fabrictailor.change_skin": "更改外觀", | ||
"hint.fabrictailor.dragAndDrop": "您也可以將外觀拖放到這裡!", | ||
"tab.fabrictailor.title_cape": "獲取披風", | ||
"tab.fabrictailor.title_local": "上傳本地外觀", | ||
"tab.fabrictailor.title_player": "從玩家獲取", | ||
"tab.fabrictailor.title_url": "從網址獲取", | ||
"key.fabrictailor.toggle_skin_gui": "開啟外觀介面", | ||
"category.fabrictailor.skin_category": "FabricTailor", | ||
"error.fabrictailor.not_installed": "很遺憾,FabricTailor 模組未安裝在此伺服器上。請聯絡管理員以獲取更多資訊。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
|
||
"command.fabrictailor.skin.set.attempt": "正在嘗試設定外觀……請稍候。", | ||
"command.fabrictailor.skin.404": "嘗試獲取外觀時發生錯誤。", | ||
"command.fabrictailor.skin.set.404": "您必須提供您想要的外觀的網址、玩家名稱或檔案。", | ||
"command.fabrictailor.skin.set.404.url": "您必須提供您想要的外觀的網址和變種。", | ||
"command.fabrictailor.skin.set.404.path": "您必須提供您想要的外觀的檔案路徑和變種。", | ||
"command.fabrictailor.skin.set.404.playername": "您必須提供玩家名稱。", | ||
"command.fabrictailor.skin.set.success": "外觀設定成功。", | ||
"command.fabrictailor.skin.set.error": "此玩家似乎沒有儲存任何外觀。", | ||
"command.fabrictailor.skin.clear.success": "外觀已成功清除。", | ||
"command.fabrictailor.skin.clear.error": "嘗試清除您的外觀時發生錯誤。", | ||
"command.fabrictailor.skin.please_wait": "正在上傳外觀。請稍候。", | ||
"command.fabrictailor.skin.timer.please_wait": "您最近更改過外觀。您必須等待 %s 秒才能再次更改。", | ||
"command.fabrictailor.skin.upload.failed": "嘗試上傳外觀時發生問題。", | ||
"command.fabrictailor.skin.upload.malformed_url": "網址格式錯誤!", | ||
"command.fabrictailor.config.reloadSuccess": "設定檔已成功重新載入!", | ||
"command.fabrictailor.config.defaultSkin": "新玩家的預設外觀已成功設定!", | ||
"hint.fabrictailor.server_skin_path": "FabricTailor 模組正在伺服器環境中執行。請確保路徑指向伺服器上的外觀檔案。", | ||
"hint.fabrictailor.client_only": "披風和高畫質外觀將只對使用 FabricTailor 模組的其他玩家可見。" | ||
} |