Skip to content

Commit 0d5071b

Browse files
committed
Rename "Transfer Matching" to "Restock" in default translation and docs
1 parent 46f54aa commit 0d5071b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Versatile and easy inventory sorting.
4949
</details>
5050

5151
<details open>
52-
<summary><b><img alt="Transfer Matching" src="./assets/images/match_transfer_down.png"> Transfer Matching</b></summary>
52+
<summary><b><img alt="Restock" src="./assets/images/match_transfer_down.png"> Restock</b></summary>
5353

54-
- Press the <img alt="Transfer Matching" src="./assets/images/match_transfer_down.png"> button, or
54+
- Press the <img alt="Restock" src="./assets/images/match_transfer_down.png"> button, or
5555
hover over the inventory that you want to move items out of and press the keybind (default:
5656
unbound).
5757
- When activated, the other inventory is restocked using items in the origin inventory. No new item
@@ -73,7 +73,7 @@ Versatile and easy inventory sorting.
7373
<tr>
7474
<td style="width:25%;"><img alt="Sort demo" src="./assets/images/sort_01.gif" style="width:100%;"></td>
7575
<td style="width:25%;"><img alt="Stack fill demo" src="./assets/images/stack_fill_01.gif" style="width:100%;"></td>
76-
<td style="width:25%;"><img alt="Transfer matching demo" src="./assets/images/transfer_matching_01.gif" style="width:100%;"></td>
76+
<td style="width:25%;"><img alt="Restock demo" src="./assets/images/transfer_matching_01.gif" style="width:100%;"></td>
7777
<td style="width:25%;"><img alt="Transfer demo" src="./assets/images/transfer_01.gif" style="width:100%;"></td>
7878
</tr>
7979
</table>
@@ -94,8 +94,7 @@ Versatile and easy inventory sorting.
9494
- Always sort specific items to the start or end.
9595
- Configurable via mod config, `Sorting` tab.
9696
- Matching overrides:
97-
- Ignore NBT data (e.g. enchantments) when comparing items in sort or transfer matching
98-
operations.
97+
- Ignore NBT data (e.g. enchantments) when comparing items in sort or restock operations.
9998
- Configurable via mod config, `Matching` tab.
10099
- Interaction sounds:
101100
- Play a sound when clicking in client-side operations.

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Note: this version includes networking changes, servers and clients must be upgraded together.
66

7+
- Renamed "Transfer Matching" to "Restock" in UIs
78
- Added an option to reverse the default transfer iteration order
89
- Added an option to arrange buttons horizontally rather than vertically
910
- Added support for creating separate class policies for unique inventory titles

common/src/main/resources/assets/clientsort/lang/en_us.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"key.clientsort.cancelAuto": "Cancel Auto Operation",
88
"key.clientsort.op.sort": "Sort",
99
"key.clientsort.op.stackFill": "Fill Stacks",
10-
"key.clientsort.op.matchTransfer": "Transfer Matching",
10+
"key.clientsort.op.matchTransfer": "Restock",
1111
"key.clientsort.op.transfer": "Transfer",
1212

1313
"message.clientsort.installCloth": "Install Cloth Config API to access mod options.",
@@ -165,12 +165,12 @@
165165
"option.clientsort.policies.description.1": "The policy list below allows you to configure the keybind and trigger button operations for each inventory type.",
166166
"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.",
167167
"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>)",
169169
"option.clientsort.policies.description.5": " class: the full name of the inventory class or superclass.",
170170
"option.clientsort.policies.description.6": " title: the title of the inventory, or empty to ignore.",
171171
"option.clientsort.policies.description.7": " offset: 'x,y', or empty to use the default.",
172172
"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.",
174174
"option.clientsort.policies.description.10": " auto op: '0' to disable, '1'-'4' to trigger an operation.",
175175
"option.clientsort.policies.description.11": " reverse: '0' for the normal direction (out), '1' for reversed (in).",
176176
"option.clientsort.policies.description.12": " ignored slots: a list of slots that should not be affected by operations.",
@@ -202,7 +202,7 @@
202202

203203
"triggerButton.clientsort.SORT": "Sort",
204204
"triggerButton.clientsort.STACK_FILL": "Fill Stacks",
205-
"triggerButton.clientsort.MATCH_TRANSFER": "Transfer Matching",
205+
"triggerButton.clientsort.MATCH_TRANSFER": "Restock",
206206
"triggerButton.clientsort.TRANSFER": "Transfer",
207207
"triggerButton.clientsort.NONE": "None",
208208

0 commit comments

Comments
 (0)