Skip to content

Commit

Permalink
New translations zh_tw.json (Chinese Traditional) (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiongSng authored Jun 29, 2022
1 parent f7597cd commit 18403bc
Showing 1 changed file with 43 additions and 11 deletions.
54 changes: 43 additions & 11 deletions translated/zh_tw/source/zh_tw/1.19/assets/jei/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@
"jei.tooltip.bookmarks.not.enough.space": "這裡沒有足夠的空間來顯示 JEI 書籤列表",
"jei.tooltip.error.recipe.transfer.missing": "缺少物品",
"jei.tooltip.error.recipe.transfer.inventory.full": "物品欄已滿",
"jei.tooltip.error.recipe.transfer.unknown": "Unknown error, see logs",
"jei.tooltip.error.recipe.transfer.no.server": "The server must have JEI installed",
"jei.tooltip.error.recipe.transfer.disabled": "The server config has disabled JEI recipe transfer",
"jei.tooltip.error.recipe.transfer.too.large.player.inventory": "Recipe is too large to craft in the 2x2 player crafting grid.",
"jei.tooltip.error.crash": "Tooltip error, see logs",
"jei.chat.error.command.too.long": "JEI must be installed on the server to handle this chat command, it is too long for Minecraft to send.",
"jei.chat.error.no.cheat.permission.1": "You do not have permission to use JEI's Cheat Mode.",
"jei.chat.error.no.cheat.permission.disabled": "On this server, JEI's Cheat Mode is disabled for all players.",
"jei.chat.error.no.cheat.permission.enabled": "On this server, the following types of players can use JEI's Cheat Mode:",
"jei.chat.error.no.cheat.permission.creative": "players who are in Creative Mode",
"jei.chat.error.no.cheat.permission.op": "players who are have Operator Status (/op)",
"jei.chat.error.no.cheat.permission.give": "players who can use /give",
"jei.key.category.overlays": "JEI (Overlays)",
Expand Down Expand Up @@ -153,5 +143,47 @@
"description.jei.wooden.door.3": "Wooden Doors can be opened/closed via redstone circuits.",
"description.jei.debug.formatting.1": "Testing %s formatting replacements.",
"description.jei.debug.formatting.2": "Testing %s %s formatting replacements.",
"description.jei.debug.formatting.3": "%s nested"
"description.jei.debug.formatting.3": "%s nested",
"jei": {
"tooltip": {
"error": {
"recipe": {
"transfer": {
"unknown": "Unknown error, see logs",
"no": {
"server": "The server must have JEI installed"
},
"disabled": "The server config has disabled JEI recipe transfer",
"too": {
"large": {
"player": {
"inventory": "Recipe is too large to craft in the 2x2 player crafting grid."
}
}
}
}
},
"crash\"": "Tooltip error, see logs"
}
},
"chat": {
"error": {
"command": {
"too": {
"long": "JEI must be installed on the server to handle this chat command, it is too long for Minecraft to send."
}
},
"no": {
"cheat": {
"permission": {
"1": "You do not have permission to use JEI's Cheat Mode.",
"disabled": "On this server, JEI's Cheat Mode is disabled for all players.",
"enabled": "On this server, the following types of players can use JEI's Cheat Mode:",
"creative": "players who are in Creative Mode"
}
}
}
}
}
}
}

0 comments on commit 18403bc

Please sign in to comment.