aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-09-28 12:45:56 +0200
committernea <romangraef@gmail.com>2022-09-28 12:45:56 +0200
commit4d73331a449f0b0647066f7dde0628730fe0e178 (patch)
tree047f463e13d14ea6cf9c8b37602a756f6880f9a0 /src/main/resources/assets
parentec66c82198fe2d61d699d553c1254f08b43fcc65 (diff)
downloadFirmament-4d73331a449f0b0647066f7dde0628730fe0e178.tar.gz
Firmament-4d73331a449f0b0647066f7dde0628730fe0e178.tar.bz2
Firmament-4d73331a449f0b0647066f7dde0628730fe0e178.zip
Fairy souls
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/notenoughupdates/lang/en_us.json44
1 files changed, 20 insertions, 24 deletions
diff --git a/src/main/resources/assets/notenoughupdates/lang/en_us.json b/src/main/resources/assets/notenoughupdates/lang/en_us.json
index 6319a00..86ca368 100644
--- a/src/main/resources/assets/notenoughupdates/lang/en_us.json
+++ b/src/main/resources/assets/notenoughupdates/lang/en_us.json
@@ -1,26 +1,22 @@
{
- "notenoughupdates": {
- "repo": {
- "reload": {
- "network": "Trying to redownload the repository",
- "disk": "Reloading repository from disk. This may lag a bit."
- },
- "cache": "Recaching items",
- "brokenitem": "Failed to render item: %s"
- },
- "gui": {
- "repo": {
- "title": "NotEnoughUpdates Repo Settings",
- "autoupdate": "Auto Update",
- "username": "Repo Username",
- "hint.username": "NotEnoughUpdates",
- "reponame": "Repo Name",
- "hint.reponame": "NotEnoughUpdates-REPO",
- "branch": "Repo Branch",
- "hint.branch": "dangerous",
- "reset": "Reset",
- "reset.label": "Reset to Defaults"
- }
- }
- }
+ "notenoughupdates.repo.reload.network": "Trying to redownload the repository",
+ "notenoughupdates.repo.reload.disk": "Reloading repository from disk. This may lag a bit.",
+ "notenoughupdates.repo.cache": "Recaching items",
+ "notenoughupdates.repo.brokenitem": "Failed to render item: %s",
+ "notenoughupdates.gui.repo.title": "NotEnoughUpdates Repo Settings",
+ "notenoughupdates.gui.repo.autoupdate": "Auto Update",
+ "notenoughupdates.gui.repo.username": "Repo Username",
+ "notenoughupdates.gui.repo.hint.username": "NotEnoughUpdates",
+ "notenoughupdates.gui.repo.reponame": "Repo Name",
+ "notenoughupdates.gui.repo.hint.reponame": "NotEnoughUpdates-REPO",
+ "notenoughupdates.gui.repo.branch": "Repo Branch",
+ "notenoughupdates.gui.repo.hint.branch": "dangerous",
+ "notenoughupdates.gui.repo.reset": "Reset",
+ "notenoughupdates.gui.repo.reset.label": "Reset to Defaults",
+ "notenoughupdates.sbinfo.nolocraw": "No locraw data available",
+ "notenoughupdates.sbinfo.profile": "Current profile cutename: %s",
+ "notenoughupdates.sbinfo.server": "Locraw Server: %s",
+ "notenoughupdates.sbinfo.gametype": "Locraw Gametype: %s",
+ "notenoughupdates.sbinfo.mode": "Locraw Mode: %s",
+ "notenoughupdates.sbinfo.map": "Locraw Map: %s"
}