forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
d71bdecc0c
74 changed files with 2792 additions and 392 deletions
|
@ -6,6 +6,14 @@
|
|||
"fixme": {
|
||||
"question": "這裡需要修什麼?請直接解釋"
|
||||
},
|
||||
"header": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "未知的地址"
|
||||
}
|
||||
},
|
||||
"render": "{addr:street} <b>{addr:housenumber}</b> {addr:unit}"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -17,7 +25,17 @@
|
|||
},
|
||||
"street": {
|
||||
"question": "地址所在的道路是?",
|
||||
"questionHint": "不要包含門牌號碼",
|
||||
"render": "此地址位於街道 <b>{addr:street}</b>"
|
||||
},
|
||||
"unit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "沒有單位號碼"
|
||||
}
|
||||
},
|
||||
"question": "這邊的單位號碼或是字母是什麼?",
|
||||
"render": "單位號碼是<b>{addr:unit}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -25,6 +43,7 @@
|
|||
}
|
||||
},
|
||||
"advertising": {
|
||||
"description": "我們會從廣告功能的參數、營運者以及亮燈來完成資料",
|
||||
"name": "廣告",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue