From d9353ff54c20a08e4e078e0190fc1f364b08a2d1 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 27 Aug 2022 15:41:16 +0200 Subject: translation --- .../resources/assets/notenoughupdates/lang/en_us.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/notenoughupdates/lang/en_us.json b/src/main/resources/assets/notenoughupdates/lang/en_us.json index 4654199..6319a00 100644 --- a/src/main/resources/assets/notenoughupdates/lang/en_us.json +++ b/src/main/resources/assets/notenoughupdates/lang/en_us.json @@ -2,7 +2,24 @@ "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" } } } -- cgit