You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/resources/assets/modmanager/lang/en_us.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,18 @@
36
36
"modmanager.details.author": "By %s",
37
37
"modmanager.details.versioning": "From %s to %s",
38
38
"modmanager.error.title": "§b§4Error:§r",
39
+
"modmanager.error.container.notFound": "The mod you trying to update has been unloaded in the mean time\nThis shouldn't be possible",
39
40
"modmanager.error.unknown": "Unknown error while retrieving data:\n %s",
40
41
"modmanager.error.unknown.install": "Unknown error while during installation:\n %s",
41
42
"modmanager.error.unknown.update": "Unknown error while during update:\n %s",
42
43
"modmanager.error.invalidStatus": "Received invalid status code:\n %d",
43
44
"modmanager.error.network": "Network error while retrieving data:\n %s",
44
45
"modmanager.error.failedToParse": "Failed to parse response:\n %s",
45
46
"modmanager.error.noCompatibleModVersionFound": "No compatible version found for your current channel!\nTry changing the channel in the Mod Manager settings!",
47
+
"modmanager.error.noProviderSelected": "The selected provider %s is not available!",
48
+
"modmanager.error.update.noFabricJar": "The mod author has marked a version compatible\nto fabric but does not provide a for it!",
46
49
"modmanager.error.jar.notFound": "Error jar file not found. Is it part of another mod?",
50
+
"modmanager.error.jar.failedDelete": "Failed to delete mod:\n %s",
47
51
"modmanager.error.invalidHash": "Error the downloaded file is probably broken as the %s hashes don't match\nTry checking your network or contact the mod author",
0 commit comments