Files
Firmament/src/main/resources/assets/notenoughupdates/lang/en_us.json
2022-08-27 15:41:16 +02:00

27 lines
876 B
JSON

{
"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"
}
}
}
}