2022-04-17 07:51:11 +02:00
|
|
|
|
{
|
|
|
|
|
"shared_questions": {
|
|
|
|
|
"dog-access": {
|
|
|
|
|
"mappings": {
|
|
|
|
|
"0": {
|
|
|
|
|
"then": "允许犬只"
|
|
|
|
|
},
|
|
|
|
|
"1": {
|
|
|
|
|
"then": "<b>不</b>允许犬只"
|
|
|
|
|
},
|
|
|
|
|
"2": {
|
|
|
|
|
"then": "允许犬只,但必须拴绳"
|
|
|
|
|
},
|
|
|
|
|
"3": {
|
|
|
|
|
"then": "允许犬只,且可自由放养"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"question": "犬只是否在这个商业体中允许?"
|
|
|
|
|
},
|
|
|
|
|
"email": {
|
|
|
|
|
"question": "{title()} 的电子邮箱地址为何?"
|
|
|
|
|
},
|
2022-04-18 01:47:54 +02:00
|
|
|
|
"opening_hours": {
|
|
|
|
|
"question": "{title()} 的开放时间为何?",
|
|
|
|
|
"render": "<h3>开放时间</h3> {opening_hours_table(opening_hours)}"
|
|
|
|
|
},
|
2022-04-17 07:51:11 +02:00
|
|
|
|
"payment-options": {
|
|
|
|
|
"mappings": {
|
|
|
|
|
"0": {
|
|
|
|
|
"then": "可用现金"
|
|
|
|
|
},
|
|
|
|
|
"1": {
|
|
|
|
|
"then": "可用信用卡"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"question": "这里支持哪些支付方式?"
|
|
|
|
|
},
|
|
|
|
|
"payment-options-advanced": {
|
|
|
|
|
"override": {
|
|
|
|
|
"mappings+": {
|
|
|
|
|
"0": {
|
|
|
|
|
"then": "使用专用APP支付"
|
|
|
|
|
},
|
|
|
|
|
"1": {
|
|
|
|
|
"then": "使用会员卡支付"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"phone": {
|
|
|
|
|
"question": "{title()} 的电话号码为何?"
|
|
|
|
|
},
|
|
|
|
|
"website": {
|
|
|
|
|
"question": "{title()} 的网站为何?"
|
|
|
|
|
},
|
2022-04-18 01:47:54 +02:00
|
|
|
|
"wikipedia": {
|
2022-04-17 07:51:11 +02:00
|
|
|
|
"mappings": {
|
2022-06-03 01:42:58 +02:00
|
|
|
|
"0": {
|
2022-05-06 12:41:24 +02:00
|
|
|
|
"then": "尚未有连接到的维基百科页面"
|
|
|
|
|
},
|
2022-05-06 12:35:42 +02:00
|
|
|
|
"1": {
|
2022-04-18 01:47:54 +02:00
|
|
|
|
"then": "尚未有连接到的维基百科页面"
|
2022-04-17 07:51:11 +02:00
|
|
|
|
}
|
2022-04-18 01:47:54 +02:00
|
|
|
|
},
|
|
|
|
|
"question": "在Wikidata上对应的实体是什么?"
|
2022-04-17 07:51:11 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
2022-04-18 01:47:54 +02:00
|
|
|
|
}
|