OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / store / store-owner-comments.cpp
1 #include "store/store-owner-comments.h"
2
3 concptr comment_1[MAX_COMMENT_1] = {
4     _("オーケーだ。", "Okay."),
5     _("結構だ。", "Fine."),
6     _("そうしよう!", "Accepted!"),
7     _("賛成だ!", "Agreed!"),
8     _("よし!", "Done!"),
9     _("わかった!", "Taken!")
10 };
11
12 /*! ブラックマーケット追加メッセージ(承諾) */
13 concptr comment_1_B[MAX_COMMENT_1] = {
14     _("まあ、それでいいや。", "Ah, ok."),
15     _("今日はそれで勘弁してやる。", "I forgive you today."),
16     _("分かったよ。", "I see."),
17     _("しょうがない。", "Oh well."),
18     _("それで我慢するよ。", "I endure."),
19     _("こんなもんだろう。", "Like this.")
20 };
21
22 concptr comment_7a[MAX_COMMENT_7A] = {
23     _("うわああぁぁ!", "Arrgghh!"),
24     _("なんてこった!", "You bastard!"),
25     _("誰かがむせび泣く声が聞こえる...。", "You hear someone sobbing..."),
26     _("店主が悔しげにわめいている!", "The shopkeeper howls in agony!"),
27     _("1000匹のオークのノミに苦しめられるがいい!", "May the fleas of 1000 orcs molest you!"),
28     _("お前の大切なものに災いあれ!", "May your most favourite parts go moldy!"),
29     _("モルゴスに賞味されるがいい!", "May Morgoth find you tasty!"),
30     _("悪い冗談だ!", "You'd better be kidding!")
31 };
32
33 concptr comment_7b[MAX_COMMENT_7B] = {
34     _("くそう!", "Damn!"),
35     _("この悪魔め!", "You fiend!"),
36     _("店主が恨めしそうに見ている。", "The shopkeeper curses at you."),
37     _("店主が睨んでいる。", "The shopkeeper glares at you."),
38     _("店から出て行け!", "Leave my store!"),
39     _("俺の前から消え失せろ!", "Get out of my sight!"),
40     _("どっかに行っちまえ!", "Begone, you scoundrel!"),
41     _("出ろ、出ろ、出て行け!", "Out, out, out!")
42 };
43
44 concptr comment_7c[MAX_COMMENT_7C] = {
45     _("すばらしい!", "Cool!"),
46     _("君が天使に見えるよ!", "You've made my day!"),
47     _("店主がクスクス笑っている。", "The shopkeeper giggles."),
48     _("店主が大声で笑っている。", "The shopkeeper laughs loudly.")
49 };
50
51 concptr comment_7d[MAX_COMMENT_7D] = {
52     _("やっほぅ!", "Yipee!"),
53     _("こんなおいしい思いをしたら、真面目に働けなくなるなぁ。", "I think I'll retire!"),
54     _("店主は嬉しくて跳ね回っている。", "The shopkeeper jumps for joy."),
55     _("店主は満面に笑みをたたえている。", "The shopkeeper smiles gleefully.")
56 };