|
5 | 5 |
|
6 | 6 | "resourcepack.clientsort.dark-mode": "ClientSort 深色模式", |
7 | 7 |
|
8 | | - "key.category.clientsort.main": "ClientSort", |
9 | 8 | "key.clientsort.edit": "打开编辑器", |
10 | 9 | "key.clientsort.op.sort": "整理", |
11 | 10 | "key.clientsort.op.stackFill": "填充堆叠", |
|
27 | 26 | "title.clientsort.confirm.splitPolicy": "拆分此策略", |
28 | 27 | "message.clientsort.confirm.splitPolicy": "此策略当前由类 '%s' 指定。你确定要为此类 '%s' 创建一个单独的策略吗?如果将来想要撤销此更改,必须在主选项菜单中删除新策略。", |
29 | 28 |
|
| 29 | + "title.clientsort.confirm.disableButtons": "Disable Inventory Trigger Buttons", |
| 30 | + "message.clientsort.confirm.disableButtons.1": "If you want to re-enable the buttons later, you must either use the %s keybind while viewing an inventory, or visit the %s tab in mod configuration.", |
| 31 | + "message.clientsort.confirm.disableButtons.2": "Are you sure you want to disable all buttons?", |
| 32 | + |
30 | 33 | "editor.clientsort.buttons": "按钮", |
31 | 34 | "editor.clientsort.enabled": "已启用", |
32 | 35 | "editor.clientsort.disabled": "已禁用", |
|
36 | 39 | "editor.clientsort.instructions.tooltip.3": "右键单击按钮以在物品栏菜单中显示或隐藏它。", |
37 | 40 | "editor.clientsort.instructions.tooltip.4": "按住 SHIFT 并右键单击按钮以启用或禁用该操作。", |
38 | 41 | "editor.clientsort.instructions.tooltip.5": "左键单击槽位以锁定或解锁它。", |
| 42 | + "editor.clientsort.disableButtons": "Disable Buttons", |
| 43 | + "editor.clientsort.disableButtons.tooltip": "Disable all buttons and exit (requires confirmation).", |
39 | 44 | "editor.clientsort.toggleVisibility": "切换可见性", |
40 | 45 | "editor.clientsort.toggleVisibility.tooltip": "切换所有按钮的可见性。", |
41 | 46 | "editor.clientsort.unignoreSlots": "取消忽略所有槽位", |
|
68 | 73 | "option.clientsort.optimizeCreativeSorting.tooltip": "是否通过将顺序存储在内存中来提高创造模式排序的性能。", |
69 | 74 | "option.clientsort.hotbarScope": "快捷栏范围", |
70 | 75 | "option.clientsort.extraSlotScope": "额外槽位范围", |
71 | | - "option.clientsort.bundlesUseRightClick": "收纳袋使用右键单击", |
72 | | - "option.clientsort.bundlesUseRightClick.tooltip": "在 1.21.1 及更早版本中,收纳袋使用右键单击来装载物品,这可能会干扰物品栏操作。如果在 1.21.1 或更早版本的服务器上游戏,请启用此选项。", |
| 76 | + "option.clientsort.bundlesUseLeftClick": "Bundles use Left Click", |
| 77 | + "option.clientsort.bundlesUseLeftClick.tooltip": "In 1.21.2+, bundles use left-click to load, which can interfere with inventory actions. If playing on a 1.21.2+ server, enable this option.", |
73 | 78 | "option.clientsort.showDebugInfo": "显示调试信息", |
74 | 79 | "option.clientsort.showDebugInfo.tooltip": "是否在图形界面上显示调试信息并启用调试日志记录。值将在重启游戏时重置。", |
75 | 80 |
|
|
115 | 120 | "option.clientsort.allowSoundOverlap.tooltip": "是否在开始新音效时允许先前的音效继续播放。", |
116 | 121 |
|
117 | 122 | "option.clientsort.keybinds": "按键绑定", |
| 123 | + "option.clientsort.isolateKeybinds": "Isolate Keybinds", |
| 124 | + "option.clientsort.isolateKeybinds.tooltip": "If this is enabled, ClientSort will attempt to remove its own keybinds from Minecraft's map. This may help prevent conflicts, but may not be compatible with mods that alter the keybind system.", |
118 | 125 |
|
119 | 126 | "option.clientsort.buttons": "按钮", |
120 | 127 | "option.clientsort.showButtons": "显示按钮", |
|
129 | 136 | "option.clientsort.layoutOffset.y": "Y 轴偏移", |
130 | 137 |
|
131 | 138 | "option.clientsort.policies": "策略", |
| 139 | + "option.clientsort.policies.instructions": "Instructions", |
132 | 140 | "option.clientsort.policies.description.1": "下面的策略列表允许您为每种物品栏类型配置按键绑定和按钮操作。", |
133 | 141 | "option.clientsort.policies.description.2": "这作为游戏内编辑器的替代方案提供,在查看物品栏时可以使用按键绑定打开编辑器。", |
134 | 142 | "option.clientsort.policies.description.3": "数据格式", |
|
137 | 145 | "option.clientsort.policies.description.6": "偏移量:'x,y',或留空以使用默认值。", |
138 | 146 | "option.clientsort.policies.description.7": "状态:'0' 禁用操作,'1' 仅启用按键绑定,'2' 同时启用按键绑定和图形界面按钮。", |
139 | 147 | "option.clientsort.policies.description.8": "忽略的槽位:不应受操作影响的槽位列表。", |
| 148 | + "option.clientsort.policies.description.9": "Note: fill and transfer buttons are only shown if enabled on both the player inventory and the container.", |
140 | 149 | "option.clientsort.classPolicies": "类策略", |
141 | 150 | "option.clientsort.classPolicies.tooltip": "下面的每个条目对应一种特定类型的物品栏。", |
142 | 151 |
|
|
0 commit comments