|
7 | 7 | "key.clientsort.cancelAuto": "Cancel Auto Operation", |
8 | 8 | "key.clientsort.op.sort": "Sort", |
9 | 9 | "key.clientsort.op.stackFill": "Fill Stacks", |
10 | | - "key.clientsort.op.matchTransfer": "Transfer Matching", |
| 10 | + "key.clientsort.op.matchTransfer": "Restock", |
11 | 11 | "key.clientsort.op.transfer": "Transfer", |
12 | 12 |
|
13 | 13 | "message.clientsort.installCloth": "Install Cloth Config API to access mod options.", |
|
165 | 165 | "option.clientsort.policies.description.1": "The policy list below allows you to configure the keybind and trigger button operations for each inventory type.", |
166 | 166 | "option.clientsort.policies.description.2": "This is provided as an alternative to the in-game editor, which can be opened using a keybind when viewing an inventory, or by right-clicking on a trigger button.", |
167 | 167 | "option.clientsort.policies.description.3": "Data Format", |
168 | | - "option.clientsort.policies.description.4": "<class>/<title>,(<offset>)/<from slot>,<sort>,<fill stacks>,<transfer matching>,<transfer>,<auto op>/<reverse>,(<ignored slots>)", |
| 168 | + "option.clientsort.policies.description.4": "<class>/<title>,(<offset>)/<from slot>,<sort>,<fill stacks>,<restock>,<transfer>,<auto op>/<reverse>,(<ignored slots>)", |
169 | 169 | "option.clientsort.policies.description.5": " class: the full name of the inventory class or superclass.", |
170 | 170 | "option.clientsort.policies.description.6": " title: the title of the inventory, or empty to ignore.", |
171 | 171 | "option.clientsort.policies.description.7": " offset: 'x,y', or empty to use the default.", |
172 | 172 | "option.clientsort.policies.description.8": " from slot: '0' to anchor buttons to the edge of the inventory, '1' to anchor to an inventory slot.", |
173 | | - "option.clientsort.policies.description.9": " sort/fill/transfer: '0' to disable the operation, '1' to only enable the keybind, '2' to enable both the keybind and the GUI button.", |
| 173 | + "option.clientsort.policies.description.9": " sort/fill/restock/transfer: '0' to disable the operation, '1' to only enable the keybind, '2' to enable both the keybind and the GUI button.", |
174 | 174 | "option.clientsort.policies.description.10": " auto op: '0' to disable, '1'-'4' to trigger an operation.", |
175 | 175 | "option.clientsort.policies.description.11": " reverse: '0' for the normal direction (out), '1' for reversed (in).", |
176 | 176 | "option.clientsort.policies.description.12": " ignored slots: a list of slots that should not be affected by operations.", |
|
202 | 202 |
|
203 | 203 | "triggerButton.clientsort.SORT": "Sort", |
204 | 204 | "triggerButton.clientsort.STACK_FILL": "Fill Stacks", |
205 | | - "triggerButton.clientsort.MATCH_TRANSFER": "Transfer Matching", |
| 205 | + "triggerButton.clientsort.MATCH_TRANSFER": "Restock", |
206 | 206 | "triggerButton.clientsort.TRANSFER": "Transfer", |
207 | 207 | "triggerButton.clientsort.NONE": "None", |
208 | 208 |
|
|
0 commit comments