Skip to content

Commit

Permalink
fix: fix grammar error in translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jan 13, 2025
1 parent 629ef3e commit d9f18d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions data/resources/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions data/resources/lang/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "控制台",
Expand Down Expand Up @@ -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)",
Expand Down
4 changes: 2 additions & 2 deletions data/resources/unpacked/lang_raw/allay/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "这个命令只能被实体执行!",
Expand Down

0 comments on commit d9f18d1

Please sign in to comment.