diff --git a/core/assets/bundles/bundle_be.properties b/core/assets/bundles/bundle_be.properties index 00d9c9210b..d687320849 100644 --- a/core/assets/bundles/bundle_be.properties +++ b/core/assets/bundles/bundle_be.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Выкл. mod.content = Змест: mod.delete.error = Немагчыма выдаліць мадыфікацыю. Магчыма, файл выкарыстоўваецца. -mod.requiresversion = [scarlet]Мінімальная патрабаваная версія гульні: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Не знойдзены бацькоўскія мадыфікацыі: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Памылкі змесціва +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Памылкі былі выкліканыя загружаным змесцівам. mod.noerrorplay = [scarlet]У Вас ёсць мадыфікацыі з памылкамі.[] Выключыце праблемныя мадыфікацыі або выпраўце памылкі перад гульнёй. mod.nowdisabled = [scarlet]Мадыфікацыі '{0}' патрабуюцца бацькоўскія мадыфікацыі:[accent] {1}\n[lightgray]Спачатку трэба загрузіць іх.\nГэтая мадыфікацыя будзе аўтаматычна адключаная. diff --git a/core/assets/bundles/bundle_bg.properties b/core/assets/bundles/bundle_bg.properties index 81043355c8..da6ef6a322 100644 --- a/core/assets/bundles/bundle_bg.properties +++ b/core/assets/bundles/bundle_bg.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Поддържа Мрежова Игра mod.disable = Деактивирай mod.content = Съдържание: mod.delete.error = Неуспешно изтриване на мод. Вероятно файловете се използват. -mod.requiresversion = [scarlet]Изисква минимална версия на играта: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Липсваст зависимости: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Грешки в Съдържанието +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Възникнаха грешки при зареждане на съдържанието. mod.noerrorplay = [scarlet]Има грешки в някои от модовете, които използвате.[] Трябва да деактивирате тези модове или да поправите грешките преди да играете. mod.nowdisabled = [scarlet]Липсват зависимости за мод '{0}':[accent] {1}\n[lightgray]Мод {0} ще бъде деактивиран докато не ги изтеглите. diff --git a/core/assets/bundles/bundle_ca.properties b/core/assets/bundles/bundle_ca.properties index 8e68c77dd0..8eaeb54f61 100644 --- a/core/assets/bundles/bundle_ca.properties +++ b/core/assets/bundles/bundle_ca.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Compatible amb el mode multijugador mod.disable = Desactiva mod.content = Contingut: mod.delete.error = El mod no es pot esborrar. Potser el fitxer està en ús. -mod.requiresversion = [scarlet]Necessita la versió [accent]{0} del joc o posterior. -mod.outdatedv7 = [scarlet]Incompatible amb V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dependències que falten: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Errors del contingut +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = S’han produït errors quan es carregava el contingut. mod.noerrorplay = [scarlet]S’executen mods amb errors.[] Desactiveu els mods afectats o arregleu les errades abans de jugar. mod.nowdisabled = [scarlet]Falten dependències del mod «{0}»s:[accent] {1}\n[lightgray]S’han de carregar els mods que fan falta.\nAquest mod es desactivarà automàticament. diff --git a/core/assets/bundles/bundle_cs.properties b/core/assets/bundles/bundle_cs.properties index cad6f43021..60d2615ea8 100644 --- a/core/assets/bundles/bundle_cs.properties +++ b/core/assets/bundles/bundle_cs.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Hra více hráčů komapitibilní mod.disable = Zakázat mod.content = Obsah: mod.delete.error = Nebylo možnost smazat modifikaci. Soubor může být používán. -mod.requiresversion = [scarlet]Minimální požadovaná verze hry: [accent]{0}[] -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Chybějící závislosti: {0}[] +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]V obsahu jsou chyby[] +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Při načítání obsahu hry se vyskytly problémy. mod.noerrorplay = [scarlet]Máš modifikace s chybami.[] Buď zakaž dotčené modifikace, nebo oprav chyby před tím, než začneš hrát. mod.nowdisabled = [scarlet]Modifikaci '{0}' chybí tyto závislosti: [accent]{1}\n[lightgray]Tyto modifikace je třeba nejprve stáhnout.\nTato modifikace bude nyní automaticky zakázána. diff --git a/core/assets/bundles/bundle_da.properties b/core/assets/bundles/bundle_da.properties index 0786898b7c..dfeffa7d9a 100644 --- a/core/assets/bundles/bundle_da.properties +++ b/core/assets/bundles/bundle_da.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Deaktiver mod.content = Indhold: mod.delete.error = Kan ikke slette mod - tilhørende filer er muligvis i brug. -mod.requiresversion = [scarlet]Kræver mindst følgende version: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Mangler afhængigheder: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Indholds fejl +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Fejl ved afhentning af indhold. mod.noerrorplay = [scarlet]Du har mods med fejl.[] Deaktiver det eller løs fejl før du starter spillet. mod.nowdisabled = [scarlet]Mod '{0}' mangler afhængigheder:[accent] {1}\n[lightgray]Disse mods skal hentes først.\nDenne mod vil blive deaktiveret automatisk. diff --git a/core/assets/bundles/bundle_de.properties b/core/assets/bundles/bundle_de.properties index 5ecb3e3e4a..0f1afe7c40 100644 --- a/core/assets/bundles/bundle_de.properties +++ b/core/assets/bundles/bundle_de.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Mehrspieler-kompatibel mod.disable = Deaktivieren mod.content = Inhalt: mod.delete.error = Mod konnte nicht gelöscht werden. Datei könnte in Benutzung sein. -mod.requiresversion = [scarlet]Benötigt mindestens Version:[accent] {0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Fehlende Abhängigkeiten: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Inhalt-Fehler +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Beim Laden von Inhalt sind Fehler aufgetreten. mod.noerrorplay = [scarlet]Du hast Mods mit Fehlern.[] Deaktiviere die Mods oder behebe die Fehler, bevor du spielst. mod.nowdisabled = [scarlet]Mod '{0}' fehlen Abhängigkeiten:[accent] {1}\n[lightgray]Diese Mods müssen erst installiert werden.\nDieser Mod wird automatisch deaktiviert. diff --git a/core/assets/bundles/bundle_es.properties b/core/assets/bundles/bundle_es.properties index 8ae7331ec1..3bf79cd5b6 100644 --- a/core/assets/bundles/bundle_es.properties +++ b/core/assets/bundles/bundle_es.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Compatible con multijugador mod.disable = Desactivar mod.content = Contenido: mod.delete.error = No se pudo elminar el mod. Puede que el archivo esté en uso. -mod.requiresversion = [scarlet]Requiere la versión del juego [accent]{0}[] o superior. -mod.outdatedv7 = [scarlet]No es compatible con la V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dependencias faltantes: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Contenido erróneo +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Ha ocurrido un fallo al cargar el contenido. mod.noerrorplay = [scarlet]Se están ejecutando algunos mods con fallos.[]Debes deshabilitarlos o arreglar los errores antes de jugar. mod.nowdisabled = [scarlet]El mod '{0}' necesita ejecutarse junto a otros mods de los que depende:[accent] {1}\n[lightgray]Es necesario descargar primero estos mods.\nEste mod se desactivará automaticamente. diff --git a/core/assets/bundles/bundle_et.properties b/core/assets/bundles/bundle_et.properties index 19712225a1..06e0223b48 100644 --- a/core/assets/bundles/bundle_et.properties +++ b/core/assets/bundles/bundle_et.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Disable mod.content = Content: mod.delete.error = Unable to delete mod. File may be in use. -mod.requiresversion = [scarlet]Requires min game version: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Missing dependencies: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Content Errors +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Errors have occurred loading content. mod.noerrorplay = [scarlet]You have mods with errors.[] Either disable the affected mods or fix the errors before playing. mod.nowdisabled = [scarlet]Mod '{0}' is missing dependencies:[accent] {1}\n[lightgray]These mods need to be downloaded first.\nThis mod will be automatically disabled. diff --git a/core/assets/bundles/bundle_eu.properties b/core/assets/bundles/bundle_eu.properties index ad434c77e4..9e8802651a 100644 --- a/core/assets/bundles/bundle_eu.properties +++ b/core/assets/bundles/bundle_eu.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Desgaitu mod.content = Content: mod.delete.error = Ezin izan da mod-a ezabatu. Agian fitxategia erabilia izaten ari da. -mod.requiresversion = [scarlet]Requires min game version: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Falta diren menpekotasunak: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Content Errors +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Errors have occurred loading content. mod.noerrorplay = [scarlet]You have mods with errors.[] Either disable the affected mods or fix the errors before playing. mod.nowdisabled = [scarlet]'{0}' mod-ak menpekotasunak ditu faltan:[accent] {1}\n[lightgray]Aurretik beste mod hauek deskargatu behar dira.\nMod hau automatikoki desgaituko da. diff --git a/core/assets/bundles/bundle_fi.properties b/core/assets/bundles/bundle_fi.properties index b6239626b8..5d7294227c 100644 --- a/core/assets/bundles/bundle_fi.properties +++ b/core/assets/bundles/bundle_fi.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Moninpelaajayhteensopiva mod.disable = Poista käytössä mod.content = Sisältö: mod.delete.error = Modia ei pystytty poistamaan. Tiedosto voi olla käytössä. -mod.requiresversion = [scarlet]Tarvitsee vähintään pelin version: [accent]{0} -mod.outdatedv7 = [scarlet]Yhteensopimaton V7:n kanssa (minGameVersion on pienempi kuin 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Tarvitsee nämä modit: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Sisältövirheet +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Virheitä on tapahtunut pelin ladatessa. mod.noerrorplay = [scarlet]Sinulla on virheellisiä modeja.[] Joko poista ne käytöstä tai korjaa virheet. mod.nowdisabled = [scarlet]Lisäosa '{0}' tarvitsee muita lisäosia toimiakseen:[accent] {1}\n[lightgray]Nämä lisäosat täytyy asentaa ensin.\nTämä lisäosa poistetaan automaattisesti käytöstä. diff --git a/core/assets/bundles/bundle_fil.properties b/core/assets/bundles/bundle_fil.properties index f67022d0d5..09f98be2ac 100644 --- a/core/assets/bundles/bundle_fil.properties +++ b/core/assets/bundles/bundle_fil.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = 'Wag Paganahin mod.content = Nilalaman: mod.delete.error = 'Di matanggal ang mod. Maaaring ginagamit pa 'to. -mod.requiresversion = [scarlet]Kinakailangan ang minimum bersyon ng laro: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Nawawalang mga Dependency: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Mga Error sa Nilalaman +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = May mga error na naitala habang ni-lo-load ang nilalaman. mod.noerrorplay = [scarlet]May mga mod kang may error.[] Maaaring 'wag munang paganahin ang mga apektadong mod o 'di kaya'y ayusin ang mga error bago maglaro. mod.nowdisabled = [scarlet]Ang mod na '{0}' ay ma kulang na mga dependency:[accent] {1}\n[lightgray]Ang mga ito'y kinakailangang i-download muna.\nAng mod na'to ay kusang 'di papaganahin. diff --git a/core/assets/bundles/bundle_fr.properties b/core/assets/bundles/bundle_fr.properties index d895404d78..403a472c00 100644 --- a/core/assets/bundles/bundle_fr.properties +++ b/core/assets/bundles/bundle_fr.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Compatible en Multijoueur mod.disable = Désactiver mod.content = Contenu : mod.delete.error = Impossible de supprimer le mod. Le fichier est probablement en cours d'utilisation. -mod.requiresversion = [scarlet]Version minimale du jeu requise : [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible avec la V7 (pas de minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dépendances manquantes : {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Erreurs dans le contenu ! +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Des erreurs se sont produites lors du chargement du contenu. mod.noerrorplay = [scarlet]Vous avez des mods avec des erreurs.[] Désactivez les mods concernés ou corrigez les erreurs avant de jouer. mod.nowdisabled = [scarlet]Le mod '{0}' a des dépendances manquantes: [accent]{1}\n[lightgray]Ces mods doivent d'abord être téléchargés.\nCe mod sera automatiquement désactivé. diff --git a/core/assets/bundles/bundle_hu.properties b/core/assets/bundles/bundle_hu.properties index 6e59623291..686753bbb7 100644 --- a/core/assets/bundles/bundle_hu.properties +++ b/core/assets/bundles/bundle_hu.properties @@ -143,11 +143,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Letiltás mod.content = Tartalom: mod.delete.error = Nem lehet törölni a Modot. Lehet, hogy egy másik folyamat használja. -mod.requiresversion = [scarlet]Minimális játék verzió: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Hiányzó függőség: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Tartalom hiba +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Hiba történt a tartalom betöltése közben. mod.noerrorplay = [scarlet]Vannak hibás Modok.[] Kapcsold ki vagy javítsd ki őket a játék előtt. mod.nowdisabled = [scarlet]A '{0}' Modnak nincsen megfelelő függősége:[accent] {1}\n[lightgray]Ezeket előbb le kell tölteni.\nEz a Mod automatikusan törölve lesz. diff --git a/core/assets/bundles/bundle_id_ID.properties b/core/assets/bundles/bundle_id_ID.properties index 8d13b29113..cc43879ddc 100644 --- a/core/assets/bundles/bundle_id_ID.properties +++ b/core/assets/bundles/bundle_id_ID.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Bisa Digunakan dalam Multiplayer mod.disable = Nonaktifkan mod.content = Konten: mod.delete.error = Tidak dapat menghapus mod. File mungkin sedang digunakan. -mod.requiresversion = [scarlet]Versi permainan minimal yang dibutuhkan: [accent]{0} -mod.outdatedv7 = [scarlet]Tidak kompatibel dengan V6 (tidak ada minGameVersion: 105) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Ketergantungan hilang: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Konten Mengalami Kesalahan +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Terjadi kesalahan saat memuat konten. mod.noerrorplay = [scarlet]Anda memiliki mod dengan suatu kesalahan.[] Nonaktifkan mod yang bersangkutan atau perbaiki kesalahan tersebut sebelum bermain. mod.nowdisabled = [scarlet]Mod '{0}' tidak memiliki ketergantungan:[accent] {1}\n[lightgray]Mod ini harus diunduh terlebih dahulu.\nMod ini akan dinonaktifkan secara otomatis. diff --git a/core/assets/bundles/bundle_it.properties b/core/assets/bundles/bundle_it.properties index 7ea5724a31..de0c0caf52 100644 --- a/core/assets/bundles/bundle_it.properties +++ b/core/assets/bundles/bundle_it.properties @@ -142,11 +142,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Disabilita mod.content = Contenuto: mod.delete.error = Impossibile eliminare questa mod. Il file potrebbe essere in uso. -mod.requiresversion = [scarlet]Versione minima richiesta: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatibile con V7 (versione superiore a: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dipendenze mancanti: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Errori di Contenuto +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Si sono verificati degli errori durante il caricamento del contenuto. mod.noerrorplay = [scarlet]Sono presenti delle mod con errori.[] Puoi disabilitare le mod affette oppure sistemarle prima di giocare. mod.nowdisabled = [scarlet]Alla mod '{0}' mancano delle dipendenze:[accent] {1}\n[lightgray]Queste mod devono essere scaricate prima.\nQuesta mod verrà disabilitata automaticamente. diff --git a/core/assets/bundles/bundle_ja.properties b/core/assets/bundles/bundle_ja.properties index f03d900173..95b5526a9e 100644 --- a/core/assets/bundles/bundle_ja.properties +++ b/core/assets/bundles/bundle_ja.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]マルチプレイに対応 mod.disable = 無効化 mod.content = コンテンツ: mod.delete.error = Modを削除することができませんでした。 -mod.requiresversion = [scarlet]Modが要求する最低バージョン: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]依存関係がありません。: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]コンテンツエラー +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = コンテンツの読み込み中にエラーが発生しました。 mod.noerrorplay = [scarlet]以下のModにエラーがあります。[] Modを無効化するか、エラーを修正してください。 mod.nowdisabled = [scarlet]{0} 依存関係がありません。:[accent] {1}\n[lightgray]これらのModをダウンロードし有効化する必要があります。\nなお、このModは自動的に無効化されます。 diff --git a/core/assets/bundles/bundle_ko.properties b/core/assets/bundles/bundle_ko.properties index 5ebaa95dd8..0372c84f30 100644 --- a/core/assets/bundles/bundle_ko.properties +++ b/core/assets/bundles/bundle_ko.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]멀티플레이어 호환 가능 mod.disable = 비활성화 mod.content = 콘텐츠: mod.delete.error = 모드를 삭제할 수 없습니다. 파일이 사용 중일 수 있습니다. -mod.requiresversion = [scarlet]필요한 최소 게임 버전: [accent]{0} -mod.outdatedv7 = [scarlet]v7과 호환되지 않음 (최소 게임 버전: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]누락된 필요 모드: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]콘텐츠 오류 +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = 콘텐츠를 불러오는 중에 오류가 발생함 mod.noerrorplay = [scarlet]오류가 있는 모드가 있습니다.[] 영향을 받는 모드를 비활성화하거나 플레이하기 전에 오류를 수정하세요. mod.nowdisabled = [scarlet]모드 '{0}'에 필요한 종속성이 없습니다:[accent] {1}\n[lightgray]이 모드를 먼저 내려받아야 합니다.\n이 모드는 자동으로 비활성화됩니다. diff --git a/core/assets/bundles/bundle_lt.properties b/core/assets/bundles/bundle_lt.properties index f9b2c23666..a4cb55f407 100644 --- a/core/assets/bundles/bundle_lt.properties +++ b/core/assets/bundles/bundle_lt.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Išjungti mod.content = Tūrinys: mod.delete.error = Negalima ištrinti modifikacijos. Failas gali būti naudojamas. -mod.requiresversion = [scarlet]Žemiausia privaloma žaidimo versija: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Trūkstamos priklausomybės: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Turinio klaidos. +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Įvyko klaida kraunant turinį. mod.noerrorplay = [scarlet]Turite modifikacijas su klaidomis.[] Išjunkite modifikacijas su klaidomis arba patasykite jas prieš žaidžiant. mod.nowdisabled = [scarlet]Modifikacijai '{0}' trūksta priklausomybių:[accent] {1}\n[lightgray] Šios modifikacijos turi būti atsisiųstos.\nŠi modifikacija bus automatiškai išjungta. diff --git a/core/assets/bundles/bundle_nl.properties b/core/assets/bundles/bundle_nl.properties index b2914b2e9d..2f1b69c0da 100644 --- a/core/assets/bundles/bundle_nl.properties +++ b/core/assets/bundles/bundle_nl.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Deactiveer mod.content = Content: mod.delete.error = Mod verwijderen mislukt. Bestand mogelijk in gebruik. -mod.requiresversion = [scarlet]Vereist minimaal mindustry versie: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Missende benodigdheden: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Inhoud Fouten +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Er hebben zich fouten voordaan tijdens het laden van de inhoud. mod.noerrorplay = [scarlet]Je mods bevatten fouten.[] Zet de mods uit of los de problemen op voordat je verder gaat. mod.nowdisabled = [scarlet]Mod '{0}' mist een aantal benodigdheden:[accent] {1}\n[lightgray]Deze moet je eerst zelf downloaden.\nDeze mod is nu voor je uitgezet. diff --git a/core/assets/bundles/bundle_nl_BE.properties b/core/assets/bundles/bundle_nl_BE.properties index fcd78700d7..c39b5446f0 100644 --- a/core/assets/bundles/bundle_nl_BE.properties +++ b/core/assets/bundles/bundle_nl_BE.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Schakel uit mod.content = Content: mod.delete.error = Kan mod niet verwijderen. Bestand is mogelijk in gebruik. -mod.requiresversion = [scarlet]Requires min game version: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Missing dependencies: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Content Errors +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Errors have occurred loading content. mod.noerrorplay = [scarlet]You have mods with errors.[] Either disable the affected mods or fix the errors before playing. mod.nowdisabled = [scarlet]De volgende vereisten ontbreken voor mod '{0}':[accent] {1}\n[lightgray]Deze mods moeten eerst gedownload worden.\nDeze mod wordt automatisch uitgeschakeld. diff --git a/core/assets/bundles/bundle_pl.properties b/core/assets/bundles/bundle_pl.properties index cd7bf16ac8..8a9219d4db 100644 --- a/core/assets/bundles/bundle_pl.properties +++ b/core/assets/bundles/bundle_pl.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Kompatybilny z trybem wieloosobowym mod.disable = Wyłącz mod.content = Zawartość: mod.delete.error = Nie udało się usunąć moda. Plik może być w użyciu. -mod.requiresversion = [scarlet]Wymaga gry w wersji co najmniej: [accent]{0} -mod.outdatedv7 = [scarlet]Niezgodny z v7 (brak minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Brakujące zależności: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Błędy Zawartości +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Wystąpił błąd podczas ładowania treści. mod.noerrorplay = [scarlet]Twoje mody zawierają błędy.[] Wyłącz je lub napraw błędy przed rozpoczęciem gry. mod.nowdisabled = [scarlet]Brakuje zależności dla moda '{0}':[accent] {1}\n[lightgray]Najpierw trzeba ściągnąć te mody.\nMod zostanie automatycznie wyłączony. diff --git a/core/assets/bundles/bundle_pt_BR.properties b/core/assets/bundles/bundle_pt_BR.properties index 09c39ce004..4cee8576b0 100644 --- a/core/assets/bundles/bundle_pt_BR.properties +++ b/core/assets/bundles/bundle_pt_BR.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Compatível com Multiplayer mod.disable = Desati-\nvar mod.content = Conteúdo: mod.delete.error = Incapaz de deletar o mod. O arquivo talvez esteja em uso. -mod.requiresversion = [scarlet]Requer no mínimo versão [accent]{0} [scarlet]do jogo. -mod.outdatedv7 = [scarlet]Incompativel com a V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dependências ausentes: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Erros no conteúdo +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Ocorreram erros ao carregar o conteúdo. mod.noerrorplay = [scarlet]Você tem mods com erros.[] Desative os mods afetados ou conserte os erros antes de jogar. mod.nowdisabled = [scarlet]O Mod '{0}' está com dependências ausentes:[accent] {1}\n[lightgray]Esses Mods precisam ser baixados primeiro.\nEsse Mod será desativado automaticamente. diff --git a/core/assets/bundles/bundle_pt_PT.properties b/core/assets/bundles/bundle_pt_PT.properties index b6bcf8fc54..46a56e1422 100644 --- a/core/assets/bundles/bundle_pt_PT.properties +++ b/core/assets/bundles/bundle_pt_PT.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Desativar mod.content = Content: mod.delete.error = Incapaz de apagar o mod. Ficheiro já em uso. -mod.requiresversion = [scarlet]Requer versão minima de jogo: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dependências ausentes: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Erros de conteudo +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Ocorreram erros ao carregar o conteúdo. mod.noerrorplay = [scarlet]Tens mods com erros.[] Desative os mods afetados ou corrija os erros antes de jogar. mod.nowdisabled = [scarlet]Mod '{0}' está faltando dependências:[accent] {1}\n[lightgray]Esses mods precisam ser baixados primeiro. NEste mod será automaticamente desativado diff --git a/core/assets/bundles/bundle_ro.properties b/core/assets/bundles/bundle_ro.properties index 00104bca87..b20891c483 100644 --- a/core/assets/bundles/bundle_ro.properties +++ b/core/assets/bundles/bundle_ro.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Compatibil cu Multiplayer mod.disable = Dezactivează mod.content = Conținut: mod.delete.error = Nu s-a putut șterge modul. Fișierul ar putea fi în uz. -mod.requiresversion = [scarlet]Ai nevoie de versiunea de joc minimă: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Dependențe Lipsă: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Erori de Conținut +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Au apărut erori la încărcarea conținutului. mod.noerrorplay = [scarlet]Modurile tale au erori.[] Dezactivează modurile afectate sau repară erorile înainte să joci. mod.nowdisabled = [scarlet]Modul '{0}' are dependențe lipsă:[accent] {1}\n[lightgray]Mai întâi trebuie să descarci aceste moduri.\nAcest mod va fi dezactivat automat. diff --git a/core/assets/bundles/bundle_ru.properties b/core/assets/bundles/bundle_ru.properties index 4dd9d62be7..6b5b434b7a 100644 --- a/core/assets/bundles/bundle_ru.properties +++ b/core/assets/bundles/bundle_ru.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Доступна в игре по сети mod.disable = Выкл. mod.content = Содержимое: mod.delete.error = Невозможно удалить модификацию. Возможно, файл используется. -mod.requiresversion = [scarlet]Требуемая минимальная версия игры: [accent]{0} -mod.outdatedv7 = [scarlet]Несовместимо с V7 (нет минимальной версии: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Не найдены родительские модификации: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Ошибки содержимого +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Ошибки были вызваны загружаемым содержимым. mod.noerrorplay = [scarlet]У Вас есть модификации с ошибками.[] Выключите проблемные модификации или исправьте ошибки перед игрой. mod.nowdisabled = [scarlet]Модификации '{0}' требуются родительские модификации:[accent] {1}\n[lightgray]Сначала нужно загрузить их.\nЭта модификация будет автоматически отключена. diff --git a/core/assets/bundles/bundle_sr.properties b/core/assets/bundles/bundle_sr.properties index 26ac2329b1..5c5b9bd9e1 100644 --- a/core/assets/bundles/bundle_sr.properties +++ b/core/assets/bundles/bundle_sr.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Kompatibilan sa multiplejerom mod.disable = Onemogući mod.content = Sadržaj: mod.delete.error = Nemoguće izbrisati mod, datoteka je možda u upotrebi. -mod.requiresversion = [scarletMinimalna verzija igre: [accent]{0} -mod.outdatedv7 = [scarlet]Ne podržava V7 (nema minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Nedostaju zavisni modovi: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Greška u sadržaju +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Greške su nastale tokom učitavanja sadržaja. mod.noerrorplay = [scarlet]Imate modove sa greškama.[] Onemogućite te modove, ili ispravite greške. mod.nowdisabled = [scarlet]Mod '{0}'nema potrebne zavisne modove:[accent] {1}\n[lightgray]Ove modove treba instalirati prvo.\nMod se automatski onemogućava. diff --git a/core/assets/bundles/bundle_sv.properties b/core/assets/bundles/bundle_sv.properties index e80b39ca5c..76b4f966ac 100644 --- a/core/assets/bundles/bundle_sv.properties +++ b/core/assets/bundles/bundle_sv.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Flerspelar Kompatibel mod.disable = Inaktivera mod.content = Innehåll: mod.delete.error = Kunde inte ta bort modden. Filen kanske används. -mod.requiresversion = [scarlet]Kräver som minst version: [accent]{0} -mod.outdatedv7 = [scarlet]Inte kompatibel med V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Saknar beroenden: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Innehålls Fel +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Fel har inträffat under laddning av innehåll. mod.noerrorplay = [scarlet]Du har moddar med fel.[] Stäng antingen av de drabbade moddarna eller fixa felen innan du spelar. mod.nowdisabled = [scarlet]Mod '{0}' saknar beroenden:[accent] {1}\n[lightgray]Dessa mods måste laddas ned först.\nDetta mod kommer att inaktiveras automatiskt. diff --git a/core/assets/bundles/bundle_th.properties b/core/assets/bundles/bundle_th.properties index 5706e30f0c..24f9714804 100644 --- a/core/assets/bundles/bundle_th.properties +++ b/core/assets/bundles/bundle_th.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]ใช้งานได้กับโหม mod.disable = ปิดใช้งาน mod.content = เนื้อหา: mod.delete.error = ไม่สามารถลบม็อดออกได้ ไฟล์อาจอยู่ในระหว่างการใช้งาน -mod.requiresversion = [scarlet]เวอร์ชั่นเกมขั้นต่ำที่ต้องการ: [accent]{0} -mod.outdatedv7 = [scarlet]ไม่สามารถใช้ได้ในเวอร์ชั่น 7.0 (ไม่มี minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]ม็อดพึ่งพาขาดหาย: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]เนื้อหาผิดพลาด +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = มีข้อผิดพลาดเกิดขึ้นระหว่างโหลดเนื้อหา mod.noerrorplay = [scarlet]คุณมีม็อดที่มีข้อผิดพลาด[] กรุณาปิดม็อดนั้นๆ หรือแก้ไขข้อผิดพลาดก่อนที่จะเล่น mod.nowdisabled = [scarlet]ม็อด '{0}' ขาดม็อดพื่งพา:[accent] {1}\n[lightgray]จำเป็นต้องโหลดม็อดพวกนี้ก่อน\nม็อดนี้จะถูกปิดใช้งานโดยอัตโนมัติ diff --git a/core/assets/bundles/bundle_tk.properties b/core/assets/bundles/bundle_tk.properties index 9f1c7d6ca5..a7cfeb4d42 100644 --- a/core/assets/bundles/bundle_tk.properties +++ b/core/assets/bundles/bundle_tk.properties @@ -141,11 +141,16 @@ mod.multiplayer.compatible = [gray]Multiplayer Compatible mod.disable = Disable mod.content = Content: mod.delete.error = Unable to delete mod. File may be in use. -mod.requiresversion = [scarlet]Requires min game version: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Missing dependencies: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Content Errors +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Errors have occurred loading content. mod.noerrorplay = [scarlet]You have mods with errors.[] Either disable the affected mods or fix the errors before playing. mod.nowdisabled = [scarlet]Mod '{0}' is missing dependencies:[accent] {1}\n[lightgray]These mods need to be downloaded first.\nThis mod will be automatically disabled. diff --git a/core/assets/bundles/bundle_tr.properties b/core/assets/bundles/bundle_tr.properties index 1a4bd9873f..e915bfaf49 100644 --- a/core/assets/bundles/bundle_tr.properties +++ b/core/assets/bundles/bundle_tr.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Çok Oyunculuya Uygun mod.disable = Devre Dışı Bırak mod.content = İçerik: mod.delete.error = Mod silinemiyor. Dosya kullanımda olabilir. -mod.requiresversion = [scarlet]Gereken en düşük oyun versiyonu: [accent]{0} -mod.outdatedv7 = [scarlet]V7 ile Uyumlu Değil! (minGameVersion: 136 yok) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Bu modun çalışması için gereken modlar: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]İçerik hatası. +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = İçerik yüklenirken bir hata oluştu. mod.noerrorplay = [scarlet]Hatalı modlarınız var.[] Oynamadan önce bu modları devre dışı bırakın veya dosyadaki hataları düzeltin. mod.nowdisabled = [scarlet]'{0}' modunun çalışması için gerekli olan modlardan bazıları bulunamadı:[accent] {1}\n[lightgray]Önce bu modların indirilmesi gerekmektedir.\nBu mod otomatik olarak devre dışı bırakılacaktır. diff --git a/core/assets/bundles/bundle_uk_UA.properties b/core/assets/bundles/bundle_uk_UA.properties index 7b7cfd646a..12634e7f18 100644 --- a/core/assets/bundles/bundle_uk_UA.properties +++ b/core/assets/bundles/bundle_uk_UA.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Доступна у багатоосібні mod.disable = Вимкнути mod.content = Зміст: mod.delete.error = Неможливо видалити модифікацію. Файл, можливо, використовується. -mod.requiresversion = [scarlet]Необхідна мінімальна версія гри: [accent]{0} -mod.outdatedv7 = [scarlet]Несумісна із сьомою версією \n(немає minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Відсутні залежності: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Помилки під час завантаження +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Виникли помилки під час завантаження змісту. mod.noerrorplay = [scarlet]Ви маєте модифікації з помилками.[] Або вимкніть проблемні модифікації, або виправте їх. mod.nowdisabled = [scarlet]Модифікації «{0}» не вистачає залежних модифікацій:[accent] {1}\n[lightgray]Ці модифікації потрібно завантажити спочатку.\nЦя модифікація буде автоматично вимкнена. diff --git a/core/assets/bundles/bundle_vi.properties b/core/assets/bundles/bundle_vi.properties index d11e26191d..bb44dbd643 100644 --- a/core/assets/bundles/bundle_vi.properties +++ b/core/assets/bundles/bundle_vi.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]Tương thích với chế độ nhiều ngư mod.disable = Tắt mod.content = Nội dung: mod.delete.error = Không thể xóa mod. Tệp có thể đang được sử dụng. -mod.requiresversion = [scarlet]Cần phiên bản tối thiểu: [accent]{0} -mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]Thiếu phụ thuộc: {0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]Lỗi nội dung +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = Đã xảy ra lỗi khi tải nội dung. mod.noerrorplay = [scarlet]Bạn có mod bị lỗi.[]Tắt các mod bị lỗi hoặc sửa các lỗi trước khi chơi. mod.nowdisabled = [scarlet]Mod '{0}' cần mod này để chạy:[accent] {1}\n[lightgray]Trước tiên bạn cần tải các mod này xuống.\nBản mod này sẽ tự động tắt. diff --git a/core/assets/bundles/bundle_zh_CN.properties b/core/assets/bundles/bundle_zh_CN.properties index ca5ea1cdb6..6aadb00163 100644 --- a/core/assets/bundles/bundle_zh_CN.properties +++ b/core/assets/bundles/bundle_zh_CN.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]多人游戏兼容性 mod.disable = 禁用 mod.content = 内容: mod.delete.error = 无法删除模组。 文件可能正被占用。 -mod.requiresversion = [scarlet]所需的最低游戏版本:[accent]{0} -mod.outdatedv7 = [scarlet]与 V7 并不兼容(该模组未添加 minGameVersion: 136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]缺少前置模组:{0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]内容错误 +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = 读取内容时发生错误。 mod.noerrorplay = [scarlet]您的模组发生了错误。 []禁用相关模组或修复错误后才能进入游戏。 mod.nowdisabled = [scarlet]“{0}”模组缺少依赖的其他模组:[accent]{1}\n[lightgray]需要先下载上述模组。 \n此模组现在将自动禁用。 diff --git a/core/assets/bundles/bundle_zh_TW.properties b/core/assets/bundles/bundle_zh_TW.properties index 7099e35b72..6b31330db6 100644 --- a/core/assets/bundles/bundle_zh_TW.properties +++ b/core/assets/bundles/bundle_zh_TW.properties @@ -144,11 +144,16 @@ mod.multiplayer.compatible = [gray]與多人模式相容 mod.disable = 禁用 mod.content = 內容: mod.delete.error = 無法刪除模組,檔案可能在使用中。 -mod.requiresversion = [scarlet]最低遊戲版本要求:[accent]{0} -mod.outdatedv7 = [scarlet]和 V7 不相容(最低版本要求:136) +mod.incompatiblegame = [red]Outdated Game +mod.incompatiblemod = [red]Incompatible mod.blacklisted = [red]Unsupported -mod.missingdependencies = [scarlet]缺少依賴關係:{0} +mod.unmetdependencies = [red]Unmet Dependencies mod.erroredcontent = [scarlet]內容錯誤 +mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. +mod.outdatedv7.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 136[] to its [accent]mod.json[] file. +mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. +mod.missingdependencies.details = This mod is missing dependencies: {0} +mod.erroredcontent.details = This game caused errors when loading. Ask the mod author to fix them. mod.errors = 載入內容時發生錯誤 mod.noerrorplay = [scarlet]你使用了有問題的模組。[] 遊戲前請先停用相關模組或修正問題。 mod.nowdisabled = [scarlet]「{0}」模組缺少依賴關係:[accent] {1}\n[lightgray]必須先下載這些模組。\n此模組將被自動停用。