mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-01 21:36:43 +00:00
Merge remote-tracking branch 'upstream/dev' into dev
# Conflicts: # bukkit/src/main/java/net/momirealms/craftengine/bukkit/block/behavior/BukkitBlockBehaviors.java
This commit is contained in:
@@ -309,9 +309,6 @@ warning.config.emoji.invalid_image: "<yellow>Problem in Datei <arg:0> gefunden -
|
||||
warning.config.advancement.duplicate: "<yellow>Problem in Datei <arg:0> gefunden - Doppelter Advancement '<arg:1>'. Bitte prüfe, ob dieselbe Konfiguration in anderen Dateien vorhanden ist.</yellow>"
|
||||
warning.config.loot_table.missing_pools: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, bei der das erforderliche 'pools'-Argument fehlt.</yellow>"
|
||||
warning.config.loot_table.invalid_pools_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, 'pools' sollte eine String/Map-Liste sein, aktueller Typ: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_conditions_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, 'conditions' sollte eine Map-Liste sein, aktueller Typ: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_functions_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, 'functions' sollte eine Map-Liste sein, aktueller Typ: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_entries_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, 'entries' sollte eine Map-Liste sein, aktueller Typ: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.missing_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, bei einer der Funktionen fehlt das erforderliche 'type'-Argument.</yellow>"
|
||||
warning.config.loot_table.function.invalid_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, eine der Funktionen verwendet einen ungültigen Funktionstyp '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, bei der Funktion 'apply_bonus' fehlt das erforderliche 'enchantment'-Argument.</yellow>"
|
||||
@@ -322,8 +319,6 @@ warning.config.loot_table.entry.missing_type: "<yellow>Problem in Datei <arg:0>
|
||||
warning.config.loot_table.entry.invalid_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, einer der Einträge verwendet einen ungültigen Eintragstyp '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.entry.exp.missing_count: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, beim Eintrag 'exp' fehlt das erforderliche 'count'-Argument.</yellow>"
|
||||
warning.config.loot_table.entry.item.missing_item: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, beim Eintrag 'item' fehlt das erforderliche 'item'-Argument.</yellow>"
|
||||
warning.config.loot_table.condition.missing_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, bei einer der Bedingungen fehlt das erforderliche 'type'-Argument.</yellow>"
|
||||
warning.config.loot_table.condition.invalid_type: "<yellow>Problem in Datei <arg:0> gefunden - '<arg:1>' hat eine falsch konfigurierte Loot-Table, eine der Bedingungen verwendet einen ungültigen Bedingungstyp '<arg:2>'.</yellow>"
|
||||
warning.config.host.missing_type: "<yellow>Problem in config.yml bei 'resource-pack.delivery.hosting' gefunden - Fehlendes erforderliches 'type'-Argument für Host.</yellow>"
|
||||
warning.config.host.invalid_type: "<yellow>Problem in config.yml bei 'resource-pack.delivery.hosting' gefunden - Host-Typ '<arg:0>' ist ungültig. Bitte lies https://xiao-momi.github.io/craft-engine-wiki/getting_start/set_up_host.</yellow>"
|
||||
warning.config.host.external.missing_url: "<yellow>Problem in config.yml bei 'resource-pack.delivery.hosting' gefunden - Fehlendes erforderliches 'url'-Argument für externen Host.</yellow>"
|
||||
|
||||
@@ -448,9 +448,6 @@ warning.config.emoji.invalid_image: "<yellow>Issue found in file <arg:0> - The e
|
||||
warning.config.advancement.duplicate: "<yellow>Issue found in file <arg:0> - Duplicated advancement '<arg:1>'. Please check if there is the same configuration in other files.</yellow>"
|
||||
warning.config.loot_table.missing_pools: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table which is missing the required 'pools' argument.</yellow>"
|
||||
warning.config.loot_table.invalid_pools_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, 'pools' should be a string/map list, current type: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_conditions_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, 'conditions' should be a map list, current type: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_functions_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, 'functions' should be a map list, current type: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_entries_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, 'entries' should be a map list, current type: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.missing_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, one of the functions is missing the required 'type' argument.</yellow>"
|
||||
warning.config.loot_table.function.invalid_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, one of the functions is using an invalid function type '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, function 'apply_bonus' is missing the required 'enchantment' argument.</yellow>"
|
||||
@@ -462,8 +459,6 @@ warning.config.loot_table.entry.missing_type: "<yellow>Issue found in file <arg:
|
||||
warning.config.loot_table.entry.invalid_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, one of the entries is using an invalid entry type '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.entry.exp.missing_count: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, entry 'exp' is missing the required 'count' argument.</yellow>"
|
||||
warning.config.loot_table.entry.item.missing_item: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, entry 'item' is missing the required 'item' argument.</yellow>"
|
||||
warning.config.loot_table.condition.missing_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, one of the conditions is missing the required 'type' argument.</yellow>"
|
||||
warning.config.loot_table.condition.invalid_type: "<yellow>Issue found in file <arg:0> - '<arg:1>' has a misconfigured loot table, one of the conditions is using an invalid condition type '<arg:2>'.</yellow>"
|
||||
warning.config.host.missing_type: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing required 'type' argument for host.</yellow>"
|
||||
warning.config.host.invalid_type: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Host type '<arg:0>' is invalid. Please read https://xiao-momi.github.io/craft-engine-wiki/getting_start/set_up_host.</yellow>"
|
||||
warning.config.host.external.missing_url: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing required 'url' argument for external host.</yellow>"
|
||||
|
||||
@@ -206,9 +206,6 @@ warning.config.emoji.invalid_image: "<yellow>Problema encontrado en el archivo <
|
||||
warning.config.advancement.duplicate: "<yellow>Problema encontrado en el archivo <arg:0> - Logro duplicado '<arg:1>'. Verifica si hay la misma configuración en otros archivos.</yellow>"
|
||||
warning.config.loot_table.missing_pools: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada que carece del argumento requerido 'pools'.</yellow>"
|
||||
warning.config.loot_table.invalid_pools_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, 'pools' debe ser una lista de arrays/mapas, tipo actual: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_conditions_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, 'conditions' debe ser una lista de mapas, tipo actual: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_functions_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, 'functions' debe ser una lista de mapas, tipo actual: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_entries_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, 'entries' debe ser una lista de mapas, tipo actual: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.missing_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, una de las funciones carece del argumento requerido 'type'.</yellow>"
|
||||
warning.config.loot_table.function.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, una de las funciones está usando un tipo de función inválido '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, la función 'apply_bonus' carece del argumento requerido 'enchantment'.</yellow>"
|
||||
@@ -219,10 +216,6 @@ warning.config.loot_table.entry.missing_type: "<yellow>Problema encontrado en el
|
||||
warning.config.loot_table.entry.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, una de las entradas está usando un tipo de entrada inválido '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.entry.exp.missing_count: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, la entrada 'exp' carece del argumento requerido 'count'.</yellow>"
|
||||
warning.config.loot_table.entry.item.missing_item: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, la entrada 'item' carece del argumento requerido 'item'.</yellow>"
|
||||
warning.config.loot_table.condition.missing_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, una de las condiciones carece del argumento requerido 'type'.</yellow>"
|
||||
warning.config.loot_table.condition.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, una de las condiciones está usando un tipo de condición inválido '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.condition.table_bonus.missing_enchantment: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, la condición 'table_bonus' carece del argumento requerido 'enchantment'.</yellow>"
|
||||
warning.config.loot_table.condition.table_bonus.missing_chances: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, la condición 'table_bonus' carece del argumento requerido 'chances'.</yellow>"
|
||||
warning.config.loot_table.number.missing_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, uno de los números carece del argumento requerido 'type'.</yellow>"
|
||||
warning.config.loot_table.number.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - '<arg:1>' tiene una tabla de botín mal configurada, uno de los números está usando un tipo de número inválido '<arg:2>'.</yellow>"
|
||||
warning.config.host.missing_type: "<yellow>Problema encontrado en config.yml en la sección 'resource-pack.delivery.hosting' - Argumento requerido 'type' faltante para el host.</yellow>"
|
||||
|
||||
@@ -366,9 +366,6 @@ warning.config.emoji.invalid_image: "<yellow>Problème trouvé dans le fichier <
|
||||
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>"
|
||||
@@ -380,8 +377,6 @@ warning.config.loot_table.entry.missing_type: "<yellow>Problème trouvé dans le
|
||||
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>"
|
||||
|
||||
@@ -280,9 +280,6 @@ warning.config.emoji.invalid_image: "<yellow>Проблема найдена в
|
||||
warning.config.advancement.duplicate: "<yellow>Проблема найдена в файле <arg:0> - Дублированное достижение '<arg:1>'. Проверьте, есть ли такая же конфигурация в других файлах.</yellow>"
|
||||
warning.config.loot_table.missing_pools: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, в которой отсутствует необходимый 'pools' аргумент.</yellow>"
|
||||
warning.config.loot_table.invalid_pools_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, 'pools' должен быть списком строк/карт, текущий тип: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_conditions_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, 'conditions' должен быть списком карт, текущий тип: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_functions_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, 'functions' должен быть список карт, текущий тип: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_entries_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, 'entries' должен быть список карт, текущий тип: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.missing_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, в одной из функций отсутствует необходимый 'type' аргумент.</yellow>"
|
||||
warning.config.loot_table.function.invalid_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, одна из функций имеет недействительный тип функции '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, в функции 'apply_bonus' отсутствует необходимый 'enchantment' аргумент.</yellow>"
|
||||
@@ -293,8 +290,6 @@ warning.config.loot_table.entry.missing_type: "<yellow>Проблема найд
|
||||
warning.config.loot_table.entry.invalid_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, одна из записей имеет недействительный тип записи '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.entry.exp.missing_count: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, в записи 'exp' отсутствует необходимый 'count' аргумент.</yellow>"
|
||||
warning.config.loot_table.entry.item.missing_item: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, в записи 'item' отсутствует необходимый 'item' аргумент.</yellow>"
|
||||
warning.config.loot_table.condition.missing_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, в одном из условий отсутствует необходимый 'type' аргумент.</yellow>"
|
||||
warning.config.loot_table.condition.invalid_type: "<yellow>Проблема найдена в файле <arg:0> - '<arg:1>' имеет неправильно настроенную таблицу добычи, одно из условий имеет недействительный тип условия '<arg:2>'.</yellow>"
|
||||
warning.config.host.missing_type: "<yellow>Проблема обнаружена в config.yml по адресу 'resource-pack.delivery.hosting' - Отсутствует обязательный 'type' аргумент для хостинга.</yellow>"
|
||||
warning.config.host.invalid_type: "<yellow>Проблема обнаружена в config.yml по адресу 'resource-pack.delivery.hosting' - Тип хоста '<arg:0>' недействителен. Пожалуйста, прочитайте https://xiao-momi.github.io/craft-engine-wiki/getting_start/set_up_host.</yellow>"
|
||||
warning.config.host.external.missing_url: "<yellow>Проблема обнаружена в config.yml по адресу 'resource-pack.delivery.hosting' - Отсутствует обязательный 'url' аргумент для внешнего хоста.</yellow>"
|
||||
|
||||
@@ -204,9 +204,6 @@ warning.config.emoji.invalid_image: "<yellow><arg:0> dosyasında sorun bulundu -
|
||||
warning.config.advancement.duplicate: "<yellow><arg:0> dosyasında sorun bulundu - Yinelenen ilerleme '<arg:1>'. Diğer dosyalarda aynı yapılandırmanın olup olmadığını kontrol edin.</yellow>"
|
||||
warning.config.loot_table.missing_pools: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', gerekli 'pools' argümanı eksik olan yanlış yapılandırılmış bir ganimet tablosuna sahip.</yellow>"
|
||||
warning.config.loot_table.invalid_pools_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'pools' bir dizi/harita listesi olmalı, mevcut tür: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_conditions_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'conditions' bir harita listesi olmalı, mevcut tür: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_functions_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'functions' bir harita listesi olmalı, mevcut tür: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.invalid_entries_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'entries' bir harita listesi olmalı, mevcut tür: '<arg:2>'.</yellow>"
|
||||
warning.config.loot_table.function.missing_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, fonksiyonlardan biri için gerekli 'type' argümanı eksik.</yellow>"
|
||||
warning.config.loot_table.function.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, fonksiyonlardan biri geçersiz bir fonksiyon türü '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'apply_bonus' fonksiyonu için gerekli 'enchantment' argümanı eksik.</yellow>"
|
||||
@@ -217,8 +214,6 @@ warning.config.loot_table.entry.missing_type: "<yellow><arg:0> dosyasında sorun
|
||||
warning.config.loot_table.entry.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, girişlerden biri geçersiz bir giriş türü '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.loot_table.entry.exp.missing_count: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'exp' girişi için gerekli 'count' argümanı eksik.</yellow>"
|
||||
warning.config.loot_table.entry.item.missing_item: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, 'item' girişi için gerekli 'item' argümanı eksik.</yellow>"
|
||||
warning.config.loot_table.condition.missing_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, koşullardan biri için gerekli 'type' argümanı eksik.</yellow>"
|
||||
warning.config.loot_table.condition.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>', yanlış yapılandırılmış bir ganimet tablosuna sahip, koşullardan biri geçersiz bir koşul türü '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.host.missing_type: "<yellow>config.yml dosyasında 'resource-pack.delivery.hosting' bölümünde sorun bulundu - Host için gerekli 'type' argümanı eksik.</yellow>"
|
||||
warning.config.host.invalid_type: "<yellow>config.yml dosyasında 'resource-pack.delivery.hosting' bölümünde sorun bulundu - Host türü '<arg:0>' geçersiz. Lütfen https://xiao-momi.github.io/craft-engine-wiki/getting_start/set_up_host sayfasını okuyun.</yellow>"
|
||||
warning.config.host.external.missing_url: "<yellow>config.yml dosyasında 'resource-pack.delivery.hosting' bölümünde sorun bulundu - Harici host için gerekli 'url' argümanı eksik.</yellow>"
|
||||
|
||||
@@ -448,9 +448,6 @@ warning.config.emoji.invalid_image: "<yellow>在文件 <arg:0> 发现问题 -
|
||||
warning.config.advancement.duplicate: "<yellow>在文件 <arg:0> 发现问题 - 重复的进度 '<arg:1>' 请检查其他文件中是否存在相同配置</yellow>"
|
||||
warning.config.loot_table.missing_pools: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 缺少必需的 'pools' 参数</yellow>"
|
||||
warning.config.loot_table.invalid_pools_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'pools' 应为字符串/映射列表 当前类型: '<arg:2>'</yellow>"
|
||||
warning.config.loot_table.invalid_conditions_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'conditions' 应为映射列表 当前类型: '<arg:2>'</yellow>"
|
||||
warning.config.loot_table.invalid_functions_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'functions' 应为映射列表 当前类型: '<arg:2>'</yellow>"
|
||||
warning.config.loot_table.invalid_entries_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'entries' 应为映射列表 当前类型: '<arg:2>'</yellow>"
|
||||
warning.config.loot_table.function.missing_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 某个函数缺少必需的 'type' 参数</yellow>"
|
||||
warning.config.loot_table.function.invalid_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 某个函数使用了无效的函数类型 '<arg:2>'</yellow>"
|
||||
warning.config.loot_table.function.apply_bonus.missing_enchantment: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'apply_bonus' 函数缺少必需的 'enchantment' 参数</yellow>"
|
||||
@@ -462,8 +459,6 @@ warning.config.loot_table.entry.missing_type: "<yellow>在文件 <arg:0> 发现
|
||||
warning.config.loot_table.entry.invalid_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 某个条目使用了无效的条目类型 '<arg:2>'</yellow>"
|
||||
warning.config.loot_table.entry.exp.missing_count: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'exp' 条目缺少必需的 'count' 参数</yellow>"
|
||||
warning.config.loot_table.entry.item.missing_item: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 'item' 条目缺少必需的 'item' 参数</yellow>"
|
||||
warning.config.loot_table.condition.missing_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 某个条件缺少必需的 'type' 参数</yellow>"
|
||||
warning.config.loot_table.condition.invalid_type: "<yellow>在文件 <arg:0> 发现问题 - '<arg:1>' 的战利品表配置错误 某个条件使用了无效的条件类型 '<arg:2>'</yellow>"
|
||||
warning.config.host.missing_type: "<yellow>在 config.yml 的 'resource-pack.delivery.hosting' 处发现问题 - 缺少必需的 'type' 参数</yellow>"
|
||||
warning.config.host.invalid_type: "<yellow>在 config.yml 的 'resource-pack.delivery.hosting' 处发现问题 - 无效的托管类型 '<arg:0>' 请参考 https://ce.gtemc.cn/zh-Hans/getting_start/set_up_host</yellow>"
|
||||
warning.config.host.external.missing_url: "<yellow>在 config.yml 的 'resource-pack.delivery.hosting' 处发现问题 - 外部托管缺少必需的 'url' 参数</yellow>"
|
||||
|
||||
Reference in New Issue
Block a user