pokeemmo/data/text/obtain_item.inc
2025-04-08 17:40:39 +08:00

33 lines
843 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

gText_ObtainedTheItem::
.string "得到了{STR_VAR_2}$"
gText_TheBagIsFull::
.string "背包满了…$"
gText_PutItemInPocket::
.string "{PLAYER}把{STR_VAR_2}放进了\n{STR_VAR_3}口袋。$"
gText_PlayerFoundOneItem::
.string "{PLAYER}发现了{STR_VAR_2}$"
gText_TooBadBagIsFull::
.string "糟糕!\n背包满了…$"
gText_PlayerPutItemInBag::
.string "{PLAYER}把{STR_VAR_2}\n放进了背包。$"
gText_ObtainedTheDecor::
.string "得到了{STR_VAR_2}$"
gText_NoRoomLeftForAnother::
.string "糟糕!没有空间再放\n一个{STR_VAR_2}了…$"
gText_TheDecorWasTransferredToThePC::
.string "{STR_VAR_2}传进了\n电脑里。$"
gText_ObtainedTheItems::
.string "获得了 {STR_VAR_1} {STR_VAR_2}!$"
gText_PlayerFoundItems::
.string "{PLAYER}找到了{STR_VAR_1} {STR_VAR_2}!$"