Translation sync

This commit is contained in:
pietervdvn 2022-01-14 16:02:20 +01:00
parent eba52836b2
commit e461c2d483
3 changed files with 15 additions and 10 deletions

View file

@ -1,17 +1,21 @@
{ {
"id": "entrances", "id": "entrances",
"title": { "title": {
"en": "Entrances" "en": "Entrances",
"zh_Hant": "出入口"
}, },
"icon": "./assets/layers/entrance/door.svg", "icon": "./assets/layers/entrance/door.svg",
"description": { "description": {
"en": "A map showing all entrances, which surveys for important aspects for wheelchair users" "en": "A map showing all entrances, which surveys for important aspects for wheelchair users",
"zh_Hant": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊"
}, },
"shortDescription": { "shortDescription": {
"en": "Survey entrances to help wheelchair routing" "en": "Survey entrances to help wheelchair routing",
"zh_Hant": "幫助輪椅導航來勘查出入口"
}, },
"language": [ "language": [
"en" "en",
"zh_Hant"
], ],
"version": "2021-12-04", "version": "2021-12-04",
"maintainer": "MapComplete", "maintainer": "MapComplete",

View file

@ -586,6 +586,7 @@
} }
}, },
"bike_repair_station": { "bike_repair_station": {
"description": "Deze laag toont fietspompen en herstelpunten voor fietsen",
"name": "Fietspunten (herstel, pomp of allebei)", "name": "Fietspunten (herstel, pomp of allebei)",
"presets": { "presets": {
"0": { "0": {

View file

@ -299,6 +299,11 @@
"description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加", "description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加",
"title": "飲用水" "title": "飲用水"
}, },
"entrances": {
"description": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊",
"shortDescription": "幫助輪椅導航來勘查出入口",
"title": "出入口"
},
"etymology": { "etymology": {
"description": "在這份地圖,你可以看到物件是以何命名,道路、 建築等的命名由來連到 Wikidata。在跳出選單你可以看到物件命名由來的維基條目 (如果有的話),或是 Wikidata 框。如果物件本身有維基頁面,也會顯示。<br/><br/><b>你也可以貢獻!</b>放大到夠大的層級,然後<i>所有</i>道路都會顯示。你可以點選一個之後 Wikidata 搜尋框會跳出來。只要點幾下,你可以新增詞源連結。注意你要有開放街圖帳號才能這麼做。", "description": "在這份地圖,你可以看到物件是以何命名,道路、 建築等的命名由來連到 Wikidata。在跳出選單你可以看到物件命名由來的維基條目 (如果有的話),或是 Wikidata 框。如果物件本身有維基頁面,也會顯示。<br/><br/><b>你也可以貢獻!</b>放大到夠大的層級,然後<i>所有</i>道路都會顯示。你可以點選一個之後 Wikidata 搜尋框會跳出來。只要點幾下,你可以新增詞源連結。注意你要有開放街圖帳號才能這麼做。",
"layers": { "layers": {
@ -654,10 +659,5 @@
"description": "在這份地圖當中,你可以找到你附近的垃圾筒。如果地圖有遺漏垃圾筒,你可以自己加上去", "description": "在這份地圖當中,你可以找到你附近的垃圾筒。如果地圖有遺漏垃圾筒,你可以自己加上去",
"shortDescription": "垃圾筒的地圖", "shortDescription": "垃圾筒的地圖",
"title": "垃圾筒" "title": "垃圾筒"
},
"entrances": {
"description": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊",
"shortDescription": "幫助輪椅導航來勘查出入口",
"title": "出入口"
} }
} }