9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

重新提交法语

This commit is contained in:
XiaoMoMi
2025-11-17 15:18:04 +08:00
parent 08e957da6d
commit 447e8e7b63
2 changed files with 506 additions and 1 deletions

View File

@@ -0,0 +1,505 @@
lang-version: "${lang_version}"
exception.invalid_syntax: "<red>Syntaxe invalide. Utilisation correcte : <white><arg:0></white></red>"
exception.invalid_argument: "<red>Argument invalide. Raison : <white><arg:0></white></red>"
exception.invalid_sender: "<red><arg:0> n'est pas autorisé à exécuter cette commande. Doit être de type <arg:1></red>"
exception.unexpected: "<red>Une erreur interne s'est produite lors de l'exécution de cette commande</red>"
exception.no_permission: "<red>Désolé, mais vous n'avez pas la permission d'utiliser cette commande</red>"
exception.no_such_command: "Commande inconnue."
argument.entity.notfound.player: "<red><lang:argument.entity.notfound.player></red>"
argument.entity.notfound.entity: "<red><lang:argument.entity.notfound.entity></red>"
argument.parse.failure.time: "<red>'<arg:0>' n'est pas un format de temps valide</red>"
argument.parse.failure.material: "<red>'<arg:0>' n'est pas un nom de matériau valide</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' n'est pas un enchantement valide</red>"
argument.parse.failure.offlineplayer: "<red>Aucun joueur trouvé pour l'entrée '<arg:0>'</red>"
argument.parse.failure.player: "<red>Aucun joueur trouvé pour l'entrée '<arg:0>'</red>"
argument.parse.failure.world: "<red>'<arg:0>' n'est pas un monde Minecraft valide</red>"
argument.parse.failure.location.invalid_format: "<red>'<arg:0>' n'est pas une position valide. Format requis : '<arg:1> <arg:2> <arg:3>'</red>"
argument.parse.failure.location.mixed_local_absolute: "<red>Impossible de mélanger coordonnées locales et absolues (soit toutes utilisent '^', soit aucune)</red>"
argument.parse.failure.namespacedkey.namespace: "<red>Espace de noms invalide '<arg:0>'. Doit correspondre à [a-z0-9._-]</red>"
argument.parse.failure.namespacedkey.key: "<red>Clé invalide '<arg:0>'. Doit correspondre à [a-z0-9/._-]</red>"
argument.parse.failure.namespacedkey.need_namespace: "<red>Entrée invalide '<arg:0>', un espace de noms explicite est requis</red>"
argument.parse.failure.boolean: "<red>Impossible d'interpréter un booléen depuis '<arg:0>'</red>"
argument.parse.failure.number: "<red>'<arg:0>' n'est pas un nombre valide dans lintervalle <arg:1> à <arg:2></red>"
argument.parse.failure.char: "<red>'<arg:0>' n'est pas un caractère valide</red>"
argument.parse.failure.string: "<red>'<arg:0>' n'est pas une chaîne valide de type <arg:1></red>"
argument.parse.failure.uuid: "<red>'<arg:0>' n'est pas un UUID valide</red>"
argument.parse.failure.enum: "<red>'<arg:0>' ne fait pas partie des options suivantes : <arg:1></red>"
argument.parse.failure.regex: "<red>'<arg:0>' ne correspond pas à '<arg:1>'</red>"
argument.parse.failure.flag.unknown: "<red>Indicateur inconnu '<arg:0>'</red>"
argument.parse.failure.flag.duplicate_flag: "<red>Indicateur dupliqué '<arg:0>'</red>"
argument.parse.failure.flag.no_flag_started: "<red>Aucun indicateur commencé. Impossible de traiter '<arg:0>'</red>"
argument.parse.failure.flag.missing_argument: "<red>Argument manquant pour '<arg:0>'</red>"
argument.parse.failure.flag.no_permission: "<red>Vous n'avez pas la permission d'utiliser '<arg:0>'</red>"
argument.parse.failure.color: "<red>'<arg:0>' n'est pas une couleur valide</red>"
argument.parse.failure.duration: "<red>'<arg:0>' n'est pas un format de durée valide</red>"
argument.parse.failure.aggregate.missing: "<red>Composant manquant '<arg:0>'</red>"
argument.parse.failure.aggregate.failure: "<red>Composant invalide '<arg:0>' : <arg:1></red>"
argument.parse.failure.either: "<red>Impossible de résoudre '<arg:0>' comme <arg:1> ou <arg:2></red>"
argument.parse.failure.namedtextcolor: "<red>'<arg:0>' n'est pas un nom de couleur de texte valide</red>"
command.reload.config.success: "<white>Configurations rechargées en <green><arg:0></green> ms.</white> <gray>(Asynchrone : <arg:1> ms | Synchrone : <arg:2> ms)</gray>"
command.reload.config.failure: "<red>Échec du rechargement de la configuration. Consultez les logs de la console.</red>"
command.reload.pack.success: "<white>Pack de ressources rechargé en <green><arg:0></green> ms.</white>"
command.reload.pack.failure: "<red>Échec du rechargement du pack de ressources. Consultez les logs de la console.</red>"
command.reload.all.success: "<white>Rechargement terminé en <green><arg:0></green> ms.</white> <gray>(Asynchrone : <arg:1> ms | Synchrone : <arg:2> ms | Pack : <arg:3> ms)</gray>"
command.reload.all.failure: "<red>Échec du rechargement. Consultez les logs de la console.</red>"
command.item.get.success: "<white>Obtenu <arg:0> de <arg:1></white>"
command.item.get.failure.not_exist: "<red><lang:argument.item.id.invalid:'<arg:0>'></red>"
command.item.give.success.single: "<lang:commands.give.success.single:'<arg:0>':'<arg:1>':'<arg:2>'>"
command.item.give.success.multiple: "<lang:commands.give.success.multiple:'<arg:0>':'<arg:1>':'<arg:2>'>"
command.item.give.failure.not_exist: "<red><lang:argument.item.id.invalid:'<arg:0>'></red>"
command.search_recipe.not_found: "<red>Aucune recette trouvée pour cet objet</red>"
command.search_usage.not_found: "<red>Aucune utilisation trouvée pour cet objet</red>"
command.search_recipe.no_item: "<red>Veuillez tenir un objet avant dexécuter cette commande</red>"
command.search_usage.no_item: "<red>Veuillez tenir un objet avant dexécuter cette commande</red>"
command.totem_animation.failure.not_totem: "<red>Lobjet '<arg:0>' nest pas minecraft:totem_of_undying</red>"
command.totem_animation.success.single: "<white>Animation de totem <arg:0> jouée pour <arg:1></white>"
command.totem_animation.success.multiple: "<white>Animation de totem <arg:0> jouée pour <arg:1> joueurs</white>"
command.resource.enable.success: "<white>Ressource <arg:0> activée. Exécutez <click:run_command:/ce reload all><u>/ce reload all</u></click> pour appliquer les changements</white>"
command.resource.enable.failure.unknown: "<red>Ressource inconnue <arg:0></red>"
command.resource.disable.success: "<white>Ressource <arg:0> désactivée. Exécutez <click:run_command:/ce reload all><u>/ce reload all</u></click> pour appliquer les changements</white>"
command.resource.disable.failure.unknown: "<red>Ressource inconnue <arg:0></red>"
command.resource.list: "<white>Ressources activées(<arg:0>): <green><arg:1></green><newline>Ressources désactivées(<arg:2>): <red><arg:3></red></white>"
command.upload.failure.not_supported: "<red>La méthode dhébergement actuelle '<arg:0>' ne prend pas en charge lenvoi de packs de ressources.</red>"
command.upload.on_progress: "<white>Téléversement démarré. Consultez la console pour plus dinformations.</white>"
command.send_resource_pack.success.single: "<white>Pack de ressources envoyé à <arg:0>.</white>"
command.send_resource_pack.success.multiple: "<white>Packs de ressources envoyés à <arg:0> joueurs.</white>"
command.locale.set.failure: "<red>Format de locale invalide : <arg:0></red>"
command.locale.set.success: "<white>Locale définie sur <arg:0> pour <arg:1></white>"
command.locale.unset.success: "<white>Locale réinitialisée pour <arg:0></white>"
warning.network.resource_pack.unverified_uuid: "<yellow>Le joueur <arg:0> tente de demander un pack de ressources avec un UUID (<arg:1>) qui nest pas authentifié par le serveur.</yellow>"
warning.config.pack.duplicated_files: "<red>Des fichiers dupliqués ont été trouvés. Veuillez les résoudre via la section 'resource-pack.duplicated-files-handler' dans config.yml.</red>"
warning.config.yaml.duplicated_key: "<red>Problème dans le fichier <arg:0> - Clé dupliquée '<arg:1>' détectée à la ligne <arg:2>, cela peut causer des résultats inattendus.</red>"
warning.config.yaml.inconsistent_value_type: "<red>Problème dans le fichier <arg:0> - Clé dupliquée '<arg:1>' détectée à la ligne <arg:2> avec des types de valeur différents, cela peut causer des résultats inattendus.</red>"
warning.config.type.int: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en entier pour loption '<arg:3>'.</yellow>"
warning.config.type.boolean: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en booléen pour loption '<arg:3>'.</yellow>"
warning.config.type.float: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en nombre décimal (float) pour loption '<arg:3>'.</yellow>"
warning.config.type.double: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en double pour loption '<arg:3>'.</yellow>"
warning.config.type.quaternionf: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en Quaternionf pour loption '<arg:3>'.</yellow>"
warning.config.type.vector3f: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en Vector3f pour loption '<arg:3>'.</yellow>"
warning.config.type.vec3d: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en Vec3d pour loption '<arg:3>'.</yellow>"
warning.config.type.map: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Impossible de convertir '<arg:2>' en type Map pour loption '<arg:3>'.</yellow>"
warning.config.type.snbt.invalid_syntax: "<yellow>Problème dans le fichier <arg:0> - Impossible de charger '<arg:1>': Syntaxe SNBT invalide '<arg:2>'.</yellow>"
warning.config.number.missing_type: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument obligatoire 'type' pour un nombre.</yellow>"
warning.config.number.invalid_type: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' utilise un type de nombre invalide '<arg:2>'.</yellow>"
warning.config.number.missing_argument: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis pour 'number'.</yellow>"
warning.config.number.invalid_format: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' utilise un format numérique invalide '<arg:2>'.</yellow>"
warning.config.number.fixed.missing_value: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas la valeur requise pour un nombre constant ('value').</yellow>"
warning.config.number.fixed.invalid_value: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' utilise une valeur invalide '<arg:2>' pour un nombre constant.</yellow>"
warning.config.number.expression.missing_expression: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'expression' pour un nombre de type expression.</yellow>"
warning.config.number.uniform.missing_min: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'min' pour un nombre uniforme.</yellow>"
warning.config.number.uniform.missing_max: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'max' pour un nombre uniforme.</yellow>"
warning.config.number.gaussian.missing_min: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'min' pour un nombre gaussien.</yellow>"
warning.config.number.gaussian.missing_max: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'max' pour un nombre gaussien.</yellow>"
warning.config.number.binomial.missing_extra: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'extra' pour un nombre binomial.</yellow>"
warning.config.number.binomial.missing_probability: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'probability' pour un nombre binomial.</yellow>"
warning.config.condition.all_of.missing_terms: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'terms' pour la condition 'all_of'.</yellow>"
warning.config.condition.all_of.invalid_terms_type: "<yellow>Problème dans le fichier <arg:0> - La condition 'all_of' de '<arg:1>' est mal configurée : 'terms' doit être une liste de maps, type actuel : '<arg:2>'.</yellow>"
warning.config.condition.any_of.missing_terms: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'terms' pour la condition 'any_of'.</yellow>"
warning.config.condition.any_of.invalid_terms_type: "<yellow>Problème dans le fichier <arg:0> - La condition 'any_of' de '<arg:1>' est mal configurée : 'terms' doit être une liste de maps, type actuel : '<arg:2>'.</yellow>"
warning.config.condition.inverted.missing_term: "<yellow>Problème dans le fichier <arg:0> - La configuration '<arg:1>' na pas largument requis 'term' pour la condition 'inverted'.</yellow>"
warning.config.condition.inverted.invalid_term_type: "<yellow>Problème dans le fichier <arg:0> - La condition 'inverted' de '<arg:1>' est mal configurée : 'term' doit être une section de configuration, type actuel : '<arg:2>'.</yellow>"
warning.config.condition.enchantment.missing_predicate: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'predicate' pour la condition 'enchantment'.</yellow>"
warning.config.condition.enchantment.invalid_predicate: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un argument 'predicate' invalide pour l'enchantement '<arg:2>'.</yellow>"
warning.config.condition.match_block_property.missing_properties: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'properties' pour la condition 'match_block_property'.</yellow>"
warning.config.condition.match_block.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'id' pour la condition 'match_block'.</yellow>"
warning.config.condition.match_entity.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'id' pour la condition 'match_entity'.</yellow>"
warning.config.condition.match_item.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'id' pour la condition 'match_item'.</yellow>"
warning.config.condition.table_bonus.missing_enchantment: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'enchantment' pour la condition 'table_bonus'.</yellow>"
warning.config.condition.table_bonus.missing_chances: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'chances' pour la condition 'table_bonus'.</yellow>"
warning.config.condition.permission.missing_permission: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'permission' pour la condition 'permission'.</yellow>"
warning.config.condition.string_equals.missing_value1: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'value1' pour la condition 'string_equals'.</yellow>"
warning.config.condition.string_equals.missing_value2: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'value2' pour la condition 'string_equals'.</yellow>"
warning.config.condition.string_contains.missing_value1: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'value1' pour la condition 'string_contains'.</yellow>"
warning.config.condition.string_contains.missing_value2: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'value2' pour la condition 'string_contains'.</yellow>"
warning.config.condition.string_regex.missing_value: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'value' pour la condition 'string_regex'.</yellow>"
warning.config.condition.string_regex.missing_regex: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'regex' pour la condition 'string_regex'.</yellow>"
warning.config.condition.expression.missing_expression: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'expression' pour la condition 'expression'.</yellow>"
warning.config.condition.is_null.missing_argument: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'argument' pour la condition 'is_null'.</yellow>"
warning.config.condition.hand.missing_hand: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'hand' pour la condition 'hand'.</yellow>"
warning.config.condition.hand.invalid_hand: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un argument 'hand' invalide '<arg:2>' pour la condition 'hand'. Types de main autorisés : [<arg:3>]</yellow>"
warning.config.condition.on_cooldown.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument obligatoire 'id' pour la condition 'on_cooldown'.</yellow>"
warning.config.structure.not_section: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' est censée être une section, mais est de type '<arg:2>'.</yellow>"
warning.config.image.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Image dupliquée '<arg:1>'. Vérifiez sil y a la même configuration dans dautres fichiers.</yellow>"
warning.config.image.missing_height: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' manque largument obligatoire 'height'.</yellow>"
warning.config.image.height_ascent_conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' viole la règle bitmap : 'height' '<arg:2>' ne doit pas être inférieur à 'ascent' '<arg:3>'.</yellow>"
warning.config.image.missing_file: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' manque largument obligatoire 'file'.</yellow>"
warning.config.image.invalid_file_chars: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' a un argument 'file' '<arg:2>' avec des caractères illégaux. Consultez https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.image.invalid_font_chars: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' a un argument 'font' '<arg:2>' avec des caractères illégaux. Consultez https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.image.invalid_grid_size: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' utilise un format de grille incorrect '<arg:2>'. Exemple correct : '3,5'</yellow>"
warning.config.image.missing_char: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' manque largument obligatoire 'char'.</yellow>"
warning.config.image.codepoint.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' utilise le caractère '<arg:3>(<arg:4>)' déjà utilisé par limage '<arg:5>' pour la police <arg:2>.</yellow>"
warning.config.image.codepoint.exhausted: "<yellow>Problème trouvé dans le fichier <arg:0> - Impossible dallouer un codepoint pour limage '<arg:1>' car tous les codepoints sont déjà utilisés pour la police '<arg:2>'.</yellow>"
warning.config.image.invalid_codepoint_grid: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' a une grille de codepoints 'chars' invalide.</yellow>"
warning.config.image.invalid_char: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' contient un caractère combiné, ce qui peut entraîner une séparation de limage.</yellow>"
warning.config.image.invalid_hex_value: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' utilise le caractère unicode '<arg:2>' qui nest pas une valeur hexadécimale valide.</yellow>"
warning.config.image.invalid_unicode_string: "<yellow>Problème trouvé dans le fichier <arg:0> - Limage '<arg:1>' utilise une chaîne unicode incorrecte '<arg:2>'.</yellow>"
warning.config.recipe.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Recette dupliquée '<arg:1>'. Vérifiez sil y a la même configuration dans dautres fichiers.</yellow>"
warning.config.recipe.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' manque largument obligatoire 'type'.</yellow>"
warning.config.recipe.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' utilise un type de recette invalide '<arg:2>'.</yellow>"
warning.config.recipe.invalid_ingredient: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' utilise un ingrédient invalide '<arg:2>'.</yellow>"
warning.config.recipe.invalid_result: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' utilise un résultat invalide '<arg:2>'.</yellow>"
warning.config.recipe.missing_ingredient: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de cuisson '<arg:1>' manque largument obligatoire 'ingredient'.</yellow>"
warning.config.recipe.missing_result: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' manque largument obligatoire 'result'.</yellow>"
warning.config.recipe.result.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' manque largument obligatoire 'id' pour le résultat de la recette.</yellow>"
warning.config.recipe.crafting.invalid_category: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de crafting '<arg:1>' utilise une catégorie invalide '<arg:2>'. Catégories autorisées : [<arg:3>].</yellow>"
warning.config.recipe.cooking.invalid_category: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de cuisson '<arg:1>' utilise une catégorie invalide '<arg:2>'. Catégories autorisées : [<arg:3>].</yellow>"
warning.config.recipe.shaped.missing_pattern: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette avec forme '<arg:1>' manque largument obligatoire 'pattern'.</yellow>"
warning.config.recipe.shaped.invalid_pattern: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette avec forme '<arg:1>' utilise un motif invalide '<arg:2>'.</yellow>"
warning.config.recipe.shaped.invalid_symbol: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette avec forme '<arg:1>' utilise un symbole invalide '<arg:2>' dans le motif.</yellow>"
warning.config.recipe.smithing_transform.post_processor.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de transformation de forge '<arg:1>' manque largument obligatoire 'type' pour lun de ses post-processeurs.</yellow>"
warning.config.recipe.smithing_transform.post_processor.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de transformation de forge '<arg:1>' utilise un type de post-processeur invalide '<arg:2>'.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_components: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de transformation de forge '<arg:1>' manque largument obligatoire 'components' pour le post-processeur 'keep_components'.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_tags: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de transformation de forge '<arg:1>' manque largument obligatoire 'tags' pour le post-processeur 'keep_tags'.</yellow>"
warning.config.recipe.smithing_transform.missing_base: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de transformation de forge '<arg:1>' manque largument obligatoire 'base'.</yellow>"
warning.config.recipe.smithing_trim.missing_base: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de découpe de forge '<arg:1>' manque largument obligatoire 'base'.</yellow>"
warning.config.recipe.smithing_trim.missing_template_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de découpe de forge '<arg:1>' manque largument obligatoire 'template-type'.</yellow>"
warning.config.recipe.smithing_trim.missing_addition: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de découpe de forge '<arg:1>' manque largument obligatoire 'addition'.</yellow>"
warning.config.recipe.smithing_trim.missing_pattern: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de découpe de forge '<arg:1>' manque largument obligatoire 'pattern'.</yellow>"
warning.config.recipe.brewing.missing_container: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de brassage '<arg:1>' manque largument obligatoire 'container'.</yellow>"
warning.config.recipe.brewing.missing_ingredient: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette de brassage '<arg:1>' manque largument obligatoire 'ingredient'.</yellow>"
warning.config.recipe.result.post_processor.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' manque largument obligatoire 'type' pour les post-processeurs de résultat.</yellow>"
warning.config.recipe.result.post_processor.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La recette '<arg:1>' utilise un type de post-processeur de résultat invalide '<arg:2>'.</yellow>"
warning.config.translation.unknown_locale: "<yellow>Problème trouvé dans le fichier <arg:0> - Locale inconnue '<arg:1>'.</yellow>"
warning.config.template.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Modèle dupliqué '<arg:1>'. Vérifiez sil existe la même configuration dans dautres fichiers.</yellow>"
warning.config.template.invalid: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un modèle invalide '<arg:2>'.</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow>Problème trouvé dans le fichier <arg:0> - Le modèle '<arg:1>' utilise un 'from' '<arg:2>' supérieur à 'to' '<arg:3>' dans largument 'self_increase_int'.</yellow>"
warning.config.template.argument.list.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le modèle '<arg:1>' utilise un argument 'list' qui attend une 'List', mais le type fourni est '<arg:2>'.</yellow>"
warning.config.template.argument.missing_value: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque la valeur de largument de modèle '<arg:2>'. Utilisez loption 'arguments' pour définir une valeur par défaut.</yellow>"
warning.config.vanilla_loot.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le loot vanilla '<arg:1>' manque largument obligatoire 'type'.</yellow>"
warning.config.vanilla_loot.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le loot vanilla '<arg:1>' utilise un type invalide '<arg:2>'. Types autorisés : [<arg:3>].</yellow>"
warning.config.vanilla_loot.block.invalid_target: "<yellow>Problème trouvé dans le fichier <arg:0> - Cible de bloc invalide '<arg:2>' dans le loot vanilla '<arg:1>'.</yellow>"
warning.config.sound.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Son dupliqué '<arg:1>'. Vérifiez sil existe la même configuration dans dautres fichiers.</yellow>"
warning.config.sound.missing_sounds: "<yellow>Problème trouvé dans le fichier <arg:0> - Le son '<arg:1>' manque largument obligatoire 'sounds'.</yellow>"
warning.config.sound.missing_name: "<yellow>Problème trouvé dans le fichier <arg:0> - Le son '<arg:1>' manque largument obligatoire 'name'.</yellow>"
warning.config.jukebox_song.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Chanson de jukebox dupliquée '<arg:1>'. Vérifiez sil existe la même configuration dans dautres fichiers.</yellow>"
warning.config.jukebox_song.missing_sound: "<yellow>Problème trouvé dans le fichier <arg:0> - La chanson de jukebox '<arg:1>' manque largument obligatoire 'sound'.</yellow>"
warning.config.furniture.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Meuble dupliqué '<arg:1>'. Vérifiez sil existe la même configuration dans dautres fichiers.</yellow>"
warning.config.furniture.missing_placement: "<yellow>Problème trouvé dans le fichier <arg:0> - Le meuble '<arg:1>' manque largument obligatoire 'placement'.</yellow>"
warning.config.furniture.element.missing_item: "<yellow>Problème trouvé dans le fichier <arg:0> - Le meuble '<arg:1>' manque largument obligatoire 'item' pour un de ses éléments.</yellow>"
warning.config.furniture.settings.unknown: "<yellow>Problème trouvé dans le fichier <arg:0> - Le meuble '<arg:1>' utilise un type de paramètre inconnu '<arg:2>'.</yellow>"
warning.config.furniture.hitbox.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le meuble '<arg:1>' utilise un type de hitbox invalide '<arg:2>'.</yellow>"
warning.config.furniture.hitbox.custom.invalid_entity: "<yellow>Problème trouvé dans le fichier <arg:0> - Le meuble '<arg:1>' utilise un hitbox personnalisé avec un type dentité invalide '<arg:2>'.</yellow>"
warning.config.item.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Objet dupliqué '<arg:1>'. Vérifiez sil existe la même configuration dans dautres fichiers.</yellow>"
warning.config.item.settings.unknown: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de paramètre inconnu '<arg:2>'.</yellow>"
warning.config.item.settings.invulnerable.invalid_damage_source: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une source de dégâts inconnue '<arg:2>'. Sources autorisées : [<arg:3>].</yellow>"
warning.config.item.settings.equipment.missing_asset_id: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'asset-id' pour le paramètre 'equipment'.</yellow>"
warning.config.item.settings.equipment.invalid_asset_id: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un 'asset-id' invalide pour le paramètre 'equipment'. Il se peut que la configuration de léquipement nexiste pas ou que lID soit mal orthographié.</yellow>"
warning.config.item.settings.projectile.missing_item: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'item' pour le paramètre 'projectile'.</yellow>"
warning.config.item.settings.craft_remainder.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'type' pour 'craft-remainder'.</yellow>"
warning.config.item.settings.craft_remainder.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de 'craft-remainder' invalide '<arg:2>'.</yellow>"
warning.config.item.settings.craft_remainder.fixed.missing_item: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'item' pour un 'craft-remainder' fixe.</yellow>"
warning.config.item.settings.craft_remainder.recipe_based.missing_terms: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'terms' pour un 'craft-remainder' basé sur une recette.</yellow>"
warning.config.item.data.attribute_modifiers.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'type' pour les données 'attribute-modifiers'.</yellow>"
warning.config.item.data.attribute_modifiers.missing_amount: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'amount' pour les données 'attribute-modifiers'.</yellow>"
warning.config.item.data.attribute_modifiers.missing_operation: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'operation' pour les données 'attribute-modifiers'.</yellow>"
warning.config.item.data.attribute_modifiers.display.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'type' pour les données daffichage 'attribute-modifiers'.</yellow>"
warning.config.item.data.attribute_modifiers.display.missing_value: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'value' pour les données daffichage 'attribute-modifiers'.</yellow>"
warning.config.item.data.external.missing_source: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'source' pour les données 'external'.</yellow>"
warning.config.item.data.external.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'id' pour les données 'external'.</yellow>"
warning.config.item.data.external.invalid_source: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une source de données 'external' invalide '<arg:2>'.</yellow>"
warning.config.item.missing_material: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument obligatoire 'material'.</yellow>"
warning.config.item.invalid_material: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de matériau invalide '<arg:2>'.</yellow>"
warning.config.item.invalid_custom_model_data: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise des données de modèle personnalisées négatives '<arg:2>', ce qui est invalide.</yellow>"
warning.config.item.bad_custom_model_data: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise des données de modèle personnalisées trop grandes '<arg:2>'. Il est recommandé dutiliser une valeur inférieure à 16 777 216.</yellow>"
warning.config.item.item_model.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une option 'item-model' invalide car ce modèle est déjà utilisé par un objet vanilla.</yellow>"
warning.config.item.custom_model_data.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise des données de modèle personnalisées '<arg:2>' déjà attribuées à lobjet '<arg:3>'.</yellow>"
warning.config.item.custom_model_data.exhausted: "<yellow>Problème trouvé dans le fichier <arg:0> - Impossible dallouer des données de modèle personnalisées pour lobjet '<arg:1>' car toutes les données disponibles pour le matériau '<arg:2>' sont épuisées.</yellow>"
warning.config.item.invalid_component: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de composant inexistant '<arg:2>'.</yellow>"
warning.config.item.missing_model_id: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'custom-model-data' ou 'item-model'.</yellow>"
warning.config.item.missing_model: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque la section 'model' requise pour la compatibilité avec les packs de ressources 1.21.4+.</yellow>"
warning.config.item.behavior.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'type' pour son comportement.</yellow>"
warning.config.item.behavior.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de comportement invalide '<arg:2>'.</yellow>"
warning.config.item.behavior.block.missing_block: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'block' pour le comportement 'block_item'.</yellow>"
warning.config.item.behavior.wall_block.missing_block: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'block' pour le comportement 'wall_block_item'.</yellow>"
warning.config.item.behavior.furniture.missing_furniture: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'furniture' pour le comportement 'furniture_item'.</yellow>"
warning.config.item.behavior.liquid_collision.missing_block: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'block' pour le comportement 'liquid_collision_block_item'.</yellow>"
warning.config.item.behavior.double_high.missing_block: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'block' pour le comportement 'double_high_block_item'.</yellow>"
warning.config.item.legacy_model.missing_path: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'path' pour le modèle legacy.</yellow>"
warning.config.item.legacy_model.overrides.missing_path: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'path' pour les overrides du modèle legacy.</yellow>"
warning.config.item.legacy_model.overrides.missing_predicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'predicate' pour les overrides du modèle legacy.</yellow>"
warning.config.item.legacy_model.cannot_convert: "<yellow>Problème trouvé dans le fichier <arg:0> - Impossible de convertir les objets 1.21.4+ au format legacy pour lobjet '<arg:1>'. Veuillez créer manuellement la section 'legacy-model'.</yellow>"
warning.config.item.model.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de modèle invalide '<arg:2>'.</yellow>"
warning.config.item.model.tint.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'type' pour le tint.</yellow>"
warning.config.item.model.tint.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un type de tint invalide '<arg:2>'.</yellow>"
warning.config.item.model.tint.constant.missing_value: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'value' pour le tint constant.</yellow>"
warning.config.item.model.tint.grass.invalid_temp: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une température invalide '<arg:2>' pour le tint de lherbe (valeurs attendues entre 0 et 1).</yellow>"
warning.config.item.model.tint.grass.invalid_downfall: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une précipitation invalide '<arg:2>' pour le tint de lherbe (valeurs attendues entre 0 et 1).</yellow>"
warning.config.item.model.tint.invalid_value: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise un tint invalide '<arg:2>'.</yellow>"
warning.config.item.model.base.missing_path: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'path' pour le modèle 'minecraft:model'.</yellow>"
warning.config.item.model.base.invalid_path: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' a un 'path' invalide '<arg:2>' contenant des caractères interdits. Voir https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.item.model.condition.missing_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'property' pour le modèle 'minecraft:condition'.</yellow>"
warning.config.item.model.condition.invalid_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une propriété invalide '<arg:2>' pour le modèle 'minecraft:condition'.</yellow>"
warning.config.item.model.condition.missing_on_true: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'on-true' pour le modèle 'minecraft:condition'.</yellow>"
warning.config.item.model.condition.missing_on_false: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'on-false' pour le modèle 'minecraft:condition'.</yellow>"
warning.config.item.model.condition.keybind.missing_keybind: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'keybind' pour la propriété 'minecraft:keybind_down'.</yellow>"
warning.config.item.model.condition.has_component.missing_component: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'component' pour la propriété 'minecraft:has_component'.</yellow>"
warning.config.item.model.condition.component.missing_predicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'predicate' pour la propriété 'minecraft:component'.</yellow>"
warning.config.item.model.condition.component.missing_value: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'value' pour la propriété 'minecraft:component'.</yellow>"
warning.config.item.model.composite.missing_models: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'models' pour le modèle 'minecraft:composite'.</yellow>"
warning.config.item.model.range_dispatch.missing_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'property' pour le modèle 'minecraft:range_dispatch'.</yellow>"
warning.config.item.model.range_dispatch.invalid_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une propriété invalide '<arg:2>' pour le modèle 'minecraft:range_dispatch'.</yellow>"
warning.config.item.model.range_dispatch.missing_entries: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'entries' pour le modèle 'minecraft:composite'.</yellow>"
warning.config.item.model.range_dispatch.entry.missing_model: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'model' pour lune des entrées du modèle 'minecraft:composite'.</yellow>"
warning.config.item.model.range_dispatch.compass.missing_target: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'target' pour la propriété 'minecraft:compass'.</yellow>"
warning.config.item.model.range_dispatch.time.missing_source: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'source' pour la propriété 'minecraft:time'.</yellow>"
warning.config.item.model.select.missing_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'property' pour le modèle 'minecraft:select'.</yellow>"
warning.config.item.model.select.invalid_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' utilise une propriété invalide '<arg:2>' pour le modèle 'minecraft:select'.</yellow>"
warning.config.item.model.select.missing_cases: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'cases' pour le modèle 'minecraft:select'.</yellow>"
warning.config.item.model.select.case.missing_when: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'when' pour lun des cas du modèle 'minecraft:select'.</yellow>"
warning.config.item.model.select.case.missing_model: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'model' pour lun des cas du modèle 'minecraft:select'.</yellow>"
warning.config.item.model.select.block_state.missing_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Lobjet '<arg:1>' manque largument requis 'block-state-property' pour la propriété 'minecraft:block_state'.</yellow>"
warning.config.item.model.select.local_time.missing_pattern: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'pattern' pour la propriété 'minecraft:local_time'.</yellow>"
warning.config.item.model.select.component.missing_component: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'component' pour la propriété 'minecraft:component'.</yellow>"
warning.config.item.model.special.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'type' pour le modèle 'minecraft:special'.</yellow>"
warning.config.item.model.special.missing_path: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'path' pour le modèle 'minecraft:special'.</yellow>"
warning.config.item.model.special.invalid_path: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' utilise un argument 'path' invalide '<arg:2>' pour le modèle 'minecraft:special' contenant des caractères interdits. Veuillez lire https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.item.model.special.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' utilise un type invalide '<arg:2>' pour le modèle 'minecraft:special'.</yellow>"
warning.config.item.model.special.banner.missing_color: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'color' pour le modèle spécial 'minecraft:banner'.</yellow>"
warning.config.item.model.special.bed.missing_texture: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'texture' pour le modèle spécial 'minecraft:bed'.</yellow>"
warning.config.item.model.special.sign.missing_wood_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'wood-type' pour le modèle spécial 'minecraft:hanging_sign'/'minecraft:standing_sign'.</yellow>"
warning.config.item.model.special.sign.missing_texture: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'texture' pour le modèle spécial 'minecraft:hanging_sign'/'minecraft:standing_sign'.</yellow>"
warning.config.item.model.special.chest.missing_texture: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'texture' pour le modèle spécial 'minecraft:chest'.</yellow>"
warning.config.item.model.special.chest.invalid_openness: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' utilise une valeur 'openness' invalide '<arg:2>' pour le modèle spécial 'minecraft:chest'. Plage valide '0~1'.</yellow>"
warning.config.item.model.special.shulker_box.missing_texture: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'texture' pour le modèle spécial 'minecraft:shulker_box'.</yellow>"
warning.config.item.model.special.shulker_box.invalid_openness: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' utilise une valeur 'openness' invalide '<arg:2>' pour le modèle spécial 'minecraft:shulker_box'. Plage valide '0~1'.</yellow>"
warning.config.item.model.special.head.missing_kind: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'kind' pour le modèle spécial 'minecraft:head'.</yellow>"
warning.config.item.model.special.copper_golem_statue.missing_pose: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'pose' pour le modèle spécial 'minecraft:copper_golem_statue'.</yellow>"
warning.config.item.model.special.copper_golem_statue.missing_texture: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'texture' pour le modèle spécial 'minecraft:copper_golem_statue'.</yellow>"
warning.config.item.updater.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'type' pour le mise à jour d'objet.</yellow>"
warning.config.item.updater.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' utilise un argument 'type' invalide '<arg:2>' pour le mise à jour d'objet.</yellow>"
warning.config.item.updater.transmute.missing_material: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'material' pour la mise à jour d'objet 'transmute'.</yellow>"
warning.config.block_state_mapping.invalid_state: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un état de bloc invalide '<arg:2>'.</yellow>"
warning.config.block_state_mapping.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' ne peut pas mapper l'état de bloc <arg:2> à <arg:3> car il a déjà été mappé à <arg:4>.</yellow>"
warning.config.block.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Bloc dupliqué '<arg:1>'. Vérifiez si la même configuration existe dans d'autres fichiers.</yellow>"
warning.config.block.missing_state: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'state'.</yellow>"
warning.config.block.state.property.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'type' pour la propriété '<arg:2>'.</yellow>"
warning.config.block.state.property.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un argument 'type' invalide '<arg:2>' pour la propriété '<arg:3>'.</yellow>"
warning.config.block.state.property.integer.invalid_range: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un argument 'range' invalide '<arg:2>' pour la propriété entière '<arg:3>'. Syntaxe correcte: 1~2.</yellow>"
warning.config.block.state.property.invalid_format: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un format de propriété d'état de bloc invalide '<arg:2>'.</yellow>"
warning.config.block.state.missing_state: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'state' pour 'state'.</yellow>"
warning.config.block.state.missing_properties: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque la section requise 'properties' pour 'states'.</yellow>"
warning.config.block.state.missing_appearances: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque la section requise 'appearances' pour 'states'.</yellow>"
warning.config.block.state.entity_renderer.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un type de renderer d'entité invalide '<arg:2>'.</yellow>"
warning.config.block.state.entity_renderer.item_display.missing_item: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'item' pour le renderer d'entité 'item_display'.</yellow>"
warning.config.block.state.entity_renderer.text_display.missing_text: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'text' pour le renderer d'entité 'text_display'.</yellow>"
warning.config.block.state.entity_renderer.better_model.missing_model: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'model' pour le renderer d'entité 'better_model'.</yellow>"
warning.config.block.state.entity_renderer.model_engine.missing_model: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'model' pour le renderer d'entité 'model_engine'.</yellow>"
warning.config.block.state.variant.invalid_appearance: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' a une erreur: la variante '<arg:2>' utilise une apparence inexistante '<arg:3>'.</yellow>"
warning.config.block.state.invalid_vanilla: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un état de bloc vanilla invalide '<arg:2>'.</yellow>"
warning.config.block.state.invalid_auto_state: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un auto-état invalide '<arg:2>'. Valeurs autorisées: [<arg:3>].</yellow>"
warning.config.block.state.auto_state.exhausted: "<yellow>Problème trouvé dans le fichier <arg:0> - Le groupe d'état visuel '<arg:2>' a atteint sa capacité maximale de '<arg:3>' slots et ne peut pas allouer d'état pour le bloc '<arg:1>'.</yellow>"
warning.config.block.state.unavailable_vanilla: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un état de bloc vanilla non disponible '<arg:2>'. Veuillez libérer cet état dans block-state-mappings.</yellow>"
warning.config.block.state.invalid_vanilla_id: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un état de bloc vanilla '<arg:2>' qui dépasse la plage de slots disponible '0~<arg:3>'.</yellow>"
warning.config.block.state.invalid_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La plage ID de l'état de bloc (<arg:2>) utilisée par le bloc '<arg:1>' est hors de la plage valide 0 à <arg:3>. Veuillez ajouter plus de blocs côté serveur dans 'config.yml' si les slots actuels sont épuisés.</yellow>"
warning.config.block.state.id.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' n'a pas pu lier l'état réel pour '<arg:2>' car il est occupé par '<arg:3>'.</yellow>"
warning.config.block.state.id.exhausted: "<yellow>Problème trouvé dans le fichier <arg:0> - Impossible d'allouer suffisamment d'état réel pour le bloc '<arg:1>'. Ajoutez plus de blocs côté serveur dans 'config.yml' et redémarrez si les slots actuels sont épuisés.</yellow>"
warning.config.block.state.model.missing_path: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'option requise 'path' pour 'model'.</yellow>"
warning.config.block.state.model.invalid_path: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' a un argument 'path' '<arg:2>' contenant des caractères interdits. Veuillez lire https://minecraft.wiki/w/Resource_location#Legal_characters</yellow>"
warning.config.block.state.model.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' essaie de lier le modèle '<arg:2>' à l'état '<arg:3>' déjà lié au modèle '<arg:4>'.</yellow>"
warning.config.block.settings.unknown: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un type de configuration inconnu '<arg:2>'.</yellow>"
warning.config.block.behavior.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque l'argument requis 'type' pour le comportement du bloc.</yellow>"
warning.config.block.behavior.concrete.missing_solid: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'option requise 'solid-block' pour le comportement 'concrete_block'.</yellow>"
warning.config.block.behavior.crop.missing_age: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'age' pour le comportement 'crop_block'.</yellow>"
warning.config.block.behavior.vertical_crop.missing_age: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'age' pour le comportement 'vertical_crop_block'.</yellow>"
warning.config.block.behavior.leaves.missing_persistent: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'persistent' pour le comportement 'leaves_block'.</yellow>"
warning.config.block.behavior.leaves.missing_distance: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'distance' pour le comportement 'leaves_block'.</yellow>"
warning.config.block.behavior.lamp.missing_lit: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'lit' pour le comportement 'lamp_block'.</yellow>"
warning.config.block.behavior.toggleable_lamp.missing_lit: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'lit' pour le comportement 'toggleable_lamp_block'.</yellow>"
warning.config.block.behavior.toggleable_lamp.missing_powered: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'powered' pour le comportement 'toggleable_lamp_block'.</yellow>"
warning.config.block.behavior.door.missing_half: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'half' pour le comportement 'door_block'.</yellow>"
warning.config.block.behavior.door.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'door_block'.</yellow>"
warning.config.block.behavior.door.missing_hinge: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'hinge' pour le comportement 'door_block'.</yellow>"
warning.config.block.behavior.door.missing_open: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'open' pour le comportement 'door_block'.</yellow>"
warning.config.block.behavior.door.missing_powered: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'powered' pour le comportement 'door_block'.</yellow>"
warning.config.block.behavior.trapdoor.missing_half: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'half' pour le comportement 'trapdoor_block'.</yellow>"
warning.config.block.behavior.trapdoor.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'trapdoor_block'.</yellow>"
warning.config.block.behavior.trapdoor.missing_open: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'open' pour le comportement 'trapdoor_block'.</yellow>"
warning.config.block.behavior.trapdoor.missing_powered: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'powered' pour le comportement 'trapdoor_block'.</yellow>"
warning.config.block.behavior.stackable.missing_property: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise '<arg:2>' pour le comportement 'stackable_block'.</yellow>"
warning.config.block.behavior.stackable.missing_items: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'items' pour le comportement 'stackable_block'.</yellow>"
warning.config.block.behavior.fence_gate.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'fence_gate_block'.</yellow>"
warning.config.block.behavior.fence_gate.missing_in_wall: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'in_wall' pour le comportement 'fence_gate_block'.</yellow>"
warning.config.block.behavior.fence_gate.missing_open: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'open' pour le comportement 'fence_gate_block'.</yellow>"
warning.config.block.behavior.fence_gate.missing_powered: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'powered' pour le comportement 'fence_gate_block'.</yellow>"
warning.config.block.behavior.slab.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'type' pour le comportement 'slab_block'.</yellow>"
warning.config.block.behavior.stairs.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'stairs_block'.</yellow>"
warning.config.block.behavior.stairs.missing_half: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'half' pour le comportement 'stairs_block'.</yellow>"
warning.config.block.behavior.stairs.missing_shape: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'shape' pour le comportement 'stairs_block'.</yellow>"
warning.config.block.behavior.sofa.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'sofa_block'.</yellow>"
warning.config.block.behavior.sofa.missing_shape: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'shape' pour le comportement 'sofa_block'.</yellow>"
warning.config.block.behavior.pressure_plate.missing_powered: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'powered' pour le comportement 'pressure_plate_block'.</yellow>"
warning.config.block.behavior.grass.missing_feature: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'feature' pour le comportement 'grass_block'.</yellow>"
warning.config.block.behavior.double_high.missing_half: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'half' pour le comportement 'double_block'.</yellow>"
warning.config.block.behavior.change_over_time.missing_next_block: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'next_block' pour le comportement 'change_over_time_block'.</yellow>"
warning.config.block.behavior.directional_attached.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'directional_attached_block'.</yellow>"
warning.config.block.behavior.wall_torch_particle.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'wall_torch_particle_block'.</yellow>"
warning.config.block.behavior.fence.missing_north: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'north' pour le comportement 'fence_block'.</yellow>"
warning.config.block.behavior.fence.missing_east: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'east' pour le comportement 'fence_block'.</yellow>"
warning.config.block.behavior.fence.missing_south: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'south' pour le comportement 'fence_block'.</yellow>"
warning.config.block.behavior.fence.missing_west: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'west' pour le comportement 'fence_block'.</yellow>"
warning.config.block.behavior.face_attached_horizontal_directional.missing_face: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'face' pour le comportement 'face_attached_horizontal_directional_block'.</yellow>"
warning.config.block.behavior.face_attached_horizontal_directional.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'face_attached_horizontal_directional_block'.</yellow>"
warning.config.block.behavior.button.missing_powered: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'powered' pour le comportement 'button_block'.</yellow>"
warning.config.block.behavior.stem.missing_age: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'age' pour le comportement 'stem_block'.</yellow>"
warning.config.block.behavior.stem.missing_fruit: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'fruit' pour le comportement 'stem_block'.</yellow>"
warning.config.block.behavior.stem.missing_attached_stem: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'attached_stem' pour le comportement 'stem_block'.</yellow>"
warning.config.block.behavior.attached_stem.missing_facing: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'facing' pour le comportement 'attached_stem_block'.</yellow>"
warning.config.block.behavior.attached_stem.missing_fruit: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'fruit' pour le comportement 'attached_stem_block'.</yellow>"
warning.config.block.behavior.attached_stem.missing_stem: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'stem' pour le comportement 'attached_stem_block'.</yellow>"
warning.config.block.behavior.chime.missing_sounds_projectile_hit: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'sounds.projectile-hit' pour le comportement 'chime_block'.</yellow>"
warning.config.block.behavior.surface_spreading.missing_base_block: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'base-block' pour le comportement 'surface_spreading_block'.</yellow>"
warning.config.block.behavior.snowy.missing_snowy: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'snowy' pour le comportement 'snowy_block'.</yellow>"
warning.config.block.behavior.sapling.missing_stage: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de la propriété requise 'stage' pour le comportement 'sapling_block'.</yellow>"
warning.config.block.behavior.sapling.missing_feature: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'feature' pour le comportement 'sapling_block'.</yellow>"
warning.config.block.behavior.strippable.missing_stripped: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' manque de l'argument requis 'stripped' pour le comportement 'strippable_block'.</yellow>"
warning.config.block.behavior.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - Le bloc '<arg:1>' utilise un type de comportement de bloc invalide '<arg:2>'.</yellow>"
warning.config.model.generation.missing_parent: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque de l'argument requis 'parent' dans la section 'generation'.</yellow>"
warning.config.model.generation.conflict: "<yellow>Problème trouvé dans le fichier <arg:0> - Impossible de générer le modèle pour '<arg:1>' car deux configurations ou plus essaient de générer des modèles JSON différents avec le même chemin : '<arg:2>'.</yellow>"
warning.config.model.generation.invalid_display_position: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise une position d'affichage invalide '<arg:2>' dans la section 'generation.display'. Positions autorisées : [<arg:3>]</yellow>"
warning.config.model.generation.invalid_gui_light: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise une option gui-light invalide '<arg:2>' dans la section 'generation'. Options autorisées : [<arg:3>]</yellow>"
warning.config.model.generation.texture.invalid: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' a une texture '<arg:2>' avec le chemin '<arg:3>' contenant des caractères interdits. Veuillez lire https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.model.generation.parent.invalid: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' a un argument parent '<arg:2>' contenant des caractères interdits. Veuillez lire https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.emoji.missing_keywords: "<yellow>Problème trouvé dans le fichier <arg:0> - L'emoji '<arg:1>' manque de l'argument requis 'keywords'.</yellow>"
warning.config.emoji.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Emoji dupliqué '<arg:1>'. Vérifiez si la même configuration existe dans d'autres fichiers.</yellow>"
warning.config.emoji.invalid_image: "<yellow>Problème trouvé dans le fichier <arg:0> - L'emoji '<arg:1>' utilise un argument 'image' invalide '<arg:2>'.</yellow>"
warning.config.advancement.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Avancement dupliqué '<arg:1>'. Vérifiez si la même configuration existe dans d'autres fichiers.</yellow>"
warning.config.loot_table.missing_pools: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée qui manque de l'argument requis 'pools'.</yellow>"
warning.config.loot_table.invalid_pools_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, 'pools' doit être une liste de maps/arrays, type actuel : '<arg:2>'.</yellow>"
warning.config.loot_table.invalid_conditions_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, 'conditions' doit être une liste de maps, type actuel : '<arg:2>'.</yellow>"
warning.config.loot_table.invalid_functions_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, 'functions' doit être une liste de maps, type actuel : '<arg:2>'.</yellow>"
warning.config.loot_table.invalid_entries_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, 'entries' doit être une liste de maps, type actuel : '<arg:2>'.</yellow>"
warning.config.loot_table.function.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, une des fonctions manque de l'argument requis 'type'.</yellow>"
warning.config.loot_table.function.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, une des fonctions utilise un type de fonction invalide '<arg:2>'.</yellow>"
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la fonction 'apply_bonus' manque de l'argument requis 'enchantment'.</yellow>"
warning.config.loot_table.function.apply_bonus.missing_formula: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la fonction 'apply_bonus' manque de l'argument requis 'formula'.</yellow>"
warning.config.loot_table.function.drop_exp.missing_count: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la fonction 'drop_exp' manque de l'argument requis 'count'.</yellow>"
warning.config.loot_table.function.set_count.missing_count: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la fonction 'set_count' manque de l'argument requis 'count'.</yellow>"
warning.config.loot_table.function.apply_data.missing_data: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la fonction 'apply_data' manque de l'argument requis 'data'.</yellow>"
warning.config.loot_table.entry.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, une des entrées manque de l'argument requis 'type'.</yellow>"
warning.config.loot_table.entry.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, une des entrées utilise un type invalide '<arg:2>'.</yellow>"
warning.config.loot_table.entry.exp.missing_count: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, l'entrée 'exp' manque de l'argument requis 'count'.</yellow>"
warning.config.loot_table.entry.item.missing_item: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, l'entrée 'item' manque de l'argument requis 'item'.</yellow>"
warning.config.loot_table.condition.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, une des conditions manque de l'argument requis 'type'.</yellow>"
warning.config.loot_table.condition.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, une des conditions utilise un type invalide '<arg:2>'.</yellow>"
warning.config.host.missing_type: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'type' est manquant pour l'hôte.</yellow>"
warning.config.host.invalid_type: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - Le type d'hôte '<arg:0>' est invalide. Veuillez lire https://xiao-momi.github.io/craft-engine-wiki/getting_start/set_up_host</yellow>"
warning.config.host.external.missing_url: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'url' est manquant pour l'hôte externe.</yellow>"
warning.config.host.alist.missing_api_url: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'api-url' est manquant pour l'hôte alist.</yellow>"
warning.config.host.alist.missing_username: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'username' ou la variable d'environnement 'CE_ALIST_USERNAME' est manquant pour l'hôte alist.</yellow>"
warning.config.host.alist.missing_password: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'password' ou la variable d'environnement 'CE_ALIST_PASSWORD' est manquant pour l'hôte alist.</yellow>"
warning.config.host.alist.missing_upload_path: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'upload-path' est manquant pour l'hôte alist.</yellow>"
warning.config.host.dropbox.missing_app_key: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'app-key' ou la variable d'environnement 'CE_DROPBOX_APP_KEY' est manquant pour l'hôte dropbox.</yellow>"
warning.config.host.dropbox.missing_app_secret: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'app-secret' ou la variable d'environnement 'CE_DROPBOX_APP_SECRET' est manquant pour l'hôte dropbox.</yellow>"
warning.config.host.dropbox.missing_refresh_token: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'refresh-token' ou la variable d'environnement 'CE_DROPBOX_REFRESH_TOKEN' est manquant pour l'hôte dropbox.</yellow>"
warning.config.host.dropbox.missing_upload_path: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'upload-path' est manquant pour l'hôte dropbox.</yellow>"
warning.config.host.lobfile.missing_api_key: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'api-key' est manquant pour l'hôte lobfile.</yellow>"
warning.config.host.onedrive.missing_client_id: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'client-id' ou la variable d'environnement 'CE_ONEDRIVE_CLIENT_ID' est manquant pour l'hôte onedrive.</yellow>"
warning.config.host.onedrive.missing_client_secret: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'client-secret' ou la variable d'environnement 'CE_ONEDRIVE_CLIENT_SECRET' est manquant pour l'hôte onedrive.</yellow>"
warning.config.host.onedrive.missing_refresh_token: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'refresh-token' ou la variable d'environnement 'CE_ONEDRIVE_REFRESH_TOKEN' est manquant pour l'hôte onedrive.</yellow>"
warning.config.host.onedrive.missing_upload_path: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'upload-path' est manquant pour l'hôte onedrive.</yellow>"
warning.config.host.s3.missing_endpoint: "<yellow>Problème trouvé dans config.yml à 'resource-pack.delivery.hosting' - L'argument requis 'endpoint' est manquant pour l'hôte s3.</yellow>"
warning.config.host.s3.missing_protocol: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'protocol' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_bucket: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'bucket' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_region: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'region' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_access_key: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'access-key-id' ou variable d'environnement 'CE_S3_ACCESS_KEY_ID' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_secret: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'access-key-secret' ou variable d'environnement 'CE_S3_ACCESS_KEY_SECRET' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_upload_path: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'upload-path' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_cdn_domain: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'cdn.domain' manquant pour le host s3.</yellow>"
warning.config.host.s3.missing_cdn_protocol: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'cdn.protocol' manquant pour le host s3.</yellow>"
warning.config.host.self.missing_ip: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'ip' manquant pour le host local.</yellow>"
warning.config.host.self.invalid_port: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Port invalide '<arg:0>' pour le host local.</yellow>"
warning.config.host.self.invalid_url: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - URL invalide '<arg:0>' pour le host local.</yellow>"
warning.config.host.gitlab.missing_url: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'gitlab-url' manquant pour le host gitlab.</yellow>"
warning.config.host.gitlab.missing_token: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'access-token' manquant pour le host gitlab.</yellow>"
warning.config.host.gitlab.missing_project: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'project-id' manquant pour le host gitlab.</yellow>"
warning.config.host.proxy.missing_host: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'host' manquant pour le proxy.</yellow>"
warning.config.host.proxy.missing_port: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'port' manquant pour le proxy.</yellow>"
warning.config.host.proxy.missing_scheme: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Argument requis 'scheme' manquant pour le proxy.</yellow>"
warning.config.host.proxy.invalid: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.delivery.hosting' - Proxy invalide '<arg:0>'.</yellow>"
warning.config.conflict_matcher.missing_type: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'type' manquant pour un des gestionnaires.</yellow>"
warning.config.conflict_matcher.invalid_type: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Un des termes utilise un type invalide '<arg:0>'.</yellow>"
warning.config.conflict_matcher.exact.missing_path: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'path' manquant pour le comparateur 'exact'.</yellow>"
warning.config.conflict_matcher.contains.missing_path: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'path' manquant pour le comparateur 'contains'.</yellow>"
warning.config.conflict_matcher.filename.missing_name: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'path' manquant pour le comparateur 'filename'.</yellow>"
warning.config.conflict_matcher.pattern.missing_pattern: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'pattern' manquant pour le comparateur 'pattern'.</yellow>"
warning.config.conflict_matcher.parent_prefix.missing_prefix: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'prefix' manquant pour le comparateur 'parent_path_prefix'.</yellow>"
warning.config.conflict_matcher.parent_suffix.missing_suffix: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'suffix' manquant pour le comparateur 'parent_path_suffix'.</yellow>"
warning.config.conflict_matcher.inverted.missing_term: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'term' manquant pour le comparateur 'inverted'.</yellow>"
warning.config.conflict_matcher.all_of.missing_terms: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'terms' manquant pour le comparateur 'all_of'.</yellow>"
warning.config.conflict_matcher.any_of.missing_terms: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'terms' manquant pour le comparateur 'any_of'.</yellow>"
warning.config.conflict_resolution.missing_type: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Argument requis 'type' manquant pour une des résolutions.</yellow>"
warning.config.conflict_resolution.invalid_type: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.duplicated-files-handler' - Une des résolutions utilise un type invalide '<arg:0>'.</yellow>"
warning.config.event.missing_trigger: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'on' pour les déclencheurs d'événement.</yellow>"
warning.config.event.invalid_trigger: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un déclencheur d'événement invalide '<arg:2>'.</yellow>"
warning.config.event.condition.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'type' pour la condition d'événement.</yellow>"
warning.config.event.condition.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un argument 'type' invalide '<arg:2>' pour la condition d'événement.</yellow>"
warning.config.function.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'type' pour la fonction.</yellow>"
warning.config.function.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un type de fonction invalide '<arg:2>'.</yellow>"
warning.config.function.command.missing_command: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'command' pour la fonction 'command'.</yellow>"
warning.config.function.actionbar.missing_actionbar: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'actionbar' pour la fonction 'actionbar'.</yellow>"
warning.config.function.message.missing_message: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'message' pour la fonction 'message'.</yellow>"
warning.config.function.open_window.missing_gui_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'gui-type' pour la fonction 'open_window'.</yellow>"
warning.config.function.open_window.invalid_gui_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un type de gui invalide '<arg:2>' pour la fonction 'open_window'. Types autorisés : [<arg:3>].</yellow>"
warning.config.function.run.missing_functions: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'functions' pour la fonction 'run'.</yellow>"
warning.config.function.place_block.missing_block_state: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'block-state' pour la fonction 'place_block'.</yellow>"
warning.config.function.set_food.missing_food: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'food' pour la fonction 'set_food'.</yellow>"
warning.config.function.set_saturation.missing_saturation: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'saturation' pour la fonction 'set_saturation'.</yellow>"
warning.config.function.play_sound.missing_sound: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'sound' pour la fonction 'play_sound'.</yellow>"
warning.config.function.particle.missing_particle: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'particle' pour la fonction 'particle'.</yellow>"
warning.config.function.particle.missing_color: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'color' pour la fonction 'particle'.</yellow>"
warning.config.function.particle.missing_from: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'from' pour la fonction 'particle'.</yellow>"
warning.config.function.particle.missing_to: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'to' pour la fonction 'particle'.</yellow>"
warning.config.function.particle.missing_item: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'item' pour la fonction 'particle'.</yellow>"
warning.config.function.particle.missing_block_state: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'block-state' pour la fonction 'particle'.</yellow>"
warning.config.function.leveler_exp.missing_count: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'count' pour la fonction 'leveler_exp'.</yellow>"
warning.config.function.leveler_exp.missing_leveler: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'leveler' pour la fonction 'leveler_exp'.</yellow>"
warning.config.function.leveler_exp.missing_plugin: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'plugin' pour la fonction 'leveler_exp'.</yellow>"
warning.config.function.remove_potion_effect.missing_potion_effect: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'potion-effect' pour la fonction 'remove_potion_effect'.</yellow>"
warning.config.function.potion_effect.missing_potion_effect: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'potion-effect' pour la fonction 'potion_effect'.</yellow>"
warning.config.function.set_cooldown.missing_time: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'time' pour la fonction 'set_cooldown'.</yellow>"
warning.config.function.set_cooldown.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'id' pour la fonction 'set_cooldown'.</yellow>"
warning.config.function.remove_cooldown.missing_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'id' pour la fonction 'remove_cooldown'.</yellow>"
warning.config.function.mythic_mobs_skill.missing_skill: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'skill' pour la fonction 'mythic_mobs_skill'.</yellow>"
warning.config.function.spawn_furniture.missing_furniture_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'furniture-id' pour la fonction 'spawn_furniture'.</yellow>"
warning.config.function.replace_furniture.missing_furniture_id: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'furniture-id' pour la fonction 'replace_furniture'.</yellow>"
warning.config.function.teleport.missing_x: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'x' pour la fonction 'teleport'.</yellow>"
warning.config.function.teleport.missing_y: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'y' pour la fonction 'teleport'.</yellow>"
warning.config.function.teleport.missing_z: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'z' pour la fonction 'teleport'.</yellow>"
warning.config.function.set_variable.missing_name: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'name' pour la fonction 'set_variable'.</yellow>"
warning.config.function.set_variable.missing_value: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'number' ou 'text' pour la fonction 'set_variable'.</yellow>"
warning.config.function.toast.missing_toast: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'toast' pour la fonction 'toast'.</yellow>"
warning.config.function.toast.missing_icon: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'icon' pour la fonction 'toast'.</yellow>"
warning.config.function.toast.invalid_advancement_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un type d'avancement invalide '<arg:2>' pour la fonction 'toast'. Types autorisés : [<arg:3>].</yellow>"
warning.config.function.merchant_trade.missing_offers: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'offers' pour la fonction 'merchant_trade'.</yellow>"
warning.config.function.merchant_trade.offer.missing_cost_1: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'cost-1' pour les offres du marchand.</yellow>"
warning.config.function.merchant_trade.offer.missing_result: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'result' pour les offres du marchand.</yellow>"
warning.config.function.when.missing_source: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'source' pour la fonction 'when'.</yellow>"
warning.config.function.if_else.missing_rules: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'rules' pour la fonction 'if_else'.</yellow>"
warning.config.function.update_block_property.missing_properties: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'properties' pour la fonction 'update_block_property'.</yellow>"
warning.config.function.transform_block.missing_block: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'block' pour la fonction 'transform_block'.</yellow>"
warning.config.selector.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' manque l'argument requis 'type' pour le sélecteur.</yellow>"
warning.config.selector.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise un type de sélecteur invalide '<arg:2>'.</yellow>"
warning.config.selector.invalid_target: "<yellow>Problème trouvé dans le fichier <arg:0> - La configuration '<arg:1>' utilise une cible de sélecteur invalide '<arg:2>'.</yellow>"
warning.config.resource_pack.item_model.already_exist: "<yellow>Échec de génération du modèle d'objet pour '<arg:0>' car le fichier '<arg:1>' existe déjà.</yellow>"
warning.config.resource_pack.model.generation.already_exist: "<yellow>Échec de génération du modèle car le fichier modèle '<arg:0>' existe déjà.</yellow>"
warning.config.resource_pack.generation.malformatted_json: "<yellow>Le fichier Json '<arg:0>' est mal formaté.</yellow>"
warning.config.resource_pack.generation.missing_font_texture: "<yellow>La police '<arg:0>' manque la texture requise : '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.missing_model_texture: "<yellow>Le modèle '<arg:0>' manque la texture '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.missing_item_model: "<yellow>L'objet '<arg:0>' manque le fichier modèle : '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.missing_block_model: "<yellow>L'état du bloc '<arg:0>' manque le fichier modèle : '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.missing_parent_model: "<yellow>Le modèle '<arg:0>' ne trouve pas le modèle parent : '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.missing_equipment_texture: "<yellow>L'équipement '<arg:0>' manque la texture '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.missing_sound: "<yellow>L'événement sonore '<arg:0>' manque le fichier ogg '<arg:1>'.</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>La texture '<arg:0>' n'est pas listée dans l'atlas. Vous devez ajouter le chemin de la texture dans l'atlas ou activer l'option 'fix-atlas' dans config.yml.</yellow>"
warning.config.resource_pack.invalid_overlay_format: "<yellow>Problème trouvé dans config.yml en section 'resource-pack.overlay-format' - Format de superposition invalide '<arg:0>'. Le format doit contenir le placeholder '{version}'.</yellow>"
warning.config.equipment.duplicate: "<yellow>Problème trouvé dans le fichier <arg:0> - Équipement dupliqué '<arg:1>'. Vérifiez s'il existe la même configuration dans d'autres fichiers.</yellow>"
warning.config.equipment.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'équipement '<arg:1>' manque l'argument requis 'type'.</yellow>"
warning.config.equipment.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - L'équipement '<arg:1>' utilise un argument 'type' invalide.</yellow>"
warning.config.equipment.invalid_sacrificed_armor: "<yellow>Problème trouvé dans config.yml en section 'equipment.sacrificed-vanilla-armor' - Type d'armure vanilla invalide '<arg:0>'.</yellow>"
warning.config.image.file_not_found: "<yellow>Problème trouvé dans le fichier <arg:0> - Fichier PNG '<arg:2>' introuvable pour l'image '<arg:1>'.</yellow>"
warning.config.item.model.special.head.missing_texture: "<yellow>Problème trouvé dans le fichier <arg:0> - L'objet '<arg:1>' manque l'argument requis 'texture' pour le modèle spécial 'minecraft:head'.</yellow>"
warning.config.loot_table.condition.table_bonus.missing_enchantment: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la condition 'table_bonus' manque l'argument requis 'enchantment'.</yellow>"
warning.config.loot_table.condition.table_bonus.missing_chances: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, la condition 'table_bonus' manque l'argument requis 'chances'.</yellow>"
warning.config.loot_table.number.missing_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, un des nombres manque l'argument requis 'type'.</yellow>"
warning.config.loot_table.number.invalid_type: "<yellow>Problème trouvé dans le fichier <arg:0> - '<arg:1>' a une table de butin mal configurée, un des nombres utilise un type invalide '<arg:2>'.</yellow>"

View File

@@ -8,7 +8,7 @@ project_group=net.momirealms
latest_supported_version=1.21.10 latest_supported_version=1.21.10
# Supported languages # Supported languages
supported_languages=en,zh_cn,zh_tw,es,tr,de,ru_ru supported_languages=en,zh_cn,zh_tw,es,tr,de,ru_ru,fr_fr
# Dependency settings # Dependency settings
paper_version=1.21.10 paper_version=1.21.10