-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations en_us.json (Chinese Traditional)
- Loading branch information
1 parent
317903d
commit e28265f
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
common/src/main/resources/assets/betterp2p/lang/zh_tw.json
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,49 @@ | ||
{ | ||
"item.betterp2p.advanced_memory_card": "Advanced Memory Card", | ||
"item.betterp2p.advanced_memory_card.selected": "Frequency:", | ||
"gui.advanced_memory_card.select": "Select", | ||
"gui.advanced_memory_card.bind": "Bind", | ||
"gui.advanced_memory_card.unbind": "Unbind", | ||
"gui.advanced_memory_card.pos": "Pos: %d, %d, %d", | ||
"gui.advanced_memory_card.side": "Side: %s", | ||
"gui.advanced_memory_card.dim": "Dim: %d", | ||
"gui.advanced_memory_card.name": "Name: %s", | ||
"gui.advanced_memory_card.sortinfo1": "Sorting tags", | ||
"gui.advanced_memory_card.sortinfo2": "Show Input P2Ps only", | ||
"gui.advanced_memory_card.sortinfo3": "Show Output P2Ps only", | ||
"gui.advanced_memory_card.sortinfo4": "Show Bound P2Ps only", | ||
"gui.advanced_memory_card.sortinfo5": "Show Unbound P2Ps only", | ||
"gui.advanced_memory_card.sortinfo6": "Filter by type name(s)", | ||
"gui.advanced_memory_card.sortinfo7": "Tags are space separated and are combined w/ the AND operator.", | ||
"gui.advanced_memory_card.extra.channel": "Channels used: %s", | ||
"gui.advanced_memory_card.mode.input": "Current Mode: Bind to Input", | ||
"gui.advanced_memory_card.mode.input.desc.1": "• Before binding, the §aselected §aP2P §7and §bbind §btarget §7(if output) have their connections removed.", | ||
"gui.advanced_memory_card.mode.input.desc.2": "• The §aselected P2P §7becomes the the §6output§7, while the §bbind §btarget §7becomes the §9input§7.", | ||
"gui.advanced_memory_card.mode.input.desc.3": "• The §aselected P2P §7becomes the same type as its new input, and the §bbind §btarget §7is added to the output list.", | ||
"gui.advanced_memory_card.mode.output": "Current Mode: Bind to Output", | ||
"gui.advanced_memory_card.mode.output.desc.1": "• Before binding, the §aselected §aP2P §7(if output) and §bbind §btarget §7have their connections removed.", | ||
"gui.advanced_memory_card.mode.output.desc.2": "• The §aselected P2P §7becomes the the §9input§7, while the §bbind §btarget §7becomes the §6output§7.", | ||
"gui.advanced_memory_card.mode.output.desc.3": "• The §bbind target §7becomes the same type as its new input, and is added to the output list.", | ||
"gui.advanced_memory_card.mode.copy": "Current Mode: Copy Input to Output", | ||
"gui.advanced_memory_card.mode.copy.desc.1": "• §aSelected P2P §7must be an §9input.", | ||
"gui.advanced_memory_card.mode.copy.desc.2": "• Before binding, the §bbind §btarget §7has its connections removed.", | ||
"gui.advanced_memory_card.mode.copy.desc.3": "• The §aselected §aP2P §7becomes the §9input§7, while the §bbind §btarget §7is added to the list of the §aselected §aP2P's §6outputs§7.", | ||
"gui.advanced_memory_card.mode.copy.desc.4": "• The §bbind target §7becomes the same type as its new input.", | ||
"gui.advanced_memory_card.mode.unbind": "Current Mode: Unbind", | ||
"gui.advanced_memory_card.mode.unbind.desc.1": "• Disables normal functions; you can no longer bind P2Ps.", | ||
"gui.advanced_memory_card.mode.unbind.desc.2": "• All bound P2Ps are now unbindable, which resets its frequency and converts it back to an §9input§7.", | ||
"gui.advanced_memory_card.desc.not_set": "Not set", | ||
"gui.advanced_memory_card.desc.effect": "Effect:", | ||
"gui.advanced_memory_card.gui_scale.small": "Current Size: Small", | ||
"gui.advanced_memory_card.gui_scale.normal": "Current Size: Standard", | ||
"gui.advanced_memory_card.gui_scale.large": "Current Size: Large", | ||
"gui.advanced_memory_card.gui_scale.dynamic": "Current Size: Automatic", | ||
"gui.advanced_memory_card.p2p_status.bound": "Bound", | ||
"gui.advanced_memory_card.p2p_status.unbound": "Unbound", | ||
"gui.advanced_memory_card.p2p_status.input": "Input", | ||
"gui.advanced_memory_card.p2p_status.output": "Output", | ||
"gui.advanced_memory_card.p2p_status.offline": "Offline", | ||
"gui.advanced_memory_card.types.filtered": "Showing: %s", | ||
"gui.advanced_memory_card.types.any": "§aAll", | ||
"gui.advanced_memory_card.error.same_type": "P2P already this type." | ||
} |