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": {
|
||||
|
|
|
@ -723,6 +723,10 @@
|
|||
"typeTitle": "這是 <b>{title}</b>"
|
||||
},
|
||||
"privacy": {
|
||||
"browsingHistoryIntro": "MapComplete 會儲存你最後開始的主題與地點,來幫助你快速恢復狀態。如果你沒有登入,這些設定會在裝置當中。如果你有登入,能透過開放街圖在其他裝置也會同步你的歷史。",
|
||||
"browsingHistoryLoggedIn": "你目前的設定:",
|
||||
"browsingHistoryNotLoggedIn": "登入來改變你的設定",
|
||||
"browsingHistoryTitle": "瀏覽歷史",
|
||||
"editingIntro": "當你對地圖變動時,這些變動會存在開放街圖並且是公開給所有人。採用 MapComplete 的編輯變動包括以下資料:",
|
||||
"editingOutro": "請參考<a href='https://wiki.osmfoundation.org/wiki/Privacy_Policy' target='_blank'>OpenStreetMap.org的隱私政策</a>來取得更多資訊。我們也提醒你註冊帳號時能夠採用假名。",
|
||||
"editingTitle": "當做出變動",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue