Skip to content

Commit ceb2cdf

Browse files
authored
Merge pull request #136 from noneed-meaning/fix_zh_CN
fix zh_CN
2 parents 05978ee + 97fa6f5 commit ceb2cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lifestream/Lang.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ internal static class Symbols
105105
//0 TEXT_AETHERYTEISHGARD_HWD_WARP <Gui(69)/> 蒼天街転送
106106
//0 TEXT_AETHERYTEISHGARD_HWD_WARP<Gui(69)/> Himmelsstadt
107107
//0 TEXT_AETHERYTEISHGARD_HWD_WARP <Gui(69)/> Azurée
108-
internal static readonly string[] TravelToFirmament = ["Travel to the Firmament.", "蒼天街転送", "Himmelsstadt", "Azurée", "传送到苍天街", "傳送到蒼天街", "창천 거리 이동"];
108+
internal static readonly string[] TravelToFirmament = ["Travel to the Firmament.", "蒼天街転送", "Himmelsstadt", "Azurée", "传送到天穹街", "傳送到蒼天街", "창천 거리 이동"];
109109

110110
//2 TEXT_AETHERYTE_HOUSING_WARP <Gui(69)/> Residential District Aethernet.
111111
//2 TEXT_AETHERYTE_HOUSING_WARP <Gui(69)/> 冒険者居住区転送
@@ -130,8 +130,8 @@ internal static class Symbols
130130
//12 TEXT_AETHERYTE_MOVE_INSTANCE <Gui(69)/> Changer d'instance
131131
public static readonly string[] TravelToInstancedArea = ["Travel to Instanced Area.", "インスタンスエリアへ移動", "In ein instanziiertes Areal wechseln", "Changer d'instance", "切换副本区", "切換副本區", "인스턴스 지역으로 이동"];
132132
public static string ToReduceCongestion => Svc.Data.GetExcelSheet<Addon>().GetRow(2090).Text.GetText();
133-
public static string[] TravelToYourIsland = ["Travel to your island?", "あなたの島へ向かいますか?", "Zu deiner Insel fahren?", "Voulez-vous aller sur votre île?", "나의 섬으로 가시겠습니까?"]; // row 4
134-
public static string[] TravelToMyIsland = ["Travel to my island.", "「自分の島」に行く", "Zur eigenen Insel fahren", "Aller sur son île", "'나의 섬'으로 가기"]; // row 7
133+
public static string[] TravelToYourIsland = ["Travel to your island?", "あなたの島へ向かいますか?", "Zu deiner Insel fahren?", "Voulez-vous aller sur votre île?", "나의 섬으로 가시겠습니까?", "要前往你的小岛吗?"]; // row 4
134+
public static string[] TravelToMyIsland = ["Travel to my island.", "「自分の島」に行く", "Zur eigenen Insel fahren", "Aller sur son île", "'나의 섬'으로 가기", "前往自己的小岛"]; // row 7
135135
public static readonly string[] Entrance =
136136
[
137137
"ハウスへ入る",

0 commit comments

Comments
 (0)