diff options
author | nea <nea@nea.moe> | 2023-05-24 02:29:20 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-05-24 02:29:20 +0200 |
commit | 5984383d2c48b4ae84bac1827bc6ca1891af8cf0 (patch) | |
tree | 90aaae93147ce7aad48777be488039626b70512a /src/main/resources/assets | |
parent | 5ff50799b6c8baf6dd87ecbf44860d19a4acceab (diff) | |
download | Firmament-5984383d2c48b4ae84bac1827bc6ca1891af8cf0.tar.gz Firmament-5984383d2c48b4ae84bac1827bc6ca1891af8cf0.tar.bz2 Firmament-5984383d2c48b4ae84bac1827bc6ca1891af8cf0.zip |
Common config gui
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index ca50bb1..9243c28 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -3,24 +3,26 @@ "firmament.repo.reload.disk": "Reloading repository from disk. This may lag a bit.", "firmament.repo.cache": "Recaching items", "firmament.repo.brokenitem": "Failed to render item: %s", - "firmament.gui.repo.title": "firmament Repo Settings", - "firmament.gui.repo.autoupdate": "Auto Update", - "firmament.gui.repo.username": "Repo Username", - "firmament.gui.repo.hint.username": "NotEnoughUpdates", - "firmament.gui.repo.reponame": "Repo Name", - "firmament.gui.repo.hint.reponame": "NotEnoughUpdates-REPO", - "firmament.gui.repo.branch": "Repo Branch", - "firmament.gui.repo.hint.branch": "dangerous", - "firmament.gui.repo.reset": "Reset", - "firmament.gui.repo.reset.label": "Reset to Defaults", + "firmanent.config.edit": "Edit", + "firmament.config.repo": "Firmament Repo Settings", + "firmament.config.repo.autoUpdate": "Auto Update", + "firmament.config.repo.username": "Repo Username", + "firmament.config.repo.username.hint": "NotEnoughUpdates", + "firmament.config.repo.reponame": "Repo Name", + "firmament.config.repo.reponame.hint": "NotEnoughUpdates-REPO", + "firmament.config.repo.branch": "Repo Branch", + "firmament.config.repo.branch.hint": "dangerous", + "firmament.config.repo.reset": "Reset", "firmament.sbinfo.nolocraw": "No locraw data available", "firmament.sbinfo.profile": "Current profile cutename: %s", "firmament.sbinfo.server": "Locraw Server: %s", "firmament.sbinfo.gametype": "Locraw Gametype: %s", "firmament.sbinfo.mode": "Locraw Mode: %s", "firmament.sbinfo.map": "Locraw Map: %s", + "firmament.config.fairy-souls": "Fairy Souls", "firmament.config.fairy-souls.show": "Show Fairy Soul Waypoints", "firmament.config.fairy-souls.reset": "Reset Collected Fairy Souls", + "firmament.config.fishing-warning": "Fishing Warning", "firmament.config.fishing-warning.display-warning": "Display a warning when you are about to hook a fish", "firmament.config.fishing-warning.highlight-wake-chain": "Highlight fishing particles", "firmament.key.slotlocking": "Lock Slot / Slot Binding", |