aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/firmament/lang/en_us.json
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-05-16 01:23:43 +0200
committernea <nea@nea.moe>2023-05-16 01:23:43 +0200
commitead6762eb1c005914b05f9d3c29f334989c67513 (patch)
treecd1409756be2bc4a93195c31d432fef053afe002 /src/main/resources/assets/firmament/lang/en_us.json
parent96c546cc73880a7c502c17aadda6ca84c847692d (diff)
downloadfirmament-ead6762eb1c005914b05f9d3c29f334989c67513.tar.gz
firmament-ead6762eb1c005914b05f9d3c29f334989c67513.tar.bz2
firmament-ead6762eb1c005914b05f9d3c29f334989c67513.zip
Replace references to NEU with Firmament
Diffstat (limited to 'src/main/resources/assets/firmament/lang/en_us.json')
-rw-r--r--src/main/resources/assets/firmament/lang/en_us.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json
new file mode 100644
index 0000000..bb0a0d0
--- /dev/null
+++ b/src/main/resources/assets/firmament/lang/en_us.json
@@ -0,0 +1,26 @@
+{
+ "firmament.repo.reload.network": "Trying to redownload the repository",
+ "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",
+ "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.show": "Show Fairy Soul Waypoints",
+ "firmament.config.fairy-souls.reset": "Reset Collected Fairy Souls",
+ "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"
+}