Skip to content

Commit

Permalink
New Crowdin updates (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoforged-l10n authored May 20, 2024
1 parent 533713b commit a095c6c
Show file tree
Hide file tree
Showing 20 changed files with 619 additions and 559 deletions.
27 changes: 15 additions & 12 deletions loader/src/main/resources/lang/da_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@
"fml.modloading.failedtoloadmod": "{0,modinfo,name} ({0,modinfo,id}) has failed to load correctly\n§7{2,exc,msg}",
"fml.modloading.feature.missing": "{0,modinfo,name} ({0,modinfo,id}) is missing a feature it requires to run\n§7It requires {3,featurebound} but {4} is available",
"fml.modloading.uncaughterror": "An uncaught parallel processing error has occurred.\n§7{2,exc,msg}",
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) encountered an error while dispatching the {3} event\n§7{2,exc,msg}",
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) encountered an error during the {1,lower} event phase\n§7{2,exc,msg}",
"fml.modloading.failedtoloadforge": "Failed to load NeoForge",
"fml.modloading.javafml.dangling_entrypoint": "File {5} contains mod entrypoint class §6{4}§r for mod with id §e{3}§r, which does not exist or is not in the same file.\nDid you forget to update the mod id in the entrypoint?",
"fml.modloading.missingdependency": "Mod §e{4}§r requires §6{3}§r §o{5,vr}§r\n§7Currently, §6{3}§r§7 is §o{6,i18n,fml.messages.artifactversion.ornotinstalled}§r\n{7,optional,§7Reason for the dependency: §r}",
"fml.modloading.missingdependency.optional": "Mod §e{4}§r only supports §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}",
"fml.modloading.incompatiblemod": "Mod §e{4}§r is §cincompatible§r with §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}§r\n§7The reason is:§r §o{7,i18ntranslate}§r",
"fml.modloading.discouragedmod": "Mod §e{3}§r §ddiscourages§r the use of §3{2}§r §o{4,vr}§r\n§7Currently, §3{2}§r§7 is §o{5}§r\n§7The reason is:§r §o{6,i18ntranslate}§r",
"fml.modloading.discouragedmod.proceed": "Proceed at your own risk",
"fml.modloading.incompatiblemod.noreason": "§eNo reason provided§r",
"fml.modloading.discouragedmod.noreason": "§eNo reason provided§r",
"fml.modloading.duplicate_mod": "Mod §e{3}§r is present in multiple files: {4}",
"fml.modloading.duplicate_library": "Library §e{3}§r is present in multiple files: {4}",
"fml.modloading.incompatiblemod.noreason": "§eIngen årsag angivet§r",
"fml.modloading.discouragedmod.noreason": "§eIngen årsag angivet§r",
"fml.dependencyloading.conflictingdependencies": "Some mods have requested conflicting versions of: §6{3}§r. Requested by: §e{4}§r.",
"fml.dependencyloading.mismatchedcontaineddependencies": "Some mods have agreed upon an acceptable version range for : §6{3}§r, but no jar was provided which matched the range. Requested by: §e{4}§r.",
"fml.modloading.corrupted_installation": "Your NeoForge installation is corrupted, please try to reinstall",
"fml.modloading.cycle": "Detected a mod dependency cycle: {3}",
"fml.modloading.failedtoprocesswork": "{0,modinfo,name} ({0,modinfo,id}) encountered an error processing deferred work\n§7{2,exc,msg}",
"fml.modloading.brokenfile": "File {3} is not a valid mod file",
"fml.modloading.brokenfile.unknown": "File {2} is not a valid mod file",
"fml.modloading.brokenfile.oldforge": "File {2} is for an old version of Minecraft Forge and cannot be loaded",
"fml.modloading.brokenfile.minecraft_forge": "File {2} is for Minecraft Forge or an older version of NeoForge, and cannot be loaded",
"fml.modloading.brokenfile.liteloader": "File {2} is a LiteLoader mod and cannot be loaded",
Expand All @@ -31,7 +35,6 @@
"fml.modloading.brokenfile.bukkit": "File {2} is a Bukkit or Bukkit-implementor (Spigot, Paper, etc.) plugin and cannot be loaded",
"fml.modloading.brokenfile.invalidzip": "File {3} is not a jar file",
"fml.modloading.brokenresources": "File {2} failed to load a valid ResourcePackInfo",
"fml.modloading.missinglicense": "Missing License Information in file {3}",
"fml.modloading.technical_error": "A technical error occurred during mod loading: {3}",
"fml.modloading.invalid_maven_coordinate": "The following Maven coordinate is invalid: {3}",
"fml.modloading.maven_coordinate_not_found": "No mod with the Maven coordinate {3} could be found in {4}",
Expand All @@ -42,14 +45,14 @@
"fml.messages.artifactversion": "{0,ornull,fml.messages.artifactversion.none}",
"fml.messages.artifactversion.none": "none",
"fml.messages.artifactversion.notinstalled": "§nnot installed",
"fml.messages.version.restriction.any": "any",
"fml.messages.version.restriction.lower.inclusive": "{0} or above",
"fml.messages.version.restriction.lower.exclusive": "above {0}",
"fml.messages.version.restriction.upper.inclusive": "{0} or below",
"fml.messages.version.restriction.upper.exclusive": "below {0}",
"fml.messages.version.restriction.bounded": "between {0} and {1}",
"fml.messages.version.restriction.bounded.inclusive": "between {0} and {1} (inclusive)",
"fml.messages.version.restriction.bounded.exclusive": "between {0} and {1} (exclusive)",
"fml.messages.version.restriction.any": "alle",
"fml.messages.version.restriction.lower.inclusive": "{0} eller derover",
"fml.messages.version.restriction.lower.exclusive": "over {0}",
"fml.messages.version.restriction.upper.inclusive": "{0} eller derunder",
"fml.messages.version.restriction.upper.exclusive": "under {0}",
"fml.messages.version.restriction.bounded": "mellem {0} og {1}",
"fml.messages.version.restriction.bounded.inclusive": "mellem {0} og {1} (inklusiv)",
"fml.messages.version.restriction.bounded.exclusive": "mellem {0} og {1} (eksklusiv)",
"fml.messages.version.restriction.bounded.lowerexclusive": "above {0}, and {1} or below",
"fml.messages.version.restriction.bounded.upperexclusive": "{0} or above, and below {1}"
}
105 changes: 54 additions & 51 deletions loader/src/main/resources/lang/de_de.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,58 @@
{
"fml.loadingerrorscreen.errorheader": "Error loading mods\n{0,choice,1#1 error has|1<{0} errors have} occurred during loading",
"fml.loadingerrorscreen.warningheader": "{0,choice,1#Warning|1<Warnings} while loading mods\n{0,choice,1#1 warning has|1<{0} warnings have} occurred during loading",
"fml.language.missingversion": "Mod File {5} needs language provider {3}:{4,vr} to load\n§7We have found {6,i18n,fml.messages.artifactversion}",
"fml.modloading.missingclasses": "The Mod File {3} has mods that were not found",
"fml.modloading.missingmetadata": "mods.toml missing metadata for modid {3}",
"fml.modloading.failedtoloadmodclass": "{0,modinfo,name} ({0,modinfo,id}) has class loading errors\n§7{2,exc,msg}",
"fml.modloading.failedtoloadmod": "{0,modinfo,name} ({0,modinfo,id}) has failed to load correctly\n§7{2,exc,msg}",
"fml.modloading.feature.missing": "{0,modinfo,name} ({0,modinfo,id}) is missing a feature it requires to run\n§7It requires {3,featurebound} but {4} is available",
"fml.modloading.uncaughterror": "An uncaught parallel processing error has occurred.\n§7{2,exc,msg}",
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) encountered an error while dispatching the {3} event\n§7{2,exc,msg}",
"fml.modloading.failedtoloadforge": "Failed to load NeoForge",
"fml.modloading.missingdependency": "Mod §e{4}§r requires §6{3}§r §o{5,vr}§r\n§7Currently, §6{3}§r§7 is §o{6,i18n,fml.messages.artifactversion.ornotinstalled}§r\n{7,optional,§7Reason for the dependency: §r}",
"fml.modloading.missingdependency.optional": "Mod §e{4}§r only supports §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}",
"fml.modloading.incompatiblemod": "Mod §e{4}§r is §cincompatible§r with §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}§r\n§7The reason is:§r §o{7,i18ntranslate}§r",
"fml.modloading.discouragedmod": "Mod §e{3}§r §ddiscourages§r the use of §3{2}§r §o{4,vr}§r\n§7Currently, §3{2}§r§7 is §o{5}§r\n§7The reason is:§r §o{6,i18ntranslate}§r",
"fml.modloading.discouragedmod.proceed": "Proceed at your own risk",
"fml.modloading.incompatiblemod.noreason": "§eNo reason provided§r",
"fml.modloading.discouragedmod.noreason": "§eNo reason provided§r",
"fml.dependencyloading.conflictingdependencies": "Some mods have requested conflicting versions of: §6{3}§r. Requested by: §e{4}§r.",
"fml.dependencyloading.mismatchedcontaineddependencies": "Some mods have agreed upon an acceptable version range for : §6{3}§r, but no jar was provided which matched the range. Requested by: §e{4}§r.",
"fml.modloading.corrupted_installation": "Your NeoForge installation is corrupted, please try to reinstall",
"fml.modloading.cycle": "Detected a mod dependency cycle: {3}",
"fml.modloading.failedtoprocesswork": "{0,modinfo,name} ({0,modinfo,id}) encountered an error processing deferred work\n§7{2,exc,msg}",
"fml.modloading.brokenfile": "File {3} is not a valid mod file",
"fml.modloading.brokenfile.oldforge": "File {2} is for an old version of Minecraft Forge and cannot be loaded",
"fml.modloading.brokenfile.minecraft_forge": "File {2} is for Minecraft Forge or an older version of NeoForge, and cannot be loaded",
"fml.modloading.brokenfile.liteloader": "File {2} is a LiteLoader mod and cannot be loaded",
"fml.modloading.brokenfile.fabric": "File {2} is a Fabric mod and cannot be loaded",
"fml.modloading.brokenfile.optifine": "File {2} is an incompatible version of OptiFine",
"fml.modloading.brokenfile.bukkit": "File {2} is a Bukkit or Bukkit-implementor (Spigot, Paper, etc.) plugin and cannot be loaded",
"fml.modloading.brokenfile.invalidzip": "File {3} is not a jar file",
"fml.modloading.brokenresources": "File {2} failed to load a valid ResourcePackInfo",
"fml.modloading.missinglicense": "Missing License Information in file {3}",
"fml.modloading.technical_error": "A technical error occurred during mod loading: {3}",
"fml.modloading.invalid_maven_coordinate": "The following Maven coordinate is invalid: {3}",
"fml.modloading.maven_coordinate_not_found": "No mod with the Maven coordinate {3} could be found in {4}",
"fml.modloading.failed_to_list_folder_content": "Failed to list content of folder {3}",
"fml.modloading.failed_to_find_on_classpath": "Failed to find {3} on the classpath",
"fml.modloading.multiple_copies_on_classpath": "Found multiple copies of {3} on the classpath: {4}",
"fml.loadingerrorscreen.errorheader": "Fehler beim Laden von Mods\n{0,choice,1#1 Fehler|1<{0} Fehler sind} beim Laden aufgetreten",
"fml.loadingerrorscreen.warningheader": "{0,choice,1#Warnung|1<Warnungen} beim Laden von Mods\n{0,choice,1#1 Warnung|1<{0} Warnungen sind} beim Laden aufgetreten",
"fml.language.missingversion": "Mod-Datei {5} benötigt Sprachanbieter {3}:{4,vr} zum Laden\n§7Wir haben {6,i18n,fml.messages.artifactversion} gefunden",
"fml.modloading.missingclasses": "Die Mod-Datei {3} hat Mods, die nicht gefunden wurden",
"fml.modloading.missingmetadata": "mods.toml fehlen Metadaten für modid {3}",
"fml.modloading.failedtoloadmodclass": "{0,modinfo,name} ({0,modinfo,id}) hat Fehler beim Laden der Klasse\n§7{2,exc,msg}",
"fml.modloading.failedtoloadmod": "{0,modinfo,name} ({0,modinfo,id}) konnte nicht korrekt geladen werden\n§7{2,exc,msg}",
"fml.modloading.feature.missing": "{0,modinfo,name}({0,modinfo,id}) fehlt ein Feature das es zum Funktionieren benötigt \n§7Es benötigt {3,featurebound} aber {4} ist verfügbar",
"fml.modloading.uncaughterror": "Ein nicht abgefangener paralleler Verarbeitungsfehler ist aufgetreten.\n§7{2,exc,msg}",
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) ist auf einen Fehler in der {1,lower} -Ereignis-Phase\n§7{2,exc,msg} gestoßen",
"fml.modloading.failedtoloadforge": "Laden von NeoForge fehlgeschlagen",
"fml.modloading.javafml.dangling_entrypoint": "Datei {5} beinhaltet die Klasse §6{4}§r mit einem Mod-Einstiegspunkt für eine Mod mit Id §e{3}§r, die nicht existiert oder sich nicht in derselben Datei befindet. Hast du vergessen, die Mod-Id im Einstiegspunkt anzupassen?",
"fml.modloading.missingdependency": "Mod §e{4}§r benötigt §6{3}§r §o{5,vr}§r\n§7Aktuell, §6{3}§r§7 ist §o{6,i18n,fml.messages.artifactversion.ornotinstalled}§r\n{7,optional,§7Grund für die Abhängigkeit: §r}",
"fml.modloading.missingdependency.optional": "Mod §e{4}§r unterstützt nur §3{3}§r §r §o{5,vr}§r\n§7Zurzeit §3{3}§r§7 ist §o{6}",
"fml.modloading.incompatiblemod": "Mod §e{4}§r ist §cinkompatibel§r mit §3{3}§r §o{5,vr}§r\n§3{3}§r§7 ist aktuell §o{6}§r\n§7Der Grund ist:§r §o{7,i18ntranslate}§r",
"fml.modloading.discouragedmod": "Mod §e{3}§r §drät davon ab§r, §3{2}§r §o{4,vr}§r zu verwenden\n§3{2}§r§7 ist aktuell §o{5}§r\n§7Der Grund ist:§r §o{6,i18ntranslate}§r",
"fml.modloading.discouragedmod.proceed": "Fortfahren auf eigene Gefahr",
"fml.modloading.duplicate_mod": "Mod §e{3}§r ist in mehreren Dateien vorhanden: {4}",
"fml.modloading.duplicate_library": "Bibliothek §e{3}§r ist in mehreren Dateien vorhanden: {4}",
"fml.modloading.incompatiblemod.noreason": "§eKein Grund angegeben§r",
"fml.modloading.discouragedmod.noreason": "§eKein Grund angegeben§r",
"fml.dependencyloading.conflictingdependencies": "Einige Mods benötigen nicht vereinbare Versionen von: §6{3}§r. Benötigt von: §e{4}§r.",
"fml.dependencyloading.mismatchedcontaineddependencies": "Einige Mods haben sich auf einen akzeptablen Versionsbereich von: §6{3}§r geeinigt, aber es wurde keine jar-Datei bereitgestellt, die zum Bereich passt. Angefordert von: §e{4}§r.",
"fml.modloading.corrupted_installation": "Deine NeoForge-Installation ist beschädigt, bitte versuche, NeoForge neu zu installieren",
"fml.modloading.cycle": "Mod-Abhängigkeitszyklus erkannt: {3}",
"fml.modloading.failedtoprocesswork": "{0,modinfo,name} ({0,modinfo,id}) ist auf einen Fehler bei der Verarbeitung der aufgeschobenen Arbeit gestoßen\n§7{2,exc,msg}",
"fml.modloading.brokenfile": "Datei {3} ist keine gültige Mod-Datei",
"fml.modloading.brokenfile.unknown": "Datei {2} ist keine gültige Mod-Datei",
"fml.modloading.brokenfile.oldforge": "Datei {2} wurde für eine ältere Version von Minecraft Forge erstellt und kann nicht geladen werden",
"fml.modloading.brokenfile.minecraft_forge": "Datei {2} wurde für Minecraft Forge oder eine ältere Version von NeoForge erstellt und kann nicht geladen werden",
"fml.modloading.brokenfile.liteloader": "Datei {2} ist eine LiteLoader-Mod und kann nicht geladen werden",
"fml.modloading.brokenfile.fabric": "Datei {2} ist eine Fabric-Mod und kann nicht geladen werden",
"fml.modloading.brokenfile.optifine": "Datei {2} ist eine inkompatible Version von OptiFine",
"fml.modloading.brokenfile.bukkit": "Datei {2} ist ein Bukkit- oder Bukkit-Implementierungs-Plugin (Spigot, Paper, etc.) und kann nicht geladen werden",
"fml.modloading.brokenfile.invalidzip": "Datei {3} ist keine jar-Datei",
"fml.modloading.brokenresources": "Datei {2} konnte keine gültige Ressourcepaket-Info laden",
"fml.modloading.technical_error": "Ein technischer Fehler ist während dem Mod-Ladevorgang aufgetreten: {3}",
"fml.modloading.invalid_maven_coordinate": "Die folgende Maven-Koordinate ist ungültig: {3}",
"fml.modloading.maven_coordinate_not_found": "Keine Mod mit der Maven-Koordinate {3} konnte in {4} gefunden werden",
"fml.modloading.failed_to_list_folder_content": "Fehler beim Auflisten des Inhalts von Ordner {3}",
"fml.modloading.failed_to_find_on_classpath": "{3} konnte nicht im Klassenpfad gefunden werden",
"fml.modloading.multiple_copies_on_classpath": "Mehrere Kopien von {3} wurden im Klassenpfad gefunden: {4}",
"fml.messages.artifactversion.ornotinstalled": "{0,ornull,fml.messages.artifactversion.notinstalled}",
"fml.messages.artifactversion": "{0,ornull,fml.messages.artifactversion.none}",
"fml.messages.artifactversion.none": "none",
"fml.messages.artifactversion.notinstalled": "§nnot installed",
"fml.messages.version.restriction.any": "any",
"fml.messages.version.restriction.lower.inclusive": "{0} or above",
"fml.messages.version.restriction.lower.exclusive": "above {0}",
"fml.messages.version.restriction.upper.inclusive": "{0} or below",
"fml.messages.version.restriction.upper.exclusive": "below {0}",
"fml.messages.version.restriction.bounded": "between {0} and {1}",
"fml.messages.version.restriction.bounded.inclusive": "between {0} and {1} (inclusive)",
"fml.messages.version.restriction.bounded.exclusive": "between {0} and {1} (exclusive)",
"fml.messages.version.restriction.bounded.lowerexclusive": "above {0}, and {1} or below",
"fml.messages.version.restriction.bounded.upperexclusive": "{0} or above, and below {1}"
"fml.messages.artifactversion.none": "keine",
"fml.messages.artifactversion.notinstalled": "§nnicht installiert",
"fml.messages.version.restriction.any": "jede",
"fml.messages.version.restriction.lower.inclusive": "{0} oder höher",
"fml.messages.version.restriction.lower.exclusive": "höher als {0}",
"fml.messages.version.restriction.upper.inclusive": "{0} oder niedriger",
"fml.messages.version.restriction.upper.exclusive": "niedriger als {0}",
"fml.messages.version.restriction.bounded": "zwischen {0} und {1}",
"fml.messages.version.restriction.bounded.inclusive": "zwischen {0} und {1} (inklusiv)",
"fml.messages.version.restriction.bounded.exclusive": "zwischen {0} und {1} (exklusiv)",
"fml.messages.version.restriction.bounded.lowerexclusive": "höher als {0} und {1} oder darunter",
"fml.messages.version.restriction.bounded.upperexclusive": "{0} oder höher und niedriger als {1}"
}
Loading

0 comments on commit a095c6c

Please sign in to comment.