diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-20 01:00:51 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-20 01:00:51 -0400 |
commit | 6a0117ce7f58ee3e1b1b510ad5c53f08388a4128 (patch) | |
tree | cd8cb125368fae3542e0ab0ec0a0a81f20e02b86 /src/main/resources/assets | |
parent | c1d96c49fe024c9114f2ed5bf59986675f1dde1f (diff) | |
download | Skyblocker-6a0117ce7f58ee3e1b1b510ad5c53f08388a4128.tar.gz Skyblocker-6a0117ce7f58ee3e1b1b510ad5c53f08388a4128.tar.bz2 Skyblocker-6a0117ce7f58ee3e1b1b510ad5c53f08388a4128.zip |
Simplify QuickNav translation strings
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index f75c421a..4530c7e7 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -125,25 +125,14 @@ "text.autoconfig.skyblocker.category.quickNav": "Quick Navigation", "text.autoconfig.skyblocker.option.quickNav.enableQuickNav": "Enable Quick Navigation", - "text.autoconfig.skyblocker.option.quickNav.button1": "Button 1", - "text.autoconfig.skyblocker.option.quickNav.button1.render": "Render", - "text.autoconfig.skyblocker.option.quickNav.button1.item": "Item", - "text.autoconfig.skyblocker.option.quickNav.button1.item.itemName": "Item name", - "text.autoconfig.skyblocker.option.quickNav.button1.item.count": "Item Count", - "text.autoconfig.skyblocker.option.quickNav.button1.item.nbt": "NBT", - "text.autoconfig.skyblocker.option.quickNav.button1.uiTitle": "UI Title", - "text.autoconfig.skyblocker.option.quickNav.button1.clickEvent": "Click event", - "text.autoconfig.skyblocker.option.quickNav.button2": "Button 2", - "text.autoconfig.skyblocker.option.quickNav.button3": "Button 3", - "text.autoconfig.skyblocker.option.quickNav.button4": "Button 4", - "text.autoconfig.skyblocker.option.quickNav.button5": "Button 5", - "text.autoconfig.skyblocker.option.quickNav.button6": "Button 6", - "text.autoconfig.skyblocker.option.quickNav.button7": "Button 7", - "text.autoconfig.skyblocker.option.quickNav.button8": "Button 8", - "text.autoconfig.skyblocker.option.quickNav.button9": "Button 9", - "text.autoconfig.skyblocker.option.quickNav.button10": "Button 10", - "text.autoconfig.skyblocker.option.quickNav.button11": "Button 11", - "text.autoconfig.skyblocker.option.quickNav.button12": "Button 12", + "text.autoconfig.skyblocker.option.quickNav.button": "Button %d", + "text.autoconfig.skyblocker.option.quickNav.button.render": "Render", + "text.autoconfig.skyblocker.option.quickNav.button.item": "Item", + "text.autoconfig.skyblocker.option.quickNav.button.item.itemName": "Item name", + "text.autoconfig.skyblocker.option.quickNav.button.item.count": "Item Count", + "text.autoconfig.skyblocker.option.quickNav.button.item.nbt": "NBT", + "text.autoconfig.skyblocker.option.quickNav.button.uiTitle": "UI Title", + "text.autoconfig.skyblocker.option.quickNav.button.clickEvent": "Click event", "text.autoconfig.skyblocker.option.general.itemList": "Item List", "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Enable Item List", |