diff options
author | Linnea Gräf <nea@nea.moe> | 2024-10-13 21:46:46 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-10-13 21:46:46 +0200 |
commit | 4e9b0ded27df8b6ce7f5b2fa1b4b1ddbc1cbd452 (patch) | |
tree | a489fdd97e6c4dde1bd77bf216ed9c2ec2657db3 /src/main/resources/assets/firmament/lang | |
parent | 0cc77949c907d38497f8cdf6fd8198fe5f0a9440 (diff) | |
download | Firmament-4e9b0ded27df8b6ce7f5b2fa1b4b1ddbc1cbd452.tar.gz Firmament-4e9b0ded27df8b6ce7f5b2fa1b4b1ddbc1cbd452.tar.bz2 Firmament-4e9b0ded27df8b6ce7f5b2fa1b4b1ddbc1cbd452.zip |
Add config categories
Diffstat (limited to 'src/main/resources/assets/firmament/lang')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index f7a128d..8e8478b 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -73,15 +73,24 @@ "firmament.config.repo.username.hint": "NotEnoughUpdates", "firmament.config.repo.reponame": "Repo Name", "firmament.config.repo.reponame.hint": "NotEnoughUpdates-REPO", - "firmament.config.repo.enable-yacl": "Use YACL Config", + "firmament.config.configconfig.enable-yacl": "Use YACL Config", "firmament.config.repo.branch": "Repo Branch", - "firmament.config.repo.branch.hint": "dangerous", + "firmament.config.configconfig": "Firmaments Config", + "firmament.config.repo.branch.hint": "dangerous", "firmament.config.repo.reset": "Reset", "firmament.config.repo.disable-item-groups": "Disable Item Groups", "firmament.config.repo.reload": "Reload Item List", "firmament.config.repo.redownload": "Redownload Item List", "firmament.config.pets": "Pets", "firmament.config.pets.highlight-pet": "Highlight active pet", + "firmament.config.category.misc": "Miscellaneous", + "firmament.config.category.mining": "Mining", + "firmament.config.category.events": "Events", + "firmament.config.category.chat": "Chat", + "firmament.config.category.inventory": "Inventory", + "firmament.config.category.integrations": "Integrations & Textures", + "firmament.config.category.meta": "Meta & Firmament", + "firmament.config.category.dev": "Developer & Debug", "firmament.ursa.debugrequest.start": "Ursa request launched", "firmament.ursa.debugrequest.result": "Ursa request succeeded: %s", "firmament.sbinfo.nolocraw": "No locraw data available", |