T() girla

This commit is contained in:
Dragorn421 2025-06-01 19:43:02 +02:00
parent 6256679cd4
commit 8205887d9f
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 49 additions and 49 deletions

View File

@ -90,56 +90,56 @@ ActorProfile En_GirlA_Profile = {
#if DEBUG_FEATURES #if DEBUG_FEATURES
static char* sShopItemDescriptions[] = { static char* sShopItemDescriptions[] = {
"デクの実×5 ", // "Deku nut x5" T("デクの実×5 ", "Deku nuts x5 "),
"×30 ", // "Arrow x30" T("×30 ", "Arrows x30 "),
"×50 ", // "Arrow x50" T("×50 ", "Arrows x50 "),
"爆弾×5 ", // "bomb" T("爆弾×5 ", "Bombs x5 "),
"デクの実×10 ", // "Deku nut x10" T("デクの実×10 ", "Deku nuts x10 "),
"デクの棒 ", // "Deku stick" T("デクの棒 ", "Deku stick "),
"爆弾×10 ", // "Bomb x10" T("爆弾×10 ", "Bombs x10 "),
"さかな ", // "Fish" T("さかな ", "Fish "),
"赤クスリ ", // "Red medicine" T("赤クスリ ", "Red medicine "),
"緑クスリ ", // "Green medicine" T("緑クスリ ", "Green medicine"),
"青クスリ ", // "Blue medicine" T("青クスリ ", "Blue medicine "),
"巨人のナイフ ", // "Giant knife" T("巨人のナイフ ", "Giant's knife "),
"ハイリアの盾 ", // "Hyria Shield" T("ハイリアの盾 ", "Hylian shield "),
"デクの盾 ", // "Deku Shield" T("デクの盾 ", "Deku shield "),
"ゴロンの服 ", // "Goron's clothes" T("ゴロンの服 ", "Goron clothing"),
"ゾ─ラの服 ", // "Zora's clothes" T("ゾ─ラの服 ", "Zora's clothes"),
"回復のハート ", // "Heart of recovery" T("回復のハート ", "Heart of recovery"),
"ロンロン牛乳 ", // "Ron Ron milk" T("ロンロン牛乳 ", "Lon Lon milk "),
"鶏の卵 ", // "Chicken egg" T("鶏の卵 ", "Chicken egg "),
"インゴー牛乳 ", // "Ingo milk" T("インゴー牛乳 ", "Ingo milk "),
"インゴー卵 ", // "Ingo egg" T("インゴー卵 ", "Ingo egg "),
"もだえ石 ", // "Modae stone" T("もだえ石 ", "Writhing stone"),
"大人の財布 ", // "Adult wallet" T("大人の財布 ", "Adult wallet "),
"ハートの欠片 ", // "Heart fragment" T("ハートの欠片 ", "Piece of heart"),
"ボムチュウ ", // "Bombchu" T("ボムチュウ ", "Bombchu "),
"ボムチュウ ", // "Bombchu" T("ボムチュウ ", "Bombchu "),
"ボムチュウ ", // "Bombchu" T("ボムチュウ ", "Bombchu "),
"ボムチュウ ", // "Bombchu" T("ボムチュウ ", "Bombchu "),
"ボムチュウ ", // "Bombchu" T("ボムチュウ ", "Bombchu "),
"デクのタネ ", // "Deku seeds" T("デクのタネ ", "Deku seeds "),
"キータンのお面", // "Ketan's mask" T("キータンのお面", "Keetan mask "),
"こわそなお面 ", // "Scary face" T("こわそなお面 ", "Scary mask "),
"ドクロのお面 ", // "Skull mask" T("ドクロのお面 ", "Skull mask "),
"ウサギずきん ", // "Rabbit hood" T("ウサギずきん ", "Rabbit hood "),
"まことの仮面 ", // "True mask" T("まことの仮面 ", "True mask "),
"ゾーラのお面 ", // "Zora's mask" T("ゾーラのお面 ", "Zora's mask "),
"ゴロンのお面 ", // "Goron's mask" T("ゴロンのお面 ", "Goron mask "),
"ゲルドのお面 ", // "Gerd's mask" T("ゲルドのお面 ", "Gerudo mask "),
"", "",
"", // "Flame" T("", "Flame "),
"", // "Bugs" T("", "Insect "),
"チョウチョ ", // "Butterfly" T("チョウチョ ", "Butterfly "),
"ポウ ", // "Poe" T("ポウ ", "Poe "),
"妖精の魂 ", // "Fairy soul" T("妖精の魂 ", "Fairy soul "),
"×10 ", // "Arrow" T("×10 ", "Arrows x10 "),
"爆弾×20 ", // "Bomb x20" T("爆弾×20 ", "Bombs x20 "),
"爆弾×30 ", // "Bomb x30" T("爆弾×30 ", "Bombs x30 "),
"爆弾×5 ", // "Bomb x5" T("爆弾×5 ", "Bombs x5 "),
"赤クスリ ", // "Red medicine" T("赤クスリ ", "Red medicine "),
"赤クスリ " // "Red medicine" T("赤クスリ ", "Red medicine "),
}; };
#endif #endif