9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00

添加铭牌支持

This commit is contained in:
XiaoMoMi
2025-10-18 04:09:44 +08:00
parent f0dd5120e3
commit 6efe6f185c
27 changed files with 311 additions and 38 deletions

View File

@@ -145,7 +145,7 @@ warning.config.recipe.brewing.missing_container: "<yellow>Problem in Datei <arg:
warning.config.recipe.brewing.missing_ingredient: "<yellow>Problem in Datei <arg:0> gefunden - Beim Brewing-Recipe '<arg:1>' fehlt das erforderliche 'ingredient'-Argument.</yellow>"
warning.config.recipe.result.post_processor.missing_type: "<yellow>Problem in Datei <arg:0> gefunden - Beim Recipe '<arg:1>' fehlt das erforderliche 'type'-Argument für Result-Post-Processors.</yellow>"
warning.config.recipe.result.post_processor.invalid_type: "<yellow>Problem in Datei <arg:0> gefunden - Das Recipe '<arg:1>' verwendet einen ungültigen Result-Post-Processor-Typ '<arg:2>'.</yellow>"
warning.config.i18n.unknown_locale: "<yellow>Problem in Datei <arg:0> gefunden - Unbekannte Locale '<arg:1>'.</yellow>"
warning.config.translation.unknown_locale: "<yellow>Problem in Datei <arg:0> gefunden - Unbekannte Locale '<arg:1>'.</yellow>"
warning.config.template.duplicate: "<yellow>Problem in Datei <arg:0> gefunden - Doppeltes Template '<arg:1>'. Bitte prüfe, ob dieselbe Konfiguration in anderen Dateien vorhanden ist.</yellow>"
warning.config.template.invalid: "<yellow>Problem in Datei <arg:0> gefunden - Die Config '<arg:1>' verwendet ein ungültiges Template '<arg:2>'.</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow>Problem in Datei <arg:0> gefunden - Das Template '<arg:1>' verwendet ein 'from' '<arg:2>', das größer ist als 'to' '<arg:3>' im 'self_increase_int'-Argument.</yellow>"

View File

@@ -161,7 +161,7 @@ warning.config.recipe.brewing.missing_container: "<yellow>Issue found in file <a
warning.config.recipe.brewing.missing_ingredient: "<yellow>Issue found in file <arg:0> - The brewing recipe '<arg:1>' is missing the required 'ingredient' argument.</yellow>"
warning.config.recipe.result.post_processor.missing_type: "<yellow>Issue found in file <arg:0> - The recipe '<arg:1>' is missing the required 'type' argument for result post processors.</yellow>"
warning.config.recipe.result.post_processor.invalid_type: "<yellow>Issue found in file <arg:0> - The recipe '<arg:1>' is using an invalid result post processor type '<arg:2>'.</yellow>"
warning.config.i18n.unknown_locale: "<yellow>Issue found in file <arg:0> - Unknown locale '<arg:1>'.</yellow>"
warning.config.translation.unknown_locale: "<yellow>Issue found in file <arg:0> - Unknown locale '<arg:1>'.</yellow>"
warning.config.template.duplicate: "<yellow>Issue found in file <arg:0> - Duplicated template '<arg:1>'. Please check if there is the same configuration in other files.</yellow>"
warning.config.template.invalid: "<yellow>Issue found in file <arg:0> - The config '<arg:1>' is using an invalid template '<arg:2>'.</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow>Issue found in file <arg:0> - The template '<arg:1>' is using a 'from' '<arg:2>' larger than 'to' '<arg:3>' in 'self_increase_int' argument.</yellow>"

View File

@@ -98,7 +98,7 @@ warning.config.recipe.smithing_transform.post_processor.missing_type: "<yellow>P
warning.config.recipe.smithing_transform.post_processor.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - La receta de transformación de herrería '<arg:1>' está usando un tipo de postprocesador inválido '<arg:2>'.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_components: "<yellow>Problema encontrado en el archivo <arg:0> - La receta de transformación de herrería '<arg:1>' carece del argumento requerido 'components' para el postprocesador 'keep_components'.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_tags: "<yellow>Problema encontrado en el archivo <arg:0> - La receta de transformación de herrería '<arg:1>' carece del argumento requerido 'tags' para el postprocesador 'keep_tags'.</yellow>"
warning.config.i18n.unknown_locale: "<yellow>Problema encontrado en el archivo <arg:0> - Configuración regional desconocida '<arg:1>'.</yellow>"
warning.config.translation.unknown_locale: "<yellow>Problema encontrado en el archivo <arg:0> - Configuración regional desconocida '<arg:1>'.</yellow>"
warning.config.template.duplicate: "<yellow>Problema encontrado en el archivo <arg:0> - Plantilla duplicada '<arg:1>'. Verifica si hay la misma configuración en otros archivos.</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow>Problema encontrado en el archivo <arg:0> - La plantilla '<arg:1>' está usando un valor 'from' '<arg:2>' mayor que el valor 'to' '<arg:3>' en el argumento 'self_increase_int'.</yellow>"
warning.config.template.argument.list.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - La plantilla '<arg:1>' está usando un argumento 'list' que espera una 'List' como argumento, pero el argumento de entrada es de tipo '<arg:2>'.</yellow>"

View File

@@ -134,7 +134,7 @@ warning.config.recipe.smithing_transform.post_processor.missing_type: "<yellow>
warning.config.recipe.smithing_transform.post_processor.invalid_type: "<yellow>Проблема найдена в файле <arg:0> - Рецепт трансформации кузнечного дела '<arg:1>' использует недопустимый тип постпроцессора '<arg:2>'.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_components: "<yellow>Проблема найдена в файле <arg:0> - В рецепте трансформации кузнечного дела '<arg:1>' отсутствует необходимый аргумент 'components' для постпроцессоров 'keep_components'.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_tags: "<yellow>Проблема найдена в файле <arg:0> - В рецепте трансформации кузнечного дела '<arg:1>' отсутствует необходимый аргумент 'tags' для постпроцессоров 'keep_tags'.</yellow>"
warning.config.i18n.unknown_locale: "<yellow>Проблема найдена в файле <arg:0> - Неизвестный locale '<arg:1>'.</yellow>"
warning.config.translation.unknown_locale: "<yellow>Проблема найдена в файле <arg:0> - Неизвестный locale '<arg:1>'.</yellow>"
warning.config.template.duplicate: "<yellow>Проблема найдена в файле <arg:0> - Дублированный шаблон '<arg:1>'. Проверьте, есть ли такая же конфигурация в других файлах.</yellow>"
warning.config.template.invalid: "<yellow>Проблема найдена в файле <arg:0> - Конфигурация '<arg:1>' использует недействительный шаблон '<arg:2>'.</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow>Проблема найдена в файле <arg:0> - Шаблон '<arg:1>' использует 'from' '<arg:2>' больше, чем 'to' '<arg:3>' в 'self_increase_int' аргументе.</yellow>"

View File

@@ -97,7 +97,7 @@ warning.config.recipe.smithing_transform.post_processor.missing_type: "<yellow><
warning.config.recipe.smithing_transform.post_processor.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' demircilik dönüşüm tarifi geçersiz bir işlem sonrası işleyici türü '<arg:2>' kullanıyor.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_components: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' demircilik dönüşüm tarifi, 'keep_components' işlem sonrası işleyicisi için gerekli 'components' argümanı eksik.</yellow>"
warning.config.recipe.smithing_transform.post_processor.keep_component.missing_tags: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' demircilik dönüşüm tarifi, 'keep_tags' işlem sonrası işleyicisi için gerekli 'tags' argümanı eksik.</yellow>"
warning.config.i18n.unknown_locale: "<yellow><arg:0> dosyasında sorun bulundu - Bilinmeyen yerel ayar '<arg:1>'.</yellow>"
warning.config.translation.unknown_locale: "<yellow><arg:0> dosyasında sorun bulundu - Bilinmeyen yerel ayar '<arg:1>'.</yellow>"
warning.config.template.duplicate: "<yellow><arg:0> dosyasında sorun bulundu - Yinelenen şablon '<arg:1>'. Diğer dosyalarda aynı yapılandırmanın olup olmadığını kontrol edin.</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' şablonu, 'self_increase_int' argümanında 'to' '<arg:3>' değerinden daha büyük bir 'from' '<arg:2>' değeri kullanıyor.</yellow>"
warning.config.template.argument.list.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' şablonu, argüman olarak bir 'List' bekleyen bir 'list' argümanı kullanıyor, ancak giriş argümanı bir '<arg:2>' türünde.</yellow>"

View File

@@ -158,7 +158,7 @@ warning.config.recipe.brewing.missing_container: "<yellow>在文件 <arg:0> 发
warning.config.recipe.brewing.missing_ingredient: "<yellow>在文件 <arg:0> 发现问题 - 酿造配方 '<arg:1>' 缺少必需的 'ingredient' 参数</yellow>"
warning.config.recipe.result.post_processor.missing_type: "<yellow>在文件 <arg:0> 发现问题 - 配方 '<arg:1>' 缺少结果后处理器必需的 'type' 参数</yellow>"
warning.config.recipe.result.post_processor.invalid_type: "<yellow>在文件 <arg:0> 发现问题 - 配方 '<arg:1>' 使用了无效结果后处理器类型 '<arg:2>'</yellow>"
warning.config.i18n.unknown_locale: "<yellow>在文件 <arg:0> 发现问题 - 未知的语言环境 '<arg:1>'</yellow>"
warning.config.translation.unknown_locale: "<yellow>在文件 <arg:0> 发现问题 - 未知的语言环境 '<arg:1>'</yellow>"
warning.config.template.duplicate: "<yellow>在文件 <arg:0> 发现问题 - 重复的模板 '<arg:1>' 请检查其他文件中是否存在相同配置</yellow>"
warning.config.template.invalid: "<yellow>在文件 <arg:0> 发现问题 - 配置 '<arg:1>' 使用了无效的模板 '<arg:2>'</yellow>"
warning.config.template.argument.self_increase_int.invalid_range: "<yellow>在文件 <arg:0> 发现问题 - 模板 '<arg:1>' 在 'self_increase_int' 参数中使用了一个起始值 '<arg:2>' 大于终止值 '<arg:3>'</yellow>"