build v6.10.0 release

This commit is contained in:
Martin Raifer
2025-03-20 20:11:41 +01:00
parent a43b399d9d
commit 027472cf8b
211 changed files with 10048 additions and 3107 deletions
+57
View File
@@ -23,6 +23,63 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# 6.10.0
##### 2025-Mar-20
#### New Presets
* Add preset for `amenity=veterinary_pharmacy` ([#1451], thanks [@Avan2021])
* Add preset for `shop=groundskeeping` ([#1448], thanks [@Avan2021])
* Add preset for `shop=bbq` ([#1430], thanks [@andrewharvey])
#### Changed Presets
* Show `fire_hydrant/position` field by default for all Hydrants ([#1441], thanks [@sun-geo])
* Add `wheelchair` field to Cycle Barrier preset ([#1232], thanks [@k-yle])
* Add `operator` field to `highway=street_lamp` ([#1327], thanks [@CorruptComputer])
* Use couch icon for `craft=upholsterer` ([#1462], thanks [@westnordost])
* Update icons for some shop presets: (`vacant` [#1457], `art` [#1458], `craft` [#1459], `e-cigarette` [#1460], `amenity=marketplace` [#1461], thanks [@westnordost])
#### New and Changed Fields
* Add fields for Cycle Barrier properties: `cycle_barrier` type, `cycle_barrier:installation`, `deflection` angle, `maxwidth:physical`, `opening` width, `overlap` width and `spacing` distance ([#1232], thanks [@k-yle])
* Add field for Center-Pivot Irrigation `irrigation=pivot` ([#1320], thanks [@arch0345])
* Add `entrance=shop` value also to Entrance Type field ([#1446])
* Add field toilets to `amenity=fast_food` as `moreFileds` ([#1454], thanks [@Avan2021])
* Use translated strings for `bridge` and `tunnel` values also in `structure` fields
* Add values `stone` and `tilework` to Artwork Type field ([#1443], thanks [@okainov])
#### Bugfixes
* Remove tag deprecation rule for `shop=photo_studio` ([#1407])
#### Documentation and Other Changes
* Remove `interim` directory in main branch (it's now available in a dedicated branch called `interim`) ([#1307])
[#1232]: https://github.com/openstreetmap/id-tagging-schema/pull/1232
[#1232]: https://github.com/openstreetmap/id-tagging-schema/pull/1232
[#1320]: https://github.com/openstreetmap/id-tagging-schema/pull/1320
[#1327]: https://github.com/openstreetmap/id-tagging-schema/pull/1327
[#1307]: https://github.com/openstreetmap/id-tagging-schema/pull/1307
[#1407]: https://github.com/openstreetmap/id-tagging-schema/issues/1407
[#1430]: https://github.com/openstreetmap/id-tagging-schema/pull/1430
[#1441]: https://github.com/openstreetmap/id-tagging-schema/pull/1441
[#1443]: https://github.com/openstreetmap/id-tagging-schema/pull/1443
[#1446]: https://github.com/openstreetmap/id-tagging-schema/pull/1446
[#1448]: https://github.com/openstreetmap/id-tagging-schema/pull/1448
[#1451]: https://github.com/openstreetmap/id-tagging-schema/pull/1451
[#1454]: https://github.com/openstreetmap/id-tagging-schema/pull/1454
[#1457]: https://github.com/openstreetmap/id-tagging-schema/pull/1457
[#1458]: https://github.com/openstreetmap/id-tagging-schema/pull/1458
[#1459]: https://github.com/openstreetmap/id-tagging-schema/pull/1459
[#1460]: https://github.com/openstreetmap/id-tagging-schema/pull/1460
[#1461]: https://github.com/openstreetmap/id-tagging-schema/pull/1461
[#1462]: https://github.com/openstreetmap/id-tagging-schema/pull/1462
[@Avan2021]: https://github.com/Avan2021
[@sun-geo]: https://github.com/sun-geo
[@CorruptComputer]: https://github.com/CorruptComputer
# 6.9.1
##### 2025-Feb-18
* fix "Detached House" translation in en-GB ([#1438])
[#1438]: https://github.com/openstreetmap/id-tagging-schema/issues/1438
# 6.9.0
##### 2025-Feb-06
-8
View File
@@ -3408,14 +3408,6 @@
"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
+83 -4
View File
@@ -282,7 +282,8 @@
"tunnel": {
"key": "tunnel",
"type": "typeCombo",
"usage": "group"
"usage": "group",
"stringsCrossReference": "{tunnel_combo}"
},
"trolley_wire": {
"key": "trolley_wire",
@@ -763,6 +764,15 @@
"snake_case": false,
"caseSensitive": true
},
"spacing": {
"key": "spacing",
"type": "number",
"snake_case": false,
"prerequisiteTag": {
"key": "cycle_barrier",
"valueNot": "single"
}
},
"source": {
"key": "source",
"type": "semiCombo",
@@ -1509,6 +1519,15 @@
"pattern": "^[a-zA-Z0-9-]{36,}$",
"universal": true
},
"overlap": {
"key": "overlap",
"type": "number",
"snake_case": false,
"prerequisiteTag": {
"key": "cycle_barrier",
"valueNot": "single"
}
},
"outdoor_seating": {
"key": "outdoor_seating",
"type": "check"
@@ -1538,6 +1557,15 @@
"key": "opening_date",
"type": "date"
},
"opening": {
"key": "opening",
"type": "number",
"snake_case": false,
"prerequisiteTag": {
"key": "cycle_barrier",
"valueNot": "single"
}
},
"openfire": {
"key": "openfire",
"type": "check"
@@ -2171,6 +2199,14 @@
"jughandle"
]
},
"irrigation_pivot": {
"key": "irrigation",
"type": "defaultCheck",
"options": [
"undefined",
"pivot"
]
},
"interval": {
"key": "interval",
"type": "text"
@@ -2423,6 +2459,7 @@
"key": "hashtags",
"type": "semiCombo",
"usage": "changeset",
"autoSuggestions": false,
"caseSensitive": true
},
"handrest": {
@@ -2668,6 +2705,7 @@
"main",
"secondary",
"service",
"shop",
"exit",
"entrance",
"emergency",
@@ -3057,6 +3095,15 @@
"key": "delivery",
"type": "check"
},
"deflection": {
"key": "deflection",
"type": "number",
"increment": 5,
"prerequisiteTag": {
"key": "cycle_barrier",
"value": "diagonal"
}
},
"date": {
"key": "date",
"type": "check"
@@ -3101,6 +3148,19 @@
"snake_case": false,
"caseSensitive": true
},
"cycle_barrier": {
"key": "cycle_barrier",
"type": "combo",
"customValues": false,
"autoSuggestions": false,
"options": [
"single",
"double",
"triple",
"diagonal",
"tilted"
]
},
"cutting": {
"key": "cutting",
"type": "typeCombo",
@@ -3690,7 +3750,8 @@
"bridge": {
"key": "bridge",
"type": "typeCombo",
"usage": "group"
"usage": "group",
"stringsCrossReference": "{bridge_combo}"
},
"brewery": {
"key": "brewery",
@@ -3975,7 +4036,9 @@
"bust",
"painting",
"mosaic",
"relief"
"relief",
"stone",
"tilework"
]
},
"artist": {
@@ -4769,7 +4832,7 @@
"key": "ref:FR:SIRET",
"type": "identifier",
"urlFormat": "https://annuaire-entreprises.data.gouv.fr/etablissement/{value}",
"pattern": "^[0-9]{9}([1-7][0-9]{3}|0[1-9][0-9]{2}|00[1-9][0-9]|000[1-9])[0-9]$",
"pattern": "^MONACO[A-Z\\d]{5}001|\\d{9}([1-7]\\d{3}|0[1-9]\\d{2}|00[1-9]\\d|000[1-9])\\d$",
"locationSet": {
"include": [
"fr"
@@ -5225,6 +5288,11 @@
"keyNot": "memorial:addr:street"
}
},
"maxwidth/physical": {
"key": "maxwidth:physical",
"type": "roadheight",
"snake_case": false
},
"maxspeed/hgv": {
"key": "maxspeed:hgv",
"type": "roadspeed"
@@ -5712,6 +5780,17 @@
"key": "dance:style",
"type": "semiCombo"
},
"cycle_barrier/installation": {
"key": "cycle_barrier:installation",
"type": "combo",
"customValues": false,
"autoSuggestions": false,
"options": [
"fixed",
"openable",
"removable"
]
},
"crossing/markings_yes": {
"key": "crossing:markings",
"type": "combo",
+1 -1
View File
File diff suppressed because one or more lines are too long
+64 -9
View File
@@ -4334,6 +4334,16 @@
"shop": "hairdresser"
}
},
"shop/groundskeeping": {
"icon": "fas-tractor",
"geometry": [
"point",
"area"
],
"tags": {
"shop": "groundskeeping"
}
},
"shop/greengrocer": {
"icon": "fas-carrot",
"fields": [
@@ -4594,7 +4604,7 @@
}
},
"shop/e-cigarette": {
"icon": "maki-shop",
"icon": "fas-smoking",
"moreFields": [
"{shop}",
"min_age"
@@ -4684,7 +4694,7 @@
}
},
"shop/craft": {
"icon": "fas-cut",
"icon": "fas-palette",
"geometry": [
"point",
"area"
@@ -5078,6 +5088,22 @@
"shop": "beauty"
}
},
"shop/bbq": {
"icon": "maki-bbq",
"fields": [
"{shop}"
],
"moreFields": [
"{shop}"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "bbq"
}
},
"shop/bathroom_furnishing": {
"icon": "fas-bath",
"geometry": [
@@ -5122,7 +5148,7 @@
}
},
"shop/art": {
"icon": "maki-shop",
"icon": "maki-art-gallery",
"geometry": [
"point",
"area"
@@ -5213,7 +5239,7 @@
"matchScore": 0.8
},
"shop/vacant": {
"icon": "maki-shop",
"icon": "fas-store-alt-slash",
"fields": [
"name",
"address",
@@ -15176,7 +15202,8 @@
],
"moreFields": [
"{@templates/contact}",
"address"
"address",
"irrigation_pivot"
],
"geometry": [
"area"
@@ -16623,6 +16650,7 @@
"lamp_mount",
"direction",
"height",
"operator",
"ref"
]
},
@@ -19761,13 +19789,13 @@
"ref",
"fire_hydrant/type",
"colour",
"fire_hydrant/position",
"water_source",
"couplings"
],
"moreFields": [
"fire_hydrant/diameter",
"fire_hydrant/pressure",
"fire_hydrant/position",
"level",
"survey/date"
],
@@ -20159,7 +20187,7 @@
}
},
"craft/upholsterer": {
"icon": "temaki-tools",
"icon": "fas-couch",
"geometry": [
"point",
"area"
@@ -22021,7 +22049,17 @@
"barrier/cycle_barrier": {
"icon": "temaki-cycle_barrier",
"fields": [
"access"
"access",
"wheelchair",
"cycle_barrier",
"maxwidth/physical",
"opening",
"spacing",
"overlap",
"deflection"
],
"moreFields": [
"cycle_barrier/installation"
],
"geometry": [
"vertex"
@@ -22812,6 +22850,22 @@
"amenity": "waste_basket"
}
},
"amenity/veterinary_pharmacy": {
"icon": "temaki-veterinary_care",
"fields": [
"{amenity/pharmacy}"
],
"moreFields": [
"{amenity/pharmacy}"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "veterinary_pharmacy"
}
},
"amenity/veterinary": {
"icon": "temaki-veterinary_care",
"fields": [
@@ -24241,7 +24295,7 @@
}
},
"amenity/marketplace": {
"icon": "maki-shop",
"icon": "fas-store",
"fields": [
"name",
"operator",
@@ -24924,6 +24978,7 @@
"outdoor_seating",
"smoking",
"takeaway",
"toilets",
"fhrs/id-GB",
"website/menu"
],
+1 -1
View File
File diff suppressed because one or more lines are too long
+124 -12
View File
@@ -2409,6 +2409,16 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/beauty_salon.svg"
},
{
"key": "shop",
"value": "groundskeeping",
"description": "🄿 Lawn & Garden Equipment Store",
"object_types": [
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-tractor.svg"
},
{
"key": "shop",
"value": "greengrocer",
@@ -2637,7 +2647,7 @@
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop.svg"
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-smoking.svg"
},
{
"key": "shop",
@@ -2717,7 +2727,7 @@
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-cut.svg"
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-palette.svg"
},
{
"key": "shop",
@@ -3029,6 +3039,16 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/lipstick.svg"
},
{
"key": "shop",
"value": "bbq",
"description": "🄿 Barbecue Shop",
"object_types": [
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bbq.svg"
},
{
"key": "shop",
"value": "bathroom_furnishing",
@@ -3077,7 +3097,7 @@
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop.svg"
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/art-gallery.svg"
},
{
"key": "shop",
@@ -3147,7 +3167,7 @@
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop.svg"
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-store-alt-slash.svg"
},
{
"key": "shop",
@@ -9802,7 +9822,7 @@
{
"key": "entrance",
"value": "shop",
"description": "🄿 Shop Entrance",
"description": "🄿 Shop Entrance, 🄵🅅 Type: Shop Entrance",
"object_types": [
"node"
],
@@ -10170,7 +10190,7 @@
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/tools.svg"
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-couch.svg"
},
{
"key": "craft",
@@ -11973,6 +11993,16 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/waste-basket.svg"
},
{
"key": "amenity",
"value": "veterinary_pharmacy",
"description": "🄿 Veterinary Pharmacy",
"object_types": [
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/veterinary_care.svg"
},
{
"key": "amenity",
"value": "veterinary",
@@ -12533,7 +12563,7 @@
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop.svg"
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-store.svg"
},
{
"key": "amenity",
@@ -16196,6 +16226,10 @@
"key": "species",
"description": "🄵 Species"
},
{
"key": "spacing",
"description": "🄵 Distance Between Barriers (Meters)"
},
{
"key": "source",
"description": "🄵 Sources"
@@ -17387,6 +17421,10 @@
"key": "panoramax",
"description": "🄵 Panoramax Image ID"
},
{
"key": "overlap",
"description": "🄵 Overlap Width (Meters)"
},
{
"key": "outdoor_seating",
"description": "🄵 Outdoor Seating"
@@ -17417,6 +17455,10 @@
"key": "opening_date",
"description": "🄵 Expected Opening Date"
},
{
"key": "opening",
"description": "🄵 Opening Width (Meters)"
},
{
"key": "openfire",
"description": "🄵 Open Fires Allowed"
@@ -18176,6 +18218,15 @@
"value": "jughandle",
"description": "🄵🅅 Junction: Jughandle"
},
{
"key": "irrigation",
"description": "🄵 Center-Pivot Irrigation"
},
{
"key": "irrigation",
"value": "pivot",
"description": "🄵🅅 Center-Pivot Irrigation: Yes"
},
{
"key": "interval",
"description": "🄵 Interval"
@@ -19086,6 +19137,10 @@
"key": "delivery",
"description": "🄵 Delivery"
},
{
"key": "deflection",
"description": "🄵 Angle"
},
{
"key": "date",
"description": "🄵 Date"
@@ -19186,6 +19241,35 @@
"key": "cycle_network",
"description": "🄵 Network"
},
{
"key": "cycle_barrier",
"description": "🄵 Type"
},
{
"key": "cycle_barrier",
"value": "single",
"description": "🄵🅅 Type: Single"
},
{
"key": "cycle_barrier",
"value": "double",
"description": "🄵🅅 Type: Double"
},
{
"key": "cycle_barrier",
"value": "triple",
"description": "🄵🅅 Type: Triple"
},
{
"key": "cycle_barrier",
"value": "diagonal",
"description": "🄵🅅 Type: Diagonal"
},
{
"key": "cycle_barrier",
"value": "tilted",
"description": "🄵🅅 Type: Tilted"
},
{
"key": "currency:",
"description": "🄵 Currency Types"
@@ -20306,6 +20390,16 @@
"value": "relief",
"description": "🄵🅅 Type: Relief"
},
{
"key": "artwork_type",
"value": "stone",
"description": "🄵🅅 Type: Artistically Worked Stone"
},
{
"key": "artwork_type",
"value": "tilework",
"description": "🄵🅅 Type: Tile Work"
},
{
"key": "artist_name",
"description": "🄵 Artist"
@@ -22084,6 +22178,10 @@
"key": "memorial:addr",
"description": "🄵 Nearest Building Address"
},
{
"key": "maxwidth:physical",
"description": "🄵 Width Limit"
},
{
"key": "maxspeed:hgv",
"description": "🄵 Truck Speed Limit"
@@ -22799,6 +22897,25 @@
"key": "dance:style",
"description": "🄵 Dance Styles"
},
{
"key": "cycle_barrier:installation",
"description": "🄵 Installation"
},
{
"key": "cycle_barrier:installation",
"value": "fixed",
"description": "🄵🅅 Installation: Fixed"
},
{
"key": "cycle_barrier:installation",
"value": "openable",
"description": "🄵🅅 Installation: Openable"
},
{
"key": "cycle_barrier:installation",
"value": "removable",
"description": "🄵🅅 Installation: Removable"
},
{
"key": "crossing:markings",
"description": "🄵 Crossing Markings"
@@ -24881,11 +24998,6 @@
"value": "perfume",
"description": "🄳 (deprecated tag) ➜ shop=perfumery"
},
{
"key": "shop",
"value": "photo_studio",
"description": "🄳 (deprecated tag) ➜ craft=photographer"
},
{
"key": "shop",
"value": "real_estate",
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -437,6 +437,9 @@
"cutting": {
"label": "Tipe"
},
"cycle_barrier": {
"label": "Tipe"
},
"cycle_network": {
"label": "Netwerk"
},
@@ -704,6 +707,12 @@
"yes": "Ja"
}
},
"irrigation_pivot": {
"options": {
"pivot": "Ja",
"undefined": "Nee"
}
},
"junction/ref_oneway": {
"label": "Verkeerskruising nummer"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+72 -8
View File
@@ -254,8 +254,13 @@
"city": "مدينة تاريخية",
"enclosure": "سياج",
"fortification": "جدران دفاعية للتحصين",
"hut_circle": " دائرة الأكواخ",
"megalith": "ميغاليث/جندل/مغليطيا (آثار صخرية)",
"necropolis": "مقبرة كبيرة قديمة",
"petroglyph": "نحت صخري",
"roman_circus": "سيرك روماني",
"roman_villa": "فيلا رومانية",
"settlement": "مستوطنة تاريخية",
"tumulus": "جثوة"
}
},
@@ -267,8 +272,11 @@
"label": "النوع"
},
"armrest": {
"label": " مساند الأذرع",
"options": {
"undefined": "غير معروفة"
"no": "بدون مساند للذراعين",
"undefined": "غير معروفة",
"yes": "مسند ذراع واحد أو أكثر"
}
},
"artist": {
@@ -283,8 +291,11 @@
"mosaic": "فسيفساء",
"mural": "جدار",
"painting": "لوحة",
"relief": "نقش بارز، عمل نحت بارز",
"sculpture": "منحوتة",
"statue": "تمثال"
"statue": "تمثال",
"stone": "حجر معالج فنياً، حجر مزخرف",
"tilework": "أعمال البلاط، تزيين بالبلاط"
}
},
"ascent": {
@@ -294,13 +305,26 @@
"athletics_pitch": {
"label": "حدث",
"options": {
"discus_throw": "نقاش"
"discus_throw": "نقاش",
"hammer_throw": "رمي المطرقة",
"high_jump": "الوثب العالي",
"javelin_throw": " رمي الرمح",
"long_jump": "الوثب الطويل",
"pole_vault": "القفز بالزانة",
"shot_put": "دفع الجلة",
"triple_jump": "الوثب الثلاثي"
}
},
"athletics_track": {
"label": "حدث",
"options": {
"running": "جري"
"javelin_throw": " رمي الرمح",
"long_jump": "الوثب الطويل",
"pole_vault": "القفز بالزانة",
"running": "جري",
"sprint": "العدو السريع",
"steeplechase": "سباق الموانع",
"triple_jump": "الوثب الثلاثي"
}
},
"atm": {
@@ -309,8 +333,10 @@
"attraction": {
"label": "النوع",
"options": {
"alpine_coaster": "مزلقة جبلية",
"amusement_ride": "Amusement Ride",
"animal": "حظيرة حيوانات",
"big_wheel": "عجلة فيريس",
"bumper_car": "Bumper Cars",
"bungee_jumping": "Bungee Jumping",
"carousel": "دوامة خيل",
@@ -356,6 +382,7 @@
"barrier": {
"label": "النوع",
"options": {
"block": " كتلة كبيرة",
"bollard": "عمود حاجز",
"cattle_grid": "شبكة أرضية حاجزة للماشية",
"chain": "سلسلة",
@@ -371,6 +398,7 @@
"jersey_barrier": "‫حاجز خرساني - نيوجيرسي",
"kerb": "منحدر الرصيف المؤدي للشارع",
"kissing_gate": "بوابة لا تسمح بعبور الماشية",
"lift_gate": "بوابة حاجز",
"retaining_wall": "جدار تثبيت للتربة",
"stile": "درج يسمح للبشر بالمرور فوق السياج",
"swing_gate": "بوابة عامودية جانبية",
@@ -390,6 +418,7 @@
"label": "النوع",
"options": {
"detention": "احتجاز",
"evaporation": "تبخر",
"infiltration": "تسلل",
"retention": "حوض احتجاز مياه الأمطار الصناعي "
}
@@ -403,8 +432,11 @@
"bath/type": {
"label": "مخصوص",
"options": {
"hammam": "حمام",
"hot_spring": "العين الحمئة / الينبوع الساخن",
"lake": "بحيرة"
"lake": "بحيرة",
"onsen": "ينابيع ساخنة (يابانية)",
"thermal": "حمام حراري"
}
},
"beauty": {
@@ -435,6 +467,7 @@
}
},
"bicycle_road": {
"label": "شارع الدراجات",
"options": {
"undefined": "لا",
"yes": "نعم"
@@ -481,7 +514,14 @@
}
},
"bollard": {
"label": "النوع"
"label": "النوع",
"options": {
"fixed": "حاجز ثابت",
"flexible": "حاجز مرن",
"foldable": "حاجز قابل للطي",
"removable": "حاجز قابل للإزالة",
"rising": "حاجز قابل للارتفاع"
}
},
"booth": {
"label": "كشك/دكان",
@@ -1044,6 +1084,22 @@
"label": "النوع",
"placeholder": "الافتراضي"
},
"cycle_barrier": {
"label": "النوع",
"options": {
"diagonal": "قطري",
"double": "مزدوج",
"single": "فردي",
"triple": "ثلاثية"
}
},
"cycle_barrier/installation": {
"label": "التنصيب",
"options": {
"fixed": "ثابتة",
"removable": "قابل للإزالة"
}
},
"cycle_network": {
"label": "الشبكة"
},
@@ -1378,8 +1434,7 @@
"lane": "مسار الطريق",
"parking_lot": "مكان المواقف",
"sidewalk": "الرصيف"
},
"terms": "موضع,مكان"
}
},
"fire_hydrant/pressure": {
"label": "الضغط (بار)",
@@ -1831,6 +1886,12 @@
"label": "الفترة الزمنية",
"terms": "الفترة الزمنية"
},
"irrigation_pivot": {
"options": {
"pivot": "نعم",
"undefined": "لا"
}
},
"junction/ref_oneway": {
"label": "رقم التقاطع",
"terms": "رقم التقاطع,الرقم المرجعي للتقاطع"
@@ -5004,6 +5065,9 @@
"name": "حظيرة حيوانات",
"terms": "حظيرة حيوانات،محجر حيوانات،حوش حيوانات،حوز حيوانات،ضميمة حيوانات"
},
"attraction/big_wheel": {
"name": "عجلة فيريس"
},
"attraction/bumper_car": {
"name": "Bumper Cars"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+72 -8
View File
@@ -254,8 +254,13 @@
"city": "مدينة تاريخية",
"enclosure": "سياج",
"fortification": "جدران دفاعية للتحصين",
"hut_circle": " دائرة الأكواخ",
"megalith": "ميغاليث/جندل/مغليطيا (آثار صخرية)",
"necropolis": "مقبرة كبيرة قديمة",
"petroglyph": "نحت صخري",
"roman_circus": "سيرك روماني",
"roman_villa": "فيلا رومانية",
"settlement": "مستوطنة تاريخية",
"tumulus": "جثوة"
}
},
@@ -267,8 +272,11 @@
"label": "النوع"
},
"armrest": {
"label": " مساند الأذرع",
"options": {
"undefined": "غير معروفة"
"no": "بدون مساند للذراعين",
"undefined": "غير معروفة",
"yes": "مسند ذراع واحد أو أكثر"
}
},
"artist": {
@@ -283,8 +291,11 @@
"mosaic": "فسيفساء",
"mural": "جدار",
"painting": "لوحة",
"relief": "نقش بارز، عمل نحت بارز",
"sculpture": "منحوتة",
"statue": "تمثال"
"statue": "تمثال",
"stone": "حجر معالج فنياً، حجر مزخرف",
"tilework": "أعمال البلاط، تزيين بالبلاط"
}
},
"ascent": {
@@ -294,13 +305,26 @@
"athletics_pitch": {
"label": "حدث",
"options": {
"discus_throw": "نقاش"
"discus_throw": "نقاش",
"hammer_throw": "رمي المطرقة",
"high_jump": "الوثب العالي",
"javelin_throw": " رمي الرمح",
"long_jump": "الوثب الطويل",
"pole_vault": "القفز بالزانة",
"shot_put": "دفع الجلة",
"triple_jump": "الوثب الثلاثي"
}
},
"athletics_track": {
"label": "حدث",
"options": {
"running": "جري"
"javelin_throw": " رمي الرمح",
"long_jump": "الوثب الطويل",
"pole_vault": "القفز بالزانة",
"running": "جري",
"sprint": "العدو السريع",
"steeplechase": "سباق الموانع",
"triple_jump": "الوثب الثلاثي"
}
},
"atm": {
@@ -309,8 +333,10 @@
"attraction": {
"label": "النوع",
"options": {
"alpine_coaster": "مزلقة جبلية",
"amusement_ride": "Amusement Ride",
"animal": "حظيرة حيوانات",
"big_wheel": "عجلة فيريس",
"bumper_car": "Bumper Cars",
"bungee_jumping": "Bungee Jumping",
"carousel": "دوامة خيل",
@@ -356,6 +382,7 @@
"barrier": {
"label": "النوع",
"options": {
"block": " كتلة كبيرة",
"bollard": "عمود حاجز",
"cattle_grid": "شبكة أرضية حاجزة للماشية",
"chain": "سلسلة",
@@ -371,6 +398,7 @@
"jersey_barrier": "‫حاجز خرساني - نيوجيرسي",
"kerb": "منحدر الرصيف المؤدي للشارع",
"kissing_gate": "بوابة لا تسمح بعبور الماشية",
"lift_gate": "بوابة حاجز",
"retaining_wall": "جدار تثبيت للتربة",
"stile": "درج يسمح للبشر بالمرور فوق السياج",
"swing_gate": "بوابة عامودية جانبية",
@@ -390,6 +418,7 @@
"label": "النوع",
"options": {
"detention": "احتجاز",
"evaporation": "تبخر",
"infiltration": "تسلل",
"retention": "حوض احتجاز مياه الأمطار الصناعي "
}
@@ -403,8 +432,11 @@
"bath/type": {
"label": "مخصوص",
"options": {
"hammam": "حمام",
"hot_spring": "العين الحمئة / الينبوع الساخن",
"lake": "بحيرة"
"lake": "بحيرة",
"onsen": "ينابيع ساخنة (يابانية)",
"thermal": "حمام حراري"
}
},
"beauty": {
@@ -435,6 +467,7 @@
}
},
"bicycle_road": {
"label": "شارع الدراجات",
"options": {
"undefined": "لا",
"yes": "نعم"
@@ -481,7 +514,14 @@
}
},
"bollard": {
"label": "النوع"
"label": "النوع",
"options": {
"fixed": "حاجز ثابت",
"flexible": "حاجز مرن",
"foldable": "حاجز قابل للطي",
"removable": "حاجز قابل للإزالة",
"rising": "حاجز قابل للارتفاع"
}
},
"booth": {
"label": "كشك/دكان",
@@ -1044,6 +1084,22 @@
"label": "النوع",
"placeholder": "الافتراضي"
},
"cycle_barrier": {
"label": "النوع",
"options": {
"diagonal": "قطري",
"double": "مزدوج",
"single": "فردي",
"triple": "ثلاثية"
}
},
"cycle_barrier/installation": {
"label": "التنصيب",
"options": {
"fixed": "ثابتة",
"removable": "قابل للإزالة"
}
},
"cycle_network": {
"label": "الشبكة"
},
@@ -1378,8 +1434,7 @@
"lane": "مسار الطريق",
"parking_lot": "مكان المواقف",
"sidewalk": "الرصيف"
},
"terms": "موضع,مكان"
}
},
"fire_hydrant/pressure": {
"label": "الضغط (بار)",
@@ -1831,6 +1886,12 @@
"label": "الفترة الزمنية",
"terms": "الفترة الزمنية"
},
"irrigation_pivot": {
"options": {
"pivot": "نعم",
"undefined": "لا"
}
},
"junction/ref_oneway": {
"label": "رقم التقاطع",
"terms": "رقم التقاطع,الرقم المرجعي للتقاطع"
@@ -5004,6 +5065,9 @@
"name": "حظيرة حيوانات",
"terms": "حظيرة حيوانات،محجر حيوانات،حوش حيوانات،حوز حيوانات،ضميمة حيوانات"
},
"attraction/big_wheel": {
"name": "عجلة فيريس"
},
"attraction/bumper_car": {
"name": "Bumper Cars"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+14
View File
@@ -553,6 +553,14 @@
"label": "Tipu",
"placeholder": "Predeterminao"
},
"cycle_barrier": {
"label": "Tipu"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Fixa"
}
},
"cycle_network": {
"label": "Rede"
},
@@ -933,6 +941,12 @@
"internet_access/fee": {
"label": "Accesu a Internet de pagu"
},
"irrigation_pivot": {
"options": {
"pivot": "Si",
"undefined": "Non"
}
},
"junction/ref_oneway": {
"label": "Númberu de salida"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -247,6 +247,9 @@
"label": "Тып",
"placeholder": "Па змаўчанні"
},
"cycle_barrier": {
"label": "Тып"
},
"cycleway": {
"options": {
"no": {
@@ -382,6 +385,12 @@
"yes": "Так"
}
},
"irrigation_pivot": {
"options": {
"pivot": "Так",
"undefined": "Не"
}
},
"kerb": {
"options": {
"no": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+19 -2
View File
@@ -620,6 +620,14 @@
"label": "Вид",
"placeholder": "По подразбиране"
},
"cycle_barrier": {
"label": "Тип"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Фиксирана"
}
},
"cycle_network": {
"label": "Мрежа"
},
@@ -787,7 +795,10 @@
"label": "Тип"
},
"entrance": {
"label": "Вид"
"label": "Вид",
"options": {
"shop": "Вход към магазин"
}
},
"except": {
"label": "Изключения"
@@ -1109,6 +1120,12 @@
"customers": "Само за клиенти"
}
},
"irrigation_pivot": {
"options": {
"pivot": "Да",
"undefined": "Не"
}
},
"kerb": {
"label": "Бордюр",
"options": {
@@ -1889,7 +1906,7 @@
"label": "Под наблюдение"
},
"surface": {
"label": "Повърхност",
"label": "Настилка",
"options": {
"artificial_turf": "Изкуствена трева",
"asphalt": "Асфалт",
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -300,6 +300,9 @@
"label": "ধরন",
"placeholder": "পূর্বনির্ধারিত"
},
"cycle_barrier": {
"label": "ধরন"
},
"cycle_network": {
"label": "নেটওয়ার্ক"
},
@@ -525,6 +528,12 @@
"yes": "হ্যাঁ"
}
},
"irrigation_pivot": {
"options": {
"pivot": "হ্যাঁ",
"undefined": "না"
}
},
"kerb": {
"options": {
"no": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+23 -1
View File
@@ -282,7 +282,8 @@
"mural": "Murlivadur",
"painting": "Livadur",
"sculpture": "Kizelladur",
"statue": "Delwenn"
"statue": "Delwenn",
"tilework": "Karrellerezh"
}
},
"athletics_pitch": {
@@ -1015,6 +1016,14 @@
"label": "Seurt",
"placeholder": "Dre ziouer"
},
"cycle_barrier": {
"label": "Seurt"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Dreset"
}
},
"cycle_network": {
"label": "Rouedad"
},
@@ -1758,6 +1767,12 @@
"label": "Anv ar rouedad Wifi",
"terms": "wifi,ssid,rouedad,internet,kenrouedad,anv,anv ar rouedad,web"
},
"irrigation_pivot": {
"options": {
"pivot": "Ya",
"undefined": "Ket"
}
},
"junction_line": {
"options": {
"circular": "Kroashent-tro",
@@ -2005,6 +2020,9 @@
"label": "Ledander bevennet",
"terms": "ledander,ledanded,bevennet,uc'hek,uhelañ"
},
"maxwidth/physical": {
"label": "Ledander bevennet"
},
"memorial": {
"label": "Seurt",
"options": {
@@ -4627,6 +4645,10 @@
"name": "Mezeg-loened",
"terms": "klinikenn,ospital,loened,anevaled,mezeg,mezegez,milchin,medisin,medisinez,doktor"
},
"amenity/veterinary_pharmacy": {
"name": "Apotikerezh evit al loened",
"terms": "apotikerezh evit al loened"
},
"amenity/waste/dog_excrement": {
"name": "Poubellenn gaoc'h-ki",
"terms": "poubellenn gaoc'h-ki,kaoc'h-ki,kaoc'h"
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -297,6 +297,9 @@
"cutting": {
"label": "Vrsta"
},
"cycle_barrier": {
"label": "Vrsta"
},
"cycle_network": {
"label": "Mreža"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+21 -2
View File
@@ -1163,6 +1163,17 @@
"label": "Tipus",
"placeholder": "Predeterminat"
},
"cycle_barrier": {
"label": "Tipus",
"options": {
"double": "Doble"
}
},
"cycle_barrier/installation": {
"options": {
"fixed": "Fixa"
}
},
"cycle_network": {
"label": "Xarxa"
},
@@ -1521,8 +1532,7 @@
"lane": "A la calçada",
"parking_lot": "Lloc d'aparcament",
"sidewalk": "Vorera"
},
"terms": "posició,ubicació,localització"
}
},
"fire_hydrant/pressure": {
"label": "Pressió (bar)",
@@ -2101,6 +2111,12 @@
"label": "Interval",
"terms": "intermedi,entremig,lapse,periode"
},
"irrigation_pivot": {
"options": {
"pivot": "Sí",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Número de cruïlla",
"terms": "número de sortida,número dixida,nombre de sortida,nombre dixida,número deixida,nombre deixida"
@@ -2400,6 +2416,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Tipus",
"options": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+17
View File
@@ -628,6 +628,14 @@
"label": "جۆر",
"placeholder": "بنەڕەت"
},
"cycle_barrier": {
"label": "جۆر"
},
"cycle_barrier/installation": {
"options": {
"fixed": "چاککرا"
}
},
"cycleway": {
"options": {
"no": {
@@ -1012,6 +1020,12 @@
"internet_access/ssid": {
"label": "ناوی وایفای"
},
"irrigation_pivot": {
"options": {
"pivot": "بەڵێ",
"undefined": "نەخێر"
}
},
"junction_line": {
"label": "یەکتربڕ"
},
@@ -1176,6 +1190,9 @@
"maxwidth": {
"label": "زۆرترین پانی"
},
"maxwidth/physical": {
"label": "زۆرترین پانی"
},
"memorial": {
"label": "جۆر",
"options": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+256 -120
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
+378 -114
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
+74 -15
View File
@@ -273,7 +273,7 @@
"label": "Armlæn",
"options": {
"no": "Ingen armlæn",
"undefined": "Uvist",
"undefined": "Ukendt",
"yes": "Et eller flere armlæn"
}
},
@@ -290,7 +290,8 @@
"painting": "Maleri",
"relief": "Relief",
"sculpture": "Skulptur",
"statue": "Statue"
"statue": "Statue",
"stone": "Kunstnerisk bearbejdet sten"
}
},
"ascent": {
@@ -1123,6 +1124,24 @@
"label": "Type",
"placeholder": "Standard"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Dobbelt",
"single": "Enkelt",
"tilted": "Hældende",
"triple": "Tredobbelt"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fast fikspunkt",
"openable": "Kan åbnes",
"removable": "Kan fjernes"
}
},
"cycle_network": {
"label": "Cykelnetværk"
},
@@ -1172,6 +1191,9 @@
"defibrillator/location": {
"label": "Lokationsbeskrivelse"
},
"deflection": {
"label": "Vinkel"
},
"delivery": {
"label": "Levering"
},
@@ -1399,6 +1421,7 @@
"exit": "Kun udgang",
"garage": "Garagedør",
"home": "Privat hus eller lejlighed",
"shop": "Butiksindgang",
"staircase": "Trappe",
"yes": "Uspecificeret"
}
@@ -1927,6 +1950,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Ja",
"undefined": "Nej"
}
},
"junction/ref_oneway": {
"label": "Vejkrydsnummer"
},
@@ -2188,6 +2217,9 @@
"label": "Breddebegrænsning",
"terms": "breddebegrænsning,breddegrænse"
},
"maxwidth/physical": {
"label": "Breddebegrænsning"
},
"memorial": {
"label": "Type",
"options": {
@@ -2436,6 +2468,9 @@
"openfire": {
"label": "Åben ild tilladt"
},
"opening": {
"label": "Åbningsbredde (meter)"
},
"opening_date": {
"label": "Forventet åbningsdato",
"placeholder": "ÅÅÅÅ-MM-DD"
@@ -2464,6 +2499,9 @@
"outdoor_seating": {
"label": "Udendørssiddepladser"
},
"overlap": {
"label": "Overlapningsbredde (meter)"
},
"panoramax": {
"label": "Panoramax billed-ID"
},
@@ -2495,6 +2533,7 @@
"title": "Garagebokse"
},
"half_on_kerb": {
"description": "Parkering delvist på fortovet.",
"title": "Halvt på fortovet"
},
"lane": {
@@ -3218,6 +3257,9 @@
"survey": "Undersøgelse"
}
},
"spacing": {
"label": "Afstand mellem barrierer (meter)"
},
"species": {
"label": "Art"
},
@@ -4957,6 +4999,9 @@
"name": "Dyrlæge",
"terms": "dyrlæge,veterinærdyrlæge"
},
"amenity/veterinary_pharmacy": {
"name": "Veterinært apotek"
},
"amenity/waste/dog_excrement": {
"name": "Affaldsspand til hundeekskrementer",
"terms": "lort,hund,ekskrement"
@@ -5386,6 +5431,10 @@
"name": "Butiksbygning",
"terms": "butiksbygning,forretningsbygning"
},
"building/riding_hall": {
"name": "Ridehal",
"terms": "ridehal,indendørs ridebane"
},
"building/roof": {
"name": "Tag",
"terms": "tag"
@@ -6408,8 +6457,8 @@
"terms": "landbrugsjord,mark,agerjord,markjord,dyrkningsjord,stubmark,pløjemark,grønjord,græsgang,vedvarende græsareal,bygmark,sennepsmark,kornmark,kornareal,rapsmark,rismark,roemark,rugmark,græsmark,vinmark"
},
"landuse/farmyard": {
"name": "Gårdsplads",
"terms": "gårdsplads,gård,bondegård"
"name": "Gårdanlæg",
"terms": "gårdanlæg,gårdsplads,bondegård,bondegårdsanlæg"
},
"landuse/flowerbed": {
"name": "Blomsterbed"
@@ -6575,7 +6624,7 @@
},
"leisure/bleachers": {
"name": "Lægtepladser",
"terms": "lægte,stadion,siddeplads,fodbold,tilskuer"
"terms": "lægtepladser,lægter,stadion,siddeplads,fodbold,tilskuerrækker"
},
"leisure/bowling_alley": {
"name": "Bowlingbaner",
@@ -6861,8 +6910,8 @@
"terms": "bådrampe,skibsrampe,slæbested"
},
"leisure/sports_centre": {
"name": "Sportcenter / Kompleks",
"terms": "sportcenter / kompleks"
"name": "Sportcenter / Sportsplads",
"terms": "sportcenter,sportsplads,sportplads,sportkompleks"
},
"leisure/sports_centre/climbing": {
"name": "Klatrecenter",
@@ -6876,8 +6925,8 @@
"terms": "skydebaneanlæg,skydebane"
},
"leisure/sports_centre/swimming": {
"name": "Swimmingpool",
"terms": "swimmingpool,svømmepool"
"name": "Svømmehal",
"terms": "svømmehal,swimmingpool,svømmepøl"
},
"leisure/sports_hall": {
"name": "Idrætshal",
@@ -6893,7 +6942,7 @@
},
"leisure/swimming_pool": {
"name": "Svømmebassin",
"terms": "svømmebassin,swimming pool,pool"
"terms": "svømmebassin,swimming pool,pool,swimmingpool,bassin"
},
"leisure/track": {
"name": "Løbsbane (Ej motorsport)",
@@ -7796,6 +7845,9 @@
"playground": {
"name": "Legepladsudstyr"
},
"playground/climbingframe": {
"name": "Klatrestativ"
},
"playground/climbingwall": {
"name": "Klatrevæg til leg"
},
@@ -7867,12 +7919,16 @@
"terms": "kraftværk"
},
"power/generator/method/photovoltaic": {
"name": "Solcelleanlæg",
"terms": "solcelle,solpanel,panel,strøm,elektricitet,el,solkraft,sol,fotovoltaik,anlæg"
"name": "Solcellepanel",
"terms": "solcellepanel,solpanel,solcelle,panel,strøm,elektricitet,el,solkraft,sol,fotovoltaik,anlæg,solenergi,vedvarende"
},
"power/generator/method/photovoltaic/building/roof": {
"name": "Solcellepaneltag",
"terms": "solcellepaneltag,solcelletag"
},
"power/generator/method/photovoltaic/location/roof": {
"name": "Solpanel på tag",
"terms": "solpanel på tag,solvarmeanlæg,solfanger"
"name": "Solcellepanel på tag",
"terms": "solcellepanel på tag,solvarmeanlæg,solfanger"
},
"power/generator/source/hydro": {
"name": "Vandturbine",
@@ -7908,12 +7964,15 @@
},
"power/plant/source/method/photovoltaic": {
"name": "Solcellepark",
"terms": "solcelle,solpanel,panel,kraftværk,strøm,elektricitet,el,solkraft,sol,fotovoltaik"
"terms": "solcellepark,solpanel,panel,kraftværk,strøm,elektricitet,el,solkraft,sol,fotovoltaik,solcelleanlæg"
},
"power/plant/source/nuclear": {
"name": "Atomkraftværk",
"terms": "nuklear,atom,fission"
},
"power/plant/source/solar": {
"name": "Solenergianlæg"
},
"power/plant/source/waste": {
"name": "Affaldskraft­varmeværk",
"terms": "affaldskraft­varmeværk,affaldsforbrænding,kraftvarmeværk"
+1 -1
View File
File diff suppressed because one or more lines are too long
+60 -4
View File
@@ -293,7 +293,9 @@
"painting": "Gemälde",
"relief": "Relief",
"sculpture": "Skulptur",
"statue": "Statue"
"statue": "Statue",
"stone": "Kunstvoll bearbeiteter Stein",
"tilework": "Fliesenarbeiten"
}
},
"ascent": {
@@ -1194,6 +1196,25 @@
"label": "Art",
"placeholder": "Standard"
},
"cycle_barrier": {
"label": "Art",
"options": {
"diagonal": "Diagonal",
"double": "Doppelt",
"single": "Einflüglig",
"tilted": "Gekippt",
"triple": "Dreifach"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fest ausgerichtet",
"openable": "zu Öffnen",
"removable": "Entfernbar"
},
"terms": "einrichtung,installation"
},
"cycle_network": {
"label": "Netzwerk"
},
@@ -1251,6 +1272,9 @@
"defibrillator/location": {
"label": "Standortbeschreibung"
},
"deflection": {
"label": "Winkel"
},
"delivery": {
"label": "Lieferung",
"terms": "zustellung,lieferung"
@@ -1521,6 +1545,7 @@
"main": "Haupteingang",
"secondary": "Landesstrasse",
"service": "Erschließungsweg",
"shop": "Ladeneingang",
"staircase": "Treppenhaus",
"yes": "Allgemeiner Eingang"
},
@@ -1569,8 +1594,7 @@
"lane": "Straßenfläche",
"parking_lot": "Stellplatzfläche",
"sidewalk": "Bürgersteig\nGehsteig\nTrottoir"
},
"terms": "standort,lage"
}
},
"fire_hydrant/pressure": {
"label": "Druck (bar)",
@@ -2156,6 +2180,14 @@
"label": "Interval",
"terms": "intervall,takt"
},
"irrigation_pivot": {
"label": "Kreisberegnungssystem",
"options": {
"pivot": "Ja",
"undefined": "Nein"
},
"terms": "kreisberegnungssystem,pivotberegnungssystem"
},
"junction/ref_oneway": {
"label": "Nummer der Ausfahrt",
"terms": "kreuzungsnummer"
@@ -2480,6 +2512,9 @@
"label": "Breitenbeschränkung",
"terms": "maximalbreite,breite,maximal zulässige breite"
},
"maxwidth/physical": {
"label": "Breitenbeschränkung"
},
"memorial": {
"label": "Art",
"options": {
@@ -2755,6 +2790,9 @@
"label": "offenes Feuer erlaubt",
"terms": "offenes feuer erlaubt"
},
"opening": {
"label": "Offene Breite (Meter)"
},
"opening_date": {
"label": "Erwartetes Öffnungsdatum",
"placeholder": "JJJJ-MM-TT"
@@ -2792,6 +2830,9 @@
"label": "Außenbestuhlung",
"terms": "gastgarten,schanigarten"
},
"overlap": {
"label": "Überlappende Breite (Meter)"
},
"panoramax": {
"label": "Panoramax Bild-ID",
"terms": "panoramax bild id,panoramax foto id"
@@ -3775,6 +3816,9 @@
"source/population": {
"label": "Quelle der Bevölkerungszahl"
},
"spacing": {
"label": "Abstand zwischen Barrieren (Meter)"
},
"species": {
"label": "Species",
"placeholder": "Acer platanoides, Quercus robur, …",
@@ -5956,6 +6000,10 @@
"name": "Tierarztpraxis",
"terms": "tierarzt,tierärztin,veterinär,tierklinik,tierarztpraxis"
},
"amenity/veterinary_pharmacy": {
"name": "Tierapotheke",
"terms": "veterinärapotheke,veterinär-apotheke,tierärztliche apotheke,apotheke für tierarzneimittel"
},
"amenity/waste/dog_excrement": {
"name": "Hundekotabfalleimer",
"terms": "hundekotbeutel,hundekotbeutelspender,hundetütenspender,hundekottüte,robidog,säckli,sackerl"
@@ -8169,7 +8217,7 @@
"terms": "volleyballplatz,volleyballfeld"
},
"leisure/playground": {
"name": "Ski-Kinderland",
"name": "Spielplatz",
"terms": "spielplatz,kinderspielplatz"
},
"leisure/playground/indoor": {
@@ -9966,6 +10014,10 @@
"name": "Badeinrichtungsgeschäft",
"terms": "badezimmereinrichtungsgeschäft,badeinrichtungsgeschäft"
},
"shop/bbq": {
"name": "Grillgeschäft",
"terms": "grill-shop,barbecue shop,grillladen,bbq-shop"
},
"shop/beauty": {
"name": "Schönheitssalon",
"terms": "schönheits-salon,nagelstudio"
@@ -10255,6 +10307,10 @@
"name": "Obst- und Gemüseladen",
"terms": "obsthandlung,gemüsehändler,gemüsehandlung,obst- und gemüsehandlung"
},
"shop/groundskeeping": {
"name": "Geschäft für Gartengeräte",
"terms": "geschäft für rasen- und gartengeräte,geschäft für rasen- und gartenbedarf,rasen- und gartengeräte-geschäft,gartenfachgeschäft,baumarkt für gartengeräte"
},
"shop/hairdresser": {
"name": "Friseur",
"terms": "friseur,barbier,frisör"
+1 -1
View File
File diff suppressed because one or more lines are too long
+60 -4
View File
@@ -293,7 +293,9 @@
"painting": "Gemälde",
"relief": "Relief",
"sculpture": "Skulptur",
"statue": "Statue"
"statue": "Statue",
"stone": "Kunstvoll bearbeiteter Stein",
"tilework": "Fliesenarbeiten"
}
},
"ascent": {
@@ -1194,6 +1196,25 @@
"label": "Typ",
"placeholder": "Standard"
},
"cycle_barrier": {
"label": "Typ",
"options": {
"diagonal": "Diagonal",
"double": "Doppelt",
"single": "Einflüglig",
"tilted": "Gekippt",
"triple": "Dreifach"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "fest ausgerichtet",
"openable": "zu Öffnen",
"removable": "Entfernbar"
},
"terms": "einrichtung,installation"
},
"cycle_network": {
"label": "Netzwerk"
},
@@ -1251,6 +1272,9 @@
"defibrillator/location": {
"label": "Standortbeschreibung"
},
"deflection": {
"label": "Winkel"
},
"delivery": {
"label": "Lieferung",
"terms": "zustellung,lieferung"
@@ -1521,6 +1545,7 @@
"main": "Haupteingang",
"secondary": "Landesstrasse",
"service": "Erschließungsweg",
"shop": "Ladeneingang",
"staircase": "Treppenhaus",
"yes": "Allgemeiner Eingang"
},
@@ -1569,8 +1594,7 @@
"lane": "Straßenfläche",
"parking_lot": "Stellplatzfläche",
"sidewalk": "Gehsteig"
},
"terms": "standort,lage"
}
},
"fire_hydrant/pressure": {
"label": "Druck (bar)",
@@ -2156,6 +2180,14 @@
"label": "Interval",
"terms": "intervall,takt"
},
"irrigation_pivot": {
"label": "Kreisberegnungssystem",
"options": {
"pivot": "Ja",
"undefined": "Nein"
},
"terms": "kreisberegnungssystem,pivotberegnungssystem"
},
"junction/ref_oneway": {
"label": "Nummer der Ausfahrt",
"terms": "kreuzungsnummer"
@@ -2480,6 +2512,9 @@
"label": "Breitenbeschränkung",
"terms": "maximalbreite,breite,maximal zulässige breite"
},
"maxwidth/physical": {
"label": "Breitenbeschränkung"
},
"memorial": {
"label": "Typ",
"options": {
@@ -2755,6 +2790,9 @@
"label": "offenes Feuer erlaubt",
"terms": "offenes feuer erlaubt"
},
"opening": {
"label": "Offene Breite (Meter)"
},
"opening_date": {
"label": "Erwartetes Öffnungsdatum",
"placeholder": "JJJJ-MM-TT"
@@ -2792,6 +2830,9 @@
"label": "Außenbestuhlung",
"terms": "gastgarten,schanigarten"
},
"overlap": {
"label": "Überlappende Breite (Meter)"
},
"panoramax": {
"label": "Panoramax Bild-ID",
"terms": "panoramax bild id,panoramax foto id"
@@ -3057,7 +3098,7 @@
"hike": "Wandern",
"ice_skate": "Eislaufen",
"nordic": "Nordisch",
"playground": "Spielplatz",
"playground": "Ski-Kinderland",
"ski_jump": "Skisprungschanze",
"skitour": "Skitour",
"sled": "Rodeln",
@@ -3775,6 +3816,9 @@
"source/population": {
"label": "Quelle der Bevölkerungszahl"
},
"spacing": {
"label": "Abstand zwischen Barrieren (Meter)"
},
"species": {
"label": "Artname",
"placeholder": "Acer platanoides, Quercus robur, …",
@@ -5955,6 +5999,10 @@
"name": "Tierarzt",
"terms": "tierarzt,tierärztin,veterinär,tierklinik,tierarztpraxis"
},
"amenity/veterinary_pharmacy": {
"name": "Tierapotheke",
"terms": "veterinärapotheke,veterinär-apotheke,tierärztliche apotheke,apotheke für tierarzneimittel"
},
"amenity/waste/dog_excrement": {
"name": "Hundekotabfalleimer",
"terms": "hundekotbeutel,hundekotbeutelspender,hundetütenspender,hundekottüte,robidog,säckli,sackerl"
@@ -9961,6 +10009,10 @@
"name": "Badeinrichtungsgeschäft",
"terms": "badezimmereinrichtungsgeschäft,badeinrichtungsgeschäft"
},
"shop/bbq": {
"name": "Grillgeschäft",
"terms": "grill-shop,barbecue shop,grillladen,bbq-shop"
},
"shop/beauty": {
"name": "Schönheitssalon",
"terms": "schönheits-salon,nagelstudio"
@@ -10250,6 +10302,10 @@
"name": "Gemüsehändler",
"terms": "obsthandlung,gemüsehändler,gemüsehandlung,obst- und gemüsehandlung"
},
"shop/groundskeeping": {
"name": "Geschäft für Gartengeräte",
"terms": "geschäft für rasen- und gartengeräte,geschäft für rasen- und gartenbedarf,rasen- und gartengeräte-geschäft,gartenfachgeschäft,baumarkt für gartengeräte"
},
"shop/hairdresser": {
"name": "Friseur",
"terms": "friseur,barbier,frisör"
+1 -1
View File
File diff suppressed because one or more lines are too long
+68 -12
View File
@@ -177,7 +177,7 @@
"subdistrict!vn": "Bezirk/Gemeinde/Städtchen",
"suburb": "Stadtteil",
"suburb!jp": "Ward (政令市)",
"town": "Stadt",
"town": "Kleinstadt\nStadt",
"unit": "Stiege/Bauteil"
},
"terms": "adresse"
@@ -285,7 +285,7 @@
}
},
"artist": {
"label": "Künstler"
"label": "Künstler:in"
},
"artwork_type": {
"label": "Typ",
@@ -298,7 +298,9 @@
"painting": "Gemälde",
"relief": "Relief",
"sculpture": "Skulptur",
"statue": "Statue"
"statue": "Statue",
"stone": "Kunstvoll bearbeiteter Stein",
"tilework": "Fliesenarbeiten"
}
},
"ascent": {
@@ -1199,6 +1201,25 @@
"label": "Typ",
"placeholder": "Standard"
},
"cycle_barrier": {
"label": "Art",
"options": {
"diagonal": "Diagonal",
"double": "Doppelt",
"single": "Einflüglig",
"tilted": "Gekippt",
"triple": "Dreifach"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fest ausgerichtet",
"openable": "zu Öffnen",
"removable": "Entfernbar"
},
"terms": "einrichtung,installation"
},
"cycle_network": {
"label": "Netzwerk"
},
@@ -1257,6 +1278,9 @@
"defibrillator/location": {
"label": "Standortbeschreibung"
},
"deflection": {
"label": "Winkel"
},
"delivery": {
"label": "Zustellung",
"terms": "zustellung,lieferung"
@@ -1527,6 +1551,7 @@
"main": "Haupteingang",
"secondary": "Nebeneingang",
"service": "Diensteingang",
"shop": "Ladeneingang",
"staircase": "Treppenhaus",
"yes": "Allgemeiner Eingang"
},
@@ -1575,8 +1600,7 @@
"lane": "Straßenfläche",
"parking_lot": "Stellplatzfläche",
"sidewalk": "Bürgersteig"
},
"terms": "standort,lage"
}
},
"fire_hydrant/pressure": {
"label": "Druck (bar)",
@@ -1605,7 +1629,7 @@
"options": {
"pillar": "Überflurhydrant",
"pipe": "Standrohr",
"underground": "Unterflurhydrant",
"underground": "Unterirdisch",
"wall": "Wand"
},
"terms": "form"
@@ -2162,6 +2186,14 @@
"label": "Interval",
"terms": "intervall,takt"
},
"irrigation_pivot": {
"label": "Kreisberegnung-Bewässerungssystem",
"options": {
"pivot": "Ja",
"undefined": "Nein"
},
"terms": "kreisberegnungssystem,pivotberegnungssystem,kreisbewässerungssystem,sprühberegnungssystem"
},
"junction/ref_oneway": {
"label": "Nummer der Ausfahrt",
"terms": "kreuzungsnummer"
@@ -2486,6 +2518,9 @@
"label": "Breitenbeschränkung",
"terms": "maximalbreite,breite,maximal zulässige breite"
},
"maxwidth/physical": {
"label": "Breitenbeschränkung"
},
"memorial": {
"label": "Typ",
"options": {
@@ -2761,6 +2796,9 @@
"label": "offenes Feuer erlaubt",
"terms": "offenes feuer erlaubt"
},
"opening": {
"label": "Offene Breite (Meter)"
},
"opening_date": {
"label": "Erwartetes Öffnungsdatum",
"placeholder": "JJJJ-MM-TT"
@@ -2798,6 +2836,9 @@
"label": "Außenbestuhlung",
"terms": "gastgarten,schanigarten"
},
"overlap": {
"label": "Überlappende Breite (Meter)"
},
"panoramax": {
"label": "Panoramax Bild-ID",
"terms": "panoramax bild id,panoramax foto id"
@@ -2874,7 +2915,7 @@
},
"underground": {
"description": "Tiefgarage.",
"title": "Unterflurhydrant"
"title": "Tiefgarage"
}
}
},
@@ -3783,6 +3824,9 @@
"source/population": {
"label": "Quelle der Bevölkerungszahl"
},
"spacing": {
"label": "Abstand zwischen Barrieren (Meter)"
},
"species": {
"label": "Species",
"placeholder": "Acer platanoides, Quercus robur, …",
@@ -5582,8 +5626,7 @@
},
"amenity/recycling_container": {
"name": "Recyclingcontainer",
"terms": "recycling,wertstoff,gelbe tonne,gelber sack",
"aliases": "Wertstoffcontainer\nRecyclingtonne\nWertstofftonne"
"terms": "recycling,wertstoff,gelbe tonne,gelber sack"
},
"amenity/refugee_site": {
"name": "Flüchtlingslager",
@@ -5971,6 +6014,10 @@
"name": "Tierarztpraxis",
"terms": "tierarzt,tierärztin,veterinär,tierklinik,tierarztpraxis"
},
"amenity/veterinary_pharmacy": {
"name": "Tierapotheke",
"terms": "veterinärapotheke,veterinär-apotheke,tierärztliche apotheke,apotheke für tierarzneimittel"
},
"amenity/waste/dog_excrement": {
"name": "Hundekotabfalleimer",
"terms": "hundekotbeutel,hundekotbeutelspender,hundetütenspender,hundekottüte,robidog,säckli,sackerl"
@@ -6865,8 +6912,8 @@
"terms": "unterflurhydrant,hydrant,feuerwehrhydrant,löschwasser"
},
"emergency/fire_service_inlet": {
"name": "Feuerwehrkupplung",
"terms": "feuerwehranschluss,schlauchkupplung,storz-kupplung,druckkupplung,saugkupplung,festkupplung,blindkupplung,übergangsstück,einspeisung,löschwasser"
"name": "Löschwassereinspeisung",
"terms": "feuerwehrkupplung,feuerwehranschluss,schlauchkupplung,storz-kupplung,druckkupplung,saugkupplung,festkupplung,blindkupplung,übergangsstück,einspeisung,löschwasser"
},
"emergency/first_aid_kit": {
"name": "Verbandskasten",
@@ -9264,7 +9311,8 @@
},
"pipeline/valve": {
"name": "Durchflussregelung",
"terms": "durchflussregelung"
"terms": "durchflussregelung",
"aliases": "Schieber"
},
"piste/downhill": {
"name": "Skipiste (Abfahrt)",
@@ -10007,6 +10055,10 @@
"name": "Badeinrichtungsgeschäft",
"terms": "badezimmereinrichtungsgeschäft,badeinrichtungsgeschäft"
},
"shop/bbq": {
"name": "Grillgeschäft",
"terms": "grill-shop,barbecue shop,grillladen,bbq-shop"
},
"shop/beauty": {
"name": "Schönheitssalon",
"terms": "schönheits-salon,nagelstudio"
@@ -10297,6 +10349,10 @@
"name": "Obst- und Gemüseladen",
"terms": "obsthandlung,gemüsehändler,gemüsehandlung,obst- und gemüsehandlung"
},
"shop/groundskeeping": {
"name": "Geschäft für Gartengeräte",
"terms": "geschäft für rasen- und gartengeräte,geschäft für rasen- und gartenbedarf,rasen- und gartengeräte-geschäft,gartenfachgeschäft,baumarkt für gartengeräte"
},
"shop/hairdresser": {
"name": "Friseur",
"terms": "friseur,barbier,frisör"
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -165,6 +165,9 @@
"cutting": {
"label": "އެކިިބާވަތްތަކުގެ ތަންތަން"
},
"cycle_barrier": {
"label": "އެކިިބާވަތްތަކުގެ ތަންތަން"
},
"cycleway": {
"label": "ބަައިސިކަލް ދުއްވޭ މަގުތައް"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+44 -1
View File
@@ -1176,6 +1176,24 @@
"label": "Είδος",
"placeholder": "Προεπιλεγμένο"
},
"cycle_barrier": {
"label": "Είδος",
"options": {
"diagonal": "Διαγώνιο",
"double": "Διπλό",
"single": "Μονό",
"tilted": "Κλινόμενο",
"triple": "Τριπλό"
}
},
"cycle_barrier/installation": {
"label": "Εγκατάσταση",
"options": {
"fixed": "Σταθερή",
"openable": "Ανοιγόμενη",
"removable": "Αφαιρέσιμη"
}
},
"cycle_network": {
"label": "Δίκτυο"
},
@@ -1234,6 +1252,9 @@
"defibrillator/location": {
"label": "Περιγραφή Τοποθεσίας"
},
"deflection": {
"label": "Γωνία"
},
"delivery": {
"label": "Παράδοση κατ' οίκον",
"terms": "διανομή"
@@ -1491,6 +1512,7 @@
"main": "Κύρια",
"secondary": "Δευτερεύουσα",
"service": "Υπηρεσία",
"shop": "Είσοδος καταστήματος",
"staircase": "Σκάλας",
"yes": "Απροσδιόριστη"
}
@@ -2107,6 +2129,14 @@
"label": "Διάλειμμα",
"terms": "περίοδος"
},
"irrigation_pivot": {
"label": "Κεντρικό σύστημα άρδευσης",
"options": {
"pivot": "Ναι",
"undefined": "Όχι"
},
"terms": "άρδευση,πότισμα,σύστημα ποτίσματος"
},
"junction/ref_oneway": {
"label": "Αριθμός Κόμβου",
"terms": "αριθμός διασταύρωσης"
@@ -2392,6 +2422,9 @@
"maxwidth": {
"label": "Όριο Πλάτους"
},
"maxwidth/physical": {
"label": "Όριο Πλάτους"
},
"memorial": {
"label": "Είδος",
"options": {
@@ -2656,6 +2689,9 @@
"openfire": {
"label": "Επιτρέπονται οι ανοικτές εστίες φωτιάς"
},
"opening": {
"label": "Πλάτος Ανοίγματος (Μέτρα)"
},
"opening_date": {
"label": "Αναμενόμενη Ημερομηνία Λειτουργίας ",
"placeholder": "ΕΕΕΕ-ΜΜ-ΗΗ"
@@ -2692,6 +2728,9 @@
"label": "Εξωτερικά Καθίσματα",
"terms": "εξωτερικά καθίσματα"
},
"overlap": {
"label": "Πλάτος Επικάλυψης (Μέτρα)"
},
"panoramax": {
"label": "ID εικόνας Panoramax"
},
@@ -3613,6 +3652,9 @@
"source/population": {
"label": "Πηγή Πληθυσμού"
},
"spacing": {
"label": "Απόσταση Μεταξύ Εμποδίων (Μέτρα)"
},
"species": {
"label": "Είδος",
"terms": "είδος"
@@ -4451,7 +4493,8 @@
"name": "Πυλώνας Τελεφερίκ"
},
"aeroway": {
"name": "Στοιχείο Αεροδιάδρομος"
"name": "Χαρακτηριστικό Αεροδιάδρομου",
"aliases": "Αεροδιάδρομος"
},
"aeroway/aerodrome": {
"name": "Αεροδρόμιο",
+1 -1
View File
File diff suppressed because one or more lines are too long
+154 -12
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2190,15 +2273,15 @@
},
"maxspeed": {
"label": "Speed Limit",
"placeholder": "40 mph, 50 mph, 60 mph..."
"placeholder": "40, 50, 60..."
},
"maxspeed/advisory": {
"label": "Advisory Speed Limit",
"placeholder": "40 mph, 50 mph, 60 mph..."
"placeholder": "40, 50, 60..."
},
"maxspeed/hgv": {
"label": "Heavy Vehicle Speed Limit",
"placeholder": "40 mph, 50 mph, 60 mph..."
"placeholder": "40, 50, 60..."
},
"maxstay": {
"label": "Time Limit"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4288,6 +4390,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4418,6 +4523,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4574,6 +4682,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5340,7 +5451,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5951,6 +6063,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6010,6 +6125,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6038,7 +6156,10 @@
"name": "Boardwalk"
},
"highway/path/crossing": {
"name": "Shared Path Crossing"
"name": "Path Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
@@ -6146,6 +6267,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6173,6 +6297,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6973,6 +7100,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6982,6 +7112,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7154,6 +7287,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -7947,7 +8083,7 @@
"name": "Farm Supply Shop"
},
"shop/alcohol": {
"name": "Off licence (Alcohol shop)",
"name": "Bottle Shop (Alcohol Shop)",
"terms": "alcohol,beer,booze,wine,off licence,off license"
},
"shop/anime": {
@@ -8086,7 +8222,7 @@
"name": "Sweet Shop"
},
"shop/convenience": {
"name": "Convenience Store / Dairy",
"name": "Convenience Store",
"terms": "dairy,superette,convenience store,convenience shop,corner store,corner shop"
},
"shop/copyshop": {
@@ -8104,6 +8240,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8192,6 +8331,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+148 -6
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4417,6 +4522,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4572,6 +4680,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5335,7 +5446,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5946,6 +6058,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6003,6 +6118,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6033,6 +6151,9 @@
"highway/path/crossing": {
"name": "Cycle & Foot Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6138,6 +6259,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6165,6 +6289,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8096,6 +8232,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8184,6 +8323,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+151 -9
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -567,7 +571,7 @@
"commercial": "Commercial Building",
"construction": "Building Under Construction",
"cowshed": "Cowshed",
"detached": "Freestanding House",
"detached": "Detached House",
"dormitory": "Dormitory",
"farm": "Farm House",
"farm_auxiliary": "Farm Building",
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"barbecue": "Barbeque",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbecue",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4209,7 +4311,7 @@
"name": "Aircraft Holding Position"
},
"aeroway/jet_bridge": {
"name": "Aerobridge"
"name": "Jetway"
},
"aeroway/parking_position": {
"name": "Aircraft Parking Position"
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4416,6 +4521,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4571,6 +4679,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5333,7 +5444,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Freestanding House"
"name": "Detached House",
"terms": "freestanding house,home,residence,dwelling"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5945,6 +6057,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6002,6 +6117,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Living Street"
},
@@ -6032,6 +6150,9 @@
"highway/path/crossing": {
"name": "Cycle & Foot Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6137,6 +6258,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6164,6 +6288,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Point"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8095,6 +8231,9 @@
"shop/dairy": {
"name": "Dairy Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8183,6 +8322,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+148 -6
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4417,6 +4522,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4572,6 +4680,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5335,7 +5446,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5946,6 +6058,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6003,6 +6118,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6033,6 +6151,9 @@
"highway/path/crossing": {
"name": "Cycle & Foot Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6138,6 +6259,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6165,6 +6289,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8096,6 +8232,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8184,6 +8323,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+148 -6
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4417,6 +4522,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4572,6 +4680,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5335,7 +5446,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5946,6 +6058,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6003,6 +6118,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6033,6 +6151,9 @@
"highway/path/crossing": {
"name": "Cycle & Foot Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6138,6 +6259,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6165,6 +6289,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8096,6 +8232,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8184,6 +8323,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+148 -6
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4417,6 +4522,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4572,6 +4680,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5335,7 +5446,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5946,6 +6058,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6003,6 +6118,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6033,6 +6151,9 @@
"highway/path/crossing": {
"name": "Shared Path Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6138,6 +6259,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6165,6 +6289,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8096,6 +8232,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8184,6 +8323,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+148 -6
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4417,6 +4522,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4572,6 +4680,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5335,7 +5446,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5946,6 +6058,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6003,6 +6118,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6033,6 +6151,9 @@
"highway/path/crossing": {
"name": "Cycle & Foot Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6138,6 +6259,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6165,6 +6289,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8096,6 +8232,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8184,6 +8323,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+148 -6
View File
@@ -269,8 +269,11 @@
"label": "Type"
},
"armrest": {
"label": "Armrests",
"options": {
"undefined": "Unknown"
"no": "No armrests",
"undefined": "Unknown",
"yes": "One or more armrests"
}
},
"artist": {
@@ -545,6 +548,7 @@
"bridge_combo": {
"label": "Type",
"options": {
"aqueduct": "Aqueduct",
"boardwalk": "Boardwalk"
}
},
@@ -675,7 +679,15 @@
}
},
"camp_site": {
"label": "Type"
"label": "Type",
"options": {
"basic": {
"description": "Nothing but a place to pitch a tent or park a vehicle"
},
"serviced": {
"description": "Toilets, water, showers, and electricity are provided"
}
}
},
"capacity": {
"label": "Capacity",
@@ -717,8 +729,10 @@
"defensive": "Defensive Castle",
"fortress": "Fortress",
"hillfort": "Hillfort",
"kremlin": "Kremlin",
"manor": "Manor House",
"palace": "Palace",
"shiro": "Shiro",
"stately": "Stately Home"
}
},
@@ -1017,23 +1031,38 @@
"cuisine": {
"label": "Cuisines",
"options": {
"african": "African",
"american": "American",
"arab": "Arab",
"argentinian": "Argentinian",
"asian": "Asian",
"bagel": "Bagel",
"balkan": "Balkan",
"barbecue": "Barbeque",
"bavarian": "Bavarian",
"bistro": "Bistro",
"brazilian": "Brazilian",
"breakfast": "Breakfast",
"brunch": "Brunch",
"bubble_tea": "Bubble Tea",
"burger": "Burger",
"cake": "Cake",
"caribbean": "Caribbean",
"chicken": "Chicken",
"chinese": "Chinese",
"coffee_shop": "Coffee Shop",
"crepe": "Crepe",
"curry": "Curry",
"dessert": "Dessert",
"donut": "Doughnut",
"filipino": "Filipino",
"fish": "Fish",
"fish_and_chips": "Fish and Chips",
"french": "French",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"grill": "Bar and Grill",
"hot_dog": "Hot Dog",
"ice_cream": "Ice Cream",
"indian": "Indian",
@@ -1045,22 +1074,32 @@
"korean": "Korean",
"lebanese": "Lebanese",
"malaysian": "Malaysian",
"mediterranean": "Mediterranean",
"mexican": "Mexican",
"moroccan": "Moroccan",
"noodle": "Noodle",
"pancake": "Pancake",
"pasta": "Pasta",
"pastry": "Pastry",
"persian": "Persian",
"peruvian": "Peruvian",
"pizza": "Pizza",
"polish": "Polish",
"portuguese": "Portuguese",
"ramen": "Ramen",
"regional": "Regional",
"russian": "Russian",
"salad": "Salad",
"sandwich": "Sandwich",
"sausage": "Sausage",
"seafood": "Seafood",
"soba": "Soba",
"soup": "Soup",
"spanish": "Spanish",
"steak_house": "Steak House",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"tapas": "Tapas",
"tea": "Tea",
"tex-mex": "Tex-Mex",
"thai": "Thai",
@@ -1077,6 +1116,22 @@
"label": "Type",
"placeholder": "Default"
},
"cycle_barrier": {
"label": "Type",
"options": {
"diagonal": "Diagonal",
"double": "Double",
"single": "Single",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"removable": "Removable"
}
},
"cycle_network": {
"label": "Network"
},
@@ -1284,6 +1339,7 @@
"options": {
"leashed": "Leashed Only",
"no": "Not Allowed",
"unleashed": "Leashes Not Required",
"yes": "Allowed"
},
"terms": "animals,pets"
@@ -1540,6 +1596,7 @@
"e10": "E10 Petrol",
"e85": "E85 Petrol",
"h70": "Gaseous Hydrogen (700 bar)",
"lpg": "Liquefied Petroleum Gas (LPG)",
"octane_100": "Petrol (100 Octane)",
"octane_80": "Petrol (80 Octane)",
"octane_85": "Petrol (85 Octane)",
@@ -1720,6 +1777,7 @@
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
@@ -1732,6 +1790,7 @@
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"gynaecology": "Obstetrics & Gynaecology",
"haematology": "Haematology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
@@ -1764,6 +1823,7 @@
"reflexology": "Reflexology",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
@@ -1816,6 +1876,7 @@
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"millstone": "Millstone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
@@ -1943,6 +2004,12 @@
"interval": {
"label": "Interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Yes",
"undefined": "No"
}
},
"junction/ref_oneway": {
"label": "Junction Number"
},
@@ -1950,6 +2017,7 @@
"label": "Junction",
"options": {
"circular": "Traffic Circle",
"jughandle": "Jughandle",
"roundabout": "Roundabout"
},
"terms": "intersection"
@@ -1958,15 +2026,27 @@
"label": "Kerb",
"options": {
"flush": {
"description": "A dropped kerb which is level with the surrounding area.",
"title": "Flush"
},
"lowered": {
"description": "A dropped kerb which can be used by wheelchair users, not higher than a few centimetres.",
"title": "Lowered"
},
"no": {
"description": "There is no kerb present at this location.",
"title": "No"
},
"raised": {
"description": "A raised kerb which can't easily be used by wheelchair users, higher than a few centimetres.",
"title": "Raised"
},
"rolled": {
"description": "A raised kerb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs.",
"title": "Rolled"
},
"yes": {
"description": "Some sort of kerb is present at this location, unknown whether it is raised, lowered, flush, etc.",
"title": "Yes"
}
},
@@ -2113,7 +2193,10 @@
"label": "Coverage"
},
"map_type": {
"label": "Type"
"label": "Type",
"options": {
"toposcope": "Toposcope"
}
},
"mapillary": {
"label": "Mapillary Image ID"
@@ -2209,6 +2292,9 @@
"maxwidth": {
"label": "Width Limit"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"memorial": {
"label": "Type",
"options": {
@@ -2587,9 +2673,11 @@
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobile App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Cheque",
@@ -2598,6 +2686,8 @@
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"diners_club": "Diners Club",
"dkv": "DKV",
"electronic_purses": "Electronic Purse",
"girocard": "Girocard",
"google_pay": "Google Pay",
@@ -2609,6 +2699,8 @@
"paypal": "PayPal",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron"
@@ -2928,7 +3020,9 @@
"buddhist": "Buddhist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multi-faith",
"muslim": "Muslim",
@@ -2938,6 +3032,7 @@
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
@@ -3550,9 +3645,11 @@
"mud": "Persistently Muddy",
"paved": "Paved",
"paving_stones": "Paving Stones",
"pebblestone": "Pebblestone",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"tartan": "Tartan",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
@@ -3605,7 +3702,11 @@
}
},
"swimming_pool": {
"label": "Type"
"label": "Type",
"options": {
"plunge": "Diving",
"spa": "Spa"
}
},
"switch": {
"label": "Type",
@@ -3939,7 +4040,8 @@
"monorail": "Monorail",
"subway": "Subway",
"train": "Train",
"tram": "Tram"
"tram": "Tram",
"trolleybus": "Trolleybus"
}
},
"vending": {
@@ -4287,6 +4389,9 @@
"amenity/bicycle_repair_station": {
"name": "Bicycle Repair Tool Stand"
},
"amenity/bicycle_wash": {
"name": "Bicycle Wash"
},
"amenity/biergarten": {
"name": "Biergarten"
},
@@ -4417,6 +4522,9 @@
"amenity/doctors/gynaecology": {
"name": "Obstetrician/Gynecologist"
},
"amenity/doctors/haematology": {
"name": "Haematologist"
},
"amenity/doctors/paediatrics": {
"name": "Pediatrician"
},
@@ -4572,6 +4680,9 @@
"amenity/language_school": {
"name": "Language School"
},
"amenity/lavoir": {
"name": "Lavoir"
},
"amenity/letter_box": {
"name": "Letter Box"
},
@@ -5335,7 +5446,8 @@
"name": "Cowshed"
},
"building/detached": {
"name": "Detached House"
"name": "Detached House",
"terms": "freestanding house"
},
"building/dormitory": {
"name": "Dormitory"
@@ -5946,6 +6058,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Moped Link"
},
"highway/cycleway/traffic_island_shared": {
"name": "Shared Path Refuge Island"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid"
},
@@ -6003,6 +6118,9 @@
"name": "Give Way Sign",
"terms": "yield,sign"
},
"highway/ladder": {
"name": "Ladder"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
@@ -6033,6 +6151,9 @@
"highway/path/crossing": {
"name": "Cycle & Foot Crossing"
},
"highway/path/crossing/traffic_signals": {
"name": "Path Crossing With Pedestrian Signals"
},
"highway/path/informal": {
"name": "Informal Path"
},
@@ -6138,6 +6259,9 @@
"name": "Traffic Lights",
"terms": "light,stoplight,traffic light,traffic signals"
},
"highway/trailhead": {
"name": "Trailhead"
},
"highway/trunk": {
"name": "Trunk Road"
},
@@ -6165,6 +6289,9 @@
"historic/building": {
"name": "Historic Building"
},
"historic/cannon": {
"name": "Cannon"
},
"historic/castle": {
"name": "Castle"
},
@@ -6965,6 +7092,9 @@
"man_made/survey_point": {
"name": "Survey Marker"
},
"man_made/tailings_pond": {
"name": "Tailings Pond"
},
"man_made/telescope": {
"name": "Telescope"
},
@@ -6974,6 +7104,9 @@
"man_made/telescope/radio": {
"name": "Radio Telescope"
},
"man_made/torii": {
"name": "Torii"
},
"man_made/tower": {
"name": "Tower"
},
@@ -7146,6 +7279,9 @@
"natural/shrub": {
"name": "Shrub"
},
"natural/sinkhole": {
"name": "Sinkhole"
},
"natural/spring": {
"name": "Spring"
},
@@ -8096,6 +8232,9 @@
"shop/dairy": {
"name": "Milk Product Shop"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Department Store"
},
@@ -8184,6 +8323,9 @@
"name": "Hairdresser",
"terms": "barber"
},
"shop/hairdresser/barber": {
"name": "Barber"
},
"shop/hairdresser_supply": {
"name": "Hairdresser Supply Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+59 -2
View File
@@ -661,6 +661,9 @@
"label": "Species",
"placeholder": "Acer platanoides, Quercus robur, …"
},
"spacing": {
"label": "Distance Between Barriers (Meters)"
},
"source": {
"label": "Sources",
"terms": "reference",
@@ -1242,6 +1245,9 @@
"panoramax": {
"label": "Panoramax Image ID"
},
"overlap": {
"label": "Overlap Width (Meters)"
},
"outdoor_seating": {
"label": "Outdoor Seating"
},
@@ -1265,6 +1271,9 @@
"label": "Expected Opening Date",
"placeholder": "YYYY-MM-DD"
},
"opening": {
"label": "Opening Width (Meters)"
},
"openfire": {
"label": "Open Fires Allowed"
},
@@ -1756,6 +1765,14 @@
"jughandle": "Jughandle"
}
},
"irrigation_pivot": {
"label": "Center-Pivot Irrigation",
"terms": "central pivot irrigation,water wheel,circle irrigation",
"options": {
"undefined": "No",
"pivot": "Yes"
}
},
"interval": {
"label": "Interval"
},
@@ -2119,6 +2136,7 @@
"main": "Main",
"secondary": "Secondary",
"service": "Service",
"shop": "Shop Entrance",
"exit": "Exit Only",
"entrance": "Entrance Only",
"emergency": "Emergency Exit",
@@ -2346,6 +2364,9 @@
"delivery": {
"label": "Delivery"
},
"deflection": {
"label": "Angle"
},
"date": {
"label": "Date"
},
@@ -2395,6 +2416,16 @@
"cycle_network": {
"label": "Network"
},
"cycle_barrier": {
"label": "Type",
"options": {
"single": "Single",
"double": "Double",
"triple": "Triple",
"diagonal": "Diagonal",
"tilted": "Tilted"
}
},
"cutting": {
"label": "Type",
"placeholder": "Default"
@@ -3146,7 +3177,9 @@
"bust": "Bust",
"painting": "Painting",
"mosaic": "Mosaic",
"relief": "Relief"
"relief": "Relief",
"stone": "Artistically Worked Stone",
"tilework": "Tile Work"
}
},
"artist": {
@@ -3995,6 +4028,9 @@
"memorial/addr": {
"label": "Nearest Building Address"
},
"maxwidth/physical": {
"label": "Width Limit"
},
"maxspeed/hgv": {
"label": "Truck Speed Limit",
"placeholder": "40, 50, 60..."
@@ -4318,6 +4354,14 @@
"dance/style": {
"label": "Dance Styles"
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixed",
"openable": "Openable",
"removable": "Removable"
}
},
"crossing/markings_yes": {},
"crossing/markings_yes-PL": {},
"crossing/markings_yes-DE-AT-CH": {},
@@ -5445,6 +5489,10 @@
"aliases": "Hair Salon\nHair Stylist",
"terms": "haircut"
},
"shop/groundskeeping": {
"name": "Lawn & Garden Equipment Store",
"terms": "chainsaw,cultivator,garden machinery,garden power tools,groundskeeping,mower, string trimmer,snow blower"
},
"shop/greengrocer": {
"name": "Greengrocer",
"aliases": "Produce Store\nProduce Shop",
@@ -5700,6 +5748,10 @@
"name": "Beauty Shop",
"terms": "spa,salon,tanning"
},
"shop/bbq": {
"name": "Barbecue Shop",
"terms": "barbecue,barbeque,bbq,grill"
},
"shop/bathroom_furnishing": {
"name": "Bathroom Furnishing Store"
},
@@ -9311,7 +9363,7 @@
},
"barrier/cycle_barrier": {
"name": "Cycle Barrier",
"terms": "bicycle barrier,bicycling barrier,bike gates,cycling barrier"
"terms": "chicane,bike chicane,bike barrier,bicycle barrier,bicycling barrier,bike gates,cycling barrier"
},
"barrier/city_wall": {
"name": "City Wall"
@@ -9491,6 +9543,11 @@
"aliases": "Waste Basket",
"terms": "bin,garbage,rubbish,litter,trash"
},
"amenity/veterinary_pharmacy": {
"name": "Veterinary Pharmacy",
"aliases": "Animal Pharmacy",
"terms": "animal medication,pet clinic,pet doctor,pet meds,pet pharmacy,pet prescriptions,veterinarian,veterinary compounding,veterinary supplies,vet pharmacy"
},
"amenity/veterinary": {
"name": "Veterinary",
"terms": "pet clinic,veterinarian,animal hospital,pet doctor"
+1 -1
View File
File diff suppressed because one or more lines are too long
+15 -2
View File
@@ -928,6 +928,14 @@
"label": "Speco",
"placeholder": "Norma"
},
"cycle_barrier": {
"label": "Speco"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Fiksigita"
}
},
"cycle_network": {
"label": "Reto"
},
@@ -1248,8 +1256,7 @@
"lane": "veturejo",
"parking_lot": "parkumejo",
"sidewalk": "irejo"
},
"terms": "pozicio de hidranto,aranĝo"
}
},
"fire_hydrant/pressure": {
"label": "Premo [baroj]",
@@ -1647,6 +1654,12 @@
"label": "Tempo inter forveturoj",
"terms": "intervalo,intertempo"
},
"irrigation_pivot": {
"options": {
"pivot": "Jes",
"undefined": "Ne"
}
},
"junction/ref_oneway": {
"label": "Numero de vojkruciĝo",
"terms": "vojkruciĝa numero,identigilo de vojkruciĝo"
+1 -1
View File
File diff suppressed because one or more lines are too long
+60 -4
View File
@@ -298,7 +298,9 @@
"painting": "Pintura",
"relief": "Relieve",
"sculpture": "Escultura",
"statue": "Estatua"
"statue": "Estatua",
"stone": "Piedra trabajada artísticamente",
"tilework": "Trabajo en azulejos"
}
},
"ascent": {
@@ -1199,6 +1201,25 @@
"label": "Tipo",
"placeholder": "Predeterminado"
},
"cycle_barrier": {
"label": "Tipo",
"options": {
"diagonal": "Diagonal",
"double": "Doble",
"single": "Simple",
"tilted": "Inclinado",
"triple": "Triple"
}
},
"cycle_barrier/installation": {
"label": "Instalación",
"options": {
"fixed": "Fija",
"openable": "Abatible",
"removable": "Extraíble/Desmontable"
},
"terms": "instalación,montaje,colocación,implementación,ensamblaje"
},
"cycle_network": {
"label": "Red"
},
@@ -1257,6 +1278,9 @@
"defibrillator/location": {
"label": "Descripción de la ubicación"
},
"deflection": {
"label": "Ángulo"
},
"delivery": {
"label": "Entrega",
"terms": "delivery,entrega,reparto"
@@ -1527,6 +1551,7 @@
"main": "Principal",
"secondary": "Secundaria",
"service": "Servicio",
"shop": "Entrada de tienda",
"staircase": "Escalera",
"yes": "Sin especificar"
},
@@ -1575,8 +1600,7 @@
"lane": "Carril de la calzada",
"parking_lot": "Estacionamiento / Aparcamiento",
"sidewalk": "Acera"
},
"terms": "posición,ubicación,localización"
}
},
"fire_hydrant/pressure": {
"label": "Presión (bar)",
@@ -2162,6 +2186,14 @@
"label": "Intervalo",
"terms": "intervalo,lapso"
},
"irrigation_pivot": {
"label": "Riego por pivote central",
"options": {
"pivot": "Sí",
"undefined": "No"
},
"terms": "riego pivotante,sistema de riego por aspersión con pivote,riego por pivote"
},
"junction/ref_oneway": {
"label": "Número de cruce",
"terms": "número de cruce,cruce,intersección"
@@ -2485,6 +2517,9 @@
"label": "Límite de ancho",
"terms": "límite de ancho,ancho máximo"
},
"maxwidth/physical": {
"label": "Límite de ancho"
},
"memorial": {
"label": "Tipo",
"options": {
@@ -2760,6 +2795,9 @@
"label": "Fuego al aire libre permitido",
"terms": "fuego,fogata,asado,barbacoa,parrilla,fogón"
},
"opening": {
"label": "Ancho de apertura (metros)"
},
"opening_date": {
"label": "Fecha de apertura prevista",
"placeholder": "AAAA-MM-DD"
@@ -2797,6 +2835,9 @@
"label": "Asientos al aire libre",
"terms": "asientos al aire libre,silla,terraza,jardín,mesas"
},
"overlap": {
"label": "Ancho de solapamiento (metros)"
},
"panoramax": {
"label": "ID de imagen de Panoramax",
"terms": "id de imagen de panoramax,identificador de imagen de panoramax,código de imagen de panoramax,panoramax"
@@ -3782,6 +3823,9 @@
"source/population": {
"label": "Fuente de la población"
},
"spacing": {
"label": "Distancia entre barreras (metros)"
},
"species": {
"label": "Especie",
"placeholder": "Acer platanoides, Quercus robur, …",
@@ -5956,6 +6000,10 @@
"name": "Veterinario",
"terms": "veterinario,veterinaria,albéitar,albeitar. mascotas,animales,perros,gatos"
},
"amenity/veterinary_pharmacy": {
"name": "Farmacia veterinaria",
"terms": "farmacia para animales,botica veterinaria,tienda de medicamentos veterinarios"
},
"amenity/waste/dog_excrement": {
"name": "Recipiente para excremento de perro",
"terms": "basura,tacho,recipiente,caca,excremento,popo,perro"
@@ -9683,7 +9731,7 @@
"terms": "transporte público,transporte publico,ferrocarril,vía,tren,tránsito,transporte"
},
"public_transport/station_train_halt": {
"name": "Estación de tren (Alto / A pedido)",
"name": "Apeadero",
"terms": "alto,a pedido,transporte público,transporte publico,ferrocarril,estación,vía,tren,tránsito,transporte,parada a silbato,silbato"
},
"public_transport/station_tram": {
@@ -9956,6 +10004,10 @@
"name": "Tienda de muebles de baño",
"terms": "baño,lavabo,equipamiento,muebles"
},
"shop/bbq": {
"name": "Tienda de parrillas",
"terms": "tienda de barbacoas,tienda de asadores,tienda de parrillas"
},
"shop/beauty": {
"name": "Salón de belleza",
"terms": "salón de belleza,estética,belleza,cuidado personal,embellecimiento,spa,bronceado,cama solar"
@@ -10246,6 +10298,10 @@
"name": "Tienda de frutas y verduras",
"terms": "hortaliza,verdura,fruta,verdulería,frutería,legumbre,vegetal,verdulero,frutero"
},
"shop/groundskeeping": {
"name": "Tienda de equipos para jardín y césped",
"terms": "tienda de herramientas de jardinería,tienda de equipos para exteriores,tienda de insumos para jardinería"
},
"shop/hairdresser": {
"name": "Peluquería",
"terms": "peluquería,peluquero,peluquera,barbería,barbero,pelo,corte,salón"
+1 -1
View File
File diff suppressed because one or more lines are too long
+422 -64
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
+127 -41
View File
@@ -164,7 +164,7 @@
"housenumber!jp": "Eraikin zenb./Bloke zenb.",
"neighbourhood": "Auzo",
"place": "Leku",
"postcode": "posta-kode",
"postcode": "Posta-kodea",
"province": "Probintzia",
"province!cn": "Probintzia/Udalerria/AR/SAR",
"province!jp": "Prefektura",
@@ -289,7 +289,7 @@
}
},
"atm": {
"label": "Kutxazain automatikoa"
"label": "Kutxazaina"
},
"attraction": {
"label": "Mota",
@@ -335,7 +335,7 @@
"bath/type": {
"label": "Espezialitate",
"options": {
"hot_spring": "Iturburu termala"
"hot_spring": "Ur iturburu termala"
}
},
"beauty": {
@@ -422,6 +422,7 @@
"building": {
"label": "Eraikina",
"options": {
"allotment_house": "Baratze-eraikina",
"apartments": "Apartamentu-blokea",
"cathedral": "Katedral-erainika",
"chapel": "Kapera-eraikina",
@@ -521,7 +522,7 @@
},
"clothes": {
"label": "Arropa-mota",
"terms": "arropa,jantzi,estilo"
"terms": "arropa,jantzi,estilo,moda"
},
"club": {
"label": "Mota"
@@ -589,7 +590,7 @@
"confectionery": "Gozoki-fabrika",
"distillery": "Destilategi",
"gardener": "Lorezain",
"locksmith": "Sarrailagilea",
"locksmith": "Sarrailagintza",
"painter": "Margolari",
"photographer": "Argazkilaria",
"photographic_laboratory": "Argazki laborategi",
@@ -658,6 +659,7 @@
"regional": "Bertakoa",
"russian": "Errusiarra",
"salad": "Entsaladak",
"seafood": "Arraina, itsaskiak",
"spanish": "Espainiarra",
"sushi": "Sushi"
},
@@ -670,6 +672,14 @@
"label": "Mota",
"placeholder": "Lehenetsia "
},
"cycle_barrier": {
"label": "Mota"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Konponduta"
}
},
"cycle_network": {
"label": "Sarea"
},
@@ -777,7 +787,7 @@
}
},
"dispensing": {
"label": "Errezetak administratzen ditu"
"label": "Errezeta behar duten botikak"
},
"display": {
"label": "Pantaila",
@@ -868,7 +878,9 @@
"entrance": {
"label": "Mota ",
"options": {
"main": "Nagusi"
"entrance": "Sarrera bakarrik",
"main": "Nagusia",
"shop": "Dendarako sarrera"
}
},
"except": {
@@ -1004,10 +1016,10 @@
"healthcare": {
"label": "Mota",
"options": {
"clinic": "Erietxe",
"clinic": "Erietxea",
"dentist": "Dentista",
"doctor": "Mediku",
"pharmacy": "Farmazia",
"pharmacy": "Botika",
"physiotherapist": "Fisioterapeuta"
}
},
@@ -1067,6 +1079,9 @@
},
"placeholder": "Zaila, Arriskutsua..."
},
"house": {
"label": "Etxe mota"
},
"image": {
"label": "Irudia",
"terms": "irudia,ikonoa,argazkia,marrazkia"
@@ -1119,6 +1134,12 @@
"internet_access/ssid": {
"label": "Wifi sarearen izena"
},
"irrigation_pivot": {
"options": {
"pivot": "Bai",
"undefined": "Ez"
}
},
"kerb": {
"label": "Frenatu",
"options": {
@@ -1235,7 +1256,12 @@
"terms": "mapillary-ko irudi id-a"
},
"marker": {
"label": "Mota"
"label": "Mota",
"options": {
"post": {
"title": "Zutoina"
}
}
},
"material": {
"label": "Materiala"
@@ -1349,6 +1375,7 @@
"options": {
"architect": "Arkitektura bulegoa",
"coworking": "Coworking espazioa",
"estate_agent": "Inmobiliaria bulegoa",
"government": "Gobernuaren bulegoa",
"ngo": "GKE bulegoa",
"notary": "Notario bulegoa",
@@ -1513,7 +1540,7 @@
"options": {
"connection": "Konexio",
"ice_skate": "Izotz gaineko patinajea",
"playground": "Jolastoki",
"playground": "Jolastokia",
"snow_park": "Snow Park-a"
}
},
@@ -1730,7 +1757,8 @@
"label": "Mota",
"options": {
"drive-through": "Auto-zerbitzua",
"driveway": "Sarrera-bidea"
"driveway": "Sarrera-bidea",
"parking_aisle": "Aparkaleku barruko bidea"
}
},
"service/bicycle": {
@@ -1744,7 +1772,7 @@
"label": "Zerbitzu mota"
},
"shelter": {
"label": "Aterpetxe"
"label": "Aterpetxea"
},
"shelter_type": {
"label": "Mota"
@@ -1786,7 +1814,7 @@
"options": {
"food_bank": "Elikagai-bankua",
"nursing_home": "Zahar-egoitza",
"shelter": "Aterpetxe"
"shelter": "Aterpetxea"
}
},
"source": {
@@ -1866,7 +1894,7 @@
"label": "Substantzia",
"options": {
"fuel": "Erregai",
"water": "Ur edangarria"
"water": "Edateko ura"
}
},
"substation": {
@@ -2041,7 +2069,7 @@
"options": {
"branch": "Adar",
"industrial": "Industrial",
"main": "Nagusi",
"main": "Nagusia",
"military": "Militar",
"test": "Analisi",
"tourism": "Turismo"
@@ -2069,7 +2097,7 @@
"fuel": "Erregai",
"ice_cream": "Izozkiak",
"pizza": "Pizza",
"water": "Ur edangarria"
"water": "Edateko ura"
}
},
"visibility": {
@@ -2173,7 +2201,8 @@
"name": "Arte Zentro"
},
"amenity/atm": {
"name": "ATM"
"name": "Kutxazain automatikoa",
"terms": "kutxazaina,automatikoa,kajeroa"
},
"amenity/bank": {
"name": "Bankua"
@@ -2189,10 +2218,10 @@
"terms": "banku,aulki,eserleku"
},
"amenity/bicycle_parking": {
"name": "Bizikletentzako Aparkalekua"
"name": "Bizikletentzako aparkalekua"
},
"amenity/bicycle_rental": {
"name": "Bizikleten Alokairua"
"name": "Bizikleten alokairua"
},
"amenity/bicycle_repair_station": {
"name": "Bizikleta konpontzeko tresneriaren postua"
@@ -2231,7 +2260,7 @@
"name": "Zinema"
},
"amenity/clinic": {
"name": "Erietxe"
"name": "Erietxea"
},
"amenity/clinic/abortion": {
"name": "Abortu klinika"
@@ -2246,13 +2275,13 @@
"name": "Unibertsitate Eremu"
},
"amenity/community_centre": {
"name": "Gizarte Etxe"
"name": "Gizarte-etxea"
},
"amenity/compressed_air": {
"name": "Aire konpromitua"
},
"amenity/courthouse": {
"name": "Epaitegi"
"name": "Epaitegia"
},
"amenity/coworking_space": {
"name": "Coworking espazioa"
@@ -2271,7 +2300,8 @@
"terms": "aldagela,bestuario"
},
"amenity/drinking_water": {
"name": "Ur edangarria"
"name": "Edateko ur iturria",
"terms": "iturria,ura,txorrota,edangarria"
},
"amenity/driving_school": {
"name": "Auto-eskola"
@@ -2283,13 +2313,14 @@
"name": "Janari azkarra"
},
"amenity/fire_station": {
"name": "Suhiltzaile-etxe"
"name": "Suhiltzaile-etxea"
},
"amenity/food_court": {
"name": "Bazkaltzeko eremua"
},
"amenity/fountain": {
"name": "Iturri"
"name": "Ur iturri monumentala",
"terms": "ura,iturria,fontana,monumentua"
},
"amenity/fuel": {
"name": "Gasolindegi"
@@ -2338,7 +2369,7 @@
"name": "Zahar-egoitza"
},
"amenity/parking": {
"name": "Aparkalekuan"
"name": "Aparkalekua"
},
"amenity/parking/multi-storey": {
"name": "Maila anitzeko aparkaleku"
@@ -2378,10 +2409,11 @@
"name": "Polizia"
},
"amenity/post_office": {
"name": "Postetxe"
"name": "Postetxea",
"terms": "posta,posta bulegoa,postetxea,correos,poste,la poste,laposte"
},
"amenity/prison": {
"name": "Espetxe"
"name": "Espetxea"
},
"amenity/pub": {
"name": "Pub"
@@ -2408,11 +2440,15 @@
"amenity/restaurant/american": {
"name": "Jatetxe amerikarra"
},
"amenity/restaurant/seafood": {
"name": "Arraina eta itsaski jatetxea",
"terms": "arraina,itsaskiak,itxaskiak,mariskoa"
},
"amenity/school": {
"name": "Eskola eremu"
},
"amenity/shelter": {
"name": "Aterpetxe"
"name": "Aterpetxea"
},
"amenity/shelter/gazebo": {
"name": "Begiratoki"
@@ -2439,10 +2475,10 @@
"name": "Elikagai-banku"
},
"amenity/social_facility/group_home": {
"name": "Zahar-etxe"
"name": "Zahar-etxea"
},
"amenity/social_facility/homeless_shelter": {
"name": "Etxegabeentzako aterpetxe"
"name": "Etxegabeentzako aterpetxea"
},
"amenity/social_facility/nursing_home": {
"name": "Zahar-egoitza"
@@ -2470,7 +2506,7 @@
"terms": "anfiteatroa,antzoki,teatroa"
},
"amenity/townhall": {
"name": "Udaletxe"
"name": "Udaletxea"
},
"amenity/university": {
"name": "Unibertsitatearen eremua"
@@ -2496,6 +2532,9 @@
"amenity/vending_machine/elongated_coin": {
"name": "Txanpon-makina"
},
"amenity/vending_machine/excrement_bags": {
"name": "Txakur-kaka poltsak"
},
"amenity/vending_machine/feminine_hygiene": {
"name": "Emakumezkoentzako higiene produktuen makina saltzaile"
},
@@ -2542,6 +2581,9 @@
"building": {
"name": "Eraikina"
},
"building/allotment_house": {
"name": "Baratze-eraikina"
},
"building/apartments": {
"name": "Apartamentu-blokea"
},
@@ -2605,7 +2647,7 @@
"name": "Hotel-eraikina"
},
"building/house": {
"name": "Etxe"
"name": "Etxea"
},
"building/industrial": {
"name": "Industria-eraikina"
@@ -2657,7 +2699,7 @@
"name": "Lorezain"
},
"craft/locksmith": {
"name": "Sarrailagilea"
"name": "Sarrailagintza"
},
"craft/painter": {
"name": "Margolari"
@@ -2670,7 +2712,8 @@
"name": "Argazki laborategi"
},
"craft/plumber": {
"name": "Iturgin"
"name": "Iturgina",
"terms": "iturgina,ojalateroa,hojalateroa,fontaneroa"
},
"craft/rigger": {
"name": "Aparejadore"
@@ -2681,6 +2724,15 @@
"craft/window_construction": {
"name": "Leiho-eraikitzailea"
},
"entrance": {
"name": "Sarrera/Irteera"
},
"entrance/main": {
"name": "Sarrera nagusia"
},
"entrance/shop": {
"name": "Dendarako sarrera"
},
"healthcare/physiotherapist": {
"name": "Fisioterapeuta",
"terms": "fisioterapeuta,masajea,masaia,fisioterapia"
@@ -2697,6 +2749,10 @@
"highway/cycleway/crossing/bicycle_foot": {
"name": "Bizikleta eta oinezkoen pasabidea"
},
"highway/elevator": {
"name": "Igogailua",
"terms": "igogailua,aszensorea,eskailera"
},
"highway/footway": {
"name": "Oinezkoen bidea"
},
@@ -2718,6 +2774,9 @@
"highway/service/driveway": {
"name": "Sarrera-bidea"
},
"highway/service/parking_aisle": {
"name": "Aparkaleku barruko bidea"
},
"highway/steps": {
"name": "Eskailerak"
},
@@ -2753,7 +2812,8 @@
"name": "boleibol-zelaia"
},
"leisure/playground": {
"name": "Jolastoki"
"name": "Jolastokia",
"terms": "parkea,jolastokia,jolaslekua,kolunpioak,columpio,plaza"
},
"leisure/resort": {
"name": "opor-leku"
@@ -2804,7 +2864,8 @@
"name": "Iturburu termala"
},
"natural/spring": {
"name": "Iturburua"
"name": "Ur iturburu naturala",
"terms": "ura,iturburua,iturria"
},
"natural/water/pond": {
"name": "Urmael"
@@ -2819,6 +2880,10 @@
"office/diplomatic/embassy": {
"name": "Enbaxada"
},
"office/estate_agent": {
"name": "Inmobiliaria bulegoa",
"terms": "inmobiliaria,etxe agentzia,higiezinen,etxeak,alokairuak,etxe-salmenta"
},
"office/government": {
"name": "Gobernuaren bulegoa",
"terms": "gobernuaren bulegoa,ofiziala,erakunde,udal,gobernu"
@@ -2867,7 +2932,8 @@
"name": "Aurkintza"
},
"place/square": {
"name": "Laukia"
"name": "Plaza",
"terms": "plaza,enparantza"
},
"playground": {
"name": "Jolastokiko ekipamendua"
@@ -2929,6 +2995,10 @@
"name": "Arropa-lagungarrien denda",
"terms": "poltsa,gerriko,kolonia,perfume,sonbreru,kapela,bitxi,betaurreko,aterki,konplementu,moda"
},
"shop/fuel": {
"name": "Gasolindegia",
"terms": "gasolindegia,gasolina,diesel,gasolinera,surtidorea,erregaia"
},
"shop/furniture": {
"name": "Altzari-denda",
"terms": "altzari,aulki,mahai,armairu,sukalde,sofa,silloi,barne-diseinu"
@@ -2949,13 +3019,21 @@
"name": "Belar-denda",
"terms": "belarrak,dietetika,fitomedizina,infusioak"
},
"shop/interior_decoration": {
"name": "Barne-dekorazio denda",
"terms": "dekorazioa,etxe-diseinua,dekoradorea,diseinatzailea"
},
"shop/kitchen": {
"name": "Sukalde diseinu denda",
"terms": "sukaldeak,sukalde armairu,sukalde dekorazio"
},
"shop/locksmith": {
"name": "Sarrailagilea",
"terms": "sarrailagilea,sarrailak"
"name": "Sarrailagintza",
"terms": "sarrailagilea,sarrailak,giltzak"
},
"shop/mall": {
"name": "Merkatal-zentrua",
"terms": "merkataritza-zentrua,merkatal-zentrua,zentru komertziala,dendak"
},
"shop/medical_supply": {
"name": "Ortopedia eta medikuntzako-hornidura denda"
@@ -2970,6 +3048,10 @@
"shop/photo": {
"name": "Argazkilaritza denda"
},
"shop/seafood": {
"name": "Arrandegia",
"terms": "arrandegi,arraindegi,mariskoa,itsaskiak,itxaskiak"
},
"shop/shoe_repair": {
"name": "Oinetako-konponketak",
"terms": "oinetako-konponketak,zapataria,zapatagilea,zapateroa"
@@ -2982,6 +3064,10 @@
"name": "Paperdenda",
"aliases": "bulegoko materiala\nbulegoa"
},
"shop/tobacco": {
"name": "Tabako-denda",
"terms": "tabakoa,estankoa,tabako-denda,estankua"
},
"shop/travel_agency": {
"name": "Bidai-agentzia"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+20
View File
@@ -942,6 +942,20 @@
"label": "نوع",
"placeholder": "پیش فرض"
},
"cycle_barrier": {
"label": "نوع",
"options": {
"diagonal": "موَرَب",
"double": "دو برابر",
"single": "منفرد / تک"
}
},
"cycle_barrier/installation": {
"options": {
"fixed": "درست شد",
"removable": "قابل جدا شدن / حذف شدنی"
}
},
"cycle_network": {
"label": "شبکه"
},
@@ -1587,6 +1601,12 @@
"label": "بازه",
"terms": "دوره، فاصله، بازه"
},
"irrigation_pivot": {
"options": {
"pivot": "بله",
"undefined": "خیر"
}
},
"junction/ref_oneway": {
"label": "شمارهٔ تقاطع",
"terms": "شماره تقاطع"
+1 -1
View File
File diff suppressed because one or more lines are too long
+20
View File
@@ -946,6 +946,20 @@
"label": "نوع",
"placeholder": "پیش فرض"
},
"cycle_barrier": {
"label": "نوع",
"options": {
"diagonal": "موَرَب",
"double": "دو برابر",
"single": "منفرد / تک"
}
},
"cycle_barrier/installation": {
"options": {
"fixed": "درست شد",
"removable": "قابل جدا شدن / حذف شدنی"
}
},
"cycle_network": {
"label": "شبکه"
},
@@ -1594,6 +1608,12 @@
"label": "بازه",
"terms": "دوره، فاصله، بازه"
},
"irrigation_pivot": {
"options": {
"pivot": "بله",
"undefined": "خیر"
}
},
"junction/ref_oneway": {
"label": "شمارهٔ تقاطع",
"terms": "شماره تقاطع"
+1 -1
View File
File diff suppressed because one or more lines are too long
+110 -56
View File
@@ -260,7 +260,7 @@
"roman_circus": "Roomalainen sirkus",
"roman_villa": "Roomalainen huvila",
"settlement": "Historiallinen asutusalue",
"tumulus": "Tumulus\nKumpuhauta"
"tumulus": "Kumpuhauta"
}
},
"architect": {
@@ -292,7 +292,9 @@
"painting": "maalaus",
"relief": "Kohokuva",
"sculpture": "Veistos",
"statue": "Patsas"
"statue": "Patsas",
"stone": "Taiteellisesti työstetty kivi",
"tilework": "Laattateos"
}
},
"ascent": {
@@ -387,7 +389,7 @@
"city_wall": "Kaupunginmuuri",
"cycle_barrier": "Pyöräilyeste",
"ditch": "Kaivanto",
"entrance": "Kulkuaukko\nSisäänkäyntiaukko\nAidan aukko\nAukko aidassa\nMuurin aukko",
"entrance": "Kulkuaukko",
"fence": "Aita",
"gate": "Portti",
"guard_rail": "Tiekaide",
@@ -402,7 +404,7 @@
"swing_gate": "Kääntyvä puomi",
"toll_booth": "Tietullipiste",
"turnstile": "Kääntöportti",
"wall": "Muuri\nSeinämuuri"
"wall": "Muuri"
}
},
"barrier_planter": {
@@ -571,7 +573,7 @@
"low_water_crossing": "Tulvasilta",
"movable": "Liikuteltava silta",
"trestle": "Pukkisilta",
"viaduct": "Maasilta\nViadukti"
"viaduct": "Maasilta"
}
},
"building": {
@@ -584,7 +586,7 @@
"bungalow": "Bungalow",
"bunker": "Bunkkeri",
"cabin": "Mökki",
"carport": "autokatos",
"carport": "Autokatos",
"cathedral": "tuomiokirkko",
"chapel": "kappeli",
"church": "kirkko",
@@ -895,7 +897,7 @@
"label": "Liukuportaat"
},
"count": {
"label": "Lukumäärä"
"label": "Kohteiden lukumäärä"
},
"country": {
"label": "Maa"
@@ -946,7 +948,7 @@
"grinding_mill": "Jauhomylly",
"handicraft": "Käsityöt",
"hvac": "Lämmitys-, ilmanvaihto- ja ilmastointi",
"insulation": "Eristäjä\nLämpöeristäjä",
"insulation": "Eristäjä",
"jeweller": "Kultaseppä",
"joiner": "Puuseppä",
"key_cutter": "Avainsuutari",
@@ -985,7 +987,7 @@
"floor-mounted_crane": "Puominosturi",
"gantry_crane": "pukkinosturi",
"portal_crane": "Konttinosturi",
"tower_crane": "Torninosturi\nNostokurki",
"tower_crane": "Torninosturi",
"travel_lift": "Matkahissi"
}
},
@@ -1086,20 +1088,20 @@
"balkan": "Balkanilainen",
"barbecue": "Grilliruoka",
"bavarian": "Bavarialainen",
"beef_bowl": "Naudanlihakulho",
"beef_bowl": "Gyūdon",
"bistro": "Bistro",
"brazilian": "Brasilialainen",
"breakfast": "Aamupala",
"brunch": "Brunssi",
"bubble_tea": "Pallerotee\nKuplatee",
"bubble_tea": "Kuplatee",
"burger": "hampurilaiset",
"cake": "Kakku",
"caribbean": "Karibialainen",
"chicken": "kana",
"chinese": "kiinalainen",
"coffee_shop": "kahvila",
"crepe": "Ohukainen\nLettu\nLätty\nRäiskäle",
"curry": "Curry\nKarri",
"crepe": "Ohukainen",
"curry": "Curry",
"dessert": "Jälkiruoka",
"diner": "Diner",
"donut": "Donitsi",
@@ -1176,6 +1178,25 @@
"label": "Tyyppi",
"placeholder": "Oletus"
},
"cycle_barrier": {
"label": "Tyyppi",
"options": {
"diagonal": "Viistoeste",
"double": "Kaksinkertainen",
"single": "Yksittäinen",
"tilted": "Ahdaseste",
"triple": "Kolminkertainen"
}
},
"cycle_barrier/installation": {
"label": "Asennustapa",
"options": {
"fixed": "Kiinteä",
"openable": "Avattavissa",
"removable": "Poistettavissa"
},
"terms": "asennustapa,asennus"
},
"cycle_network": {
"label": "Verkko"
},
@@ -1226,6 +1247,9 @@
"defibrillator/location": {
"label": "Sijainnin selostus"
},
"deflection": {
"label": "Kulma"
},
"delivery": {
"label": "Kotiinkuljetus",
"terms": "kuljetus,toimitus"
@@ -1482,6 +1506,7 @@
"main": "Pääovi",
"secondary": "Sivuovi",
"service": "Huolto-ovi",
"shop": "Myymälän sisäänkäynti",
"staircase": "Porraskäytävä",
"yes": "Määrittelemätön"
}
@@ -1680,7 +1705,7 @@
"options": {
"anaerobic_digestion": "Mädätys",
"barrage": "Vuorovesivoimala",
"combustion": "Polttaminen\nPalaminen\nPoltto",
"combustion": "Poltto",
"fission": "Fissio",
"fusion": "Fuusio",
"gasification": "Kaasuuntuminen",
@@ -1850,7 +1875,7 @@
"intensive": "Tehohoito",
"internal": "Sisätaudit",
"naturopathy": "Luontaislääkintä",
"neonatology": "Vauvat ja vastasyntyneet\nNeonatalogia",
"neonatology": "Vauvat ja vastasyntyneet",
"nephrology": "Nefrologia",
"neurology": "Neurologia",
"neuropsychiatry": "Neuropsykiatria",
@@ -1877,7 +1902,7 @@
"radiotherapy": "Sädehoito",
"reflexology": "Vyöhyketerapia",
"reiki": "Reiki",
"rheumatology": "Reumatologia\nReumatautioppi",
"rheumatology": "Reumatologia",
"shiatsu": "Shiatsu",
"stomatology": "Suulääketiede",
"surgery": "Yleiskirurgia",
@@ -1966,7 +1991,7 @@
"label": "Tyyppi",
"options": {
"intermediate": "rullausteiden risteys",
"runway": "kiitotie"
"runway": "Kiitotie"
}
},
"hoops": {
@@ -2064,6 +2089,14 @@
"interval": {
"label": "Aikaväli"
},
"irrigation_pivot": {
"label": "Center-pivot-kastelu",
"options": {
"pivot": "On",
"undefined": "Ei"
},
"terms": "ympyräkastelu"
},
"junction/ref_oneway": {
"label": "Liittymän numero "
},
@@ -2092,11 +2125,11 @@
},
"raised": {
"description": "Korkea reunakivi, jota ei voi helposti ylittää pyörätuolilla, yli muutaman senttimetrin korkuinen",
"title": "Korotettu"
"title": "Korkea reunakivi"
},
"rolled": {
"description": "Korkea, loivaksi pyöristetty reunakivi, joka on tavallista reunakiveä helpompi ylittää autolla tai polkupyörällä, muttei pyörätuolilla. (Ei käytössä Suomessa)",
"title": "Aallonmuotoiseksi pyöristetty reunakivi"
"description": "Korkea, loivaksi pyöristetty reunakivi, joka on tavallista reunakiveä helpompi ylittää autolla tai polkupyörällä, muttei pyörätuolilla.",
"title": "Pyöristetty korkea reunakivi"
},
"yes": {
"description": "Jonkinlainen reunakivi tässä kohtaa, ei ole tiedossa, onko se korkea, madallettu, tasoon upotettu jne.",
@@ -2154,8 +2187,8 @@
"leaf_cycle": {
"label": "Lehtien pudotuskierto",
"options": {
"deciduous": "Kesävihanta\nKausivihanta",
"evergreen": "Ikivihreä\nAinavihanta",
"deciduous": "Kausivihanta",
"evergreen": "Ainavihanta",
"mixed": "Sekoitus",
"semi_deciduous": "Puolilehtipuu",
"semi_evergreen": "Puoli-ikivihreä"
@@ -2195,7 +2228,7 @@
"lifeguard": {
"label": "Tyyppi",
"options": {
"base": "Uinninvalvojien tukikohta\nHengenpelastajien tukikohta\nUimavalvojien tukikohta",
"base": "Uimavalvojien tukikohta",
"tower": "Uimavalvontatorni"
}
},
@@ -2219,7 +2252,7 @@
"label": "Valaistus"
},
"loc_name": {
"label": "Paikallinen nimi"
"label": "Paikallinen lempinimi"
},
"location": {
"label": "Sijainti"
@@ -2255,9 +2288,9 @@
"map_type": {
"label": "Tyyppi",
"options": {
"scheme": "Pelkistetty kartta\nViitteellinen kartta\nLuonnoskartta\nYksinkertainen kartta\nTopologinen kartta",
"scheme": "Pelkistetty kartta",
"street": "Tiekartta",
"topo": "Korkeuskartta\nTopografinen kartta",
"topo": "Topografinen kartta",
"toposcope": "Näköalapaikan suuntakartta"
}
},
@@ -2302,7 +2335,7 @@
"brick": "tiiliskivi",
"bronze": "pronssi",
"concrete": "betoni",
"dry_stone": "Kuivamuuri\nKylmämuuri",
"dry_stone": "Kuivamuuri",
"glass": "lasi",
"granite": "graniitti",
"iron": "rauta",
@@ -2358,6 +2391,9 @@
"maxwidth": {
"label": "Leveysraja"
},
"maxwidth/physical": {
"label": "Leveysrajoitus"
},
"memorial": {
"label": "Tyyppi",
"options": {
@@ -2553,7 +2589,7 @@
"foundation": "Säätiön toimisto",
"government": "Julkishallinnon toimisto",
"graphic_design": "Graafisen suunnittelijan toimisto",
"guide": "Matkaopastoimisto\nTuristiopastoimisto",
"guide": "Matkaopastoimisto",
"insurance": "Vakuutustoimisto",
"it": "Informaatioteknologian toimisto",
"lawyer": "Lakitoimisto",
@@ -2606,6 +2642,9 @@
"label": "Avotuli sallittu",
"terms": "avotulenteko sallittu"
},
"opening": {
"label": "Aukon leveys (metreissä)"
},
"opening_date": {
"label": "Uudelleenavaamispäivä",
"placeholder": "YYYY-MM-DD"
@@ -2639,6 +2678,9 @@
"outdoor_seating": {
"label": "Ulkoterassi"
},
"overlap": {
"label": "Limittäisen osan leveys (metreissä)"
},
"par": {
"label": "Lyöntimääräsuositus",
"placeholder": "3, 4, 5..."
@@ -2667,7 +2709,7 @@
},
"garage_boxes": {
"description": "Yksityinen pysäköintihalli, jossa on useita yksittäisiä pysäköintiruutuja, joihin mahtuu yksi auto.",
"title": "Riviautotalli\nAutotallirivistö"
"title": "Riviautotalli"
},
"half_on_kerb": {
"description": "Pysäköinti osittain jalkakäytävälle.",
@@ -3547,6 +3589,9 @@
"source/population": {
"label": "Väkiluvun tietolähde"
},
"spacing": {
"label": "Etäisyys esteiden välissä (metreissä)"
},
"species": {
"label": "Laji",
"placeholder": "Acer platanoides, Quercus robur, …"
@@ -3745,7 +3790,7 @@
"fine_gravel": "Hieno sora",
"grass": "ruoho",
"grass_paver": "Nurmikivi",
"gravel": "sora",
"gravel": "Suurirakeinen sora",
"ground": "maa",
"metal": "metalli",
"mud": "pysyvästi mutainen",
@@ -3834,7 +3879,7 @@
"label": "Ajoneuvotyyppi",
"options": {
"auto_rickshaw": {
"title": "Autoriksa\nTuk-tuk"
"title": "Autoriksa"
},
"cycle_rickshaw": {
"title": "Pyöräriksa"
@@ -3922,7 +3967,7 @@
"pyramid": "Pyramidi",
"rock-cut": "Kallioon hakattu hauta",
"sarcophagus": "Sarkofagi",
"tumulus": "Tumulus\nKumpuhauta",
"tumulus": "Kumpuhauta",
"vault": "Hautakammio",
"war_grave": "Yksittäinen sankarihauta"
}
@@ -4059,7 +4104,7 @@
"label": "Tyyppi",
"options": {
"building_passage": "kulkee rakennuksen läpi",
"culvert": "siltarumpu",
"culvert": "Siltarumpu",
"flooded": "Vesitunneli"
}
},
@@ -4111,7 +4156,7 @@
"ferry": "lautta",
"light_rail": "pikaraitiotie",
"monorail": "kohorata",
"subway": "metro",
"subway": "Metrojuna",
"train": "juna",
"tram": "Raitiovaunu",
"trolleybus": "johdinauto"
@@ -4208,7 +4253,7 @@
"label": "Tyyppi"
},
"water_point": {
"label": "Vesisäiliön täyttöpiste\nVeden täyttöpiste"
"label": "Vesisäiliön täyttöpiste"
},
"water_source": {
"label": "Veden lähde",
@@ -4241,10 +4286,10 @@
"label": "Tyyppi",
"options": {
"bog": "Suo",
"fen": "Neva\nAvosuo",
"fen": "Letto",
"mangrove": "Mangrove",
"marsh": "Marskimaa",
"reedbed": "Ruovikko\nRuoikko",
"reedbed": "Ruovikko",
"saltmarsh": "Suolamarski",
"string_bog": "Aapasuo",
"swamp": "Luhta",
@@ -4739,7 +4784,8 @@
"name": "Suurlähetystö"
},
"amenity/events_venue": {
"name": "Tapahtumahalli"
"name": "Tapahtumatila",
"aliases": "Juhlatila"
},
"amenity/exhibition_centre": {
"name": "Messukeskus"
@@ -5491,7 +5537,8 @@
"terms": "oja,juoksuhauta,syvä,vajoama,kanjoni"
},
"barrier/entrance": {
"name": "Sisäänkäynti"
"name": "Kulkuaukko",
"aliases": "Sisäänkäyntiaukko\nAidan aukko\nAukko aidassa\nMuurin aukko"
},
"barrier/fence": {
"name": "Aita"
@@ -5834,7 +5881,8 @@
"terms": "urheiluyhdistys,urheilukerho,liikuntayhdistys"
},
"craft": {
"name": "Ammatti"
"name": "Käsityöammattilainen",
"aliases": "Ammattilainen\nAmmatinharjoittaja"
},
"craft/agricultural_engines": {
"name": "Maatalousmekaanikko"
@@ -6332,10 +6380,10 @@
"name": "Moporamppi"
},
"highway/cycleway/traffic_island": {
"name": "Keskisaareke (pyöräilijän)"
"name": "Pyöräilijän keskisaareke"
},
"highway/cycleway/traffic_island_shared": {
"name": "Keskisaareke (pyöräilijän ja jalankulkijan)"
"name": "Pyöräilijän ja jalankulkijan keskisaareke"
},
"highway/cyclist_waiting_aid": {
"name": "Pyöräilijän odotusnoja"
@@ -7020,9 +7068,11 @@
"leisure/pitch/athletics": {
"name": "Yleisurheilukenttä"
},
"leisure/pitch/athletics/discus_throw": {
"name": "Kiekonheittokehä / sektori"
},
"leisure/pitch/athletics/hammer_throw": {
"name": "Moukarinheittokehä / sektorialue",
"aliases": "Moukarikehä / sektorialue"
"name": "Moukarikehä / sektori"
},
"leisure/pitch/athletics/high_jump": {
"name": "Korkeushyppypatja"
@@ -7232,7 +7282,7 @@
"name": "Mattoteline"
},
"man_made/charge_point": {
"name": "Sähköauton latauspiste",
"name": "Sähköajoneuvon latauspiste",
"aliases": "Latauspiste"
},
"man_made/chimney": {
@@ -7545,7 +7595,7 @@
"terms": "kallio,jyrkänne,kallioseinämä,seinämä,pystyseinämä,jyrkkä rinne,rinne,pudotus,mäki,penger,törmä,töyräs"
},
"natural/coastline": {
"name": "Rannikko",
"name": "Merenrantaviiva",
"terms": "rantaviiva"
},
"natural/fell": {
@@ -7567,7 +7617,8 @@
"name": "Kuuma lähde"
},
"natural/mud": {
"name": "Muta"
"name": "Muta",
"terms": "muta,lieju,savi"
},
"natural/peak": {
"name": "Vuorenhuippu",
@@ -7696,8 +7747,7 @@
"name": "Suo"
},
"natural/wetland/fen": {
"name": "Neva",
"aliases": "Avosuo"
"name": "Letto"
},
"natural/wetland/mangrove": {
"name": "Mangrove"
@@ -8021,7 +8071,7 @@
"terms": "kiikku,linnunpesäkiikku,hämähäkki,hämähäkkikeinu hämähäkkikiikku,verkkokeinu"
},
"playground/bridge": {
"name": "Silta",
"name": "Leikkisilta",
"terms": "silta"
},
"playground/climbingframe": {
@@ -8074,7 +8124,7 @@
"name": "Keinu"
},
"playground/teenshelter": {
"name": "Katos"
"name": "Teen Shelter"
},
"playground/tetherball": {
"name": "Salkopallo"
@@ -8086,7 +8136,7 @@
"name": "Tunneli"
},
"playground/zipwire": {
"name": "Vaijeriliuku"
"name": "Leikkipuiston vaijeriliuku"
},
"point": {
"name": "Paikkapiste"
@@ -8521,6 +8571,9 @@
"name": "Kylpyhuoneliike",
"terms": "kylpyhuone,kylpy,suihku,amme,sisustus,sisustaminen,pesuhuone,sauna"
},
"shop/bbq": {
"name": "Grillikauppa"
},
"shop/beauty": {
"name": "Kauneushoitola"
},
@@ -8536,7 +8589,7 @@
"shop/bed": {
"name": "Vuodetarvikeliike",
"terms": "uni,peti,sänky,sängyn,sängyt,pedin,petivaatteet,lakana,peitto,tyyny,patja,nukkuminen,täkki,vuode,vuoteen,myymälä,kauppa,liike,puoti",
"aliases": "Patjakauppa"
"aliases": "Patjakauppa\nSänkykauppa"
},
"shop/beverages": {
"name": "Juomakauppa"
@@ -9441,7 +9494,7 @@
"terms": "laiva,laivanrakennus,laivateollisuus,teollisuus,rakentaminen,kuivatelakka,laivatelakka"
},
"waterway/drain": {
"name": "Viemäri"
"name": "Avoviemäri"
},
"waterway/fish_pass": {
"name": "Kalaporras"
@@ -9467,10 +9520,11 @@
"name": "Puro"
},
"waterway/stream_intermittent": {
"name": "Ajoittain kuiva puro"
"name": "Ajoittain kuiva puro",
"aliases": "Noro"
},
"waterway/tidal_channel": {
"name": "Tulvakanava"
"name": "Vuorovesikanava"
},
"waterway/water_point": {
"name": "Veneen juomavesipiste",
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -104,6 +104,9 @@
"cutting": {
"label": "Uri"
},
"cycle_barrier": {
"label": "Uri"
},
"depot": {
"label": "Uri"
},
+1 -1
View File
@@ -1 +1 @@
{"fil":{"presets":{"fields":{"access_aisle":{"label":"Uri"},"addr/interpolation":{"label":"Uri"},"address":{"placeholders":{"conscriptionnumber":"123","housenumber":"123"}},"advertising":{"label":"Uri"},"aerialway":{"label":"Uri"},"aeroway":{"label":"Uri"},"amenity":{"label":"Uri"},"archaeological_site":{"label":"Uri"},"area/highway":{"label":"Uri"},"artwork_type":{"label":"Uri"},"attraction":{"label":"Uri"},"barrier":{"label":"Uri"},"basin":{"label":"Uri"},"bicycle_parking":{"label":"Uri"},"board_type":{"label":"Uri","options":{"history":"Kasaysayan"}},"bollard":{"label":"Uri"},"boules":{"label":"Uri"},"boundary":{"label":"Uri"},"bridge":{"label":"Uri"},"bridge/support":{"label":"Uri"},"bridge_combo":{"label":"Uri"},"bunker_type":{"label":"Uri"},"camp_site":{"label":"Uri"},"castle_type":{"label":"Uri"},"check_date":{"placeholder":"YYYY-MM-DD"},"club":{"label":"Uri"},"community_centre":{"label":"Uri"},"construction":{"label":"Uri"},"consulate":{"label":"Uri"},"craft":{"label":"Uri"},"crossing":{"label":"Uri"},"cutting":{"label":"Uri"},"depot":{"label":"Uri"},"description":{"label":"Paglalarawan"},"diplomatic":{"label":"Uri"},"distance":{"label":"Distansya"},"disused/amenity":{"label":"Uri"},"disused/railway":{"label":"Uri"},"disused/shop":{"label":"Uri"},"dock":{"label":"Uri"},"door_type":{"label":"Uri"},"embankment":{"label":"Uri"},"embassy":{"label":"Uri"},"emergency_combo":{"label":"Uri"},"emergency_ward_entrance":{"label":"Uri"},"enforcement":{"label":"Uri"},"entrance":{"label":"Uri"},"fence_type":{"label":"Uri"},"ford":{"label":"Uri"},"fountain":{"label":"Uri"},"generator/source":{"label":"Batis"},"generator/type":{"label":"Uri"},"government":{"label":"Uri"},"guest_house":{"label":"Uri"},"healthcare":{"label":"Uri"},"highway":{"label":"Uri"},"historic":{"label":"Uri"},"holding_position/type":{"label":"Uri"},"indoor_type":{"label":"Uri"},"industrial":{"label":"Uri"},"information":{"label":"Uri"},"kerb/kerb_barrier":{"label":"Uri"},"label":{"label":"Label"},"lamp_type":{"label":"Uri"},"landuse":{"label":"Uri"},"leisure":{"label":"Uri"},"liaison":{"label":"Uri"},"lifeguard":{"label":"Uri"},"lift_gate/type":{"label":"Uri"},"man_made":{"label":"Uri"},"manhole":{"label":"Uri"},"map_type":{"label":"Uri"},"marker":{"label":"Uri"},"memorial":{"label":"Uri"},"museum":{"label":"Uri"},"name":{"label":"Pangalan"},"note":{"label":"Tala"},"office":{"label":"Uri"},"opening_date":{"placeholder":"YYYY-MM-DD"},"parking":{"label":"Uri"},"parking_entrance":{"label":"Uri"},"parking_space":{"label":"Uri"},"pipeline":{"label":"Uri"},"piste/type":{"label":"Uri"},"place":{"label":"Uri"},"playground":{"label":"Uri"},"population/date":{"placeholder":"YYYY-MM-DD"},"post_box/type":{"label":"Uri"},"power":{"label":"Uri"},"public_bookcase/type":{"label":"Uri"},"railway":{"label":"Uri"},"recycling_type":{"label":"Uri"},"relation":{"label":"Uri"},"residential":{"label":"Uri"},"resort":{"label":"Uri"},"restriction":{"label":"Uri"},"roller_coaster/track":{"label":"Uri"},"room":{"label":"Uri"},"route":{"label":"Uri"},"route_master":{"label":"Uri"},"ruins":{"label":"Uri"},"service":{"label":"Uri"},"shelter_type":{"label":"Uri"},"shop":{"label":"Uri"},"siren/type":{"label":"Uri"},"site":{"label":"Uri"},"social_facility":{"label":"Uri"},"start_date":{"placeholder":"YYYY-MM-DD"},"stile":{"label":"Uri"},"street_cabinet":{"label":"Uri"},"studio":{"label":"Uri"},"substation":{"label":"Uri"},"substation_pipeline":{"label":"Uri","options":{"measurement":"Sukat"}},"swimming_pool":{"label":"Uri"},"switch":{"label":"Uri"},"telecom":{"label":"Uri"},"telescope/type":{"label":"Uri"},"tomb":{"label":"Uri"},"tourism":{"label":"Uri"},"tower/type":{"label":"Uri"},"townhall/type":{"label":"Uri"},"trade":{"label":"Uri"},"traffic_calming":{"label":"Uri"},"traffic_signals":{"label":"Uri"},"transformer":{"label":"Uri"},"trench":{"label":"Uri"},"tunnel":{"label":"Uri"},"tunnel_combo":{"label":"Uri"},"valve":{"label":"Uri"},"wall":{"label":"Uri"},"water":{"label":"Uri"},"waterway":{"label":"Uri"},"wetland":{"label":"Uri"}},"presets":{"area":{"name":"Lugar"},"line":{"name":"Linya"},"place/square":{"name":"Gawing parisukat"},"point":{"name":"Punto"}}}}}
{"fil":{"presets":{"fields":{"access_aisle":{"label":"Uri"},"addr/interpolation":{"label":"Uri"},"address":{"placeholders":{"conscriptionnumber":"123","housenumber":"123"}},"advertising":{"label":"Uri"},"aerialway":{"label":"Uri"},"aeroway":{"label":"Uri"},"amenity":{"label":"Uri"},"archaeological_site":{"label":"Uri"},"area/highway":{"label":"Uri"},"artwork_type":{"label":"Uri"},"attraction":{"label":"Uri"},"barrier":{"label":"Uri"},"basin":{"label":"Uri"},"bicycle_parking":{"label":"Uri"},"board_type":{"label":"Uri","options":{"history":"Kasaysayan"}},"bollard":{"label":"Uri"},"boules":{"label":"Uri"},"boundary":{"label":"Uri"},"bridge":{"label":"Uri"},"bridge/support":{"label":"Uri"},"bridge_combo":{"label":"Uri"},"bunker_type":{"label":"Uri"},"camp_site":{"label":"Uri"},"castle_type":{"label":"Uri"},"check_date":{"placeholder":"YYYY-MM-DD"},"club":{"label":"Uri"},"community_centre":{"label":"Uri"},"construction":{"label":"Uri"},"consulate":{"label":"Uri"},"craft":{"label":"Uri"},"crossing":{"label":"Uri"},"cutting":{"label":"Uri"},"cycle_barrier":{"label":"Uri"},"depot":{"label":"Uri"},"description":{"label":"Paglalarawan"},"diplomatic":{"label":"Uri"},"distance":{"label":"Distansya"},"disused/amenity":{"label":"Uri"},"disused/railway":{"label":"Uri"},"disused/shop":{"label":"Uri"},"dock":{"label":"Uri"},"door_type":{"label":"Uri"},"embankment":{"label":"Uri"},"embassy":{"label":"Uri"},"emergency_combo":{"label":"Uri"},"emergency_ward_entrance":{"label":"Uri"},"enforcement":{"label":"Uri"},"entrance":{"label":"Uri"},"fence_type":{"label":"Uri"},"ford":{"label":"Uri"},"fountain":{"label":"Uri"},"generator/source":{"label":"Batis"},"generator/type":{"label":"Uri"},"government":{"label":"Uri"},"guest_house":{"label":"Uri"},"healthcare":{"label":"Uri"},"highway":{"label":"Uri"},"historic":{"label":"Uri"},"holding_position/type":{"label":"Uri"},"indoor_type":{"label":"Uri"},"industrial":{"label":"Uri"},"information":{"label":"Uri"},"kerb/kerb_barrier":{"label":"Uri"},"label":{"label":"Label"},"lamp_type":{"label":"Uri"},"landuse":{"label":"Uri"},"leisure":{"label":"Uri"},"liaison":{"label":"Uri"},"lifeguard":{"label":"Uri"},"lift_gate/type":{"label":"Uri"},"man_made":{"label":"Uri"},"manhole":{"label":"Uri"},"map_type":{"label":"Uri"},"marker":{"label":"Uri"},"memorial":{"label":"Uri"},"museum":{"label":"Uri"},"name":{"label":"Pangalan"},"note":{"label":"Tala"},"office":{"label":"Uri"},"opening_date":{"placeholder":"YYYY-MM-DD"},"parking":{"label":"Uri"},"parking_entrance":{"label":"Uri"},"parking_space":{"label":"Uri"},"pipeline":{"label":"Uri"},"piste/type":{"label":"Uri"},"place":{"label":"Uri"},"playground":{"label":"Uri"},"population/date":{"placeholder":"YYYY-MM-DD"},"post_box/type":{"label":"Uri"},"power":{"label":"Uri"},"public_bookcase/type":{"label":"Uri"},"railway":{"label":"Uri"},"recycling_type":{"label":"Uri"},"relation":{"label":"Uri"},"residential":{"label":"Uri"},"resort":{"label":"Uri"},"restriction":{"label":"Uri"},"roller_coaster/track":{"label":"Uri"},"room":{"label":"Uri"},"route":{"label":"Uri"},"route_master":{"label":"Uri"},"ruins":{"label":"Uri"},"service":{"label":"Uri"},"shelter_type":{"label":"Uri"},"shop":{"label":"Uri"},"siren/type":{"label":"Uri"},"site":{"label":"Uri"},"social_facility":{"label":"Uri"},"start_date":{"placeholder":"YYYY-MM-DD"},"stile":{"label":"Uri"},"street_cabinet":{"label":"Uri"},"studio":{"label":"Uri"},"substation":{"label":"Uri"},"substation_pipeline":{"label":"Uri","options":{"measurement":"Sukat"}},"swimming_pool":{"label":"Uri"},"switch":{"label":"Uri"},"telecom":{"label":"Uri"},"telescope/type":{"label":"Uri"},"tomb":{"label":"Uri"},"tourism":{"label":"Uri"},"tower/type":{"label":"Uri"},"townhall/type":{"label":"Uri"},"trade":{"label":"Uri"},"traffic_calming":{"label":"Uri"},"traffic_signals":{"label":"Uri"},"transformer":{"label":"Uri"},"trench":{"label":"Uri"},"tunnel":{"label":"Uri"},"tunnel_combo":{"label":"Uri"},"valve":{"label":"Uri"},"wall":{"label":"Uri"},"water":{"label":"Uri"},"waterway":{"label":"Uri"},"wetland":{"label":"Uri"}},"presets":{"area":{"name":"Lugar"},"line":{"name":"Linya"},"place/square":{"name":"Gawing parisukat"},"point":{"name":"Punto"}}}}}
+37 -7
View File
@@ -298,7 +298,8 @@
"painting": "Peinture",
"relief": "Relief",
"sculpture": "Sculpture",
"statue": "Statue"
"statue": "Statue",
"stone": "Pierre travaillée par un artiste"
}
},
"ascent": {
@@ -1196,6 +1197,19 @@
"label": "Type",
"placeholder": "Défaut"
},
"cycle_barrier": {
"label": "Type",
"options": {
"double": "Double"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixée",
"removable": "Détachable"
}
},
"cycle_network": {
"label": "Réseau"
},
@@ -1252,6 +1266,9 @@
"defibrillator/location": {
"label": "Localisation précise"
},
"deflection": {
"label": "Angle"
},
"delivery": {
"label": "Livraison",
"terms": "livraison"
@@ -1522,6 +1539,7 @@
"main": "Principale",
"secondary": "Secondaire",
"service": "Service",
"shop": "Entrée de commerce",
"staircase": "Cage d'escalier",
"yes": "Non précisé"
},
@@ -1570,8 +1588,7 @@
"lane": "Chaussée",
"parking_lot": "Parking",
"sidewalk": "Trottoir"
},
"terms": "position,localisation,installation"
}
},
"fire_hydrant/pressure": {
"label": "Pression (bar)",
@@ -2157,6 +2174,14 @@
"label": "Intervalle",
"terms": "interval"
},
"irrigation_pivot": {
"label": "Irrigation à pivot central",
"options": {
"pivot": "Oui",
"undefined": "Non"
},
"terms": "pivot; irrigation sous pivots"
},
"junction/ref_oneway": {
"label": "Identifiant de l'embranchement",
"terms": "numéro de jonction,carrefour,jonction,intersection,référence"
@@ -2164,7 +2189,7 @@
"junction_line": {
"label": "Jonction routière\nCarrefour",
"options": {
"circular": "Carrefour giratoire",
"circular": "Rond-point",
"jughandle": "Tourne-à-gauche",
"roundabout": "Carrefour giratoire"
},
@@ -2481,6 +2506,9 @@
"label": "Largeur maximale",
"terms": "largeur maximale,maximum,limite de largeur"
},
"maxwidth/physical": {
"label": "Largeur maximale"
},
"memorial": {
"label": "Type",
"options": {
@@ -2794,7 +2822,8 @@
"terms": "places en terrase,terrasse,beer garden,biergarten,restaurant,bar"
},
"panoramax": {
"label": "ID d'image Panoramax"
"label": "ID d'image Panoramax",
"terms": "panoramax,image panoramax,identifiant de l'image panoramax"
},
"par": {
"label": "Par",
@@ -7427,8 +7456,9 @@
"terms": "bretelle,accès,entrée,sortie,voie,route,rapide,express"
},
"highway/turning_circle": {
"name": "Rond point",
"terms": "point de retournement"
"name": "Zone de manœuvre",
"terms": "point de retournement",
"aliases": "Point de retournement"
},
"highway/turning_loop": {
"name": "Boucle de retournement (îlot central)",
+1 -1
View File
File diff suppressed because one or more lines are too long
+62 -34
View File
@@ -298,7 +298,8 @@
"painting": "Peinture",
"relief": "Relief",
"sculpture": "Sculpture",
"statue": "Statue"
"statue": "Statue",
"stone": "Pierre travaillée par un artiste"
}
},
"ascent": {
@@ -395,7 +396,7 @@
"ditch": "Fossé",
"entrance": "Entrée",
"fence": "Clôture",
"gate": "Porte",
"gate": "Portail",
"guard_rail": "Barrière de sécurité",
"hedge": "Haie",
"height_restrictor": "Limite de hauteur",
@@ -1045,7 +1046,7 @@
"label": "Type",
"options": {
"traffic_signals": "Passage avec feux de signalisation",
"uncontrolled": "Traversée non marquée",
"uncontrolled": "Traversée non protégée",
"unmarked": "Pas de marquage routiers ni de feux de signalisation"
}
},
@@ -1090,7 +1091,7 @@
"terms": "marquage,peinture,sol,traversée,voie,voirie"
},
"crossing_raised": {
"label": "Relevé",
"label": "Surélevé",
"options": {
"table": "Oui",
"undefined": "Non"
@@ -1199,6 +1200,19 @@
"label": "Type",
"placeholder": "Défaut"
},
"cycle_barrier": {
"label": "Type",
"options": {
"double": "Double"
}
},
"cycle_barrier/installation": {
"label": "Installation",
"options": {
"fixed": "Fixée",
"removable": "Détachable"
}
},
"cycle_network": {
"label": "Réseau"
},
@@ -1255,6 +1269,9 @@
"defibrillator/location": {
"label": "Localisation précise"
},
"deflection": {
"label": "Angle"
},
"delivery": {
"label": "Livraison",
"terms": "livraison"
@@ -1525,6 +1542,7 @@
"main": "Principale",
"secondary": "Secondaire",
"service": "Service",
"shop": "Entrée de commerce",
"staircase": "Cage d'escalier",
"yes": "Non précisé"
},
@@ -1573,8 +1591,7 @@
"lane": "Chaussée",
"parking_lot": "Parking",
"sidewalk": "Trottoir"
},
"terms": "position,localisation,installation"
}
},
"fire_hydrant/pressure": {
"label": "Pression (bar)",
@@ -2160,6 +2177,14 @@
"label": "Intervalle",
"terms": "interval"
},
"irrigation_pivot": {
"label": "Irrigation à pivot central",
"options": {
"pivot": "Oui",
"undefined": "Non"
},
"terms": "pivot,irrigation sous pivots,arroseur à pivot,asperseur"
},
"junction/ref_oneway": {
"label": "Identifiant de l'embranchement",
"terms": "numéro de jonction,carrefour,jonction,intersection,référence"
@@ -2190,11 +2215,11 @@
},
"raised": {
"description": "Un trottoir surélevé qui ne peut pas être utilisé par des utilisateurs en fauteuil roulant, élevé de plus que quelques centimètres.",
"title": "Relevé"
"title": "Surélevé"
},
"rolled": {
"description": "Un trottoir relevé avec un bord arrondi, ce qui le rend plus facile à franchir par les véhicules, mais pas par les fauteuils roulants.",
"title": "Arrondi et relevé"
"description": "Un trottoir surélevé avec un bord arrondi, ce qui le rend plus facile à franchir par les véhicules, mais pas par les fauteuils roulants.",
"title": "Arrondi et surélevé"
},
"yes": {
"description": "Une sorte de bordure est présente à cet endroit, on ne sait pas si elle est surélevée, abaissée, à fleur, etc.",
@@ -2484,6 +2509,9 @@
"label": "Largeur maximale",
"terms": "largeur maximale,maximum,limite de largeur"
},
"maxwidth/physical": {
"label": "Largeur maximale"
},
"memorial": {
"label": "Type",
"options": {
@@ -2797,7 +2825,8 @@
"terms": "places en terrase,terrasse,beer garden,biergarten,restaurant,bar"
},
"panoramax": {
"label": "ID d'image Panoramax"
"label": "ID d'image Panoramax",
"terms": "panoramax,image panoramax,identifiant de l'image panoramax"
},
"par": {
"label": "Par",
@@ -2867,7 +2896,7 @@
},
"surface": {
"description": "Un niveau de parking au sol",
"title": "En surface"
"title": "Revêtement"
},
"underground": {
"description": "Parking souterrain",
@@ -3733,7 +3762,7 @@
"day_care": "Soins de jour",
"food_bank": "Banque alimentaire",
"group_home": "Résidence collective",
"nursing_home": "Maison de repos",
"nursing_home": "Maison de soin",
"outreach": "Service de conseil",
"shelter": "Abri",
"workshop": "Entreprise de travail adapté"
@@ -4379,7 +4408,7 @@
"options": {
"avalanche_protector": "Dispositif anti-avalanche",
"building_passage": "Passerelle",
"culvert": "Caniveau",
"culvert": "Canalisation",
"flooded": "Tunnel inondé"
}
},
@@ -5388,7 +5417,7 @@
"terms": "boîte de nuit,discothèque,lgbtq,gay,lesbien"
},
"amenity/nursing_home": {
"name": "Maison de repos"
"name": "Maison de soin, handicapé,longue durée"
},
"amenity/parcel_locker": {
"name": "Casier à colis",
@@ -5742,8 +5771,8 @@
"terms": "foyer pour sans-abri"
},
"amenity/social_facility/nursing_home": {
"name": "Maison de repos",
"terms": "maison de repos,maison de convalescence,maison de retraite médicalisée,ehpad"
"name": "EHPAD",
"terms": "maison de retraite médicalisée,personnes âgées,médicalisé"
},
"amenity/stripclub": {
"name": "Club de strip-tease",
@@ -6180,8 +6209,8 @@
"terms": "abaissement de trottoir,bateau,bordure abaissée,rampe d'accès,plan incliné,charretière"
},
"barrier/kerb/raised": {
"name": "Bordure de trottoir relevée",
"terms": "trottoir,bord,relèvement de trottoir,trottoir relevé"
"name": "Bordure de trottoir surélevée",
"terms": "trottoir,bord,relèvement de trottoir,trottoir surélevé"
},
"barrier/kerb/rolled": {
"name": "Bordure de trottoir creusée",
@@ -6832,9 +6861,9 @@
"terms": "tuyau d'incendie,lance à incendie,canon à eau"
},
"emergency/fire_hydrant": {
"name": "Point d'eau incendie",
"name": "Borne d'incendie",
"terms": "borne incendie,borne-fontaine,borne fontaine,bouche d'incendie,poteau incendie,hydrant,fire hydrant,point d'eau incendie",
"aliases": "Borne incendie"
"aliases": "Bouche d'incendie\nPoint d'eau incendie"
},
"emergency/fire_hydrant/pillar": {
"name": "Poteau incendie",
@@ -7112,9 +7141,8 @@
"terms": "corridor intérieur"
},
"highway/crossing": {
"name": "Passage",
"terms": "passage piéton",
"aliases": "Traversée"
"name": "Passage piéton",
"terms": "passage piéton"
},
"highway/crossing/traffic_signals": {
"name": "Passage piéton avec feux de signalisation",
@@ -7148,7 +7176,7 @@
"terms": "passage,traversée,cycliste,protégé,signalisation,lumineuse,feux"
},
"highway/cycleway/crossing/uncontrolled": {
"name": "Passage cycliste marqué",
"name": "Passage cycliste non protégé",
"terms": "passage cycliste,passage piéton,passage clouté"
},
"highway/cycleway/crossing/unmarked": {
@@ -7166,7 +7194,7 @@
"name": "Îlot central"
},
"highway/cyclist_waiting_aid": {
"name": "Sas vélo",
"name": "Support d'attente cycliste",
"terms": "sas à vélo,sas cycliste,sas pour vélo"
},
"highway/elevator": {
@@ -7419,8 +7447,8 @@
"terms": "miroir de sécurité"
},
"highway/traffic_signals": {
"name": "Feux tricolores",
"terms": "feux de circulation,feux tricolores,feux rouges"
"name": "Feux de signalisation routière",
"terms": "feux de circulation,feux tricolores,feux rouges,feux de signalisation"
},
"highway/trailhead": {
"name": "Début du sentier",
@@ -7436,7 +7464,7 @@
},
"highway/turning_circle": {
"name": "Zone de manœuvre",
"terms": "point de retournement"
"terms": "point de retournement;zone de manœuvre"
},
"highway/turning_loop": {
"name": "Boucle de retournement (îlot central)",
@@ -8332,7 +8360,7 @@
"terms": "cheminée"
},
"man_made/clarifier": {
"name": "canteur d'eaux usées",
"name": "Clarificateur d'eaux usées",
"terms": "clarificateur d'eaux usées,clarificateur,décanteur"
},
"man_made/clearcut": {
@@ -8770,8 +8798,8 @@
"terms": "glacier"
},
"natural/grassland": {
"name": "Zone naturelle à dominance herbacée",
"terms": "prairie"
"name": "Prairie naturelle",
"terms": "prairie,zone naturelle à dominance herbacée"
},
"natural/heath": {
"name": "Lande",
@@ -9461,7 +9489,7 @@
"terms": "câble électrique souterrain"
},
"power/catenary_mast": {
"name": "Caténaire",
"name": "Mât de caténaire",
"terms": "caténaire,câble,éléctrique,alimentation,train,tramway,trolley"
},
"power/generator": {
@@ -9816,8 +9844,8 @@
"terms": "croisement rail-rail,croisement à niveau de voies ferrées"
},
"railway/signal": {
"name": "Feux tricolores ferroviaires",
"terms": "feux tricolores ferroviaires,signalisation ferroviaire"
"name": "Feux de signalisation ferroviaire",
"terms": "feux de signalisation ferroviaire,feux ferroviaires"
},
"railway/station": {
"name": "Gare ferroviaire"
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -638,6 +638,9 @@
"label": "Cineál",
"placeholder": "Réamhshocruithe"
},
"cycle_barrier": {
"label": "Cineál"
},
"cycle_network": {
"label": "Líonra"
},
@@ -1069,6 +1072,12 @@
"yes": "Le Táille"
}
},
"irrigation_pivot": {
"options": {
"pivot": "Tá",
"undefined": "Níl"
}
},
"junction_line": {
"label": "Acomhal",
"options": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+59 -3
View File
@@ -298,7 +298,9 @@
"painting": "绘画",
"relief": "浮雕",
"sculpture": "雕塑",
"statue": "塑像"
"statue": "塑像",
"stone": "藝術加工石材",
"tilework": "瓷磚工作"
}
},
"ascent": {
@@ -1199,6 +1201,25 @@
"label": "类型",
"placeholder": "預設"
},
"cycle_barrier": {
"label": "类型",
"options": {
"diagonal": "對角線",
"double": "雙倍",
"single": "單一",
"tilted": "傾斜",
"triple": "三角椎"
}
},
"cycle_barrier/installation": {
"label": "安裝方式",
"options": {
"fixed": "固定式",
"openable": "可開啟",
"removable": "可移除"
},
"terms": "安裝方式"
},
"cycle_network": {
"label": "自行車路網"
},
@@ -1257,6 +1278,9 @@
"defibrillator/location": {
"label": "位置說明"
},
"deflection": {
"label": "角度"
},
"delivery": {
"label": "外送",
"terms": "外送,宅配,送貨到家,送貨到府,送到家,遞送到家,快遞"
@@ -1527,6 +1551,7 @@
"main": "主要入口",
"secondary": "次要入口",
"service": "員工專用",
"shop": "商店入口",
"staircase": "樓梯間",
"yes": "就是個出入口"
},
@@ -1575,8 +1600,7 @@
"lane": "车道",
"parking_lot": "停车位",
"sidewalk": "人行道"
},
"terms": "位置,地点"
}
},
"fire_hydrant/pressure": {
"label": "壓力 (巴)",
@@ -2162,6 +2186,14 @@
"label": "間隔時間",
"terms": "間隔時間,發車間隔"
},
"irrigation_pivot": {
"label": "中心樞紐灌溉",
"options": {
"pivot": "可以",
"undefined": "不可以"
},
"terms": "中心樞紐灌溉"
},
"junction/ref_oneway": {
"label": "交流道編號",
"terms": "交流道編號,出口編號,路口編號"
@@ -2486,6 +2518,9 @@
"label": "限宽",
"terms": "限宽,限制宽度,最大宽度,最宽宽度,宽度限制"
},
"maxwidth/physical": {
"label": "限宽"
},
"memorial": {
"label": "类型",
"options": {
@@ -2761,6 +2796,9 @@
"label": "允許明火",
"terms": "允許明火,允許生火"
},
"opening": {
"label": "開口寬度(公尺)"
},
"opening_date": {
"label": "預計開放日期",
"placeholder": "年年年年-月月-日日"
@@ -2798,6 +2836,9 @@
"label": "室外座位",
"terms": "室外座位,戶外座位,外面座位"
},
"overlap": {
"label": "重疊寬度(公尺)"
},
"panoramax": {
"label": "Panoramax 影像 ID",
"terms": "panoramax 影像編號"
@@ -3783,6 +3824,9 @@
"source/population": {
"label": "人口資料來源"
},
"spacing": {
"label": "障礙之間的距離(公尺)"
},
"species": {
"label": "种",
"placeholder": "挪威楓 Acer platanoides, 夏櫟 Quercus robur, …",
@@ -5957,6 +6001,10 @@
"name": "獸醫",
"terms": "兽医,动物,宠物,医院,家畜,治疗,医疗,急救,手术,猫,狗,犬,门诊"
},
"amenity/veterinary_pharmacy": {
"name": "獸醫藥局",
"terms": "動物用藥店,動物藥局,動物藥房,獸醫藥房"
},
"amenity/waste/dog_excrement": {
"name": "寵物排泄物箱",
"terms": "寵物排洩物箱,狗排泄物箱"
@@ -9958,6 +10006,10 @@
"name": "浴室配件店",
"terms": "衛浴用品店"
},
"shop/bbq": {
"name": "燒烤店",
"terms": "烤肉店,燒肉店"
},
"shop/beauty": {
"name": "美容店",
"terms": "美容店"
@@ -10248,6 +10300,10 @@
"name": "蔬果行",
"terms": "蔬果行"
},
"shop/groundskeeping": {
"name": "除草與花園設備商店",
"terms": "除草與花園設備商家,花圃設備店,除草與花園設備店"
},
"shop/hairdresser": {
"name": "美髮店",
"terms": "美髮店,理容店"
+1 -1
View File
File diff suppressed because one or more lines are too long
+15
View File
@@ -834,6 +834,15 @@
"label": "Tipo",
"placeholder": "Por defecto"
},
"cycle_barrier": {
"label": "Tipo"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Fixa",
"removable": "Desmontable"
}
},
"cycle_network": {
"label": "Rede"
},
@@ -1450,6 +1459,12 @@
"interval": {
"label": "Intervalo"
},
"irrigation_pivot": {
"options": {
"pivot": "Si",
"undefined": "Non"
}
},
"junction/ref_oneway": {
"label": "Número de cruzamento"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -147,6 +147,9 @@
"label": "પ્રકાર",
"placeholder": "મૂળભૂત"
},
"cycle_barrier": {
"label": "પ્રકાર"
},
"departures_board": {
"options": {
"yes": "હા"
@@ -268,6 +271,12 @@
"yes": "હા"
}
},
"irrigation_pivot": {
"options": {
"pivot": "હા",
"undefined": "ા"
}
},
"kerb": {
"options": {
"no": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+17
View File
@@ -1092,6 +1092,14 @@
"label": "סוג",
"placeholder": "ברירת מחדל"
},
"cycle_barrier": {
"label": "סוג"
},
"cycle_barrier/installation": {
"options": {
"fixed": "קבוע"
}
},
"cycle_network": {
"label": "רשת"
},
@@ -1953,6 +1961,12 @@
"interval": {
"label": "הפרש"
},
"irrigation_pivot": {
"options": {
"pivot": "כן",
"undefined": "לא"
}
},
"junction/ref_oneway": {
"label": "מספר צומת"
},
@@ -2217,6 +2231,9 @@
"maxwidth": {
"label": "מגבלת רוחב"
},
"maxwidth/physical": {
"label": "מגבלת רוחב"
},
"memorial": {
"label": "סוג",
"options": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+17
View File
@@ -1093,6 +1093,14 @@
"label": "סוג",
"placeholder": "בררת מחדל"
},
"cycle_barrier": {
"label": "סוג"
},
"cycle_barrier/installation": {
"options": {
"fixed": "קבוע"
}
},
"cycle_network": {
"label": "רשת"
},
@@ -1954,6 +1962,12 @@
"interval": {
"label": "הפרש"
},
"irrigation_pivot": {
"options": {
"pivot": "כן",
"undefined": "אין"
}
},
"junction/ref_oneway": {
"label": "מספר צומת"
},
@@ -2218,6 +2232,9 @@
"maxwidth": {
"label": "מגבלת רוחב"
},
"maxwidth/physical": {
"label": "מגבלת רוחב"
},
"memorial": {
"label": "סוג",
"options": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -298,6 +298,9 @@
"cutting": {
"label": "प्रकार"
},
"cycle_barrier": {
"label": "प्रकार"
},
"cycleway": {
"options": {
"no": {
@@ -461,6 +464,12 @@
"yes": "हॉं"
}
},
"irrigation_pivot": {
"options": {
"pivot": "हॉं",
"undefined": "नहीं"
}
},
"kerb": {
"options": {
"no": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+17
View File
@@ -1030,6 +1030,14 @@
"label": "Vrsta",
"placeholder": "Predefinirano"
},
"cycle_barrier": {
"label": "Vrsta"
},
"cycle_barrier/installation": {
"options": {
"fixed": "Fiksirana"
}
},
"cycle_network": {
"label": "Mreža"
},
@@ -1653,6 +1661,12 @@
"label": "Interval",
"terms": "interval"
},
"irrigation_pivot": {
"options": {
"pivot": "Da",
"undefined": "Ne"
}
},
"junction/ref_oneway": {
"label": "Broj raskršća",
"terms": "broj raskršća"
@@ -1853,6 +1867,9 @@
"maxwidth": {
"label": "Ograničenje širine"
},
"maxwidth/physical": {
"label": "Ograničenje širine"
},
"memorial": {
"label": "Vrsta",
"options": {

Some files were not shown because too many files have changed in this diff Show More