From d9f18d19aaf58b296d18d37c6e6e592e83302d90 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Mon, 13 Jan 2025 17:49:15 +0800 Subject: [PATCH] fix: fix grammar error in translation file --- data/resources/lang/en_US.json | 6 +++--- data/resources/lang/zh_CN.json | 6 ++++-- data/resources/unpacked/lang_raw/allay/zh_CN.json | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/data/resources/lang/en_US.json b/data/resources/lang/en_US.json index 59de26206..d8bb81ba4 100644 --- a/data/resources/lang/en_US.json +++ b/data/resources/lang/en_US.json @@ -106,12 +106,12 @@ "allay:plugin.jar.entrance.typeinvalid": "The entrance class of plugin %1 is not a subclass of Plugin", "allay:plugin.load.error": "Error while loading plugin %1. Error: %2", "allay:plugin.loading": "Loading plugin %1", + "allay:recipe.furnace.loaded": "Loaded %1 furnace recipes", + "allay:recipe.furnace.loading": "Loading furnace recipes...", "allay:recipe.loaded": "Loaded %1 recipes", "allay:recipe.loading": "Loading recipes...", - "allay:recipe.furnace.loading": "Loading furnace recipes...", - "allay:recipe.furnace.loaded": "Loaded %1 furnace recipes", - "allay:recipe.potionmix.loading": "Loading potion mix recipes...", "allay:recipe.potionmix.loaded": "Loaded %1 potion mix recipes", + "allay:recipe.potionmix.loading": "Loading potion mix recipes...", "allay:server.is_dev_version": "§eYou are running a development version. The development version may have unexpected bugs, please do not use it in a production environment!", "allay:server.starting": "Starting up Minecraft: Bedrock Edition server, version §a%1§r (protocol version §a%2§r)", "allay:server.stopped": "Server stopped", diff --git a/data/resources/lang/zh_CN.json b/data/resources/lang/zh_CN.json index c851aa641..bad45f941 100644 --- a/data/resources/lang/zh_CN.json +++ b/data/resources/lang/zh_CN.json @@ -43,8 +43,6 @@ "allay:extension.entrance.missing": "无法找到扩展 %1 的入口", "allay:extension.loading": "正在加载扩展 %1", "allay:extension.mainclass.typeinvalid": "扩展 %1 的主类未继承Extension", - "allay:furnacerecipe.loaded": "加载完成 %1 个熔炉配方", - "allay:furnacerecipe.loading": "正在加载熔炉配方...", "allay:gui.chunk": "区块", "allay:gui.chunk.label": "已加载区块数量: %1", "allay:gui.console": "控制台", @@ -108,8 +106,12 @@ "allay:plugin.jar.mainclass.typeinvalid": "插件 %1 的主类未继承Plugin", "allay:plugin.load.error": "加载插件 %1 时发生错误: %2", "allay:plugin.loading": "正在加载插件 %1", + "allay:recipe.furnace.loaded": "加载完成 %1 个熔炉配方", + "allay:recipe.furnace.loading": "正在加载熔炉配方...", "allay:recipe.loaded": "加载完成 %1 个配方", "allay:recipe.loading": "正在加载配方...", + "allay:recipe.potionmix.loaded": "加载完成 %1 个药水配方", + "allay:recipe.potionmix.loading": "正在加载药水配方...", "allay:server.is_dev_version": "§e你正在运行开发版本。开发版本可能存在非预期的问题,请勿在生产环境使用!", "allay:server.starting": "正在启动allay...", "allay:server.starting.mcbe": "正在启动我的世界:基岩版服务器,版本 §a%1§r(协议版本§a%2§r)", diff --git a/data/resources/unpacked/lang_raw/allay/zh_CN.json b/data/resources/unpacked/lang_raw/allay/zh_CN.json index bf9101fd0..b8a45c283 100644 --- a/data/resources/unpacked/lang_raw/allay/zh_CN.json +++ b/data/resources/unpacked/lang_raw/allay/zh_CN.json @@ -26,8 +26,8 @@ "recipe.loaded": "加载完成 %1 个配方", "recipe.furnace.loading": "正在加载熔炉配方...", "recipe.furnace.loaded": "加载完成 %1 个熔炉配方", - "recipe.potionmix.loading": "加载药水混合食谱。..", - "recipe.potionmix.loaded": "加载 % 1药水混合配方", + "recipe.potionmix.loading": "正在加载药水配方...", + "recipe.potionmix.loaded": "加载完成 %1 个药水配方", "command.generic.sender.notServer": "这个命令只能被服务器执行!", "command.generic.sender.notPlayer": "这个命令只能被玩家执行!", "command.generic.sender.notEntity": "这个命令只能被实体执行!",