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

修复控制台语言

This commit is contained in:
XiaoMoMi
2025-12-22 03:45:36 +08:00
parent 1536fb62f0
commit ddcc048b96
9 changed files with 60 additions and 60 deletions

View File

@@ -7,8 +7,8 @@ exception.invalid_sender: "<red><arg:0> darf diesen Befehl nicht ausführen. Mus
exception.unexpected: "<red>Ein interner Fehler ist beim Ausführen dieses Befehls aufgetreten</red>"
exception.no_permission: "<red>Entschuldigung, aber du hast keine Berechtigung, diesen Befehl auszuführen</red>"
exception.no_such_command: "Unbekannter Befehl."
argument.entity.notfound.player: "<red><lang:argument.entity.notfound.player></red>"
argument.entity.notfound.entity: "<red><lang:argument.entity.notfound.entity></red>"
argument.entity.notfound.player: "<red>Es wurde kein Spieler gefunden</red>"
argument.entity.notfound.entity: "<red>Es wurde kein Objekt gefunden</red>"
argument.parse.failure.time: "<red>'<arg:0>' ist kein gültiges Zeitformat</red>"
argument.parse.failure.material: "<red>'<arg:0>' ist kein gültiger Material-Name</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' ist keine gültige Verzauberung</red>"
@@ -45,10 +45,10 @@ command.reload.pack.failure: "<red>Neuladen des Resource Packs fehlgeschlagen.
command.reload.all.success: "<white>Neuladen in <green><arg:0></green> ms abgeschlossen.</white> <gray>(Async: <arg:1>ms | Sync: <arg:2>ms | Pack: <arg:3>ms)</gray>"
command.reload.all.failure: "<red>Neuladen fehlgeschlagen. Überprüfe die Konsolen-Logs.</red>"
command.item.get.success: "<white><arg:0> <arg:1> erhalten</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.item.get.failure.not_exist: "<red>Unbekannter Gegenstand <arg:0></red>"
command.item.give.success.single: "<white><arg:0> <arg:1> an <arg:2> gegeben</white>"
command.item.give.success.multiple: "<white><arg:0> <arg:1> an <arg:2> Spieler gegeben</white>"
command.item.give.failure.not_exist: "<red>Unbekannter Gegenstand <arg:0></red>"
command.search_recipe.not_found: "<red>Kein Rezept für dieses Item gefunden</red>"
command.search_usage.not_found: "<red>Keine Verwendung für dieses Item gefunden</red>"
command.search_recipe.no_item: "<red>Bitte halte ein Item in der Hand, bevor du diesen Befehl ausführst</red>"

View File

@@ -7,8 +7,8 @@ exception.invalid_sender: "<red><arg:0> is not allowed to execute that command.
exception.unexpected: "<red>An internal error occurred while attempting to perform this command</red>"
exception.no_permission: "<red>I'm sorry, but you do not have permission to perform this command</red>"
exception.no_such_command: "Unknown command."
argument.entity.notfound.player: "<red><lang:argument.entity.notfound.player></red>"
argument.entity.notfound.entity: "<red><lang:argument.entity.notfound.entity></red>"
argument.entity.notfound.player: "<red>No player was found</red>"
argument.entity.notfound.entity: "<red>No entity was found</red>"
argument.parse.failure.time: "<red>'<arg:0>' is not a valid time format</red>"
argument.parse.failure.material: "<red>'<arg:0>' is not a valid material name</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' is not a valid enchantment</red>"
@@ -63,16 +63,16 @@ command.reload.pack.failure: "<red>Resource pack reload failed. Check console lo
command.reload.all.success: "<white>Reload completed in <green><arg:0></green> ms.</white> <gray>(Async: <arg:1>ms | Sync: <arg:2>ms | Pack: <arg:3>ms)</gray>"
command.reload.all.failure: "<red>Reload failed. Check console logs.</red>"
command.item.get.success: "<white>Got <arg:0> <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.item.clear.failed.single: "<red><lang:clear.failed.single:'<arg:0>'></red>"
command.item.clear.failed.multiple: "<red><lang:clear.failed.multiple:'<arg:0>'></red>"
command.item.clear.success.single: "<lang:commands.clear.success.single:'<arg:0>':'<arg:1>'>"
command.item.clear.success.multiple: "<lang:commands.clear.success.multiple:'<arg:0>':'<arg:1>'>"
command.item.clear.test.single: "<lang:commands.clear.test.single:'<arg:0>':'<arg:1>'>"
command.item.clear.test.multiple: "<lang:commands.clear.test.multiple:'<arg:0>':'<arg:1>'>"
command.item.get.failure.not_exist: "<red>Unknown item '<arg:0>'</red>"
command.item.give.success.single: "<white>Gave <arg:0> <arg:1> to <arg:2>"
command.item.give.success.multiple: "<white>Gave <arg:0> <arg:1> to <arg:2> players</white>"
command.item.give.failure.not_exist: "<red>Unknown item '<arg:0>'</red>"
command.item.clear.failed.single: "<red>No items were found on player <arg:0></red>"
command.item.clear.failed.multiple: "<red>No items were found on <arg:0> players</red>"
command.item.clear.success.single: "<white>Removed <arg:0> item(s) from player <arg:1></white>"
command.item.clear.success.multiple: "<white>Removed <arg:0> item(s) from <arg:1> players</white>"
command.item.clear.test.single: "<white>Found <arg:0> matching item(s) on player <arg:1></white>"
command.item.clear.test.multiple: "<white>Found <arg:0> matching item(s) on <arg:1> players</white>"
command.search_recipe.not_found: "<red>No recipe found for this item</red>"
command.search_usage.not_found: "<red>No usage found for this item</red>"
command.search_recipe.no_item: "<red>Please hold an item before running this command</red>"

View File

@@ -7,8 +7,8 @@ exception.invalid_sender: "<red><arg:0> no está autorizado para ejecutar este c
exception.unexpected: "<red>Se produjo un error interno al ejecutar este comando</red>"
exception.no_permission: "<red>Lo siento, pero no tienes permisos para usar este comando</red>"
exception.no_such_command: "Comando desconocido."
argument.entity.notfound.player: "<red><lang:argument.entity.notfound.player></red>"
argument.entity.notfound.entity: "<red><lang:argument.entity.notfound.entity></red>"
argument.entity.notfound.player: "<red>No se han encontrado jugadores</red>"
argument.entity.notfound.entity: "<red>No se han encontrado entidades</red>"
argument.parse.failure.time: "<red>'<arg:0>' no es un formato de tiempo válido</red>"
argument.parse.failure.material: "<red>'<arg:0>' no es un nombre de material válido</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' no es un encantamiento válido</red>"
@@ -45,10 +45,10 @@ command.reload.pack.failure: "<red>Falló la recarga del paquete de recursos. Re
command.reload.all.success: "<white>Recarga completada en <green><arg:0></green> ms.</white> <gray>(Asíncrono: <arg:1>ms | Síncrono: <arg:2>ms | Paquete: <arg:3>ms)</gray>"
command.reload.all.failure: "<red>Falló la recarga. Revisa los logs de la consola.</red>"
command.item.get.success: "<white>Obtenido <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.item.get.failure.not_exist: "<red>Objeto desconocido: %<arg:0></red>"
command.item.give.success.single: "<arg:2> ha recibido <arg:0> de <arg:1>"
command.item.give.success.multiple: "<arg:2> jugadores han recibido <arg:0> de <arg:1>"
command.item.give.failure.not_exist: "<red>Objeto desconocido: <arg:0></red>"
command.search_recipe.not_found: "<red>No se encontró receta para este objeto</red>"
command.search_usage.not_found: "<red>No se encontró uso para este objeto</red>"
command.search_recipe.no_item: "<red>Por favor sostén un objeto antes de ejecutar este comando</red>"

View File

@@ -6,8 +6,8 @@ exception.invalid_sender: "<red><arg:0> n'est pas autorisé à exécuter cette c
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.entity.notfound.player: "<red>Aucun joueur n'a été trouvé</red>"
argument.entity.notfound.entity: "<red>Aucune entité n'a été trouvée</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>"
@@ -44,10 +44,10 @@ command.reload.pack.failure: "<red>Échec du rechargement du pack de ressources.
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.item.get.failure.not_exist: "<red>Objet inconnu : <arg:0></red>"
command.item.give.success.single: "<white>Don de <arg:0> <arg:1> à <arg:2></white>"
command.item.give.success.multiple: "<white>Don de <arg:0> <arg:1> à <arg:2> joueurs</white>"
command.item.give.failure.not_exist: "<red>Objet inconnu : <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>"

View File

@@ -7,9 +7,9 @@ exception.invalid_sender: "<red><arg:0> не разрешено выполнят
exception.unexpected: "<red>Произошла внутренняя ошибка при попытке выполнить эту команду</red>"
exception.no_permission: "<red>Извините, но у вас нет разрешения на выполнение этой команды</red>"
exception.no_such_command: "Неизвестная команда."
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>' не является действительным форматом времени</red>"
argument.entity.notfound.player: "<red>Игрок не обнаружен</red>"
argument.entity.notfound.entity: "<red>Сущность не обнаружена</red>"
argument.parse.failure.time: "<red>'<arg:0>' не является действительным форматом времени</red>"fr_fr
argument.parse.failure.material: "<red>'<arg:0>' не является действительным названием материала</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' не является действительным зачарованием</red>"
argument.parse.failure.offlineplayer: "<red>Игрок не найден для ввода '<arg:0>'</red>"
@@ -45,10 +45,10 @@ command.reload.pack.failure: "<red>Перезагрузка пакета рес
command.reload.all.success: "<white>Перезагрузка завершена в <green><arg:0></green> мс.</white> <gray>(Асинхронный: <arg:1>мс | Синхронный: <arg:2>мс | Пак: <arg:3>мс)</gray>"
command.reload.all.failure: "<red>Перезагрузка не удалась. Проверьте логи консоли.</red>"
command.item.get.success: "<white>Получил <arg:0> <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.item.get.failure.not_exist: "<red>Неизвестный предмет «<arg:0>»</red>"
command.item.give.success.single: "<white>Выдано <arg:0> <arg:1> игроку <arg:2></white>"
command.item.give.success.multiple: "<white>Выдано <arg:0> <arg:1> <arg:2> игрокам</white>"
command.item.give.failure.not_exist: "<red>Неизвестный предмет «<arg:0>»</red>"
command.search_recipe.not_found: "<red>Рецепт для этого предмета не найден</red>"
command.search_usage.not_found: "<red>Для этого предмета не найдено ни одного использования</red>"
command.search_recipe.no_item: "<red>Пожалуйста, держите предмет перед выполнением этой команды.</red>"

View File

@@ -7,10 +7,10 @@ exception.invalid_sender: "<red><arg:0> bu komutu çalıştırmaya yetkili deği
exception.unexpected: "<red>Bu komutu gerçekleştirirken dahili bir hata oluştu</red>"
exception.no_permission: "<red>Üzgünüm, ancak bu komutu kullanma izniniz yok</red>"
exception.no_such_command: "Bilinmeyen komut."
argument.entity.notfound.player: "<red><lang:argument.entity.notfound.player></red>"
argument.entity.notfound.entity: "<red><lang:argument.entity.notfound.entity></red>"
argument.entity.notfound.player: "<red>Hiçbir oyuncu bulunamadı</red>"
argument.entity.notfound.entity: "<red>Hiçbir varlık bulunamadı</red>"
argument.parse.failure.time: "<red>'<arg:0>' geçerli bir zaman biçimi değil</red>"
argument.parse.failure.material: "<red>'<arg:0>' geçerli bir malzeme adı değil</red>"
argument.parse.failure.material: "<red>'<arg:0>' geçerli bir malzeme adı değil</red>"ru_ru
argument.parse.failure.enchantment: "<red>'<arg:0>' geçerli bir büyü değil</red>"
argument.parse.failure.offlineplayer: "<red>'<arg:0>' girişi için oyuncu bulunamadı</red>"
argument.parse.failure.player: "<red>'<arg:0>' girişi için oyuncu bulunamadı</red>"
@@ -45,10 +45,10 @@ command.reload.pack.failure: "<red>Kaynak paketi yeniden yüklemesi başarısız
command.reload.all.success: "<white>Yeniden yükleme <green><arg:0></green> ms içinde tamamlandı.</white> <gray>(Eşzamansız: <arg:1>ms | Eşzamanlı: <arg:2>ms | Paket: <arg:3>ms)</gray>"
command.reload.all.failure: "<red>Yeniden yükleme başarısız oldu. Konsol günlüklerini kontrol edin.</red>"
command.item.get.success: "<white><arg:0> adet <arg:1> alındı</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.item.get.failure.not_exist: "<red>Bilinmeyen eşya '<arg:0>'</red>"
command.item.give.success.single: "<white><arg:2> oyuncusuna <arg:0> <arg:1> verildi</white>"
command.item.give.success.multiple: "<white><arg:2> oyuncuya <arg:0> <arg:1> verildi</white>"
command.item.give.failure.not_exist: "<red>Bilinmeyen eşya '<arg:0>'</red>"
command.search_recipe.not_found: "<red>Bu eşya için tarif bulunamadı</red>"
command.search_usage.not_found: "<red>Bu eşya için kullanım bulunamadı</red>"
command.search_recipe.no_item: "<red>Bu komutu çalıştırmadan önce lütfen bir eşya tutun</red>"

View File

@@ -63,16 +63,16 @@ command.reload.pack.failure: "<red>重新加载资源包失败, 请检查控制
command.reload.all.success: "<white>全部重新加载完成. 耗时 <green><arg:0></green> 毫秒</white> <gray>(异步: <arg:1>ms | 同步: <arg:2>ms | 资源包: <arg:3>ms)</gray>"
command.reload.all.failure: "<red>重新加载失败, 请检查控制台日志</red>"
command.item.get.success: "<white>获得<arg:0>个<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.item.clear.failed.single: "<red><lang:clear.failed.single:'<arg:0>'></red>"
command.item.clear.failed.multiple: "<red><lang:clear.failed.multiple:'<arg:0>'></red>"
command.item.clear.success.single: "<lang:commands.clear.success.single:'<arg:0>':'<arg:1>'>"
command.item.clear.success.multiple: "<lang:commands.clear.success.multiple:'<arg:0>':'<arg:1>'>"
command.item.clear.test.single: "<lang:commands.clear.test.single:'<arg:0>':'<arg:1>'>"
command.item.clear.test.multiple: "<lang:commands.clear.test.multiple:'<arg:0>':'<arg:1>'>"
command.item.get.failure.not_exist: "<red>未知的物品“<arg:0></red>"
command.item.give.success.single: "<white>已将<arg:0><arg:1>给予<arg:2></white>"
command.item.give.success.multiple: "<white>已将<arg:0><arg:1>给予<arg:2>名玩家</white>"
command.item.give.failure.not_exist: "<red>未知的物品“<arg:0></red>"
command.item.clear.failed.single: "<red>>未能从玩家<arg:0>找到任何物品</red>"
command.item.clear.failed.multiple: "<red>未能从<arg:0>名玩家找到任何物品</red>"
command.item.clear.success.single: "<white>已移除玩家<arg:1>的<arg:0>个物品</white>"
command.item.clear.success.multiple: "<white>已移除<arg:1>名玩家的<arg:0>个物品</white>"
command.item.clear.test.single: "<white>已在玩家<arg:1>身上找到<arg:0>个匹配的物品</white>"
command.item.clear.test.multiple: "<white>已在<arg:1>名玩家身上找到<arg:0>个匹配的物品</white>"
command.search_recipe.not_found: "<red>找不到此物品的配方</red>"
command.search_usage.not_found: "<red>找不到此物品的用途</red>"
command.search_recipe.no_item: "<red>请手持物品后再执行此命令</red>"

View File

@@ -45,10 +45,10 @@ command.reload.pack.failure: "<red>重新加載資源包失敗,請檢查控制
command.reload.all.success: "<white>全部重新加載完成. 耗時 <green><arg:0></green> 毫秒</white> <gray>(非同步: <arg:1>ms | 同步: <arg:2>ms | 資源包: <arg:3>ms)</gray>"
command.reload.all.failure: "<red>重新加載失敗,請檢查控制台日誌。</red>"
command.item.get.success: "<white>獲得<arg:0>個<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.item.get.failure.not_exist: "<red>未知的物品 '<arg:0>'</red>"
command.item.give.success.single: "<white>已將 <arg:0><arg:1> 給予 <arg:2></white>"
command.item.give.success.multiple: "<white>已將 <arg:0><arg:1> 給予 <arg:2> 個玩家</white>"
command.item.give.failure.not_exist: "<red>未知的物品 '<arg:0>'</red>"
command.search_recipe.not_found: "<red>找不到此物品的配方</red>"
command.search_usage.not_found: "<red>找不到此物品的用途</red>"
command.search_recipe.no_item: "<red>執行此命令前請手持物品</red>"

View File

@@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx4G
# Project settings
project_version=0.0.66.7
config_version=64
lang_version=46
config_version=65
lang_version=47
project_group=net.momirealms
latest_supported_version=1.21.11