-
Notifications
You must be signed in to change notification settings - Fork 1
/
prompts.json
142 lines (142 loc) · 4.17 KB
/
prompts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"Chinese Tradition": {
"Prompts": [
{
"Prompt": {
"en": "Do you know much about Feng Shui?",
"zh": "你知道什么是风水吗?",
"zh-pinyin": "nǐ zhīdào shénmeshì fēngshuǐ ma?"
},
"id": 1
},
{
"Prompt": {
"en": "What is your favorite Chinese tradition?",
"zh": "你最喜欢的中华文化传统是什么?",
"zh-pinyin": "Nǐ zuì xǐhuān de zhōnghuá wénhuà chuántǒng shì shénme?"
},
"id": 2
},
{
"Prompt": {
"en": "Do you know any famous landmarks in China?",
"zh": "你知道哪些来自中国的风景名胜?",
"zh-pinyin": "Nǐ zhīdào nǎxiē láizì zhōngguó de fēngjǐng míngshèng?"
},
"id": 3
},
{
"Prompt": {
"en": "What do you know about Yin Yang?",
"zh": "你知道阴阳的意义吗?",
"zh-pinyin": "Nǐ zhīdào yīnyáng de yìyì ma?"
},
"id": 4
},
{
"Prompt": {
"en": "What do you think about Chinese medicine?",
"zh": "你对传统中医药有什么看法?",
"zh-pinyin": "Nǐ duì chuántǒng zhōng yīyào yǒu shé me kànfǎ?"
},
"id": 5
},
{
"Prompt": {
"en": "Do you know your own Chinese zodiac?",
"zh": "你知道你自己属于哪个十二生肖吗?",
"zh-pinyin": "Nǐ zhīdào nǐ zìjǐ shǔyú nǎge shí'èr shēngxiào ma?"
},
"id": 6
}
]
},
"Family": {
"Prompts": [
{
"Prompt": {
"en": "What is your favorite family tradition?",
"zh": " 你最不喜欢的家务是什么?",
"zh-pinyin": "Nǐ zuì bù xǐhuān de jiāwù shì shénme?"
},
"id": 1
},
{
"Prompt": {
"en": "What is your favorite family tradition?",
"zh": "你最喜欢的家庭传统是什么?",
"zh-pinyin": "Nǐ zuì xǐhuān de jiātíng chuántǒng shì shénme?"
},
"id": 2
},
{
"Prompt": {
"en": "Do you have any siblings",
"zh": "你有兄弟姐妹吗?",
"zh-pinyin": "Nǐ yǒu xiōngdì jiěmèi ma?"
},
"id": 3
},
{
"Prompt": {
"en": "What one important thing that your parents have taught you?",
"zh": "什么是一个你父母教会你最重要的事情?",
"zh-pinyin": "Shénme shì yīgè nǐ fùmǔ jiàohuì nǐ zuì zhòngyào de shìqíng?"
},
"id": 4
},
{
"Prompt": {
"en": "Where would you like to travel for your next family vacation?",
"zh": "你的下一次家庭度假想去哪里旅行?",
"zh-pinyin": "Nǐ de xià yīcì jiātíng dùjià xiǎng qù nǎlǐ lǚxíng?"
},
"id": 5
}
]
},
"Food": {
"Prompts": [
{
"Prompt": {
"en": "What are some of the famous Chinese dishes that you know?",
"zh": "你知道哪些著名的中国菜肴?",
"zh-pinyin": "Nǐ zhīdào nǎxiē zhùmíng de zhōngguó càiyáo?"
},
"id": 1
},
{
"Prompt": {
"en": "What is your favorite Chinese festival food?",
"zh": "你最喜欢的中国节日菜肴是什么?",
"zh-pinyin": "Nǐ zuì xǐhuān de zhōngguó jiérì càiyáo shì shénme?"
},
"id": 2
},
{
"Prompt": {
"en": "Do you enjoy cooking?",
"zh": "你喜欢烧菜吗?",
"zh-pinyin": "Nǐ xǐhuān shāocài ma?"
},
"id": 3
},
{
"Prompt": {
"en": "Do you have a favourite Chinese food?",
"zh": "你最喜欢的中国美食是什么?",
"zh-pinyin": "Nǐ zuì xǐhuān de zhōngguó měishí shì shénme?"
},
"id": 4
},
{
"Prompt": {
"en": "How much can you handle spicy food?",
"zh": "你能吃辣吗?",
"zh-pinyin": "Nǐ néng chī là ma?"
},
"id": 5
}
]
}
}