diff options
author | Yasin <a.piri@hotmail.de> | 2024-05-08 20:07:02 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2024-05-08 20:07:02 +0200 |
commit | 723ab58efd4157632a320e0981eca24cf1301bc4 (patch) | |
tree | c09d71ec265351addfca99018ca725c3b19dbf0b /src/main/resources/assets/skyblocker/lang/de_de.json | |
parent | b63a8d93090275a1203b86da54b2e0eb985c8852 (diff) | |
download | Skyblocker-723ab58efd4157632a320e0981eca24cf1301bc4.tar.gz Skyblocker-723ab58efd4157632a320e0981eca24cf1301bc4.tar.bz2 Skyblocker-723ab58efd4157632a320e0981eca24cf1301bc4.zip |
userInterfaceAndVisuals -> uiAndVisuals
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/de_de.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/de_de.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/de_de.json b/src/main/resources/assets/skyblocker/lang/de_de.json index 9177c9e0..85c54750 100644 --- a/src/main/resources/assets/skyblocker/lang/de_de.json +++ b/src/main/resources/assets/skyblocker/lang/de_de.json @@ -3,13 +3,13 @@ "key.hotbarSlotLock": "Schlitzsperre (Hotbar)", "skyblocker.config.title": "Skyblocker-Einstellungen", "skyblocker.config.general": "Allgemein", - "skyblocker.config.userInterfaceAndVisuals.bars": "Gesundheits-, Mana-, Verteidigungs- und XP-Balken", - "skyblocker.config.userInterfaceAndVisuals.tabHud": "Schöneres Tab-HUD", - "skyblocker.config.userInterfaceAndVisuals.tabHud.tabHudEnabled": "Schöneres Tab-HUD aktivieren", - "skyblocker.config.userInterfaceAndVisuals.tabHud.tabHudScale": "Skalierungsfaktor für schöners Tab-HUD", - "skyblocker.config.userInterfaceAndVisuals.tabHud.tabHudScale.@Tooltip": "Wert in %, relativ zur Skalierung des Vanilla-GUIs", - "skyblocker.config.userInterfaceAndVisuals.bars.enableBars": "Balken aktivieren", - "skyblocker.config.userInterfaceAndVisuals.hideEmptyTooltips": "Leere Item-Tooltips in Menüs verstecken", + "skyblocker.config.uiAndVisuals.bars": "Gesundheits-, Mana-, Verteidigungs- und XP-Balken", + "skyblocker.config.uiAndVisuals.tabHud": "Schöneres Tab-HUD", + "skyblocker.config.uiAndVisuals.tabHud.tabHudEnabled": "Schöneres Tab-HUD aktivieren", + "skyblocker.config.uiAndVisuals.tabHud.tabHudScale": "Skalierungsfaktor für schöners Tab-HUD", + "skyblocker.config.uiAndVisuals.tabHud.tabHudScale.@Tooltip": "Wert in %, relativ zur Skalierung des Vanilla-GUIs", + "skyblocker.config.uiAndVisuals.bars.enableBars": "Balken aktivieren", + "skyblocker.config.uiAndVisuals.hideEmptyTooltips": "Leere Item-Tooltips in Menüs verstecken", "skyblocker.config.otherLocations": "Standorte", "skyblocker.config.dungeons": "Dungeons", "skyblocker.config.dungeons.map.enableMap": "Karte aktivieren", |