From 7a3ce02f8aed234f69dd1476b8e80d2629c07588 Mon Sep 17 00:00:00 2001 From: nkuAlexLee <1402662448@qq.com> Date: Tue, 8 Apr 2025 16:47:13 +0800 Subject: [PATCH] update --- src/strings.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/strings.c b/src/strings.c index 86b05f79f6..a2b69cf76a 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1218,10 +1218,10 @@ const u8 gText_YouveGot9999Coins[] = _("你已经有9,999枚代币。") const u8 gText_YouveRunOutOfCoins[] = _("你用光了所有的代币。\n游戏结束!") const u8 gText_YouDontHaveThreeCoins[] = _("你没有3枚代币。") const u8 gText_ReelTimeHelp[] = _("旋转时间\n现在是你瞄准目标,\n创造纪录的机会!\n旋转时间将会持续奖励的圈数。\n当大奖励出现时才会停止。") -const u8 gDaycareText_GetAlongVeryWell[] = _("The two seem to get along\nvery well."); -const u8 gDaycareText_GetAlong[] = _("The two seem to get along."); -const u8 gDaycareText_DontLikeOther[] = _("The two don't seem to like\neach other much."); -const u8 gDaycareText_PlayOther[] = _("The two prefer to play with other\nPOKéMON than each other."); +const u8 gDaycareText_GetAlongVeryWell[] = _("它们俩看起来非常喜欢对方。") +const u8 gDaycareText_GetAlong[] = _("它们俩看起来对对方挺友好。") +const u8 gDaycareText_DontLikeOther[] = _("它们俩看起来不怎么喜欢对方。") +const u8 gDaycareText_PlayOther[] = _("它们俩更喜欢和\n其他的宝可梦玩。") const u8 gText_NewLine2[] = _("\n") const u8 gText_Exit4[] = _("退出") const u8 gText_Lv[] = _("{LV}")