OSDN Git Service

Merge branch 'For2.2.2-Refactoring' into For3.0.0-Artifact-Monster-Addition
[hengband/hengband.git] / src / autopick / autopick-keys-table.h
1 #pragma once
2
3 /*!
4  * todo GAME_TEXT[] かconcptrを使いたかった
5  * しかしコンパイルエラーで通らなかったので暫定的にdefineにした
6  * 上手いことコンパイルできる方法があれば求む
7  * @brief アイテム種別及び各種形容詞
8  */
9 #define KEY_ALL _("すべての", "all")
10 #define KEY_UNAWARE _("未判明の", "unaware")
11 #define KEY_UNIDENTIFIED _("未鑑定の", "unidentified")
12 #define KEY_IDENTIFIED _("鑑定済みの", "identified")
13 #define KEY_STAR_IDENTIFIED _("*鑑定*済みの", "*identified*")
14 #define KEY_COLLECTING _("収集中の", "collecting")
15 #define KEY_ARTIFACT _("アーティファクト", "artifact")
16 #define KEY_EGO _("エゴ", "ego")
17 #define KEY_GOOD _("上質の", "good")
18 #define KEY_NAMELESS _("無銘の", "nameless")
19 #define KEY_AVERAGE _("並の", "average")
20 #define KEY_WORTHLESS _("無価値の", "worthless")
21 #define KEY_RARE _("レアな", "rare")
22 #define KEY_COMMON _("ありふれた", "common")
23 #define KEY_BOOSTED _("ダイス目の違う", "dice boosted")
24 #define KEY_MORE_THAN _("ダイス目", "more than")
25 #define KEY_DICE _("以上の", "dice")
26 #define KEY_MORE_BONUS _("修正値", "more bonus than")
27 #define KEY_MORE_BONUS2 _("以上の", "")
28 #define KEY_WANTED _("賞金首の", "wanted")
29 #define KEY_UNIQUE _("ユニーク・モンスターの", "unique monster's")
30 #define KEY_HUMAN _("人間の", "human")
31 #define KEY_UNREADABLE _("読めない", "unreadable")
32 #define KEY_REALM1 _("第一領域の", "first realm's")
33 #define KEY_REALM2 _("第二領域の", "second realm's")
34 #define KEY_FIRST _("1冊目の", "first")
35 #define KEY_SECOND _("2冊目の", "second")
36 #define KEY_THIRD _("3冊目の", "third")
37 #define KEY_FOURTH _("4冊目の", "fourth")
38 #define KEY_ITEMS _("アイテム", "items")
39 #define KEY_WEAPONS _("武器", "weapons")
40 #define KEY_FAVORITE_WEAPONS _("得意武器", "favorite weapons")
41 #define KEY_ARMORS _("防具", "armors")
42 #define KEY_MISSILES _("矢", "missiles")
43 #define KEY_DEVICES _("魔法アイテム", "magical devices")
44 #define KEY_LIGHTS _("光源", "lights")
45 #define KEY_JUNKS _("がらくた", "junks")
46 #define KEY_CORPSES _("死体や骨", "corpses or skeletons")
47 #define KEY_SPELLBOOKS _("魔法書", "spellbooks")
48 #define KEY_HAFTED _("鈍器", "hafted weapons")
49 #define KEY_SHIELDS _("盾", "shields")
50 #define KEY_BOWS _("弓", "bows")
51 #define KEY_RINGS _("指輪", "rings")
52 #define KEY_AMULETS _("アミュレット", "amulets")
53 #define KEY_SUITS _("鎧", "suits")
54 #define KEY_CLOAKS _("クローク", "cloaks")
55 #define KEY_HELMS _("兜", "helms")
56 #define KEY_GLOVES _("籠手", "gloves")
57 #define KEY_BOOTS _("靴", "boots")