npm run dist

This commit is contained in:
Quincy Morgan
2020-12-10 14:01:03 -05:00
parent 7ba1491f9c
commit 68c0aee2f9
23 changed files with 600 additions and 302 deletions
+41
View File
@@ -834,6 +834,14 @@
"content": "$1"
}
},
{
"old": {
"craft": "car_repair"
},
"replace": {
"shop": "car_repair"
}
},
{
"old": {
"craft": "catering"
@@ -1815,6 +1823,15 @@
"landuse": "recreation_ground"
}
},
{
"old": {
"leisure": "table_tennis_table"
},
"replace": {
"leisure": "pitch",
"sport": "table_tennis"
}
},
{
"old": {
"leisure": "video_arcade"
@@ -2755,6 +2772,14 @@
"shop": "art"
}
},
{
"old": {
"shop": "insurance"
},
"replace": {
"office": "insurance"
}
},
{
"old": {
"shop": "jewellery"
@@ -2780,6 +2805,14 @@
"shop": "bag"
}
},
{
"old": {
"shop": "mattress"
},
"replace": {
"shop": "bed"
}
},
{
"old": {
"shop": "money_transfer"
@@ -2813,6 +2846,14 @@
"shop": "perfumery"
}
},
{
"old": {
"shop": "photo_studio"
},
"replace": {
"craft": "photographer"
}
},
{
"old": {
"shop": "real_estate"
+1 -1
View File
File diff suppressed because one or more lines are too long
+25 -1
View File
@@ -583,7 +583,31 @@
},
"cuisine": {
"key": "cuisine",
"type": "semiCombo"
"type": "semiCombo",
"options": [
"pizza",
"burger",
"regional",
"coffee_shop",
"italian",
"chinese",
"sandwich",
"japanese",
"mexican",
"kebab",
"indian",
"chicken",
"asian",
"french",
"thai",
"american",
"sushi",
"ice_cream",
"german",
"greek",
"vietnamese",
"turkish"
]
},
"currency_multi": {
"key": "currency:",
+1 -1
View File
File diff suppressed because one or more lines are too long
+47
View File
@@ -1463,6 +1463,7 @@
"amenity/bicycle_rental": {
"icon": "temaki-bicycle_rental",
"fields": [
"name",
"capacity",
"network",
"operator",
@@ -9098,6 +9099,21 @@
},
"matchScore": 0.8
},
"entrance/main": {
"icon": "maki-entrance-alt1",
"fields": [
"ref",
"door",
"access_simple",
"level"
],
"geometry": [
"vertex"
],
"tags": {
"entrance": "main"
}
},
"ford": {
"icon": "temaki-pedestrian",
"fields": [
@@ -18174,6 +18190,37 @@
"value": "nuclear"
}
},
"power/plant/source/oil": {
"icon": "temaki-gas",
"fields": [
"name",
"operator",
"address",
"plant/output/electricity",
"start_date"
],
"moreFields": [
"{power/plant}"
],
"geometry": [
"area"
],
"tags": {
"power": "plant",
"plant:source": "oil"
},
"addTags": {
"power": "plant",
"landuse": "industrial",
"plant:source": "oil",
"plant:method": "combustion",
"plant:output:electricity": "*"
},
"reference": {
"key": "plant:source",
"value": "oil"
}
},
"power/plant/source/solar": {
"icon": "fas-solar-panel",
"fields": [
+1 -1
View File
File diff suppressed because one or more lines are too long
+69 -21
View File
@@ -813,7 +813,7 @@
{
"key": "cuisine",
"value": "coffee_shop",
"description": "🄿 Coffeehouse",
"description": "🄿 Coffeehouse, 🄵🅅 Cuisines: Coffee Shop",
"object_types": [
"node",
"area"
@@ -1109,7 +1109,7 @@
{
"key": "cuisine",
"value": "ice_cream",
"description": "🄿 Ice Cream Fast Food (unsearchable)",
"description": "🄿 Ice Cream Fast Food (unsearchable), 🄵🅅 Cuisines: Ice Cream",
"object_types": [
"node",
"area"
@@ -1119,7 +1119,7 @@
{
"key": "cuisine",
"value": "burger",
"description": "🄿 Burger Fast Food",
"description": "🄿 Burger Fast Food, 🄵🅅 Cuisines: Burger",
"object_types": [
"node",
"area"
@@ -1129,7 +1129,7 @@
{
"key": "cuisine",
"value": "chicken",
"description": "🄿 Chicken Fast Food",
"description": "🄿 Chicken Fast Food, 🄵🅅 Cuisines: Chicken",
"object_types": [
"node",
"area"
@@ -1179,7 +1179,7 @@
{
"key": "cuisine",
"value": "kebab",
"description": "🄿 Kebab Fast Food",
"description": "🄿 Kebab Fast Food, 🄵🅅 Cuisines: Kebab",
"object_types": [
"node",
"area"
@@ -1189,7 +1189,7 @@
{
"key": "cuisine",
"value": "mexican",
"description": "🄿 Mexican Fast Food, 🄿 Mexican Restaurant",
"description": "🄿 Mexican Fast Food, 🄿 Mexican Restaurant, 🄵🅅 Cuisines: Mexican",
"object_types": [
"node",
"area"
@@ -1199,7 +1199,7 @@
{
"key": "cuisine",
"value": "pizza",
"description": "🄿 Pizza Fast Food, 🄿 Pizza Restaurant",
"description": "🄿 Pizza Fast Food, 🄿 Pizza Restaurant, 🄵🅅 Cuisines: Pizza",
"object_types": [
"node",
"area"
@@ -1209,7 +1209,7 @@
{
"key": "cuisine",
"value": "sandwich",
"description": "🄿 Sandwich Fast Food",
"description": "🄿 Sandwich Fast Food, 🄵🅅 Cuisines: Sandwich",
"object_types": [
"node",
"area"
@@ -1951,7 +1951,7 @@
{
"key": "cuisine",
"value": "american",
"description": "🄿 American Restaurant",
"description": "🄿 American Restaurant, 🄵🅅 Cuisines: American",
"object_types": [
"node",
"area"
@@ -1961,7 +1961,7 @@
{
"key": "cuisine",
"value": "asian",
"description": "🄿 Asian Restaurant",
"description": "🄿 Asian Restaurant, 🄵🅅 Cuisines: Asian",
"object_types": [
"node",
"area"
@@ -1971,7 +1971,7 @@
{
"key": "cuisine",
"value": "chinese",
"description": "🄿 Chinese Restaurant",
"description": "🄿 Chinese Restaurant, 🄵🅅 Cuisines: Chinese",
"object_types": [
"node",
"area"
@@ -1981,7 +1981,7 @@
{
"key": "cuisine",
"value": "french",
"description": "🄿 French Restaurant",
"description": "🄿 French Restaurant, 🄵🅅 Cuisines: French",
"object_types": [
"node",
"area"
@@ -1991,7 +1991,7 @@
{
"key": "cuisine",
"value": "german",
"description": "🄿 German Restaurant",
"description": "🄿 German Restaurant, 🄵🅅 Cuisines: German",
"object_types": [
"node",
"area"
@@ -2001,7 +2001,7 @@
{
"key": "cuisine",
"value": "greek",
"description": "🄿 Greek Restaurant",
"description": "🄿 Greek Restaurant, 🄵🅅 Cuisines: Greek",
"object_types": [
"node",
"area"
@@ -2011,7 +2011,7 @@
{
"key": "cuisine",
"value": "indian",
"description": "🄿 Indian Restaurant",
"description": "🄿 Indian Restaurant, 🄵🅅 Cuisines: Indian",
"object_types": [
"node",
"area"
@@ -2021,7 +2021,7 @@
{
"key": "cuisine",
"value": "italian",
"description": "🄿 Italian Restaurant",
"description": "🄿 Italian Restaurant, 🄵🅅 Cuisines: Italian",
"object_types": [
"node",
"area"
@@ -2031,7 +2031,7 @@
{
"key": "cuisine",
"value": "japanese",
"description": "🄿 Japanese Restaurant",
"description": "🄿 Japanese Restaurant, 🄵🅅 Cuisines: Japanese",
"object_types": [
"node",
"area"
@@ -2071,7 +2071,7 @@
{
"key": "cuisine",
"value": "sushi",
"description": "🄿 Sushi Restaurant",
"description": "🄿 Sushi Restaurant, 🄵🅅 Cuisines: Sushi",
"object_types": [
"node",
"area"
@@ -2081,7 +2081,7 @@
{
"key": "cuisine",
"value": "thai",
"description": "🄿 Thai Restaurant",
"description": "🄿 Thai Restaurant, 🄵🅅 Cuisines: Thai",
"object_types": [
"node",
"area"
@@ -2091,7 +2091,7 @@
{
"key": "cuisine",
"value": "turkish",
"description": "🄿 Turkish Restaurant",
"description": "🄿 Turkish Restaurant, 🄵🅅 Cuisines: Turkish",
"object_types": [
"node",
"area"
@@ -2101,7 +2101,7 @@
{
"key": "cuisine",
"value": "vietnamese",
"description": "🄿 Vietnamese Restaurant",
"description": "🄿 Vietnamese Restaurant, 🄵🅅 Cuisines: Vietnamese",
"object_types": [
"node",
"area"
@@ -4557,6 +4557,15 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"
},
{
"key": "entrance",
"value": "main",
"description": "🄿 Main Entrance",
"object_types": [
"node"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"
},
{
"key": "ford",
"value": "yes",
@@ -9138,6 +9147,15 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/radiation.svg"
},
{
"key": "plant:source",
"value": "oil",
"description": "🄿 Oil-Fired Power Plant",
"object_types": [
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/gas.svg"
},
{
"key": "plant:source",
"value": "solar",
@@ -13231,6 +13249,11 @@
"key": "cuisine",
"description": "🄵 Cuisines"
},
{
"key": "cuisine",
"value": "regional",
"description": "🄵🅅 Cuisines: Regional"
},
{
"key": "currency:",
"description": "🄵 Currency Types"
@@ -16702,6 +16725,11 @@
"key": "contents",
"description": "🄳 ➜ content=*"
},
{
"key": "craft",
"value": "car_repair",
"description": "🄳 ➜ shop=car_repair"
},
{
"key": "craft",
"value": "catering",
@@ -17204,6 +17232,11 @@
"value": "recreation_ground",
"description": "🄳 ➜ landuse=recreation_ground"
},
{
"key": "leisure",
"value": "table_tennis_table",
"description": "🄳 ➜ leisure=pitch + sport=table_tennis"
},
{
"key": "leisure",
"value": "video_arcade",
@@ -17683,6 +17716,11 @@
"value": "gallery",
"description": "🄳 ➜ shop=art"
},
{
"key": "shop",
"value": "insurance",
"description": "🄳 ➜ office=insurance"
},
{
"key": "shop",
"value": "jewellery",
@@ -17698,6 +17736,11 @@
"value": "luggage",
"description": "🄳 ➜ shop=bag"
},
{
"key": "shop",
"value": "mattress",
"description": "🄳 ➜ shop=bed"
},
{
"key": "shop",
"value": "money_transfer",
@@ -17718,6 +17761,11 @@
"value": "perfume",
"description": "🄳 ➜ shop=perfumery"
},
{
"key": "shop",
"value": "photo_studio",
"description": "🄳 ➜ craft=photographer"
},
{
"key": "shop",
"value": "real_estate",
+1 -1
View File
File diff suppressed because one or more lines are too long
+249 -249
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
+34 -2
View File
@@ -549,7 +549,31 @@
},
"cuisine": {
"label": "Cuisines",
"terms": "fare,food types"
"terms": "fare,food types",
"options": {
"pizza": "Pizza",
"burger": "Burger",
"regional": "Regional",
"coffee_shop": "Coffee Shop",
"italian": "Italian",
"chinese": "Chinese",
"sandwich": "Sandwich",
"japanese": "Japanese",
"mexican": "Mexican",
"kebab": "Kebab",
"indian": "Indian",
"chicken": "Chicken",
"asian": "Asian",
"french": "French",
"thai": "Thai",
"american": "American",
"sushi": "Sushi",
"ice_cream": "Ice Cream",
"german": "German",
"greek": "Greek",
"vietnamese": "Vietnamese",
"turkish": "Turkish"
}
},
"currency_multi": {
"label": "Currency Types",
@@ -4344,7 +4368,7 @@
},
"craft/sculptor": {
"name": "Sculptor",
"terms": ""
"terms": "sculpter,sculptor"
},
"craft/shoemaker": {
"name": "Shoemaker",
@@ -4488,6 +4512,10 @@
"name": "Emergency Exit",
"terms": "fire exit,door"
},
"entrance/main": {
"name": "Main Entrance",
"terms": "door"
},
"ford": {
"name": "Ford",
"terms": ""
@@ -6468,6 +6496,10 @@
"name": "Nuclear Power Plant",
"terms": "atomic,fission,power station,nuclear reactor"
},
"power/plant/source/oil": {
"name": "Oil-Fired Power Plant",
"terms": "carbon,combustion,fossil fuel,oilfired,power station"
},
"power/plant/source/solar": {
"name": "Solar Farm",
"terms": "photovoltaic power station,solar panels,solar park,utility-scale solar"
+1 -1
View File
File diff suppressed because one or more lines are too long
+43 -7
View File
@@ -20,6 +20,9 @@
"category-path": {
"name": "راهچه‌ها"
},
"category-playground": {
"name": "وسایل زمین بازی"
},
"category-rail": {
"name": "ریل‌ها"
},
@@ -174,7 +177,7 @@
"placeholder": "۱, ۲, ۳..."
},
"aerialway/heating": {
"label": "گرمایش"
"label": "گرم شده"
},
"aerialway/occupancy": {
"label": "گنجایش",
@@ -225,7 +228,7 @@
"label": "صعود کل"
},
"atm": {
"label": "عابربانک"
"label": "دستگاه خودپرداز"
},
"attraction": {
"label": "نوع"
@@ -390,6 +393,10 @@
"label": "کل فضا",
"placeholder": "۱۰, ۲۰, ۳۰..."
},
"capacity_volume": {
"label": "ظرفیت (متر مکعب)",
"placeholder": "۵۰, ۱۰۰, ۲۰۰..."
},
"cash_in": {
"label": "واریز وجه"
},
@@ -667,6 +674,9 @@
"distance": {
"label": "فاصله"
},
"disused/amenity": {
"label": "نوع"
},
"disused/railway": {
"label": "نوع"
},
@@ -894,6 +904,9 @@
"healthcare/speciality": {
"label": "تخصصها"
},
"heating": {
"label": "سیستم گرمایشی"
},
"height": {
"label": "ارتفاع (متر)"
},
@@ -2054,6 +2067,9 @@
"target": {
"label": "هدف"
},
"telecom": {
"label": "نوع"
},
"telecom/medium": {
"label": "متوسط"
},
@@ -2200,6 +2216,19 @@
"valve": {
"label": "نوع"
},
"vehicles": {
"label": "وسایل نقلیه",
"options": {
"bus": "اتوبوس",
"ferry": "کشتی",
"light_rail": "قطار سبک شهری",
"monorail": "مونوریل",
"subway": "مترو",
"train": "قطار",
"tram": "تراموا ، واگن برقی",
"trolleybus": "اتوبوس برقی"
}
},
"vending": {
"label": "نوع اجناس:"
},
@@ -2264,6 +2293,7 @@
"label": "منشأ آب"
},
"water_tank/volume": {
"label": "حجم (لیتر)",
"placeholder": "۱۰۰۰۰, ۲۰۰۰۰, ۳۰۰۰۰ …"
},
"water_volume": {
@@ -2459,7 +2489,8 @@
"terms": "باد نما ، سونمای باد ، استوانه پارچه‌ای ، جهت باد ، چوب پرچم کشی ، فرودگاه"
},
"allotments/plot": {
"name": "طرح باغ مشارکتی"
"name": "طرح باغ مشارکتی",
"terms": "نقشه، باغ، نقشه باغ عمومی، باغ مشارکتی، گل، درخت، پارک"
},
"amenity": {
"name": "مکان رفاهی"
@@ -2480,8 +2511,8 @@
"terms": "فرهنگ‌سرا ، گالری"
},
"amenity/atm": {
"name": "عابربانک",
"terms": "دستگاه خودپرداز, دستگاه عابر بانک, شبکه شتاب, خودپرداز, خوددریافت"
"name": "دستگاه خودپرداز",
"terms": "دستگاه خودپرداز, دستگاه عابر بانک, شبکه شتاب, خودپرداز, خوددریافت، دستگاه خودکار تحویلدار، عابر بانک"
},
"amenity/bank": {
"name": "بانک",
@@ -5738,6 +5769,9 @@
"place/village": {
"name": "روستا"
},
"playground": {
"name": "وسایل زمین بازی"
},
"playground/cushion": {
"name": "تشک فنری / ترامبولین",
"terms": "تشک جهنده ، تشک بادی ، تشک پرتابی"
@@ -5837,7 +5871,8 @@
"name": "ایستگاه / سکوی فرابر"
},
"public_transport/platform/monorail": {
"name": "سکوی مونوریل"
"name": "سکوی مونوریل",
"terms": "مونوریل، تکریل، تک ریل، سکو ، حمل و نقل عمومی، ریلی ، ترانزیت ، حمل و نقل، قطار"
},
"public_transport/platform/monorail_point": {
"name": "ایستگاه / سکوی مونوریل"
@@ -5859,7 +5894,8 @@
"terms": "اتوبوس ، ترانزیت عمومی ، حمل و نقل عمومی ، ایستگاه ، ترمینال ، ترانزیت ، حمل و نقل ، پایانه"
},
"public_transport/station_monorail": {
"name": "ایستگاه مونوریل"
"name": "ایستگاه مونوریل",
"terms": "مونوریل، تک ریل، حمل و نقل عمومی، عبور و مرور عمومی، راه آهن، ایستگاه، ترمینال، ترانزیت، حمل و نقل"
},
"public_transport/station_subway": {
"name": "ایستگاه مترو"
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
{"af":{"pct":0.09},"ak":{"pct":0},"am":{"pct":0},"ar":{"pct":0.57},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.35},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.18},"bn":{"pct":0.07},"bo":{"pct":0},"bs":{"pct":0.18},"ca":{"pct":0.44},"ckb":{"pct":0.06},"cs":{"pct":0.85},"cv":{"pct":0},"cy":{"pct":0.02},"da":{"pct":0.7},"de":{"pct":1},"dv":{"pct":0.03},"ee":{"pct":0},"el":{"pct":0.62},"en":{"pct":1},"en-AU":{"pct":0.01},"en-GB":{"pct":0.39},"en-IN":{"pct":0},"en-NZ":{"pct":0},"eo":{"pct":0.99},"es":{"pct":1},"et":{"pct":0.37},"eu":{"pct":0.19},"fa":{"pct":0.86},"ff":{"pct":0},"fi":{"pct":0.66},"fil":{"pct":0},"fr":{"pct":0.96},"gan":{"pct":0},"gl":{"pct":0.77},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.98},"hi":{"pct":0.02},"hr":{"pct":0.39},"hu":{"pct":0.75},"hy":{"pct":0.04},"ia":{"pct":0},"id":{"pct":0.25},"ig":{"pct":0},"is":{"pct":0.44},"it":{"pct":0.97},"ja":{"pct":0.99},"jam":{"pct":0},"jv":{"pct":0},"ka":{"pct":0},"kbd":{"pct":0},"kha":{"pct":0},"ki":{"pct":0},"kk":{"pct":0},"km":{"pct":0},"kn":{"pct":0.1},"ko":{"pct":0.72},"ks":{"pct":0},"ku":{"pct":0.01},"ky":{"pct":0},"lg":{"pct":0},"lij":{"pct":0},"ln":{"pct":0},"lo":{"pct":0},"lt":{"pct":0.37},"lus":{"pct":0},"lv":{"pct":0.28},"mg":{"pct":0},"mi":{"pct":0},"mk":{"pct":1},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.17},"my":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.03},"nl":{"pct":0.83},"nn":{"pct":0.06},"no":{"pct":0.72},"nr":{"pct":0},"nso":{"pct":0},"nv":{"pct":0},"ny":{"pct":0},"oc":{"pct":0},"om":{"pct":0},"or":{"pct":0},"pa":{"pct":0},"pap":{"pct":0},"pl":{"pct":0.99},"ps":{"pct":0},"pt":{"pct":0.99},"pt-BR":{"pct":0.97},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.35},"ru":{"pct":0.68},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0.01},"sk":{"pct":0.71},"sl":{"pct":0.42},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.05},"sq":{"pct":0.03},"sr":{"pct":0.48},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":1},"sw":{"pct":0},"ta":{"pct":0.29},"te":{"pct":0.03},"tg":{"pct":0},"th":{"pct":0.01},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.05},"tn":{"pct":0},"tr":{"pct":0.99},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.9},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.28},"zh":{"pct":0.08},"zh-CN":{"pct":0.81},"zh-HK":{"pct":0.55},"zh-TW":{"pct":1},"zu":{"pct":0}}
{"af":{"pct":0.09},"ak":{"pct":0},"am":{"pct":0},"ar":{"pct":0.57},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.35},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.18},"bn":{"pct":0.07},"bo":{"pct":0},"bs":{"pct":0.18},"ca":{"pct":0.44},"ckb":{"pct":0.06},"cs":{"pct":0.85},"cv":{"pct":0},"cy":{"pct":0.02},"da":{"pct":0.7},"de":{"pct":1},"dv":{"pct":0.03},"ee":{"pct":0},"el":{"pct":0.62},"en":{"pct":1},"en-AU":{"pct":0.01},"en-GB":{"pct":0.39},"en-IN":{"pct":0},"en-NZ":{"pct":0},"eo":{"pct":0.99},"es":{"pct":1},"et":{"pct":0.37},"eu":{"pct":0.19},"fa":{"pct":0.87},"ff":{"pct":0},"fi":{"pct":0.66},"fil":{"pct":0},"fr":{"pct":0.96},"gan":{"pct":0},"gl":{"pct":0.77},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.98},"hi":{"pct":0.02},"hr":{"pct":0.39},"hu":{"pct":0.75},"hy":{"pct":0.04},"ia":{"pct":0},"id":{"pct":0.25},"ig":{"pct":0},"is":{"pct":0.44},"it":{"pct":0.97},"ja":{"pct":1},"jam":{"pct":0},"jv":{"pct":0},"ka":{"pct":0},"kbd":{"pct":0},"kha":{"pct":0},"ki":{"pct":0},"kk":{"pct":0},"km":{"pct":0},"kn":{"pct":0.1},"ko":{"pct":0.72},"ks":{"pct":0},"ku":{"pct":0.01},"ky":{"pct":0},"lg":{"pct":0},"lij":{"pct":0},"ln":{"pct":0},"lo":{"pct":0},"lt":{"pct":0.37},"lus":{"pct":0},"lv":{"pct":0.28},"mg":{"pct":0},"mi":{"pct":0},"mk":{"pct":1},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.17},"my":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.03},"nl":{"pct":0.83},"nn":{"pct":0.06},"no":{"pct":0.72},"nr":{"pct":0},"nso":{"pct":0},"nv":{"pct":0},"ny":{"pct":0},"oc":{"pct":0},"om":{"pct":0},"or":{"pct":0},"pa":{"pct":0},"pap":{"pct":0},"pl":{"pct":0.99},"ps":{"pct":0},"pt":{"pct":0.99},"pt-BR":{"pct":0.97},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.35},"ru":{"pct":0.68},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0.01},"sk":{"pct":0.71},"sl":{"pct":0.42},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.05},"sq":{"pct":0.03},"sr":{"pct":0.48},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":1},"sw":{"pct":0},"ta":{"pct":0.29},"te":{"pct":0.03},"tg":{"pct":0},"th":{"pct":0.01},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.05},"tn":{"pct":0},"tr":{"pct":0.99},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.9},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.28},"zh":{"pct":0.08},"zh-CN":{"pct":0.81},"zh-HK":{"pct":0.55},"zh-TW":{"pct":1},"zu":{"pct":0}}
+2 -2
View File
@@ -102,7 +102,7 @@
"pct": 0.19
},
"fa": {
"pct": 0.86
"pct": 0.87
},
"ff": {
"pct": 0
@@ -162,7 +162,7 @@
"pct": 0.97
},
"ja": {
"pct": 0.99
"pct": 1
},
"jam": {
"pct": 0
+51
View File
@@ -20,6 +20,9 @@
"category-path": {
"name": "歩道・小道"
},
"category-playground": {
"name": "遊具の種類"
},
"category-rail": {
"name": "線路"
},
@@ -3045,6 +3048,10 @@
"name": "オートバイの駐車場",
"terms": "バイクの駐車場, 二輪駐車場, 二輪駐輪場, 駐車場, 駐輪場, オートバイ, モーターサイクル"
},
"amenity/motorcycle_rental": {
"name": "レンタルバイク",
"terms": "レンタルバイク, オートバイ, バイク, 自動二輪, バイク店"
},
"amenity/music_school": {
"name": "音楽学校",
"terms": "音楽学校, ミュージック・スクール, 教習所, カラオケ教室, 音楽教室, 学校, 教育, 教室, 訓練, 練習, 稽古, 習い事, トレーニング, ギター教室, ピアノ教室"
@@ -4314,6 +4321,10 @@
"name": "救命浮き輪",
"terms": "救命浮き輪, ライフブイ, 救命浮環, 救命浮標"
},
"emergency/lifeboat_station": {
"name": "救命ボートステーション",
"terms": "救命ボートステーション, 救命ボート, 救急"
},
"emergency/lifeguard": {
"name": "ライフガード",
"terms": "ライフガード, 救護員, 監視員"
@@ -5686,6 +5697,10 @@
"name": "塔(観察)",
"terms": "塔(観察), 観察塔, 調査塔, タワー, 火の見やぐら, 火の見櫓"
},
"man_made/tower/pagoda": {
"name": "パゴダ",
"terms": "パゴダ, 仏塔, ミャンマー様式, 仏舎利"
},
"man_made/tunnel": {
"name": "トンネル(エリア)",
"terms": "トンネル(エリア), トンネル, トンネルエリア"
@@ -6110,6 +6125,10 @@
"name": "研究所",
"terms": "研究所, ラボ"
},
"office/security": {
"name": "警備会社",
"terms": "警備会社, 会社"
},
"office/surveyor": {
"name": "測量会社",
"terms": "測量会社"
@@ -6234,6 +6253,22 @@
"playground": {
"name": "遊具の種類"
},
"playground/balancebeam": {
"name": "子供用平均台",
"terms": "平均台, 子供用平均台, 遊具, 児童公園"
},
"playground/basketrotator": {
"name": "回転かご",
"terms": "回転かご, 遊具, 児童公園"
},
"playground/basketswing": {
"name": "かごブランコ",
"terms": "かごブランコ, 遊具, 児童公園"
},
"playground/climbingframe": {
"name": "ジャングルジム",
"terms": "ジャングルジム, 遊具, 児童公園"
},
"playground/cushion": {
"name": "クッション",
"terms": "クッション, 遊具"
@@ -6242,6 +6277,10 @@
"name": "鉄棒(子供用)",
"terms": "子供用鉄棒, 鉄棒, 遊具"
},
"playground/playhouse": {
"name": "おもちゃの家",
"terms": "おもちゃの家, 遊具, 児童公園, プレイハウス"
},
"playground/roundabout": {
"name": "メリーゴーランド(小)",
"terms": "メリーゴーランド, メリーゴーラウンド, 遊具"
@@ -6258,6 +6297,10 @@
"name": "滑り台",
"terms": "滑り台, 遊具"
},
"playground/springy": {
"name": "スプリング遊具",
"terms": "スプリング遊具, 遊具, 児童公園, バネじかけ"
},
"playground/structure": {
"name": "コンビネーション遊具",
"terms": "コンビネーション遊具, 遊具"
@@ -7218,6 +7261,10 @@
"name": "レンタルショップ",
"terms": "レンタルショップ, レンタル店, お店, 店舗, レンタル用品店"
},
"shop/repair": {
"name": "修理店",
"terms": "修理店, 修理屋"
},
"shop/scuba_diving": {
"name": "スキューバダイビングショップ",
"terms": "スキューバダイビングショップ, スキューバダイビング, スポーツ, 運動"
@@ -7674,6 +7721,10 @@
"name": "ルート",
"terms": "ルート"
},
"type/route/aerialway": {
"name": "索道",
"terms": "索道, 索道ルート"
},
"type/route/bicycle": {
"name": "サイクリングルート",
"terms": "サイクリングルート, サイクリングコース"
+1 -1
View File
File diff suppressed because one or more lines are too long
+14 -9
View File
@@ -320,7 +320,8 @@
"label": "Tipo"
},
"brand": {
"label": "Marca"
"label": "Marca",
"terms": "marca, franquia"
},
"brewery": {
"label": "Chopes"
@@ -336,7 +337,8 @@
"label": "Tipo"
},
"building": {
"label": "Edifício"
"label": "Edifício",
"terms": "prédio, edificação, construção, estrutura"
},
"building/flats": {
"label": "Unidades",
@@ -349,17 +351,20 @@
},
"building/levels/underground": {
"label": "Níveis subterrâneos",
"placeholder": "2, 4, 6..."
"placeholder": "2, 4, 6...",
"terms": "subsolo, níveis abaixo do solo, abaixo do solo, subterrâneo, andares"
},
"building/levels_building": {
"label": "Níveis do edifício ",
"placeholder": "2, 4, 6..."
"placeholder": "2, 4, 6...",
"terms": "andares, níveis, número de andares, andar, nível"
},
"building/material": {
"label": "Material"
},
"building_area": {
"label": "Edifício"
"label": "Edifício",
"terms": "prédio, edificação, construção, estrutura"
},
"bunker_type": {
"label": "Tipo"
@@ -3194,8 +3199,8 @@
"terms": "Mirante"
},
"amenity/shelter/lean_to": {
"name": "Magra para",
"terms": "Puxadinho"
"name": "Quiosque",
"terms": "Puxadinho, abrigo, montanha, teto, cobertura"
},
"amenity/shelter/picnic_shelter": {
"name": "Abrigo para piquenique",
@@ -6951,8 +6956,8 @@
"terms": "Joalheria"
},
"shop/kiosk": {
"name": "Quiosque",
"terms": "kiosk, kioske, banca"
"name": "Quiosque (comercial)",
"terms": "kiosk, kioske, banca, loja, comércio, conveniência"
},
"shop/kitchen": {
"name": "Loja de Cozinhas",
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -3669,6 +3669,9 @@
"name": "玻璃工人",
"terms": "玻璃工人,装玻璃的人"
},
"craft/hvac": {
"name": "高压交流电工作场所"
},
"craft/insulator": {
"name": "楼层隔热间",
"terms": "楼层隔热间,绝缘,隔热"
+1 -1
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -5096,6 +5096,7 @@ en:
craft/sculptor:
# craft=sculptor
name: Sculptor
# 'terms: sculpter,sculptor'
terms: '<translate with synonyms or related terms for ''Sculptor'', separated by commas>'
craft/shoemaker:
# craft=shoemaker
@@ -5266,6 +5267,11 @@ en:
name: Emergency Room Entrance
# 'terms: accident & emergency department,casualty department,ed,emergency department,emergency room,emergency ward,er,ew'
terms: '<translate with synonyms or related terms for ''Emergency Room Entrance'', separated by commas>'
entrance/main:
# entrance=main
name: Main Entrance
# 'terms: door'
terms: '<translate with synonyms or related terms for ''Main Entrance'', separated by commas>'
ford:
# ford=yes
name: Ford
@@ -7679,6 +7685,11 @@ en:
name: Nuclear Power Plant
# 'terms: atomic,fission,power station,nuclear reactor'
terms: '<translate with synonyms or related terms for ''Nuclear Power Plant'', separated by commas>'
power/plant/source/oil:
# 'power=plant, plant:source=oil'
name: Oil-Fired Power Plant
# 'terms: carbon,combustion,fossil fuel,oilfired,power station'
terms: '<translate with synonyms or related terms for ''Oil-Fired Power Plant'', separated by commas>'
power/plant/source/solar:
# 'power=plant, plant:source=solar'
name: Solar Farm