From 8a724587ca263eb4477be0da4ce6bfabf093f612 Mon Sep 17 00:00:00 2001 From: Gamom <63381531+wifi-left@users.noreply.github.com> Date: Wed, 31 Aug 2022 14:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E9=94=AE=20world.info.player.game=5Ftype.adv?= =?UTF-8?q?enture=20(#1674)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新错误的翻译键 world.info.player.game_type.adventure 我不理解 adventure 冒险 为什么会 翻译成极限 ... * Update I18N_zh.properties --- HMCL/src/main/resources/assets/lang/I18N_zh.properties | 2 +- HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index 9a53e81fb..11e45f8f9 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -804,7 +804,7 @@ world.info.generate_features=生成建築 world.info.player=玩家資訊 world.info.player.food_level=饑餓值 world.info.player.game_type=遊戲模式 -world.info.player.game_type.adventure=極限 +world.info.player.game_type.adventure=冒險 world.info.player.game_type.creative=創造 world.info.player.game_type.spectator=旁觀 world.info.player.game_type.survival=生存 diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties index e75e352c3..a7cac354d 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -805,7 +805,7 @@ world.info.generate_features=生成建筑 world.info.player=玩家信息 world.info.player.food_level=饥饿值 world.info.player.game_type=游戏模式 -world.info.player.game_type.adventure=极限 +world.info.player.game_type.adventure=冒险 world.info.player.game_type.creative=创造 world.info.player.game_type.spectator=旁观 world.info.player.game_type.survival=生存