Skip to content

Commit faf2aa5

Browse files
committed
Sync translations
1 parent 41806dd commit faf2aa5

File tree

4 files changed

+53
-29
lines changed

4 files changed

+53
-29
lines changed

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@
1313
"title.clientsort.groupSelector": "ClientSort GUI Editor - Select a Widget to Edit",
1414

1515
"title.clientsort.positionEditor": "ClientSort GUI Editor",
16-
"message.clientsort.positionEditor": "Click and drag to move buttons around, or use the arrow keys on your keyboard. Hold SHIFT while pressing arrow keys to move faster.",
1716

1817
"title.clientsort.confirm.saveAsDefault": "Save Button Position as Default",
1918
"message.clientsort.confirm.saveAsDefault": "Are you sure you want to save this button position as the default? If you want to reset the default position in future, you must do so via the main options menu.",
2019

2120
"title.clientsort.confirm.splitConfig": "Split this Configuration",
22-
"message.clientsort.confirm.splitConfig": "This configuration is currently specified by class '%s'. Are you sure you want to create a unique configuration for class '%s'? If you want to revert this change in future, you must delete the entry in the main options menu.",
23-
24-
"button.clientsort.status": "Status",
25-
"button.clientsort.status.tooltip": "Toggle status of the selected button.",
21+
"message.clientsort.confirm.splitConfig": "This layout is currently specified by key '%s'. Are you sure you want to create a new layout under key '%s'? If you want to revert this change in future, you must delete the latter entry in the main options menu.",
22+
23+
"button.clientsort.gui": "GUI",
24+
"button.clientsort.gui.enabled": "Enabled",
25+
"button.clientsort.gui.disabled": "Disabled",
26+
"button.clientsort.instructions": "Instructions",
27+
"button.clientsort.instructions.tooltip.1": "Click and drag to move buttons around, or use the arrow keys on your keyboard.",
28+
"button.clientsort.instructions.tooltip.2": "Hold SHIFT while pressing the arrow keys to move faster.",
29+
"button.clientsort.instructions.tooltip.3": "Right-click a button to enable or disable it.",
2630
"button.clientsort.toggleAll": "Toggle All",
2731
"button.clientsort.toggleAll.tooltip": "Toggle the status of all buttons.",
2832
"button.clientsort.moveToDefault": "Move to Default",
29-
"button.clientsort.moveToDefault.tooltip": "Move all buttons to their default offsets.",
33+
"button.clientsort.moveToDefault.tooltip": "Move the buttons to their default offsets.",
3034
"button.clientsort.splitConfig": "Split Config",
3135
"button.clientsort.splitConfig.tooltip": "Create a unique configuration for this GUI (requires confirmation).",
3236
"button.clientsort.saveAsDefault": "Save as Default",
@@ -37,7 +41,9 @@
3741
"button.clientsort.reselect.tooltip": "Select a different set of buttons.",
3842

3943
"info.clientsort.offset": "Offset: (%d, %d)",
40-
"info.clientsort.className": "GUI: %s",
44+
"info.clientsort.layoutKey.current": "Layout Key: %s",
45+
"info.clientsort.layoutKey.menu": "Active Menu: %s",
46+
"info.clientsort.layoutKey.unset": "Not set",
4147

4248
"option.clientsort.general": "Общие",
4349
"option.clientsort.interactionInterval": "Interaction Interval",
@@ -123,4 +129,4 @@
123129
"error.clientsort.buttonLayout.pattern": "Data does not match required pattern: %s",
124130
"error.clientsort.buttonLayout.classNotFound": "Could not find a class matching name: %s",
125131
"error.clientsort.buttonLayout.parseOffset": "Could not parse an offset from data: (%s,%s)"
126-
}
132+
}

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@
1313
"title.clientsort.groupSelector": "ClientSort GUI Editor - Select a Widget to Edit",
1414

1515
"title.clientsort.positionEditor": "ClientSort GUI Editor",
16-
"message.clientsort.positionEditor": "Click and drag to move buttons around, or use the arrow keys on your keyboard. Hold SHIFT while pressing arrow keys to move faster.",
1716

1817
"title.clientsort.confirm.saveAsDefault": "Save Button Position as Default",
1918
"message.clientsort.confirm.saveAsDefault": "Are you sure you want to save this button position as the default? If you want to reset the default position in future, you must do so via the main options menu.",
2019

2120
"title.clientsort.confirm.splitConfig": "Split this Configuration",
22-
"message.clientsort.confirm.splitConfig": "This configuration is currently specified by class '%s'. Are you sure you want to create a unique configuration for class '%s'? If you want to revert this change in future, you must delete the entry in the main options menu.",
23-
24-
"button.clientsort.status": "Status",
25-
"button.clientsort.status.tooltip": "Toggle status of the selected button.",
21+
"message.clientsort.confirm.splitConfig": "This layout is currently specified by key '%s'. Are you sure you want to create a new layout under key '%s'? If you want to revert this change in future, you must delete the latter entry in the main options menu.",
22+
23+
"button.clientsort.gui": "GUI",
24+
"button.clientsort.gui.enabled": "Enabled",
25+
"button.clientsort.gui.disabled": "Disabled",
26+
"button.clientsort.instructions": "Instructions",
27+
"button.clientsort.instructions.tooltip.1": "Click and drag to move buttons around, or use the arrow keys on your keyboard.",
28+
"button.clientsort.instructions.tooltip.2": "Hold SHIFT while pressing the arrow keys to move faster.",
29+
"button.clientsort.instructions.tooltip.3": "Right-click a button to enable or disable it.",
2630
"button.clientsort.toggleAll": "Toggle All",
2731
"button.clientsort.toggleAll.tooltip": "Toggle the status of all buttons.",
2832
"button.clientsort.moveToDefault": "Move to Default",
29-
"button.clientsort.moveToDefault.tooltip": "Move all buttons to their default offsets.",
33+
"button.clientsort.moveToDefault.tooltip": "Move the buttons to their default offsets.",
3034
"button.clientsort.splitConfig": "Split Config",
3135
"button.clientsort.splitConfig.tooltip": "Create a unique configuration for this GUI (requires confirmation).",
3236
"button.clientsort.saveAsDefault": "Save as Default",
@@ -37,7 +41,9 @@
3741
"button.clientsort.reselect.tooltip": "Select a different set of buttons.",
3842

3943
"info.clientsort.offset": "Offset: (%d, %d)",
40-
"info.clientsort.className": "GUI: %s",
44+
"info.clientsort.layoutKey.current": "Layout Key: %s",
45+
"info.clientsort.layoutKey.menu": "Active Menu: %s",
46+
"info.clientsort.layoutKey.unset": "Not set",
4147

4248
"option.clientsort.general": "Загальні",
4349
"option.clientsort.interactionInterval": "Interaction Interval",

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@
1313
"title.clientsort.groupSelector": "ClientSort GUI Editor - Select a Widget to Edit",
1414

1515
"title.clientsort.positionEditor": "ClientSort GUI Editor",
16-
"message.clientsort.positionEditor": "Click and drag to move buttons around, or use the arrow keys on your keyboard. Hold SHIFT while pressing arrow keys to move faster.",
1716

1817
"title.clientsort.confirm.saveAsDefault": "Save Button Position as Default",
1918
"message.clientsort.confirm.saveAsDefault": "Are you sure you want to save this button position as the default? If you want to reset the default position in future, you must do so via the main options menu.",
2019

2120
"title.clientsort.confirm.splitConfig": "Split this Configuration",
22-
"message.clientsort.confirm.splitConfig": "This configuration is currently specified by class '%s'. Are you sure you want to create a unique configuration for class '%s'? If you want to revert this change in future, you must delete the entry in the main options menu.",
23-
24-
"button.clientsort.status": "Status",
25-
"button.clientsort.status.tooltip": "Toggle status of the selected button.",
21+
"message.clientsort.confirm.splitConfig": "This layout is currently specified by key '%s'. Are you sure you want to create a new layout under key '%s'? If you want to revert this change in future, you must delete the latter entry in the main options menu.",
22+
23+
"button.clientsort.gui": "GUI",
24+
"button.clientsort.gui.enabled": "Enabled",
25+
"button.clientsort.gui.disabled": "Disabled",
26+
"button.clientsort.instructions": "Instructions",
27+
"button.clientsort.instructions.tooltip.1": "Click and drag to move buttons around, or use the arrow keys on your keyboard.",
28+
"button.clientsort.instructions.tooltip.2": "Hold SHIFT while pressing the arrow keys to move faster.",
29+
"button.clientsort.instructions.tooltip.3": "Right-click a button to enable or disable it.",
2630
"button.clientsort.toggleAll": "Toggle All",
2731
"button.clientsort.toggleAll.tooltip": "Toggle the status of all buttons.",
2832
"button.clientsort.moveToDefault": "Move to Default",
29-
"button.clientsort.moveToDefault.tooltip": "Move all buttons to their default offsets.",
33+
"button.clientsort.moveToDefault.tooltip": "Move the buttons to their default offsets.",
3034
"button.clientsort.splitConfig": "Split Config",
3135
"button.clientsort.splitConfig.tooltip": "Create a unique configuration for this GUI (requires confirmation).",
3236
"button.clientsort.saveAsDefault": "Save as Default",
@@ -37,7 +41,9 @@
3741
"button.clientsort.reselect.tooltip": "Select a different set of buttons.",
3842

3943
"info.clientsort.offset": "Offset: (%d, %d)",
40-
"info.clientsort.className": "GUI: %s",
44+
"info.clientsort.layoutKey.current": "Layout Key: %s",
45+
"info.clientsort.layoutKey.menu": "Active Menu: %s",
46+
"info.clientsort.layoutKey.unset": "Not set",
4147

4248
"option.clientsort.general": "通用",
4349
"option.clientsort.interactionInterval": "Interaction Interval",

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@
1313
"title.clientsort.groupSelector": "ClientSort GUI Editor - Select a Widget to Edit",
1414

1515
"title.clientsort.positionEditor": "ClientSort GUI Editor",
16-
"message.clientsort.positionEditor": "Click and drag to move buttons around, or use the arrow keys on your keyboard. Hold SHIFT while pressing arrow keys to move faster.",
1716

1817
"title.clientsort.confirm.saveAsDefault": "Save Button Position as Default",
1918
"message.clientsort.confirm.saveAsDefault": "Are you sure you want to save this button position as the default? If you want to reset the default position in future, you must do so via the main options menu.",
2019

2120
"title.clientsort.confirm.splitConfig": "Split this Configuration",
22-
"message.clientsort.confirm.splitConfig": "This configuration is currently specified by class '%s'. Are you sure you want to create a unique configuration for class '%s'? If you want to revert this change in future, you must delete the entry in the main options menu.",
23-
24-
"button.clientsort.status": "Status",
25-
"button.clientsort.status.tooltip": "Toggle status of the selected button.",
21+
"message.clientsort.confirm.splitConfig": "This layout is currently specified by key '%s'. Are you sure you want to create a new layout under key '%s'? If you want to revert this change in future, you must delete the latter entry in the main options menu.",
22+
23+
"button.clientsort.gui": "GUI",
24+
"button.clientsort.gui.enabled": "Enabled",
25+
"button.clientsort.gui.disabled": "Disabled",
26+
"button.clientsort.instructions": "Instructions",
27+
"button.clientsort.instructions.tooltip.1": "Click and drag to move buttons around, or use the arrow keys on your keyboard.",
28+
"button.clientsort.instructions.tooltip.2": "Hold SHIFT while pressing the arrow keys to move faster.",
29+
"button.clientsort.instructions.tooltip.3": "Right-click a button to enable or disable it.",
2630
"button.clientsort.toggleAll": "Toggle All",
2731
"button.clientsort.toggleAll.tooltip": "Toggle the status of all buttons.",
2832
"button.clientsort.moveToDefault": "Move to Default",
29-
"button.clientsort.moveToDefault.tooltip": "Move all buttons to their default offsets.",
33+
"button.clientsort.moveToDefault.tooltip": "Move the buttons to their default offsets.",
3034
"button.clientsort.splitConfig": "Split Config",
3135
"button.clientsort.splitConfig.tooltip": "Create a unique configuration for this GUI (requires confirmation).",
3236
"button.clientsort.saveAsDefault": "Save as Default",
@@ -37,7 +41,9 @@
3741
"button.clientsort.reselect.tooltip": "Select a different set of buttons.",
3842

3943
"info.clientsort.offset": "Offset: (%d, %d)",
40-
"info.clientsort.className": "GUI: %s",
44+
"info.clientsort.layoutKey.current": "Layout Key: %s",
45+
"info.clientsort.layoutKey.menu": "Active Menu: %s",
46+
"info.clientsort.layoutKey.unset": "Not set",
4147

4248
"option.clientsort.general": "一般",
4349
"option.clientsort.interactionInterval": "Interaction Interval",

0 commit comments

Comments
 (0)