This commit is contained in:
nkuAlexLee 2025-04-08 16:47:13 +08:00
parent 78f05f18c0
commit 7a3ce02f8a

View File

@ -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}")