Merge branch 'master' into develop
This commit is contained in:
commit
f9c4b7ae6d
5 changed files with 319 additions and 266 deletions
1
langs/shared-questions/ca.json
Normal file
1
langs/shared-questions/ca.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
langs/shared-questions/es.json
Normal file
1
langs/shared-questions/es.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
langs/shared-questions/fi.json
Normal file
1
langs/shared-questions/fi.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
langs/shared-questions/ja.json
Normal file
1
langs/shared-questions/ja.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -28,7 +28,8 @@
|
|||
"name": "露營地",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "露營地"
|
||||
"title": "露營地",
|
||||
"description": "新增正式露營地點,通常是設計給過夜的露營者的地點。看起來像是真的露營地或是一般的停車場,而且也許沒有任何指標,但在城鎮被定議地點。如果一般給露營者的停車場並不是用來過夜,則不是露營地點 "
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -146,6 +147,46 @@
|
|||
}
|
||||
},
|
||||
"question": "你能在這裡丟棄廁所化學廢棄物嗎?"
|
||||
},
|
||||
"dumpstations-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "你需要網路鑰匙/密碼來使用這個設施"
|
||||
},
|
||||
"1": {
|
||||
"then": "你需要是露營/露營地的客戶才能使用這一地方"
|
||||
},
|
||||
"3": {
|
||||
"then": "任何人都可以使用這個垃圾站"
|
||||
},
|
||||
"2": {
|
||||
"then": "任何人都可以使用這個衛生廢棄物站"
|
||||
}
|
||||
},
|
||||
"question": "誰可以使用這個垃圾站?"
|
||||
},
|
||||
"dumpstations-fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "你需要付費才能使用"
|
||||
},
|
||||
"1": {
|
||||
"then": "這裡可以免費使用"
|
||||
}
|
||||
},
|
||||
"question": "這個地方需要付費嗎?"
|
||||
},
|
||||
"dumpstations-charge": {
|
||||
"render": "這個地方收費 {charge}",
|
||||
"question": "這個地方收費多少?"
|
||||
}
|
||||
},
|
||||
"description": "垃圾處理站",
|
||||
"name": "垃圾處理站",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "垃圾丟棄站",
|
||||
"description": "新增垃圾站,這通常是提供露營駕駛丟棄廢水與化學性廁所廢水的地方,也會有飲用水與電力。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -270,5 +311,13 @@
|
|||
"description": "繪製所有樹木!",
|
||||
"shortDescription": "所有樹木的地圖",
|
||||
"title": "樹木"
|
||||
},
|
||||
"binoculars": {
|
||||
"shortDescription": "固定望遠鏡的地圖",
|
||||
"title": "望遠鏡",
|
||||
"description": "固定一地的望遠鏡地圖,特別是能夠在旅遊景點、觀景點、城鎮環景點,或是自然保護區找到。"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"title": "咖啡廳與酒吧"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue