Skip to content

Commit

Permalink
Add translation for Traditional Chinese (Hong Kong)
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAreaBean authored and BenWoodworth committed Aug 17, 2024
1 parent 03d0993 commit 41adcd5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions fastcraft-core/src/main/resources/lang/zh-hk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"localization.translator": "HappyAreaBean",
"localization.translator.from": "youtube.com/happyareabean",
"gui.title": "FastCraft",
"gui.recipe.ingredients": "${green}配方:",
"gui.recipe.ingredients.item": "$green ${amount}x $item",
"gui.recipe.results": "${green}獲得:",
"gui.recipe.results.item": "$green ${amount}x $item",
"gui.recipe.id": "${dark_gray}ID:$id",
"gui.button.page.title": "${green}第 $page/$total 頁",
"gui.button.page.description.0": "${aqua}撳左鍵:下一頁",
"gui.button.page.description.1": "${aqua}撳右鍵:上一頁",
"gui.button.page.description.2": "${aqua}滑鼠中鍵:第一頁",
"gui.button.refresh.title": "${green}重新整理",
"gui.button.refresh.description.0": "${aqua}重新整理 FastCraft",
"gui.button.craft-amount.title": "${green}合成數量(倍):",
"gui.button.craft-amount.description.0": "${yellow}撳左鍵嚟增加 / 撳右鍵嚟減少",
"gui.button.craft-amount.description.1": "${aqua}撳住 Shift 增加 1",
"gui.button.craft-amount.description.2": "${aqua}撳滑鼠中鍵返去 1x",
"gui.button.crafting-grid.title": "${green}合成台",
"gui.button.crafting-grid.description.0": "${yellow}打開 3x3 合成台",
"gui.button.crafting-grid.description.1": "${yellow}用 ${green}/fc set enabled ${yellow}嚟開關 FastCraft",
"command.error.usage": "${red}正確使用方式:${usage}",
"command.error.permission": "${red}你需要呢個權限先可以使用:${permission}",
"command.error.console.only": "${red}呢個指令只可以喺伺服器控制台執行",
"command.error.player.only": "${red}呢個指令只有玩家先可以用",
"command.error.player.unknown": "${red}未知嘅玩家:${player}",
"command.set.enabled.true": "${green}開啟 FastCraft",
"command.set.enabled.false": "${green}關閉 FastCraft",
"command.set.enabled.true.player": "${green}開啟 ${player} 的 FastCraft",
"command.set.enabled.false.player": "${green}關閉 ${player} 的 FastCraft",
"command.reload.reloaded": "${green}FastCraft 已經重新載入!"
}

0 comments on commit 41adcd5

Please sign in to comment.