This commit is contained in:
Martin Raifer
2024-01-24 16:44:09 +01:00
parent e44e9ed65a
commit 1aedde053e
119 changed files with 8492 additions and 900 deletions
+49
View File
@@ -23,6 +23,55 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# 6.6.0
##### 2024-Jan-24
#### New Presets
* Add preset for `man_made=insect_hotel` ([#1020], thanks [@tordans])
* Add preset for `highway=cyclist_waiting_aid` ([#1069], thansk [@k-yle])
* Add presets for tracks, stations and supports of roller coasters ([#985], thanks [@arch0345])
* Add new preset for Fuel Pumps and adjust current preset for Fuel Vending Machines ([#988], thanks [@Dimitar5555])
* Add a preset for Snack Vending Machines (`vending=food` + `food=snacks`) ([#1038], thanks [@arch0345])
#### Changed Presets
* Add `support` & `colour` fields to Letter Box preset ([#1005], thanks [@mnalis])
* Rename `vending=sweets` to Candy Vending Machine ([#1038], thanks [@arch0345])
* Change name of `traffic_calming=island` preset to Traffic Calming Island ([#1074], thanks [@ireun])
#### New and Changed Fields
* Add field for the type of roller coaster tracks ([#985], thanks [@arch0345])
* Add field for `opening_hours:drive_through` ([#999], thanks [@arch0345])
* Add field to specify types of books available at Public Bookcases ([#1001], thanks [@danieldegroot2]), as well as in Libraries and Book Shops
#### Regional Presets and Fields
* Add field for the `fhrs:id` reference code for food establishments in the UK (, thanks [@Cj-Malone])
* Disallow leading zeros in `gnis:feature_id` field ([#1007], thanks [@watmildon])
* Specify `crossing:markings` types in Poland ([#1030], thanks [@Zaczero])
* Add field for `ref:edubase` reference code for schools (and similar facilities) in the UK ([#1000], thanks [@arrival-spring])
#### Bugfixes
* Allow Ferris Wheels to be mapped as areas ([#989], thanks [@andreadecorte])
#### Documentation and Other Changes
* Don't lowercase hashtags of changesets ([#1080])
[#985]: https://github.com/openstreetmap/id-tagging-schema/pull/985
[#987]: https://github.com/openstreetmap/id-tagging-schema/pull/987
[#988]: https://github.com/openstreetmap/id-tagging-schema/pull/988
[#989]: https://github.com/openstreetmap/id-tagging-schema/pull/989
[#999]: https://github.com/openstreetmap/id-tagging-schema/pull/999
[#1000]: https://github.com/openstreetmap/id-tagging-schema/pull/1000
[#1001]: https://github.com/openstreetmap/id-tagging-schema/pull/1001
[#1005]: https://github.com/openstreetmap/id-tagging-schema/pull/1005
[#1007]: https://github.com/openstreetmap/id-tagging-schema/pull/1007
[#1020]: https://github.com/openstreetmap/id-tagging-schema/pull/1020
[#1030]: https://github.com/openstreetmap/id-tagging-schema/pull/1030
[#1038]: https://github.com/openstreetmap/id-tagging-schema/pull/1038
[#1069]: https://github.com/openstreetmap/id-tagging-schema/pull/1069
[#1074]: https://github.com/openstreetmap/id-tagging-schema/pull/1074
[#1080]: https://github.com/openstreetmap/id-tagging-schema/issues/1080
[@andreadecorte]: https://github.com/andreadecorte
[@watmildon]: https://github.com/watmildon
[@mnalis]: https://github.com/mnalis
[@arrival-spring]: https://github.com/arrival-spring
[@ireun]: https://github.com/ireun
# 6.5.0
##### 2023-Dec-15
+120 -4
View File
@@ -831,6 +831,15 @@
"key": "site",
"type": "combo"
},
"side": {
"key": "side",
"type": "combo",
"autoSuggestions": false,
"options": [
"left",
"right"
]
},
"shower": {
"key": "shower",
"type": "check"
@@ -2296,7 +2305,13 @@
"hashtags": {
"key": "hashtags",
"type": "semiCombo",
"usage": "changeset"
"usage": "changeset",
"caseSensitive": true
},
"handrest": {
"key": "handrest",
"type": "check",
"default": "yes"
},
"handrail": {
"key": "handrail",
@@ -2398,6 +2413,10 @@
"type": "typeCombo",
"usage": "group"
},
"footrest": {
"key": "footrest",
"type": "check"
},
"flood_prone": {
"key": "flood_prone",
"type": "check"
@@ -3153,6 +3172,11 @@
"snake_case": false,
"caseSensitive": true
},
"count": {
"key": "count",
"type": "number",
"minValue": 1
},
"conveying_escalator": {
"key": "conveying",
"type": "check"
@@ -3483,6 +3507,10 @@
"type": "combo",
"caseSensitive": true
},
"books": {
"key": "books",
"type": "semiCombo"
},
"bollard": {
"key": "bollard",
"type": "combo",
@@ -4382,6 +4410,19 @@
"key": "roof:colour",
"type": "colour"
},
"roller_coaster/track": {
"key": "roller_coaster",
"type": "combo",
"options": [
"lift_hill",
"launch_straight",
"brake_run",
"station",
"moving",
"waiting",
"maintenance"
]
},
"ref/vatin": {
"key": "ref:vatin",
"type": "identifier",
@@ -4444,6 +4485,17 @@
"key": "ref:isil",
"type": "text"
},
"ref/edubase-GB": {
"key": "ref:edubase",
"type": "identifier",
"urlFormat": "https://get-information-schools.service.gov.uk/Establishments/Establishment/Details/{value}",
"pattern": "^[0-9]{1,}$",
"locationSet": {
"include": [
"gb"
]
}
},
"ref/linz/place_id-NZ": {
"key": "ref:linz:place_id",
"type": "identifier",
@@ -4803,6 +4855,16 @@
"key": "operator"
}
},
"opening_hours/drive_through": {
"key": "opening_hours:drive_through",
"type": "combo",
"prerequisiteTag": {
"key": "drive_through",
"value": "yes"
},
"snake_case": false,
"caseSensitive": true
},
"oneway/bicycle": {
"key": "oneway:bicycle",
"type": "check",
@@ -5071,7 +5133,7 @@
"key": "gnis:feature_id",
"type": "identifier",
"urlFormat": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/{value}",
"pattern": "^[0-9]{1,}$",
"pattern": "^[1-9][0-9]*$",
"locationSet": {
"include": [
"us"
@@ -5267,6 +5329,17 @@
"type": "combo",
"snake_case": false
},
"fhrs/id-GB": {
"key": "fhrs:id",
"type": "identifier",
"urlFormat": "https://ratings.food.gov.uk/business/en-GB/{value}",
"pattern": "^[0-9]{1,}$",
"locationSet": {
"include": [
"gb"
]
}
},
"door/width": {
"key": "door:width",
"minValue": 0,
@@ -5361,10 +5434,32 @@
"BG",
"DE",
"AT",
"CH"
"CH",
"PL"
]
}
},
"crossing/markings_yes-PL": {
"key": "crossing:markings",
"type": "combo",
"label": "{crossing/markings}",
"options": [
"zebra",
"dots",
"surface",
"yes",
"no"
],
"autoSuggestions": false,
"iconsCrossReference": "{crossing/markings}",
"stringsCrossReference": "{crossing/markings}",
"locationSet": {
"include": [
"PL"
]
},
"default": "yes"
},
"crossing/markings_yes-DE-AT-CH": {
"key": "crossing:markings",
"type": "combo",
@@ -5432,7 +5527,8 @@
"BG",
"DE",
"AT",
"CH"
"CH",
"PL"
]
},
"options": [
@@ -5453,6 +5549,26 @@
"ladder:paired"
]
},
"crossing/markings-PL": {
"key": "crossing:markings",
"type": "combo",
"label": "{crossing/markings}",
"options": [
"zebra",
"dots",
"surface",
"yes",
"no"
],
"autoSuggestions": false,
"iconsCrossReference": "{crossing/markings}",
"stringsCrossReference": "{crossing/markings}",
"locationSet": {
"include": [
"PL"
]
}
},
"crossing/markings-DE-AT-CH": {
"key": "crossing:markings",
"type": "combo",
+1 -1
View File
File diff suppressed because one or more lines are too long
+236 -19
View File
@@ -2537,6 +2537,7 @@
"moreFields": [
"{tourism/motel}",
"bar",
"fhrs/id-GB",
"ref/FR/siret-FR",
"stars"
],
@@ -2554,6 +2555,7 @@
"{tourism/guest_house}"
],
"moreFields": [
"fhrs/id-GB",
"{tourism/guest_house}"
],
"geometry": [
@@ -2583,6 +2585,7 @@
"{@templates/poi}",
"air_conditioning",
"building/levels_building",
"fhrs/id-GB",
"height_building",
"reservation",
"smoking"
@@ -2637,6 +2640,7 @@
"building/levels_building",
"height_building",
"payment_multi",
"fhrs/id-GB",
"reservation",
"smoking"
],
@@ -3272,6 +3276,7 @@
"icon": "maki-alcohol-shop",
"moreFields": [
"{shop}",
"fhrs/id-GB",
"min_age"
],
"geometry": [
@@ -3386,6 +3391,9 @@
"point",
"area"
],
"moreFields": [
"fhrs/id-GB"
],
"tags": {
"shop": "variety_store"
}
@@ -3515,6 +3523,9 @@
"point",
"area"
],
"moreFields": [
"fhrs/id-GB"
],
"tags": {
"shop": "tea"
}
@@ -3558,6 +3569,7 @@
"moreFields": [
"{shop}",
"diet_multi",
"fhrs/id-GB",
"organic"
],
"geometry": [
@@ -3675,7 +3687,10 @@
],
"tags": {
"shop": "seafood"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/scuba_diving": {
"icon": "temaki-scuba_diving",
@@ -3855,7 +3870,10 @@
],
"tags": {
"shop": "pastry"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/pasta": {
"icon": "fas-plate-wheat",
@@ -3963,6 +3981,9 @@
"point",
"area"
],
"moreFields": [
"fhrs/id-GB"
],
"tags": {
"shop": "newsagent"
}
@@ -4246,7 +4267,10 @@
],
"tags": {
"shop": "herbalist"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/hearing_aids": {
"icon": "temaki-hearing_aid",
@@ -4266,7 +4290,10 @@
],
"tags": {
"shop": "health_food"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/hardware": {
"icon": "temaki-tools",
@@ -4314,6 +4341,9 @@
"{shop}",
"organic"
],
"moreFields": [
"fhrs/id-GB"
],
"geometry": [
"point",
"area"
@@ -4418,6 +4448,9 @@
"point",
"area"
],
"moreFields": [
"fhrs/id-GB"
],
"tags": {
"shop": "frozen_food"
}
@@ -4493,6 +4526,9 @@
"{shop}",
"organic"
],
"moreFields": [
"fhrs/id-GB"
],
"geometry": [
"point",
"area"
@@ -4597,7 +4633,10 @@
],
"tags": {
"shop": "department_store"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/deli": {
"icon": "fas-jar",
@@ -4607,7 +4646,10 @@
],
"tags": {
"shop": "deli"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/dairy": {
"icon": "fas-cheese",
@@ -4673,6 +4715,7 @@
"icon": "fas-shopping-basket",
"moreFields": [
"{shop}",
"fhrs/id-GB",
"organic"
],
"geometry": [
@@ -4691,7 +4734,10 @@
],
"tags": {
"shop": "confectionery"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/computer": {
"icon": "fas-laptop",
@@ -4761,7 +4807,10 @@
],
"tags": {
"shop": "chemist"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/cheese": {
"icon": "fas-cheese",
@@ -4771,7 +4820,10 @@
],
"tags": {
"shop": "cheese"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/charity": {
"icon": "maki-shop",
@@ -4907,7 +4959,10 @@
],
"tags": {
"shop": "butcher"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/brewing_supplies": {
"icon": "temaki-storage_fermenter",
@@ -4923,6 +4978,7 @@
"icon": "fas-book",
"fields": [
"{shop}",
"books",
"internet_access"
],
"moreFields": [
@@ -5028,7 +5084,10 @@
],
"tags": {
"shop": "bakery"
}
},
"moreFields": [
"fhrs/id-GB"
]
},
"shop/bag": {
"icon": "fas-suitcase-rolling",
@@ -5094,10 +5153,12 @@
"icon": "fas-wine-bottle",
"fields": [
"{shop}",
"drive_through"
"drive_through",
"opening_hours/drive_through"
],
"moreFields": [
"{shop}",
"fhrs/id-GB",
"min_age"
],
"geometry": [
@@ -5463,6 +5524,50 @@
"route": "ferry"
}
},
"roller_coaster/track": {
"icon": "temaki-roller_coaster",
"fields": [
"roller_coaster/track",
"height",
"layer"
],
"geometry": [
"line"
],
"tags": {
"roller_coaster": "track"
}
},
"roller_coaster/support": {
"icon": "roentgen-tower",
"fields": [
"height",
"layer",
"material"
],
"moreFields": [
"colour"
],
"geometry": [
"line"
],
"tags": {
"roller_coaster": "support"
}
},
"roller_coaster/station": {
"icon": "temaki-roller_coaster",
"fields": [
"building_area_yes"
],
"geometry": [
"vertex",
"area"
],
"tags": {
"roller_coaster": "station"
}
},
"railway/yard": {
"icon": "temaki-freight_car",
"fields": [
@@ -10981,6 +11086,22 @@
"man_made": "lighthouse"
}
},
"man_made/insect_hotel": {
"icon": "fas-bugs",
"geometry": [
"point"
],
"moreFields": [
"ref",
"operator",
"length",
"width",
"height"
],
"tags": {
"man_made": "insect_hotel"
}
},
"man_made/groyne": {
"fields": [
"material",
@@ -11051,6 +11172,22 @@
"man_made": "gantry"
}
},
"man_made/fuel_pump": {
"icon": "maki-fuel",
"fields": [
"ref",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"operator",
"self_service"
],
"geometry": [
"point"
],
"tags": {
"man_made": "fuel_pump"
}
},
"man_made/flagpole": {
"icon": "maki-embassy",
"fields": [
@@ -12561,6 +12698,7 @@
"fee",
"max_age",
"min_age",
"fhrs/id-GB",
"operator"
],
"geometry": [
@@ -12936,6 +13074,7 @@
"{@templates/poi}",
"air_conditioning",
"min_age",
"fhrs/id-GB",
"smoking"
],
"geometry": [
@@ -16993,6 +17132,25 @@
"highway": "elevator"
}
},
"highway/cyclist_waiting_aid": {
"icon": "temaki-guard_rail",
"fields": [
"footrest",
"handrest",
"direction_vertex",
"side",
"count"
],
"moreFields": [
"capacity"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "cyclist_waiting_aid"
}
},
"highway/cycleway": {
"icon": "fas-biking",
"fields": [
@@ -19226,6 +19384,7 @@
"icon": "maki-alcohol-shop",
"moreFields": [
"{craft}",
"fhrs/id-GB",
"min_age"
],
"geometry": [
@@ -19584,6 +19743,7 @@
],
"moreFields": [
"{craft}",
"fhrs/id-GB",
"min_age"
],
"geometry": [
@@ -19600,6 +19760,9 @@
"point",
"area"
],
"moreFields": [
"fhrs/id-GB"
],
"tags": {
"craft": "confectionery"
}
@@ -19641,6 +19804,9 @@
"cuisine",
"{craft}"
],
"moreFields": [
"fhrs/id-GB"
],
"geometry": [
"point",
"area"
@@ -21419,7 +21585,8 @@
"icon": "roentgen-slide_and_water",
"fields": [
"{attraction}",
"height"
"height",
"layer"
],
"moreFields": [
"{attraction}",
@@ -21685,7 +21852,8 @@
"min_age"
],
"geometry": [
"point"
"point",
"area"
],
"tags": {
"attraction": "big_wheel"
@@ -22259,6 +22427,7 @@
"{@templates/internet_access}",
"{@templates/poi}",
"baby_feeding",
"fhrs/id-GB",
"building_area"
],
"geometry": [
@@ -22391,7 +22560,9 @@
"capacity",
"charge_fee",
"fee",
"fhrs/id-GB",
"gnis/feature_id-US",
"ref/edubase-GB",
"internet_access",
"internet_access/ssid",
"level",
@@ -22448,6 +22619,7 @@
"branch_brand",
"brand",
"brewery",
"fhrs/id-GB",
"capacity",
"delivery",
"highchair",
@@ -22618,15 +22790,20 @@
"access_simple",
"address",
"branch_brand",
"books",
"brand",
"colour",
"covered",
"direction",
"email",
"height",
"indoor",
"level",
"location",
"opening_hours",
"phone",
"ref",
"support",
"wheelchair"
],
"geometry": [
@@ -22678,6 +22855,7 @@
"cuisine",
"diet_multi",
"microbrewery",
"fhrs/id-GB",
"min_age",
"outdoor_seating",
"real_fire-GB-IE",
@@ -22963,7 +23141,8 @@
"building_area_yes",
"opening_hours",
"dispensing",
"drive_through"
"drive_through",
"opening_hours/drive_through"
],
"moreFields": [
"{@templates/poi}",
@@ -23145,6 +23324,7 @@
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"fhrs/id-GB",
"fee"
],
"geometry": [
@@ -23392,6 +23572,7 @@
"access_simple",
"air_conditioning",
"baby_feeding",
"books",
"polling_station"
],
"geometry": [
@@ -23410,6 +23591,7 @@
"height"
],
"moreFields": [
"colour",
"covered",
"indoor",
"level",
@@ -23418,6 +23600,7 @@
"manufacturer",
"material",
"operator",
"support",
"wheelchair"
],
"geometry": [
@@ -23513,7 +23696,9 @@
"moreFields": [
"{@templates/contact}",
"capacity",
"fhrs/id-GB",
"gnis/feature_id-US",
"ref/edubase-GB",
"internet_access",
"internet_access/ssid",
"level",
@@ -23599,7 +23784,9 @@
"delivery",
"diet_multi",
"drive_through",
"opening_hours/drive_through",
"takeaway",
"fhrs/id-GB",
"website/menu"
],
"geometry": [
@@ -23894,6 +24081,7 @@
"building_area_yes",
"opening_hours",
"drive_through",
"opening_hours/drive_through",
"phone",
"website"
],
@@ -23909,6 +24097,7 @@
"outdoor_seating",
"smoking",
"takeaway",
"fhrs/id-GB",
"website/menu"
],
"geometry": [
@@ -23958,6 +24147,7 @@
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"fhrs/id-GB",
"min_age",
"smoking"
],
@@ -24297,6 +24487,7 @@
"{@templates/internet_access}",
"{@templates/poi}",
"denomination",
"ref/edubase-GB",
"religion"
],
"geometry": [
@@ -24381,6 +24572,7 @@
"air_conditioning",
"branch_brand",
"brand",
"fhrs/id-GB",
"min_age"
],
"geometry": [
@@ -24407,6 +24599,7 @@
"{@templates/internet_access}",
"baby_feeding",
"capacity",
"fhrs/id-GB",
"gnis/feature_id-US",
"level",
"max_age",
@@ -24582,7 +24775,8 @@
"outdoor_seating",
"{@templates/internet_access}",
"phone",
"website"
"website",
"opening_hours/drive_through"
],
"moreFields": [
"{@templates/internet_access}",
@@ -24602,6 +24796,7 @@
"takeaway",
"toilets",
"toilets/wheelchair",
"fhrs/id-GB",
"website/menu"
],
"geometry": [
@@ -24866,6 +25061,7 @@
"operator",
"outdoor_seating",
"smoking",
"fhrs/id-GB",
"sport/sport_pub"
],
"geometry": [
@@ -24885,7 +25081,8 @@
"building_area_yes",
"opening_hours",
"atm",
"drive_through"
"drive_through",
"opening_hours/drive_through"
],
"moreFields": [
"{@templates/internet_access}",
@@ -25312,6 +25509,12 @@
"point",
"vertex"
],
"fields": [
"ref",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"operator"
],
"tags": {
"amenity": "vending_machine",
"vending": "fuel"
@@ -25547,6 +25750,18 @@
"value": "bicycle_tube"
}
},
"amenity/vending_machine/food/snacks": {
"icon": "temaki-vending_machine",
"geometry": [
"point",
"vertex"
],
"tags": {
"amenity": "vending_machine",
"vending": "food",
"food": "snacks"
}
},
"amenity/townhall/city": {
"icon": "temaki-capitol",
"geometry": [
@@ -28410,7 +28625,8 @@
"fields": [
"crossing/markings_yes",
"crossing/markings_yes-BG",
"crossing/markings_yes-DE-AT-CH"
"crossing/markings_yes-DE-AT-CH",
"crossing/markings_yes-PL"
],
"geometry": [
"point"
@@ -28433,7 +28649,8 @@
"fields": [
"crossing/markings",
"crossing/markings-BG",
"crossing/markings-DE-AT-CH"
"crossing/markings-DE-AT-CH",
"crossing/markings-PL"
],
"geometry": [
"point"
+1 -1
View File
File diff suppressed because one or more lines are too long
+154 -14
View File
@@ -994,7 +994,7 @@
{
"key": "traffic_calming",
"value": "island",
"description": "🄿 Traffic Island, 🄵🅅 Type: Traffic Island",
"description": "🄿 Traffic Calming Island, 🄵🅅 Type: Traffic Calming Island",
"object_types": [
"node",
"way",
@@ -3337,6 +3337,33 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/buoy.svg"
},
{
"key": "roller_coaster",
"value": "track",
"description": "🄿 Roller Coaster Track",
"object_types": [
"way"
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/roller_coaster.svg"
},
{
"key": "roller_coaster",
"value": "support",
"description": "🄿 Roller Coaster Support",
"object_types": [
"way"
]
},
{
"key": "roller_coaster",
"value": "station",
"description": "🄿 Roller Coaster Station, 🄵🅅 Type: `station`",
"object_types": [
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/roller_coaster.svg"
},
{
"key": "railway",
"value": "yard",
@@ -6120,6 +6147,15 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lighthouse-15.svg"
},
{
"key": "man_made",
"value": "insect_hotel",
"description": "🄿 Insect Hotel",
"object_types": [
"node"
],
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-bugs.svg"
},
{
"key": "man_made",
"value": "groyne",
@@ -6157,6 +6193,15 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/toll_gantry.svg"
},
{
"key": "man_made",
"value": "fuel_pump",
"description": "🄿 Gas Pump",
"object_types": [
"node"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/fuel-15.svg"
},
{
"key": "man_made",
"value": "flagpole",
@@ -8910,6 +8955,15 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/elevator.svg"
},
{
"key": "highway",
"value": "cyclist_waiting_aid",
"description": "🄿 Cyclist Waiting Aid",
"object_types": [
"node"
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/guard_rail.svg"
},
{
"key": "highway",
"value": "cycleway",
@@ -11595,7 +11649,8 @@
"value": "big_wheel",
"description": "🄿 Ferris Wheel, 🄵🅅 Type: Ferris Wheel",
"object_types": [
"node"
"node",
"area"
],
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/amusement-park-15.svg"
},
@@ -13009,7 +13064,7 @@
{
"key": "vending",
"value": "sweets",
"description": "🄿 Snack Vending Machine, 🄵🅅 Types of Goods: Sweets",
"description": "🄿 Candy Vending Machine, 🄵🅅 Types of Goods: Sweets",
"object_types": [
"node"
],
@@ -13081,7 +13136,7 @@
{
"key": "vending",
"value": "fuel",
"description": "🄿 Gas Pump, 🄵🅅 Types of Goods: Fuel",
"description": "🄿 Gas Vending Machine, 🄵🅅 Types of Goods: Fuel",
"object_types": [
"node"
],
@@ -13204,6 +13259,15 @@
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/vending_machine.svg"
},
{
"key": "food",
"value": "snacks",
"description": "🄿 Snack Vending Machine",
"object_types": [
"node"
],
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/vending_machine.svg"
},
{
"key": "townhall:type",
"value": "city",
@@ -15968,6 +16032,20 @@
"key": "site",
"description": "🄵 Type"
},
{
"key": "side",
"description": "🄵 Side"
},
{
"key": "side",
"value": "left",
"description": "🄵🅅 Side: Left"
},
{
"key": "side",
"value": "right",
"description": "🄵🅅 Side: Right"
},
{
"key": "shower",
"description": "🄵 Showers"
@@ -17901,6 +17979,10 @@
"key": "hashtags",
"description": "🄵 Hashtags"
},
{
"key": "handrest",
"description": "🄵 Handrest"
},
{
"key": "handrail",
"description": "🄵 Handrail"
@@ -17969,6 +18051,10 @@
"key": "fountain",
"description": "🄵 Type"
},
{
"key": "footrest",
"description": "🄵 Footrest"
},
{
"key": "flood_prone",
"description": "🄵 Flood Prone"
@@ -18883,6 +18969,10 @@
"key": "country",
"description": "🄵 Flag Country, 🄵 Country"
},
{
"key": "count",
"description": "🄵 Number of Features"
},
{
"key": "conveying",
"value": "forward",
@@ -19219,6 +19309,10 @@
"key": "booth",
"description": "🄵 Booth"
},
{
"key": "books",
"description": "🄵 Type of Books"
},
{
"key": "bollard",
"description": "🄵 Type"
@@ -20635,6 +20729,40 @@
"key": "roof:colour",
"description": "🄵 Roof Color"
},
{
"key": "roller_coaster",
"description": "🄵 Type"
},
{
"key": "roller_coaster",
"value": "lift_hill",
"description": "🄵🅅 Type: `lift_hill`"
},
{
"key": "roller_coaster",
"value": "launch_straight",
"description": "🄵🅅 Type: `launch_straight`"
},
{
"key": "roller_coaster",
"value": "brake_run",
"description": "🄵🅅 Type: `brake_run`"
},
{
"key": "roller_coaster",
"value": "moving",
"description": "🄵🅅 Type: `moving`"
},
{
"key": "roller_coaster",
"value": "waiting",
"description": "🄵🅅 Type: `waiting`"
},
{
"key": "roller_coaster",
"value": "maintenance",
"description": "🄵🅅 Type: `maintenance`"
},
{
"key": "ref:vatin",
"description": "🄵 VAT ID Number"
@@ -20643,6 +20771,10 @@
"key": "ref:isil",
"description": "🄵 ISIL Code"
},
{
"key": "ref:edubase",
"description": "🄵 Department for Education Reference"
},
{
"key": "ref:linz:place_id",
"description": "🄵 NZGB Place ID"
@@ -21020,6 +21152,10 @@
"key": "operator:type",
"description": "🄵 Operator Type"
},
{
"key": "opening_hours:drive_through",
"description": "🄵 Drive Through Hours"
},
{
"key": "oneway:bicycle",
"description": "🄵 One Way (Bicycles)"
@@ -21831,6 +21967,10 @@
"key": "fire_hydrant:diameter",
"description": "🄵 Diameter (mm, in, or letters)"
},
{
"key": "fhrs:id",
"description": "🄵 FHRS ID"
},
{
"key": "door:width",
"description": "🄵 Door Width (Meters)"
@@ -21884,6 +22024,16 @@
"value": "zebra",
"description": "🄵🅅 Crossing Markings: Longitudinal Bars"
},
{
"key": "crossing:markings",
"value": "dots",
"description": "🄵🅅 Crossing Markings: Dotted Transverse Lines"
},
{
"key": "crossing:markings",
"value": "surface",
"description": "🄵🅅 Crossing Markings: Surface Treatment Only"
},
{
"key": "crossing:markings",
"value": "yes",
@@ -21894,21 +22044,11 @@
"value": "no",
"description": "🄵🅅 Crossing Markings: Unmarked"
},
{
"key": "crossing:markings",
"value": "dots",
"description": "🄵🅅 Crossing Markings: Dotted Transverse Lines"
},
{
"key": "crossing:markings",
"value": "dashes",
"description": "🄵🅅 Crossing Markings: Dashed Transverse Lines"
},
{
"key": "crossing:markings",
"value": "surface",
"description": "🄵🅅 Crossing Markings: Surface Treatment Only"
},
{
"key": "crossing:markings",
"value": "lines",
+1 -1
View File
File diff suppressed because one or more lines are too long
-6
View File
@@ -1347,9 +1347,6 @@
"amenity/vending_machine": {
"name": "Verkoopmasjien"
},
"amenity/vending_machine/fuel": {
"name": "Gaspomp"
},
"amenity/veterinary": {
"name": "Veearts"
},
@@ -2941,9 +2938,6 @@
"tourism/zoo": {
"name": "Dieretuin"
},
"traffic_calming/island": {
"name": "Verkeerseiland"
},
"type/boundary": {
"name": "Grens"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -4097,10 +4097,6 @@
"name": "آلة بيع مواد غذائية",
"terms": "آلة بيع مواد غذائية"
},
"amenity/vending_machine/fuel": {
"name": "مضخة وقود",
"terms": "مضخة وقود,مضخة غاز,مضخة بترول,مضخة جاز,مضخة سولار"
},
"amenity/vending_machine/ice_cream": {
"name": "آلة بيع آيس كريم",
"terms": "آلة بيع آيس كريم,آلة بيع مثلجات"
@@ -4129,10 +4125,6 @@
"name": "آلة بيع طوابع بريدية",
"terms": "آلة بيع طوابع بريدية"
},
"amenity/vending_machine/sweets": {
"name": "آلة بيع الوجبات الخفيفة",
"terms": "آلة بيع الوجبات الخفيفة"
},
"amenity/veterinary": {
"name": "عيادة بيطرية",
"terms": "بيطري، طبيب حيوانات"
@@ -8430,10 +8422,6 @@
"name": "مطب طويل لتخفيف السرعة",
"terms": "مطب لتخفيف السرعة"
},
"traffic_calming/island": {
"name": "جزيرة فاصلة بين مسارين طريق",
"terms": "جزيرة فاصلة بين مسارين طريق"
},
"traffic_calming/mini_bumps": {
"name": "مطبات تخفيف سرعة صغيرة",
"terms": "مطبات تخفيف سرعة صغيرة"
+1 -1
View File
File diff suppressed because one or more lines are too long
-7
View File
@@ -1512,9 +1512,6 @@
"name": "Máquina de venta de billetes de tresporte",
"terms": "máquina,automática,billete,tren,autobús,recarga"
},
"amenity/vending_machine/sweets": {
"name": "Máquina de venta de llambionaes"
},
"amenity/veterinary": {
"name": "Veterinariu",
"terms": "clínica veterinaria"
@@ -3032,10 +3029,6 @@
"traffic_calming/hump": {
"name": "Llombu anchu pa reducir velocidá"
},
"traffic_calming/island": {
"name": "Refuxu de tráficu",
"terms": "islla de tráficu"
},
"traffic_calming/rumble_strip": {
"name": "Bandes sonores"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+185 -23
View File
@@ -56,11 +56,18 @@
"label": "Aotren moned",
"options": {
"customers": {
"description": "Moned aotreet d'ar pratikoù hepken pa erruont",
"title": "Pratikoù"
},
"designated": {
"description": "Moned aotreet hervez panelloù pe lezennoù lec'hel"
},
"destination": {
"title": "Pal"
},
"dismount": {
"description": "Moned aotreet met ret eo d'an dremenidi diskenn"
},
"no": {
"description": "Moned berzet d'an dud diavaez",
"title": "Difennet"
@@ -146,17 +153,20 @@
"housenumber": "123",
"housenumber!jp": "Niver ar savadur",
"neighbourhood": "Karter",
"neighbourhood!jp": "Machi/Chōme/Aza/Koaza",
"place": "Lec'h",
"postcode": "Kod-post",
"province": "Proviñs",
"province!cn": "Proviñs/Kumun/Rannvro Emren/Rannvro Velestradurel Arbennik",
"province!jp": "Prefeti",
"quarter": "Ranngêr",
"quarter!jp": "Ōaza (karter)",
"state": "Stad",
"street": "Straed",
"subdistrict": "Isdistrig",
"subdistrict!vn": "Karter/Kumun/Kêriadenn",
"suburb": "Bannlev",
"suburb!jp": "Karter pe bastell-vro (政令市)",
"unit": "Unanenn"
},
"terms": "chomlec'h"
@@ -175,6 +185,9 @@
"exit": "Ermaez"
}
},
"aerialway/bubble": {
"label": "Goloet/toet"
},
"aerialway/capacity": {
"label": "Barregezh (dre eurvezh)",
"placeholder": "500, 2500, 5000..."
@@ -233,6 +246,7 @@
"petroglyph": "Engravadur maen",
"roman_circus": "Sirk roman",
"roman_villa": "Kenkiz roman",
"settlement": "Lec'hienn istorel",
"tumulus": "Krugell"
}
},
@@ -292,9 +306,11 @@
"options": {
"amusement_ride": "Manej",
"animal": "Liorzhig-loened",
"big_wheel": "Rod vras",
"bumper_car": "Kirri tos-tos",
"bungee_jumping": "Lammat gant ur stirenn",
"carousel": "Kezeg-koad",
"kiddie_ride": "Manej evit bugale",
"maze": "Milendall",
"pirate_ship": "Lestr morlaeron",
"roller_coaster": "Karr sav-disav",
@@ -392,6 +408,14 @@
"shed": "Loch serret"
}
},
"bicycle_road": {
"label": "Straed evit marc'hoù-houarn",
"options": {
"undefined": "Ket",
"yes": "Ya"
},
"terms": "straed evit marc'hoù-houarn,marc'hoù-houarn,straed,hent,roudenn,hentig,gwenodenn,marc'h-houarn,belo,beloioù,divrodeg,divrodegoù"
},
"bin": {
"label": "Poubellenn",
"terms": "lastez,pod,pod-lastez,poubellenn"
@@ -429,6 +453,10 @@
"bollard": {
"label": "Seurt"
},
"books": {
"label": "Seurt levrioù",
"terms": "seurt levrioù"
},
"boules": {
"label": "Seurt"
},
@@ -704,6 +732,9 @@
"conveying_escalator": {
"label": "Diri-ruilh"
},
"count": {
"label": "Niver a elfennoù"
},
"country": {
"label": "Bro"
},
@@ -816,7 +847,8 @@
"crossing": {
"label": "Seurt",
"options": {
"traffic_signals": "Treuzenn gant gouleier triliv"
"traffic_signals": "Treuzenn gant gouleier triliv",
"uncontrolled": "Livadurioù hepken"
}
},
"crossing/barrier": {
@@ -926,6 +958,9 @@
"no": {
"description": "Hent marc'h-houarn ebet",
"title": "Hini ebet"
},
"track": {
"title": "Roudenn marc'h -houarn"
}
},
"types": {
@@ -1092,7 +1127,8 @@
"terms": "mat da evañ"
},
"drinking_water_available": {
"label": "Dour mat da evañ da gaout"
"label": "Dour mat da evañ da gaout",
"terms": "dour mat da evañ da gaout,dour,hegerz,dour mat da evañ,evabl"
},
"drive_through": {
"label": "Servij \"drive\"",
@@ -1180,6 +1216,10 @@
"fence_type": {
"label": "Seurt"
},
"fhrs/id-GB": {
"label": "ID FHRS",
"terms": "id fhrs,fhrs id,kod fhrs,anaouder fhrs,kod anaout fhrs"
},
"fire_hydrant/diameter": {
"label": "Treuzkiz (mm, in, pe lizherennoù)",
"terms": "treuzkiz (mm,md,pe lizherennoù),treuzkiz"
@@ -1254,6 +1294,9 @@
"floating": {
"label": "War-neuñv"
},
"footrest": {
"label": "Skabell"
},
"ford": {
"label": "Seurt",
"placeholder": "Dre ziouer"
@@ -1384,6 +1427,9 @@
"handrail": {
"label": "Ramparzh"
},
"handrest": {
"label": "Brenk"
},
"hashtags": {
"label": "Hashtagoù",
"placeholder": "#skouer"
@@ -2071,6 +2117,11 @@
"label": "Eurioù",
"placeholder": "Dianav"
},
"opening_hours/drive_through": {
"label": "Eurioù digeriñ an drive",
"placeholder": "Memes eurioù digeriñ hag ar stal",
"terms": "eurioù digeriñ an drive,servij drive,drive,eurioù,digor,digeriñ,digoriñ"
},
"operator": {
"label": "Korvoer"
},
@@ -2488,6 +2539,14 @@
"restrictions": {
"label": "Arabat treiñ"
},
"roller_coaster/track": {
"label": "Seurt",
"options": {
"maintenance": {
"title": "Ratreañ"
}
}
},
"roof/colour": {
"label": "Liv an doenn",
"terms": "liv an doenn"
@@ -2673,6 +2732,13 @@
"label": "Strinkerezh",
"terms": "strinkerezhioù,strinkerezh"
},
"side": {
"label": "Tu",
"options": {
"left": "A-gleiz",
"right": "A-zehoù"
}
},
"siren/type": {
"label": "Seurt",
"options": {
@@ -3224,7 +3290,7 @@
"pizza": "Pizza",
"stamps": "Timbroù",
"sweets": "Madigoù",
"water": "Dour da evañ"
"water": "Dour mat da evañ"
}
},
"vhf": {
@@ -3714,7 +3780,7 @@
"name": "Gwiskva"
},
"amenity/drinking_water": {
"name": "Dour mat da vañ",
"name": "Dour mat da evañ",
"terms": "dour mat da evañ,dour naet,dour prop,dour disaotr,dour distlabez,dour glan"
},
"amenity/driver_training": {
@@ -4280,8 +4346,13 @@
"name": "Dasparzher boued",
"terms": "emgefre,dasparzher,ingaler,emgefreek,boued,madigoù"
},
"amenity/vending_machine/food/snacks": {
"name": "Dasparzher lipouzerezhioù hag adpredoù",
"terms": "dasparzher lipouzerezhioù hag adpredoù,dasparzher,ingaler,lipouzerezhioù,madigoù,lipaj,adpredoù,adverenn,adpred,adkoan,snack,boued,kolasion,askoan,gortozenn,emgefreek,emgefre"
},
"amenity/vending_machine/fuel": {
"name": "Post-esañs"
"name": "Dasparzher esañs",
"terms": "dasparzher esañs,dasparzher trelosk,dasparzher dour-tan"
},
"amenity/vending_machine/ice_cream": {
"name": "Dasparzher dienn-skorn",
@@ -4312,8 +4383,8 @@
"terms": "emgefre,dasparzher,ingaler,emgefreek,timbr,timbroù,post,lizher,lizhiri"
},
"amenity/vending_machine/sweets": {
"name": "Ingaler madigoù",
"terms": "emgefre,dasparzher,ingaler,emgefreek,boued,madigoù,lipouzerezh,lipaj"
"name": "Dasparzher madigoù",
"terms": "dasparzher madigoù"
},
"amenity/veterinary": {
"name": "Mezeg-loened",
@@ -4372,7 +4443,7 @@
},
"attraction/roller_coaster": {
"name": "Karr sav-disav",
"terms": "sav-disav,kirri sav-disav,karr sav-disav"
"terms": "sav-disav,kirri sav-disav,karr sav-disav,sav-diskenn"
},
"attraction/train": {
"name": "Tren bihan touristel",
@@ -4525,6 +4596,10 @@
"name": "Kraou-saout",
"terms": "kraou,saout,chatal,kraou-saout"
},
"building/detached": {
"name": "Ti distag",
"terms": "ti distag"
},
"building/dormitory": {
"name": "Kousklec'h",
"terms": "kousklec'h,kouskva,hunva"
@@ -4990,25 +5065,33 @@
"terms": "gwenodenn golf,gwenodenn,hent,golf"
},
"golf/tee": {
"name": "Torgenn deroù"
"name": "Torgenn deroù",
"terms": "torgenn deroù,deroù"
},
"healthcare": {
"name": "Pennospital"
"name": "Pennospital",
"terms": "pennospital,ospital,yec'hed,mezekniezh,medisinerezh"
},
"healthcare/alternative": {
"name": "Mezegiezh dazeilat"
"name": "Mezegiezh dazeilat",
"terms": "mezegiezh dazeilat,mezekniezh,medisinerezh,alternativel,dazeilat,all,yec'hed"
},
"healthcare/alternative/acupuncture": {
"name": "Akupoentour",
"terms": "nadozwanerezh,nadozwaner,akupoentour,nadozwanerez,akupoentourez"
},
"healthcare/alternative/chiropractic": {
"name": "Kiropraktour"
"name": "Kiropraktour",
"terms": "kiropraktour,kiropraktor,kiropraktourez,aozour,aozer,aozourez,aozerez,kiropraksiezh,kiropraktiezh"
},
"healthcare/alternative/homeopathy": {
"name": "Homeopat",
"terms": "homeopatiezh,homeopat"
},
"healthcare/alternative/naturopathy": {
"name": "Naturopat",
"terms": "naturopat,naturopatiezh"
},
"healthcare/alternative/osteopathy": {
"name": "Osteopat",
"terms": "osteopat,osteopatiezh,doktor,mezeg,milchin,medisin,askornour"
@@ -5021,11 +5104,21 @@
"name": "Gwiliouderezh",
"terms": "gwiliouderezh,ti-gwilioudiñ,mammdi"
},
"healthcare/blood_donation": {
"name": "Kreizenn reiñ gwad",
"terms": "kreizenn reiñ gwad,reiñ gwad,a-youl vat,gwad"
},
"healthcare/dentist/orthodontics": {
"name": "Kabined ortodontiezh"
"name": "Kabined ortodontiezh",
"terms": "kabined ortodontiezh,ortodontiezh,denteeunañ,denteeunerezh,ortodontek"
},
"healthcare/hospice": {
"name": "Ospis",
"terms": "ospis,ospiti,herberc'hdi,ospital"
},
"healthcare/laboratory": {
"name": "Arnodva dielfennadurioù mezegel"
"name": "Arnodva dielfennadurioù mezegel",
"terms": "arnodva dielfennadurioù mezegel,dielfennañ,analizañ,imbourc'hva,mezegel,mezekniezh,medisinerezh,mezegiezh,ti-arnodiñ,labourva"
},
"healthcare/midwife": {
"name": "Amiegez",
@@ -5035,6 +5128,10 @@
"name": "Ergoterapeutour",
"terms": "ergoterapeutour,ergoterapeut,ergoterapour"
},
"healthcare/optometrist": {
"name": "Optometrour",
"terms": "optometrour,lunedour,lagadour,optometriezh,optometrourez,lunedourez,lagadourez"
},
"healthcare/physiotherapist": {
"name": "Fizikyac'haour",
"terms": "fizikyac'haour,kineziterapeut,kineziterapour,kine"
@@ -5049,13 +5146,13 @@
},
"healthcare/speech_therapist": {
"name": "Mezeg-al-lavar",
"terms": "ortofonist,mezeg-al-lavar"
"terms": "ortofonist,mezeg-al-lavar,ortofoniezh,ortofonour,ortofonourez,ortofonistez,mezegez-al-lavar,milchin-al-lavar,medisin-al-lavar,doktor-al-lavar,milchinez-al-lavar,medisinez-al-lavar,doktorez-al-lavar"
},
"healthcare/yes": {
"name": "Pennospital (n'eo ket spisaet)"
},
"highway": {
"name": "Elfenn ar Gourhent"
"name": "Elfenn ur gourhent"
},
"highway/bridleway": {
"name": "Gwenodenn varc'hegezh",
@@ -5072,6 +5169,10 @@
"name": "Hent war ober",
"terms": "o sevel,sevel,savidigezh,labourioù,labour,konstruidigezh,ober,obererezh,war ober,oc'h ober,o vezañ savet,o vezañ krouet,hent,gourhent,hent-tizh,straed,ru,banell,alez,bali,boulouard"
},
"highway/corridor": {
"name": "Trepas diabarzh",
"terms": "trepas diabarzh"
},
"highway/crossing": {
"name": "Treuzenn gerzhourien",
"terms": "treuzenn,kerzhourien,kerzhet,kerzherien,gerzhourien,gerzhet,gerzherien"
@@ -5117,14 +5218,15 @@
},
"highway/elevator": {
"name": "Pignerez",
"terms": "pignerez"
"terms": "pignerez,saverez"
},
"highway/footway": {
"name": "Gwenodenn-vale",
"terms": "hent,gwenodenn,pourmenadenn,kerzhet,kerzhourien,bale,hent-bale"
},
"highway/footway/access_aisle": {
"name": "Gwenodenn-vale ur parklec'h"
"name": "Gwenodenn-vale ur parklec'h",
"terms": "gwenodenn-vale ur parklec'h,gwenodenn-vale,parklec'h,parkañ,gwenodenn,hent-bale,hent kerzhet,kerzhet,kerzhourien"
},
"highway/footway/conveying": {
"name": "Tapis-ruilh",
@@ -5217,6 +5319,10 @@
"name": "Troiad karting",
"terms": "tro,troiad,leurenn,karting,hentad,kelc'hiad,roudad"
},
"highway/raceway/motocross": {
"name": "Roudenn moto-cross",
"terms": "hent,roudenn,motocross,moto-cross,tro,troiad,hentad,kelc'hiad,roudad"
},
"highway/residential": {
"name": "Hent annez",
"terms": "hent,straed,annez"
@@ -5230,7 +5336,8 @@
"terms": "hent,straed,hentad,dianav"
},
"highway/road/bridge": {
"name": "Pont bleinet dianav"
"name": "Pont bleinet dianav",
"terms": "pont bleinet dianav,bleinet,hent,pont,karrbont,dianav"
},
"highway/secondary": {
"name": "Hent eilrenk",
@@ -5299,6 +5406,10 @@
"name": "Bretell hent a drede renk",
"terms": "hent a drede renk,bretell,mont tre,mont maez,mont e-maez,mont-tre,mont-maez,mont-e-maez,hent,trede renk,trederenk,hent trederenk"
},
"highway/track": {
"name": "Hent-roud labour-douar / koad",
"terms": "hent-roud labour-douar / koad,hent,labour-douar,labour-douarel,koad,koadeg,maez,war ar maez,roudenn"
},
"highway/traffic_mirror": {
"name": "Melezour-hent",
"terms": "melezour,melezour surentez,melezour hent,hent,surentez"
@@ -5898,6 +6009,9 @@
"name": "Roudenn lammat gant ar berchenn",
"terms": "roudenn,lammat gant ar berchenn"
},
"leisure/track/athletics/running": {
"name": "Hent-red"
},
"leisure/track/athletics/sprint": {
"name": "Roudenn sprint",
"terms": "roudenn,redek,hentad,sprint,sprintañ"
@@ -5915,7 +6029,12 @@
"terms": "roudenn,roud,hent,hentad,belo,marc'h-houarn"
},
"leisure/track/horse_racing": {
"name": "Marc'hva"
"name": "Marc'hva",
"terms": "marc'hva,marc'hegezh,marc'hegerezh,roudenn varc'hañ,marc'hañ,roudenn,roudenn varc'hegezh"
},
"leisure/track/running": {
"name": "Hent-red",
"terms": "hent-red,hent redek,redek,atleterezh,roudenn"
},
"leisure/trampoline_park": {
"name": "Park Trampolin",
@@ -5987,6 +6106,10 @@
"name": "Gwern banniel",
"terms": "peul,gwern,banniel,post"
},
"man_made/fuel_pump": {
"name": "Post-esañs",
"terms": "post-esañs"
},
"man_made/gasometer": {
"name": "Endalc'her gaz",
"terms": "kloc'h gaz,endalc'her gaz,mirlec'h,etrepaouez,sanailh"
@@ -5995,6 +6118,10 @@
"name": "Tañvouezenn-vor",
"terms": "tañvouez,tañvouezenn vor,tañvouezenn,lost,tañvouezenn-dour,tañvouezenn dour"
},
"man_made/insect_hotel": {
"name": "Leti amprevaned",
"terms": "leti amprevaned,leti,ostaleri,amprevaned"
},
"man_made/lighthouse": {
"name": "Tour-tan",
"terms": "tour-tan"
@@ -6260,6 +6387,10 @@
"natural/reef": {
"name": "Karreg"
},
"natural/ridge": {
"name": "Kribenn",
"terms": "kribenn,kribell"
},
"natural/rock": {
"name": "Karreg"
},
@@ -6904,6 +7035,10 @@
"name": "Forzh unroudenn",
"terms": "forzh,hent,hentad,hent-houarn,unroudenn"
},
"railway/monorail/hanging": {
"name": "Forzh unroudenn a-ispilh",
"terms": "forzh unroudenn a-ispilh,forzh,hent,hentad,hent-houarn,unroudenn,ispilh,a-ispilh,a-istribilh,istribilh,e-kroug"
},
"railway/platform": {
"name": "Kae ti-gar"
},
@@ -6946,6 +7081,10 @@
"name": "Darempred",
"terms": "darempred,kenere,daveadur,kendarempred"
},
"roller_coaster/track": {
"name": "Forzh karr sav-disav",
"terms": "forzh karr sav-disav,hentenn,hent,roudenn,sav-disav,sav-diskenn"
},
"route/ferry": {
"name": "Hentad ferry",
"terms": "hentad,hent,roudenn,mordreizher,ferry"
@@ -7108,6 +7247,10 @@
"shop/copyshop": {
"name": "Luc'heilañ ha moullañ"
},
"shop/cosmetics": {
"name": "Stal produioù kened",
"terms": "stal produioù kened,kenedel,genedel,liv-dremm,kañfarluchoù,dremmliv,dremmlivaj"
},
"shop/craft": {
"name": "Stal arzoù krouiñ",
"terms": "arz,krouiñ,stal"
@@ -7142,8 +7285,13 @@
"name": "Stal sigaretennoù elektronek",
"terms": "sigaretenn elektronek,sigaretenn,butun,butuniñ,stal,vape,aezhenn,e-sigaretenn,burezh,burezhat"
},
"shop/electrical": {
"name": "Stal dafar tredanek",
"terms": "stal dafar tredanek,aveadur,tredan,ardivinkoù,trevnadoù,tredanel,dafar,mekanikoù,elektrek,aveadur ti"
},
"shop/electronics": {
"name": "Stal mekanikoù tredan hag elektronek"
"name": "Stal mekanikoù tredan hag elektronek",
"terms": "stal mekanikoù tredan hag elektronek,tredanek,aveadur,tredan,ardivinkoù,trevnadoù,tredanel,dafar,mekanikoù,elektrek,aveadur ti"
},
"shop/erotic": {
"name": "Sex-shop",
@@ -7153,11 +7301,20 @@
"name": "Sex-shop LGDTQ+",
"terms": "sex-toy,sex-shop,lgdte,lgdt,lgdt+,lgdtq+,lgdtqe+,lgdtqe,lgdte+,lgbt,lgbti,lgbtqi,lgbtqia,lgbtq,lgbt+,lgbti+,lgbtqi+,lgbtqia+,lgbtq+,gadaliezh,erotek,erotegezh,oregederezh,rev,reizh"
},
"shop/fabric": {
"name": "Stal wiadoù",
"terms": "stal wiadoù,danvez,danvezioù,gwiadennoù,gwiadenn,gwiad,gwiadoù,lien,lienad,mezhur,gwriat,stal,wiadennoù,wiadenn,wiad,wiadoù"
},
"shop/farm": {
"name": "Stand frouezh ha legumaj",
"terms": "stand frouezh ha legumaj,stal,staliad,frouezh,legumaj"
},
"shop/fashion": {
"name": "Stal-gizioù"
},
"shop/fireplace": {
"name": "Stal oaledoù"
"name": "Stal oaledoù",
"terms": "stal oaledoù,oaled,siminal,siminalioù,oaledoù"
},
"shop/fishing": {
"name": "Stal-besketa",
@@ -7461,7 +7618,8 @@
"terms": "horolajerezh"
},
"shop/water": {
"name": "Stal dour mat da evañ"
"name": "Stal dour mat da evañ",
"terms": "stal dour mat da evañ,dour,stal zour,stal dour"
},
"shop/weapons": {
"name": "Armerezh",
@@ -7780,6 +7938,10 @@
"name": "Gwazh",
"terms": "stêr,avon,stêrioù,ster,sterioù,richer,rivier,gwazh,aven,stêriad,gwazh-dour,dourredenn,ruzelenn,goaratenn,gouer,gouerenn"
},
"waterway/water_point": {
"name": "Dour mat da evañ war vor",
"terms": "dour mat da evañ war vor,evabl,mat da evañ,dour,war vor,war vag"
},
"waterway/waterfall": {
"name": "Lamm-dour",
"terms": "lamm-dour,lammdour,gwallamm,kouezh-dour"
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -11
View File
@@ -386,7 +386,7 @@
"guard_rail": "Guarda rail",
"hedge": "Tanca de bardissa",
"height_restrictor": "Restrictor de gàlib",
"jersey_barrier": "Barrera Jerse",
"jersey_barrier": "Barrera Jersey",
"kerb": "Gual",
"kissing_gate": "Porta giratòria",
"lift_gate": "Porta barrera",
@@ -4759,9 +4759,6 @@
"amenity/vending_machine/food": {
"name": "Màquina expenedora de menjar"
},
"amenity/vending_machine/fuel": {
"name": "Sortidor de benzina"
},
"amenity/vending_machine/ice_cream": {
"name": "Expenedora de gelats"
},
@@ -4786,9 +4783,6 @@
"name": "Màquina expenedora de segells",
"terms": "segell,correu,postal,correu postal"
},
"amenity/vending_machine/sweets": {
"name": "Màquina de vènding de comestibles"
},
"amenity/veterinary": {
"name": "Veterinari",
"terms": "clínica per a animals,veterinari,hospital veterinari,cura d'animals"
@@ -7988,10 +7982,6 @@
"name": "Esquena d'ase",
"terms": "esquena de ruc,esquena de burro,esquena de bou,esquena de toro,llom d'ase,llom de ruc,llom de burro,llom de bou,llom de toro,ressalt,cavalló,túmul"
},
"traffic_calming/island": {
"name": "Refugi viari",
"terms": "cercle,redona,rotonda,glorieta,espai,baixa velocitat"
},
"traffic_calming/mini_bumps": {
"name": "Xinxeta reductora de velocitat"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+107 -14
View File
@@ -165,7 +165,7 @@
"neighbourhood": "Část městské čtvrti, obce",
"neighbourhood!jp": "Machi/Chōme/Aza/Koaza",
"place": "Místo",
"postcode": "Poštovní směrovací číslo",
"postcode": "P",
"province": "Provincie",
"province!cn": "Provincie/Obec/Administrativní oblast/Zvláštní admin. oblast",
"province!jp": "Prefektura",
@@ -324,7 +324,7 @@
"label": "Typ",
"options": {
"alpine_coaster": "Alpská dráha",
"amusement_ride": "Zábavní jízda",
"amusement_ride": "Atrakce",
"animal": "Ohrazení zvířat",
"big_wheel": "Ruské kolo",
"bumper_car": "Autodrom",
@@ -515,6 +515,10 @@
"rising": "Vysouvací sloupek"
}
},
"books": {
"label": "Typ knih",
"terms": "žánr knih,knižní žánr,určení knihy,kniha"
},
"booth": {
"label": "Stánek",
"terms": "stan,prodej,trh,nabídka,poptávka,směna,tržiště,stánky"
@@ -853,6 +857,9 @@
"conveying_escalator": {
"label": "Jezdící schody"
},
"count": {
"label": "Počet prvků"
},
"country": {
"label": "Stát"
},
@@ -1454,6 +1461,10 @@
"fence_type": {
"label": "Typ"
},
"fhrs/id-GB": {
"label": "FHRS ID",
"terms": "schéma hodnocení hygieny potravin,systém hodnocení hygieny potravin,agentura pro potravinářské standardy"
},
"fire_hydrant/diameter": {
"label": "Průměr (mm, palce nebo písmena)",
"terms": "průměr,míra,rozměr,velikost,mm,in,cm,metrů,velké"
@@ -1564,6 +1575,9 @@
"label": "Náchylnost k povodním",
"terms": "záplavová oblast,ohroženo záplavami,vodou ohroženo,povodeň,záplava,potopa,pod vodou,zaplavované,zaplavené"
},
"footrest": {
"label": "Opěrka nohy"
},
"ford": {
"label": "Typ",
"placeholder": "Výchozí"
@@ -1714,6 +1728,9 @@
"label": "Zábradlí",
"terms": "ruka,opěra,schody"
},
"handrest": {
"label": "Opěrka ruky"
},
"hashtags": {
"label": "Hashtagy",
"placeholder": "#příklad"
@@ -2589,6 +2606,11 @@
"placeholder": "Není známo",
"terms": "hodiny,otevírací doba,doba,úřední doba,v provozu,otevřeno,zavřeno,během"
},
"opening_hours/drive_through": {
"label": "Otevírací hodiny Drive-throughu",
"placeholder": "Stejně jako běžné pracovní hodiny",
"terms": "otevírací doba drive-thru,otevírací hodiny drive-thru,drive-through,drive-thru,obsluha do auta,průjezd"
},
"operator": {
"label": "Provozovatel",
"terms": "operátor,majitel,správce,správa,provozní"
@@ -3008,6 +3030,10 @@
"label": "Číslo SIRET",
"terms": "francouzské identifikační číslo společnosti,siret"
},
"ref/edubase-GB": {
"label": "odkaz na Ministerstvo školství ",
"terms": "odkaz na školštví,odkaz školy"
},
"ref/isil": {
"label": "Kód ISIL"
},
@@ -3128,6 +3154,39 @@
"restrictions": {
"label": "Omezení odbočování"
},
"roller_coaster/track": {
"label": "Typ",
"options": {
"brake_run": {
"description": "Část tratě určená k zpomalení nebo zastavení vozíků",
"title": "Brzdný úsek"
},
"launch_straight": {
"description": "Část tratě určená k urychlení vozíků pomocí vnějšího zařízení",
"title": "Rozjezdový úsek"
},
"lift_hill": {
"description": "Svažující se dráha určená ke zrychlení vozíků potenciální energii",
"title": "Stoupání"
},
"maintenance": {
"description": "Záložní koleje určené pro rezervní vozíky nebo provádění údržby",
"title": "Údržba"
},
"moving": {
"description": "Jakýkoli typ pohyblivého kolejového systému, jako jsou výhybkové koleje",
"title": "Pohyblivé"
},
"station": {
"description": "Část tratě, kde vozíky zastavují, aby nastoupili a vystoupili cestující.",
"title": "Stanice"
},
"waiting": {
"description": "Trať používaná ke zdržení vozíků, pokud je další bloková sekce obsazena",
"title": "Čekání"
}
}
},
"roof/colour": {
"label": "Barva střechy",
"terms": "barva,krytina,tašky,plechová střecha,šindele,došky,slaměná"
@@ -3379,6 +3438,13 @@
"label": "Sprchy",
"terms": "osprchovat,voda,mytí,hygiena,sprchovat se,sprcha"
},
"side": {
"label": "Strana",
"options": {
"left": "Vlevo",
"right": "Vpravo"
}
},
"siren/purpose": {
"label": "Účel"
},
@@ -4884,7 +4950,7 @@
},
"amenity/fuel": {
"name": "Čerpací stanice",
"terms": "benzínová pumpa,benzínka,palivo,pohonné hmoty,benzín,propan,nafta,lng,cng,bionafta"
"terms": "benzín,palivo,pohon,propan,nafta,lng,cng,bionafta"
},
"amenity/funeral_hall": {
"name": "Síň pohřební služby",
@@ -5524,8 +5590,12 @@
"name": "Jídelní automat",
"terms": "jídlo"
},
"amenity/vending_machine/food/snacks": {
"name": "prodejní automat na svačiny",
"terms": "bonbón,žvýkačka,chipsy,preclík,cookies,sušenky"
},
"amenity/vending_machine/fuel": {
"name": "Pumpa na plyn",
"name": "prodejní automat na plynové náplně",
"terms": "benzín,palivo,pohon,propan,nafta,lng,cng,bionafta"
},
"amenity/vending_machine/ice_cream": {
@@ -5557,8 +5627,8 @@
"terms": "pošta,poštovné,razítko"
},
"amenity/vending_machine/sweets": {
"name": "Automat na drobné občerstvení",
"terms": "bonbón,žvýkačka,chipsy,preclík,sušenka,krekr"
"name": "Prodejní automat na cukrovinky",
"terms": "žvýkačka"
},
"amenity/veterinary": {
"name": "Veterina",
@@ -5608,7 +5678,7 @@
"name": "Atrakce"
},
"attraction/amusement_ride": {
"name": "Zábavní jízda",
"name": "Atrakce",
"terms": "zábavní park,karnevalová jízda"
},
"attraction/animal": {
@@ -5617,7 +5687,7 @@
},
"attraction/big_wheel": {
"name": "Ruské kolo",
"terms": "zábavní park,zábavní jízda"
"terms": "zábavní park,atrakce"
},
"attraction/bumper_car": {
"name": "Autodrom",
@@ -5637,7 +5707,7 @@
},
"attraction/drop_tower": {
"name": "Atrakce padací věž",
"terms": "zábavní park,zábavní jízda,gondola,věž,velký pokles"
"terms": "zábavní park,atrakce,gondola,věž,velký pokles"
},
"attraction/kiddie_ride": {
"name": "Dětské houpadlo",
@@ -5645,11 +5715,11 @@
},
"attraction/log_flume": {
"name": "Vodní horská dráha",
"terms": "zábavní park,zábavní jízda,tobogán"
"terms": "zábavní park,atrakce,tobogán"
},
"attraction/maze": {
"name": "Bludiště",
"terms": "zábavní park,zábavní jízda,labyrint"
"terms": "zábavní park,atrakce,labyrint"
},
"attraction/pirate_ship": {
"name": "Houpačka ve tvaru pirátské lodi",
@@ -5661,7 +5731,7 @@
},
"attraction/roller_coaster": {
"name": "Horská dráha",
"terms": "zábavní park,zábavní jízda"
"terms": "zábavní park,atrakce"
},
"attraction/summer_toboggan": {
"name": "Letní tobogán",
@@ -5669,7 +5739,7 @@
},
"attraction/swing_carousel": {
"name": "Řetízkový kolotoč",
"terms": "zábavní park,zábavní jízda,kolotoč,věž,věž kolotoče"
"terms": "zábavní park,atrakce,kolotoč,věž,věž kolotoče"
},
"attraction/train": {
"name": "Turistický vláček",
@@ -6741,6 +6811,10 @@
"highway/cycleway/moped_link-NL": {
"name": "Stezka pro mopedy"
},
"highway/cyclist_waiting_aid": {
"name": "Stupačky pro cyklisty",
"terms": "stupačka,zábrana,podnožka,úchop,zábradlí,rukojeť,podpěrka,područka,držadlo"
},
"highway/elevator": {
"name": "Výtah",
"terms": "vlek"
@@ -7885,6 +7959,10 @@
"name": "Vlajka",
"terms": "prapor,vlajka,stožár,vlajkový stožár"
},
"man_made/fuel_pump": {
"name": "Čerpací stanice",
"terms": "benzín,palivo,pohon,propan,nafta,lng,cng,bionafta"
},
"man_made/gantry": {
"name": "Portály pro směrové značky",
"terms": "dálniční portál,rameno stožáru,držák dopravní značky,struktura dopravní značky,montáž značky,držák značky,struktura značky"
@@ -7901,6 +7979,10 @@
"name": "Vlnolam",
"terms": "pobřeží,groyne,konstrukce,pláž,zábrana,moře,pobřežní hráz"
},
"man_made/insect_hotel": {
"name": "Hmyzí hotel",
"terms": "včelí hotel,hotel pro brouky,hmyziště"
},
"man_made/lighthouse": {
"name": "Maják",
"terms": "maják,světlo"
@@ -9303,6 +9385,17 @@
"name": "Relace",
"terms": "relace,vztah,seznam,objekt"
},
"roller_coaster/station": {
"name": "Stanice horské dráhy",
"terms": "zábavní park,atrakce"
},
"roller_coaster/support": {
"name": "Pilíř horské dráhy"
},
"roller_coaster/track": {
"name": "Dráha horské dráhy",
"terms": "zábavní park,atrakce"
},
"route/ferry": {
"name": "Trasa trajektu",
"terms": "trajekt,trasa,linka,loď,trasa trajektu"
@@ -10240,7 +10333,7 @@
},
"traffic_calming/island": {
"name": "Dopravní ostrůvek",
"terms": "kruhák,kruháč,kulaťák,kruhový objezd,pomalu,zpomalit"
"terms": "kruhák,kruhový objezd,zpomalovák"
},
"traffic_calming/mini_bumps": {
"name": "Minimální povolená rychlost",
+1 -1
View File
File diff suppressed because one or more lines are too long
+453 -16
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
+3 -15
View File
@@ -3892,10 +3892,6 @@
"name": "Madautomat",
"terms": "mad,fødevare,automat"
},
"amenity/vending_machine/fuel": {
"name": "Benzinstander",
"terms": "benzinstander,tankstander,dieselstander"
},
"amenity/vending_machine/ice_cream": {
"name": "Isautomat",
"terms": "is,ispind"
@@ -3919,10 +3915,6 @@
"amenity/vending_machine/stamps": {
"name": "Frimærkeautomat"
},
"amenity/vending_machine/sweets": {
"name": "Snackautomat",
"terms": "snackautomat,slikautomat"
},
"amenity/veterinary": {
"name": "Dyrlæge",
"terms": "dyrlæge,veterinærdyrlæge"
@@ -4824,7 +4816,7 @@
"terms": "indendørskorridor,indendørspassage"
},
"highway/crossing": {
"name": "Fodgængerfelt"
"name": "Fodgængerovergang"
},
"highway/crossing/traffic_signals": {
"name": "Fodgængerovergang med lyssignal"
@@ -4833,8 +4825,8 @@
"name": "Markeret overgang"
},
"highway/crossing/unmarked": {
"name": "Umarkeret fodgængerfelt",
"terms": "overgang,felt,fodgænger,fodgængerovergang"
"name": "Umarkeret fodgængerovergang",
"terms": "overgang,felt,fodgænger,fodgængerfelt"
},
"highway/cycleway": {
"name": "Cykelsti",
@@ -7552,10 +7544,6 @@
"name": "Fartbumprampe",
"terms": "fartbumprampe"
},
"traffic_calming/island": {
"name": "Helleanlæg",
"terms": "helleanlæg"
},
"traffic_calming/rumble_strip": {
"name": "Rumlestriber",
"terms": "rumlestriber,rumleriller"
+1 -1
View File
File diff suppressed because one or more lines are too long
+104 -9
View File
@@ -515,6 +515,10 @@
"rising": "Ausfahrbarer Poller"
}
},
"books": {
"label": "Genre",
"terms": "genre,buchart,bücherart,buchtyp,büchertyp,sparte"
},
"booth": {
"label": "Kabine",
"terms": "messestand,stand"
@@ -853,6 +857,9 @@
"conveying_escalator": {
"label": "Lift"
},
"count": {
"label": "Anzahl der Objekte"
},
"country": {
"label": "Land"
},
@@ -1454,6 +1461,10 @@
"fence_type": {
"label": "Typ"
},
"fhrs/id-GB": {
"label": "FHRS ID",
"terms": "food hygiene rating scheme,food hygiene rating system,food standards agency"
},
"fire_hydrant/diameter": {
"label": "Durchmesser (mm, in oder Buchstaben)",
"terms": "durchmesser (mm,inch oder buchstaben)"
@@ -1564,6 +1575,9 @@
"label": "Überschwemmungsgefährdet",
"terms": "hochwassergefährdet"
},
"footrest": {
"label": "Fußstütze"
},
"ford": {
"label": "Typ",
"placeholder": "Standard"
@@ -1714,6 +1728,9 @@
"label": "Geländer",
"terms": "geländer,handlauf"
},
"handrest": {
"label": "Haltebügel"
},
"hashtags": {
"label": "Hashtags",
"placeholder": "#Beispiel"
@@ -2590,6 +2607,11 @@
"placeholder": "Unbekannt",
"terms": "stunden"
},
"opening_hours/drive_through": {
"label": "Drive-Through Öffnungszeiten",
"placeholder": "Wie normale Öffnungszeiten",
"terms": "drive-in,öffnungszeiten"
},
"operator": {
"label": "Betreiber",
"terms": "operator"
@@ -3009,6 +3031,10 @@
"label": "SIRET Nummer",
"terms": "siret nummmer"
},
"ref/edubase-GB": {
"label": "Referenznummer des Department for Education",
"terms": "referenznummer des department for education"
},
"ref/isil": {
"label": "ISIL-Code"
},
@@ -3129,6 +3155,39 @@
"restrictions": {
"label": "Abbiegebeschränkungen"
},
"roller_coaster/track": {
"label": "Typ",
"options": {
"brake_run": {
"description": "Ein Streckenabschnitt, der dazu dient, Achterbahnzüge zu verlangsamen oder anzuhalten",
"title": "Abbremsstrecke"
},
"launch_straight": {
"description": "Ein Streckenabschnitt auf dem die Züge durch einen externen Antrieb beschleunigt werden",
"title": "Beschleunigungsstrecke"
},
"lift_hill": {
"description": "Ein ansteigender Streckenabschnitt auf dem Züge in die Höhe oben befördert werden um ihnen potenzielle Energie zu liefern",
"title": "Anstiegstrecke"
},
"maintenance": {
"description": "Ein gesonderter Streckenabschnitt für die Aufnahme von Ersatzzügen oder die Durchführung von Wartungsarbeiten",
"title": "Wartungsstrecke"
},
"moving": {
"description": "Ein Streckenabschnitt mit beweglichen Gleisen, wie z.B. Weichengleise",
"title": "Gleiswechselstrecke"
},
"station": {
"description": "Ein Streckenabschnitt, an dem Züge halten, um Fahrgäste ein- und aussteigen zu lassen",
"title": "Ein- und Ausstieg"
},
"waiting": {
"description": "Ein Streckenabschnitt in dem Züge warten, wenn der folgende Abschnitt noch belegt ist",
"title": "Wartestrecke"
}
}
},
"roof/colour": {
"label": "Dachfarbe",
"terms": "dachfarbe"
@@ -3380,6 +3439,13 @@
"label": "Duschen",
"terms": "duschen"
},
"side": {
"label": "Seite",
"options": {
"left": "Links",
"right": "Rechts"
}
},
"siren/purpose": {
"label": "Zweck"
},
@@ -3429,7 +3495,7 @@
"social_facility": {
"label": "Typ",
"options": {
"ambulatory_care": "Ambulante Pflege",
"ambulatory_care": "Ambulanter Pflegedienst",
"assisted_living": "Betreutes Wohnen",
"day_care": "Tagespflege",
"food_bank": "Lebensmittelausgabe",
@@ -3943,7 +4009,7 @@
"dip": "Absenkung",
"double_dip": "Doppelte Absenkung",
"hump": "Lange Bodenwelle (Kreissegment)",
"island": "Verkehrsinsel",
"island": "Verkehrsberuhigungsinsel",
"mini_bumps": "Kleine Teller",
"rumble_strip": "Rüttelstreifen",
"table": "Lange Bodenwelle (Plateau)"
@@ -5351,8 +5417,8 @@
"terms": "sozialeinrichtung,sozialhilfeeinrichtung"
},
"amenity/social_facility/ambulatory_care": {
"name": "Ambulante Unterstützung",
"terms": "ambulanter pflegedienst,streetwork"
"name": "Ambulanter Pflegedienst",
"terms": "ambulanter pflegedienst,pflege,pflegeservice,pflegeambulanz,streetwork"
},
"amenity/social_facility/assisted_living": {
"name": "Einrichtung für betreutes Seniorenwohnen",
@@ -5536,9 +5602,13 @@
"name": "Lebensmittel-Verkaufsautomat",
"terms": "lebensmittel-verkaufs-automat"
},
"amenity/vending_machine/food/snacks": {
"name": "Snackautomat",
"terms": "snack,snacks,häppchen,salziges"
},
"amenity/vending_machine/fuel": {
"name": "Tankautomat",
"terms": "tankautomat"
"terms": "tankautomat,tanken,diesel,benzin,kraftstoff,biodiesel"
},
"amenity/vending_machine/ice_cream": {
"name": "Speiseeis-Automat",
@@ -5570,7 +5640,7 @@
},
"amenity/vending_machine/sweets": {
"name": "Süßigkeitenautomat",
"terms": "süßigkeitenautomat"
"terms": "süßigkeiten,süßes,bonbons,gummibärchen,kaugummi"
},
"amenity/veterinary": {
"name": "Tierarztpraxis",
@@ -6275,7 +6345,8 @@
},
"craft/joiner": {
"name": "Tischlerei",
"terms": "tischler,schreiner,tischlerbetrieb,tischlerei,schreinerei,möbelbau,möbelbauer"
"terms": "tischler,schreiner,tischlerbetrieb,tischlerei,schreinerei,möbelbau,möbelbauer",
"aliases": "Schreinerei"
},
"craft/key_cutter": {
"name": "Schlüsselschneider",
@@ -6771,6 +6842,10 @@
"name": "Mopedstraße",
"terms": "mopedstraße"
},
"highway/cyclist_waiting_aid": {
"name": "Wartehilfe für Radfahrer",
"terms": "wartehilfe,fußbrett,wartebrett,haltegriff,haltebügel,ampelgriff,ampelbügel,ampelbrett"
},
"highway/elevator": {
"name": "Aufzug",
"terms": "aufzug,fahrstuhl,lift,personenaufzug,aufzugsanlage"
@@ -7943,6 +8018,10 @@
"terms": "fahne,flagge,flaggenmast",
"aliases": "Fahnenstange"
},
"man_made/fuel_pump": {
"name": "Tanksäule",
"terms": "tanksäule,tankstellensäule"
},
"man_made/gantry": {
"name": "Schilderbrücke",
"terms": "portal,wegweiserbrücke,vzb,wechselverkehrszeichen,kragarm",
@@ -7960,6 +8039,10 @@
"name": "Buhne",
"terms": "buhne,stack,höft,kribbe,schlenge,schlacht"
},
"man_made/insect_hotel": {
"name": "Insektenhotel",
"terms": "insektenhotel,bienenhotel,insekten,bienen,käfer,nisthilfe,insektenhaus,insektenasyle,insektenwand,insektenkasten,nützlingshotel,überwinterungshilfe,wildbienen"
},
"man_made/lighthouse": {
"name": "Leuchtturm",
"terms": "leuchtturm"
@@ -9399,6 +9482,18 @@
"name": "Relation",
"terms": "relation,beziehung"
},
"roller_coaster/station": {
"name": "Ein- und Ausstieg",
"terms": "einstieg,ausstieg,haltestelle,station"
},
"roller_coaster/support": {
"name": "Achterbahn-Tragwerk",
"terms": "achterbahn-tragwerk,tragwerk,tragstruktur,holztragwerk,stahltragwerk,auflager,träger"
},
"roller_coaster/track": {
"name": "Achterbahngleis",
"terms": "achterbahngleis"
},
"route/ferry": {
"name": "Fährstrecke",
"terms": "boot,schiff,wasserbus,wassershuttle,wassertaxi,vaporetto,fähre"
@@ -10355,8 +10450,8 @@
"terms": "temposchwelle,bodenschwelle,beruhigungsschwelle,rüttelschwelle,fahrbahnhöcker,bremsschwelle,bremshügel,drempel"
},
"traffic_calming/island": {
"name": "Verkehrsinsel",
"terms": "verkehrsinsel,fahrbahnteiler"
"name": "Verkehrsberuhigungsinsel",
"terms": "verkehrsberuhigungsinsel,verkehrsinsel,fahrbahninsel"
},
"traffic_calming/mini_bumps": {
"name": "Kleine Bodenwelle",
+1 -1
View File
File diff suppressed because one or more lines are too long
+469 -149
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
-3
View File
@@ -237,9 +237,6 @@
"amenity/trolley_bay": {
"name": "Trolley Bay"
},
"amenity/vending_machine/fuel": {
"name": "Fuel Pump"
},
"amenity/vending_machine/public_transport_tickets": {
"name": "Public Transport Ticket Vending Machine"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+4799 -61
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
-4
View File
@@ -209,10 +209,6 @@
"amenity/trolley_bay": {
"name": "Shopping Trolley Bay"
},
"amenity/vending_machine/fuel": {
"name": "Fuel Pump",
"terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel,gas pump"
},
"amenity/water_point": {
"terms": "water faucet,water point,water tap,water source,water spigot,rv drinking water,campervan drinking water"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+100 -6
View File
@@ -309,7 +309,7 @@
"dip": "Dip",
"double_dip": "Double Dip",
"hump": "Speed Hump",
"island": "Traffic Island",
"island": "Traffic Calming Island",
"mini_bumps": "Mini Speed Bumps",
"rumble_strip": "Rumble Strip",
"table": "Speed Table"
@@ -721,6 +721,13 @@
"site": {
"label": "Type"
},
"side": {
"label": "Side",
"options": {
"left": "Left",
"right": "Right"
}
},
"shower": {
"label": "Showers"
},
@@ -1810,6 +1817,9 @@
"label": "Hashtags",
"placeholder": "#example"
},
"handrest": {
"label": "Handrest"
},
"handrail": {
"label": "Handrail"
},
@@ -1870,6 +1880,9 @@
"label": "Type",
"placeholder": "Default"
},
"footrest": {
"label": "Footrest"
},
"flood_prone": {
"label": "Flood Prone"
},
@@ -2436,6 +2449,9 @@
"country": {
"label": "Country"
},
"count": {
"label": "Number of Features"
},
"conveying_escalator": {
"label": "Escalator"
},
@@ -2689,6 +2705,9 @@
"booth": {
"label": "Booth"
},
"books": {
"label": "Type of Books"
},
"bollard": {
"label": "Type",
"options": {
@@ -3422,6 +3441,39 @@
"roof/colour": {
"label": "Roof Color"
},
"roller_coaster/track": {
"label": "Type",
"options": {
"lift_hill": {
"title": "Lift Hill",
"description": "An inclined track meant to give the trains potential energy"
},
"launch_straight": {
"title": "Launch Track",
"description": "A section of track meant to accelerate the trains through external input"
},
"brake_run": {
"title": "Brake Run",
"description": "A section of track meant to slow or stop trains"
},
"station": {
"title": "Station",
"description": "A section of track where a train stops to board and unboard passengers"
},
"moving": {
"title": "Moving",
"description": "Any type of moving track, like switch tracks"
},
"waiting": {
"title": "Waiting",
"description": "Tracks used to hold trains if the next block section is occupied"
},
"maintenance": {
"title": "Maintenance",
"description": "Tracks meant to hold spare trains or conduct maintenance"
}
}
},
"ref/vatin": {
"label": "VAT ID Number",
"terms": "value added tax identification number,vatin"
@@ -3429,6 +3481,10 @@
"ref/isil": {
"label": "ISIL Code"
},
"ref/edubase-GB": {
"label": "Department for Education Reference",
"terms": "edubase reference,dfe urn"
},
"ref/linz/place_id-NZ": {
"label": "NZGB Place ID",
"terms": "nz,linz,land information new zealand,toitū te whenua,nzgb,new zealand geographic board,ngā pou taunaha o aotearoa"
@@ -3624,6 +3680,10 @@
"operator/type": {
"label": "Operator Type"
},
"opening_hours/drive_through": {
"label": "Drive Through Hours",
"placeholder": "Same as regular business hours"
},
"oneway/bicycle": {
"label": "One Way (Bicycles)"
},
@@ -3944,6 +4004,10 @@
"fire_hydrant/diameter": {
"label": "Diameter (mm, in, or letters)"
},
"fhrs/id-GB": {
"label": "FHRS ID",
"terms": "food hygiene rating scheme,food hygiene rating system,food standards agency"
},
"door/width": {
"label": "Door Width (Meters)"
},
@@ -3989,6 +4053,7 @@
"label": "Dance Styles"
},
"crossing/markings_yes": {},
"crossing/markings_yes-PL": {},
"crossing/markings_yes-DE-AT-CH": {},
"crossing/markings_yes-BG": {},
"crossing/markings": {
@@ -4011,6 +4076,7 @@
"ladder:paired": "Ladder With Paired Longitudinal Bars"
}
},
"crossing/markings-PL": {},
"crossing/markings-DE-AT-CH": {},
"crossing/markings-BG": {},
"crossing/light": {
@@ -4557,7 +4623,7 @@
"terms": "bumps,circular bumps,circular speed bumps,small bumps,small speed bumps,slow,speed"
},
"traffic_calming/island": {
"name": "Traffic Island",
"name": "Traffic Calming Island",
"terms": "circle,roundabout,slow"
},
"traffic_calming/hump": {
@@ -5487,6 +5553,17 @@
"name": "Ferry Route",
"terms": "boat,merchant vessel,ship,water bus,water shuttle,water taxi"
},
"roller_coaster/track": {
"name": "Roller Coaster Track",
"terms": "theme park,amusement ride"
},
"roller_coaster/support": {
"name": "Roller Coaster Support"
},
"roller_coaster/station": {
"name": "Roller Coaster Station",
"terms": "theme park,amusement ride"
},
"railway/yard": {
"name": "Rail Yard",
"terms": "freight car stop,freight train station,rail freight station,railroad yard,railway yard"
@@ -6710,6 +6787,10 @@
"man_made/lighthouse": {
"name": "Lighthouse"
},
"man_made/insect_hotel": {
"name": "Insect Hotel",
"terms": "bee hotel,bug hotel,insect house"
},
"man_made/groyne": {
"name": "Groin",
"aliases": "Wing Dam\nWing Dyke\nSpur Dyke"
@@ -6726,6 +6807,10 @@
"name": "Gantry",
"terms": "highway gantry,mast arm,road sign holder,road sign structure,sign assembly,sign holder,sign structure"
},
"man_made/fuel_pump": {
"name": "Gas Pump",
"terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
},
"man_made/flagpole": {
"name": "Flagpole"
},
@@ -7895,6 +7980,10 @@
"name": "Elevator",
"terms": "lift"
},
"highway/cyclist_waiting_aid": {
"name": "Cyclist Waiting Aid",
"terms": "foot rail,footrail,footrest,grip,hand rail,handle,handrail,handrest,holding rail"
},
"highway/cycleway": {
"name": "Cycle Path",
"terms": "bicycle path,bike path,cycling path"
@@ -9387,7 +9476,8 @@
"terms": "auditorium,exhibition,exposition,lecture"
},
"amenity/compressed_air": {
"name": "Compressed Air"
"name": "Compressed Air",
"terms": "air compressor"
},
"amenity/community_centre": {
"name": "Community Center",
@@ -9535,8 +9625,8 @@
"terms": "bin,garbage,rubbish,litter,trash,poo,dog"
},
"amenity/vending_machine/sweets": {
"name": "Snack Vending Machine",
"terms": "candy,gum,chip,pretzel,cookie,cracker"
"name": "Candy Vending Machine",
"terms": "gumball"
},
"amenity/vending_machine/stamps": {
"name": "Postage Vending Machine",
@@ -9568,7 +9658,7 @@
"terms": "chocolate,ice cream,frozen,popsicle,vanilla"
},
"amenity/vending_machine/fuel": {
"name": "Gas Pump",
"name": "Gas Vending Machine",
"terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
},
"amenity/vending_machine/food": {
@@ -9623,6 +9713,10 @@
"name": "Bicycle Inner Tube Vending Machine",
"terms": "inner tube,bicycle tubes,bike tube"
},
"amenity/vending_machine/food/snacks": {
"name": "Snack Vending Machine",
"terms": "candy,gum,chip,pretzel,cookie,cracker"
},
"amenity/townhall/city": {
"name": "City Hall",
"terms": "council,courthouse,government,mayor,municipality"
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -3779,10 +3779,6 @@
"name": "Vendilo de manĝaĵo",
"terms": "manghajho,mangxajxo"
},
"amenity/vending_machine/fuel": {
"name": "Vendilo de benzino",
"terms": "benzinstacio,diseloleo,benzino,brulaĵo,lpg,biodisel"
},
"amenity/vending_machine/ice_cream": {
"name": "Vendilo de glaciaĵoj",
"terms": "glaciaĵo"
@@ -3807,10 +3803,6 @@
"name": "Vendilo de poŝtmarkoj",
"terms": "poŝtmarkoj"
},
"amenity/vending_machine/sweets": {
"name": "Vendilo de dolĉaĵoj",
"terms": "dolĉaĵoj,dolchajhoj,dolcxajxoj,sukeraĵoj,sukerajhoj,sukerajxoj"
},
"amenity/veterinary": {
"name": "Bestokuracistejo",
"terms": "bestokuracisto,bestkuracisto,veterinaro"
@@ -7892,10 +7884,6 @@
"name": "Stratĝibo longa (2-4m)",
"terms": "stratghibo,stratgxibo"
},
"traffic_calming/island": {
"name": "Trafik-insuleto",
"terms": "trafikinsuleto,trafikinsulo"
},
"traffic_calming/rumble_strip": {
"name": "Trembruaj strietoj",
"terms": "strietoj,vibrilo,aŭdeblaj linioj"
+1 -1
View File
File diff suppressed because one or more lines are too long
+112 -18
View File
@@ -515,6 +515,10 @@
"rising": "Bolardo levadizo"
}
},
"books": {
"label": "Tipo de libros",
"terms": "tipo de libros,género literario,categoría de libros"
},
"booth": {
"label": "Cabina",
"terms": "cabina"
@@ -853,6 +857,9 @@
"conveying_escalator": {
"label": "Escalera mecánica"
},
"count": {
"label": "Número de elementos"
},
"country": {
"label": "País"
},
@@ -1454,6 +1461,10 @@
"fence_type": {
"label": "Tipo"
},
"fhrs/id-GB": {
"label": "ID de FHRS",
"terms": "id de fhrs,identificador de fhrs,código de fhrs,sistema de calificación de higiene alimentaria,agencia de normas alimentarias"
},
"fire_hydrant/diameter": {
"label": "Diámetro (mm, in, o letras)",
"terms": "diámetro"
@@ -1564,6 +1575,9 @@
"label": "Propenso a inundarse",
"terms": "propenso a inundarse,inundación,anegamiento"
},
"footrest": {
"label": "Reposapiés"
},
"ford": {
"label": "Tipo",
"placeholder": "Predeterminado"
@@ -1714,6 +1728,9 @@
"label": "Pasamanos",
"terms": "pasamanos,baranda,barandilla"
},
"handrest": {
"label": "Reposamanos"
},
"hashtags": {
"label": "Hashtags",
"placeholder": "#ejemplo"
@@ -2589,6 +2606,11 @@
"placeholder": "Desconocido",
"terms": "horas,tiempo,duración,minutos,segundos"
},
"opening_hours/drive_through": {
"label": "Horario de servicio al vehículo",
"placeholder": "El mismo que el horario comercial regular",
"terms": "horario de autoservicio,horario de ventanilla,horario de servicio al auto"
},
"operator": {
"label": "Operador",
"terms": "operador,operario,agente"
@@ -3008,6 +3030,10 @@
"label": "Número SIRET",
"terms": "código siret,número siret,siret,número de identificación empresa francesa"
},
"ref/edubase-GB": {
"label": "Referencia del Departamento de Educación",
"terms": "referencia del departamento de educación,código del ministerio de educación,identificador del departamento de educación"
},
"ref/isil": {
"label": "Código ISIL"
},
@@ -3128,6 +3154,39 @@
"restrictions": {
"label": "Restricciones de giro"
},
"roller_coaster/track": {
"label": "Tipo",
"options": {
"brake_run": {
"description": "Una sección de vía destinada a frenar o detener los trenes",
"title": "Tramo de frenado"
},
"launch_straight": {
"description": "Una sección de vía destinada a acelerar los trenes mediante un impulso externo",
"title": "Vía de lanzamiento"
},
"lift_hill": {
"description": "Una vía inclinada destinada a dar a los trenes energía potencial",
"title": "Colina de elevación"
},
"maintenance": {
"description": "Vías destinadas a almacenar trenes de reserva o realizar mantenimiento",
"title": "Mantenimiento"
},
"moving": {
"description": "Cualquier tipo de vía móvil, como las vías de cambio",
"title": "Móvil"
},
"station": {
"description": "Una sección de vía donde un tren se detiene para subir y bajar pasajeros",
"title": "Estación"
},
"waiting": {
"description": "Vías utilizadas para retener trenes si la siguiente sección de bloque está ocupada",
"title": "Espera"
}
}
},
"roof/colour": {
"label": "Color del techo",
"terms": "color del techo,techo"
@@ -3379,6 +3438,13 @@
"label": "Duchas",
"terms": "duchas,ducharse,ducha pública,regadera"
},
"side": {
"label": "Lado",
"options": {
"left": "Izquierda",
"right": "Derecha"
}
},
"siren/purpose": {
"label": "Propósito"
},
@@ -3942,7 +4008,7 @@
"dip": "Badén / Cuneta",
"double_dip": "Doble badén o cuneta",
"hump": "Reductor de velocidad ancho",
"island": "Isleta de tránsito",
"island": "Isla de moderación de tráfico",
"mini_bumps": "Reductor de velocidad lenticular",
"rumble_strip": "Banda sonora reductora de velocidad",
"table": "Reductor de velocidad trapezoidal"
@@ -5524,9 +5590,13 @@
"name": "Máquina expendedora de alimentos",
"terms": "máquina expendedora de alimentos,comida,alimento,comestible,expendedora"
},
"amenity/vending_machine/food/snacks": {
"name": "Máquina expendedora de snacks",
"terms": "máquina expendedora de snacks,máquina de venta de bocadillos,máquina de snacks"
},
"amenity/vending_machine/fuel": {
"name": "Surtidor de combustible",
"terms": "surtidor de combustible,gasolina,combustible,biodiesel,gnc"
"name": "Máquina expendedora de combustible",
"terms": "máquina expendedora de combustible,dispensador de combustible,surtidor de combustible,gasolina,nafta,combustible,propano,gas,diesel,gnl,gnc,biodiesel"
},
"amenity/vending_machine/ice_cream": {
"name": "Máquina expendedora de helados",
@@ -5557,8 +5627,8 @@
"terms": "máquina expendedora del franqueo,correo,franqueo,sello,estampillas"
},
"amenity/vending_machine/sweets": {
"name": "Máquina expendedora de snacks",
"terms": "snack,bocadillo,refrigerio,botanas,expendedor"
"name": "Máquina de venta de golosinas",
"terms": "máquina expendedora de dulces,máquina de venta de golosinas,máquina de caramelos"
},
"amenity/veterinary": {
"name": "Veterinario",
@@ -6744,6 +6814,10 @@
"name": "Enlace de ciclomotor",
"terms": "enlace,ciclomotor,motocicleta,moto,motoneta"
},
"highway/cyclist_waiting_aid": {
"name": "Ayuda de espera para ciclistas",
"terms": "ayuda de espera para ciclistas,dispositivo de espera para ciclistas,señal de espera para ciclistas,barandilla para pies,reposapiés,agarre,barandilla,manija,reposamanos,barandilla de sujeción"
},
"highway/elevator": {
"name": "Ascensor",
"terms": "ascensor,elevador,montacargas"
@@ -7537,28 +7611,28 @@
"terms": "anillo de lanzamiento de martillo,círculo de lanzamiento de martillo,zona de lanzamiento de martillo,sector de lanzamiento de martillo"
},
"leisure/pitch/athletics/high_jump": {
"name": "Pozo de salto de altura",
"terms": "pozo de salto de altura,foso de salto de altura"
"name": "Campo de salto de altura",
"terms": "pista de salto de altura,recinto de salto de altura"
},
"leisure/pitch/athletics/javelin_throw": {
"name": "Sector de jabalina",
"terms": "sector de jabalina,sector jabalina"
},
"leisure/pitch/athletics/long_jump": {
"name": "Pozo de salto de longitud",
"terms": "pozo de salto de longitud,foso de salto de longitud"
"name": "Campo de salto de longitud",
"terms": "pista de salto de longitud,recinto de salto de longitud"
},
"leisure/pitch/athletics/pole_vault": {
"name": "Pozo de salto con pértiga",
"terms": "pozo de pértiga,foso de pértiga"
"name": "Campo de salto con pértiga",
"terms": "pista de pértiga,recinto de pértiga"
},
"leisure/pitch/athletics/shot_put": {
"name": "Anillo de lanzamiento de bala",
"terms": "anillo de lanzamiento de bala,hollo de lanzamiento de bala,anillo de lanzamiento de peso,hollo de lanzamiento de peso"
},
"leisure/pitch/athletics/triple_jump": {
"name": "Pozo de triple salto",
"terms": "pozo de triple salto,foso de triple salto"
"name": "Campo de salto triple",
"terms": "pista de salto triple,recinto de salto triple"
},
"leisure/pitch/australian_football": {
"name": "Campo de fútbol australiano",
@@ -7617,8 +7691,8 @@
"terms": "fútbol sala,futbol sala,futsal,fútbol de salón,futbol de salon,futsala,futbolito,microfútbol,microfutbol"
},
"leisure/pitch/gaga": {
"name": "Pozo de Gaga",
"terms": "gaga,gaga ball,pozo de gaga,hoyo de gaga,foso de gaga"
"name": "Campo de gaga",
"terms": "gaga,gaga ball,arena de gaga,pista de gaga,recinto de gaga"
},
"leisure/pitch/handball": {
"name": "Cancha de handball / Pista de balonmano",
@@ -7908,6 +7982,10 @@
"name": "Asta de bandera",
"terms": "mástil,mastil,asta de bandera,astabandera"
},
"man_made/fuel_pump": {
"name": "Surtidor de combustible",
"terms": "bomba de combustible,surtidor de combustible,manguera de combustible,gasolina,nafta,combustible,propano,gas,diesel,gnl,gnc,biodiesel"
},
"man_made/gantry": {
"name": "Pórtico de señales",
"terms": "pórtico de señales,pórtico de carretera,brazo de mástil,soporte de señalización vial,estructura de señalización vial,conjunto de señalización,soporte de señalización,estructura de señalización"
@@ -7924,6 +8002,10 @@
"name": "Espigón",
"terms": "escollera,rompeola,espigón,espolón"
},
"man_made/insect_hotel": {
"name": "Hotel de insectos",
"terms": "hotel de insectos,refugio de insectos,casa de insectos"
},
"man_made/lighthouse": {
"name": "Faro",
"terms": "faro"
@@ -8169,7 +8251,7 @@
"terms": "depósito de agua elevado,tanque de agua,tanque,torre de agua"
},
"man_made/water_well": {
"name": "Pozo de Agua",
"name": "Pozo de agua",
"terms": "pozo de agua,agua en pozo"
},
"man_made/water_works": {
@@ -9356,6 +9438,18 @@
"name": "Relación",
"terms": "relación,vínculo,asociación"
},
"roller_coaster/station": {
"name": "Estación de montaña rusa",
"terms": "estación de montaña rusa,estación de coaster,estación de tren de la diversión,parque temático,parque de diversiones"
},
"roller_coaster/support": {
"name": "Soporte de montaña rusa",
"terms": "soporte de montaña rusa,soporte de coaster,soporte de tren de la diversión"
},
"roller_coaster/track": {
"name": "Vía de montaña rusa",
"terms": "vía de montaña rusa,vía de coaster,vía de tren de la diversión,parque temático,parque de diversiones"
},
"route/ferry": {
"name": "Ruta de ferry",
"terms": "ruta,ferry,buque,transbordador,lancha,embarcación,trasbordador"
@@ -10310,8 +10404,8 @@
"terms": "atenuador,badén,calmado de tráfico,cojín berlinés,guardia muerto,guardia tumbado,lomada,lomba,lombada,lomo de burro,lomo de toro,muerto, policía acostado,policía muerto,reductor de velocidad,resalte,resalto,rompe-velocidades,rompevelocidades,rompemuelle,tope,túmulo,tumulo,vigilante acostado,banda de frenado"
},
"traffic_calming/island": {
"name": "Isleta de tránsito",
"terms": "círculo,rotonda,frenar,velocidad,reductor de velocidad,tránsito"
"name": "Isla de moderación de tráfico",
"terms": "isla de calmado de tráfico,isleta de reducción de velocidad,isla de moderación de tráfico"
},
"traffic_calming/mini_bumps": {
"name": "Reductor de velocidad lenticular",
+1 -1
View File
File diff suppressed because one or more lines are too long
+61 -12
View File
@@ -413,6 +413,9 @@
"bollard": {
"label": "Tüüp"
},
"books": {
"label": "Raamatute tüübid"
},
"booth": {
"label": "Kabiin"
},
@@ -429,6 +432,9 @@
"label": "Tootemark",
"terms": "kaubamärk"
},
"brewery": {
"label": "Müügil olevad õlle kaubamärgid"
},
"bridge": {
"label": "Tüüp",
"placeholder": "Vaikimisi"
@@ -488,6 +494,7 @@
"public": "Avalik hoone",
"residential": "Elamu",
"retail": "Jaekaubandushoone",
"riding_hall": "Maneež",
"roof": "Katus",
"ruins": "Hoone varemed",
"school": "Koolimaja",
@@ -824,6 +831,7 @@
"lebanese": "liibanoni",
"malaysian": "malai",
"mexican": "mehhiko",
"pancake": "pannkoogid",
"pasta": "pastaroad",
"peruvian": "peruu",
"pizza": "pitsa",
@@ -991,6 +999,20 @@
"tidal": "Loodete erinevust tasandav dokk"
}
},
"dock/height": {
"label": "Laoestakaadi kõrgus (meetrites)",
"terms": "laadimissilla kõrgus (meetrites)"
},
"dock/width": {
"label": "Laoestakaadi laius (meetrites)",
"terms": "laadimissilla laius (meetrites)"
},
"door/height": {
"label": "Ukse kõrgus (meetrites)"
},
"door/width": {
"label": "Ukse laius (meetrites)"
},
"door_type": {
"label": "Tüüp"
},
@@ -1489,7 +1511,8 @@
}
},
"memorial/addr": {
"label": "Aadress või lähima hoone aadress"
"label": "Aadress või lähima hoone aadress",
"terms": "asukoha aadress,asukoht"
},
"microbrewery": {
"terms": "käsitööõlu,väikepruulikoda"
@@ -1870,6 +1893,20 @@
"route_master": {
"label": "Tüüp"
},
"royal_cypher-GB": {
"label": "Kuninglik monogramm",
"options": {
"CIIIR": "CIIIR (Charles III)",
"EIIR": "EIIR (Elizabeth II)",
"EVIIIR": "EVIIIR (Edward VIII)",
"EVIIR": "EVIIR (Edward VII)",
"GR": "GR (George V)",
"GVIR": "GVIR (George VI)",
"VR": "VR (Victoria)",
"no": "Puudub",
"scottish_crown": "Šoti kroon"
}
},
"salt": {
"label": "Soolane"
},
@@ -2826,6 +2863,10 @@
"name": "Tankla",
"terms": "bensiinijaam,kütusejaam,kütus"
},
"amenity/funeral_hall": {
"name": "Tavandihoone",
"terms": "kalmistukabel,kabel"
},
"amenity/gambling": {
"name": "Hasartmängusaal"
},
@@ -2885,7 +2926,7 @@
},
"amenity/loading_dock": {
"name": "Laoestakaad",
"aliases": "Laadimissild"
"terms": "laadimissild,laouks,lao uks"
},
"amenity/lounger": {
"name": "Rannatool",
@@ -3312,9 +3353,6 @@
"amenity/vending_machine/food": {
"name": "Toidu müügiautomaat"
},
"amenity/vending_machine/fuel": {
"name": "Kütusetankur"
},
"amenity/vending_machine/ice_cream": {
"name": "Jäätise müügiautomaat"
},
@@ -3325,7 +3363,8 @@
"name": "Ajalehtede müügiautomaat"
},
"amenity/vending_machine/parking_tickets": {
"name": "Parkimispileti automaat"
"name": "Parkimispileti automaat",
"terms": "parkimispilet,parklapilet"
},
"amenity/vending_machine/pizza": {
"name": "Pitsa müügiautomaat"
@@ -3337,7 +3376,7 @@
"name": "Postmarkide müügiautomaat"
},
"amenity/vending_machine/sweets": {
"name": "Maiustuste müügiautomaat"
"name": "Kommiautomaat"
},
"amenity/veterinary": {
"name": "Loomaarst",
@@ -3702,6 +3741,9 @@
"name": "Jaekaubandushoone",
"terms": "kaubandus,kauplus"
},
"building/riding_hall": {
"name": "Maneeži sisehall"
},
"building/roof": {
"name": "Katus",
"terms": "varjualune"
@@ -4666,6 +4708,10 @@
"name": "Ronimiskeskus",
"terms": "ronimine,ronimisrada,ronila"
},
"leisure/sports_centre/climbing_adventure": {
"name": "Seikluspark",
"terms": "seiklusrada,ronimisrada"
},
"leisure/sports_centre/swimming": {
"name": "Ujula",
"terms": "bassein,supelhoone,veekeskus,siseujula,lastebassein,väliujula,välisujula,ujumisbassein"
@@ -4780,6 +4826,9 @@
"man_made/groyne": {
"name": "Kaldatamm"
},
"man_made/insect_hotel": {
"name": "Putukahotell"
},
"man_made/lighthouse": {
"name": "Tuletorn",
"terms": "majakas"
@@ -5494,6 +5543,10 @@
"power/substation": {
"name": "Alajaam"
},
"power/switchgear": {
"name": "Jaotusseade",
"terms": "lülitusseade"
},
"power/tower": {
"name": "Kõrgepingetorn"
},
@@ -6095,7 +6148,7 @@
"terms": "telekomi pood,telefonipood,interneti ühenduse pakkuja,mobiiliteenuse pakkuja,sideteenuse pakkuja"
},
"shop/ticket": {
"name": "Piletikauplus",
"name": "Piletikassa",
"terms": "piletid,kontserdipiletid,kassa,bussipiletid"
},
"shop/tiles": {
@@ -6299,10 +6352,6 @@
"name": "Liikluskünnis",
"terms": "künnis,kiirustõke,tõke,aeglustaja,platvorm,kõrgendus,kühm"
},
"traffic_calming/island": {
"name": "Eraldussaarega kitsendus",
"terms": "kitsendus,liikluskitsendus,aeglustus,saar,ohutussaar,kitsendussaar"
},
"traffic_calming/rumble_strip": {
"name": "Täristi",
"terms": "põristi,põrin,tärin,värin,väristaja,müra,triibud,risti jooned,jooned"
+1 -1
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -2057,9 +2057,6 @@
"amenity/vending_machine/food": {
"name": "Janari makina saltzailea"
},
"amenity/vending_machine/fuel": {
"name": "Gas hornigailu"
},
"amenity/vending_machine/ice_cream": {
"name": "Izozkien makina saltzaile"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-11
View File
@@ -3606,10 +3606,6 @@
"name": "دستگاه فروش خوراکی",
"terms": "غذا"
},
"amenity/vending_machine/fuel": {
"name": "پمپ سوخت (خودبردار)",
"terms": "بنزین ، گاز ، گازوئیل ، سوخت ، پروپان ، دیزل ، سی ان جی ، ال پی جی ، سیگنال ، بیودیزل"
},
"amenity/vending_machine/ice_cream": {
"name": "دستگاه فروش بستنی",
"terms": "شکلات ، بستنی ، یخ زده ، بستنی یخی ، وانیل"
@@ -3638,10 +3634,6 @@
"name": "دستگاه فروش کارت پستال و نامه",
"terms": "نامه ، نامه پستی ، تمبر"
},
"amenity/vending_machine/sweets": {
"name": "دستگاه فروش خوراکی",
"terms": "آب نبات ، آدامس ، چیپ ، پرزل ، کوکی ، کراکر"
},
"amenity/veterinary": {
"name": "دامپزشکی",
"terms": "کلینیک حیوانات اهلی ، دامپزشکی ، بیمارستان حیوانات ، پزشک حیوان خانگی"
@@ -7178,9 +7170,6 @@
"name": "سرعتکاه قوسی",
"terms": "سرعتکاه,کاهش سرعت,سرعت,آهسته"
},
"traffic_calming/island": {
"name": "جزیره ترافیکی"
},
"traffic_calming/rumble_strip": {
"name": "نوار لرزاننده",
"terms": "شیار لرزاننده,شیارهای لرزاننده,رامبل,نوار رامبل,نواره شیاردار آسفالت,اسکرید,برجستگی لرزاننده"
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -2794,7 +2794,6 @@
"bump": "töyssy",
"chicane": "shikaani",
"hump": "lievä hidastetöyssy",
"island": "keskisaareke",
"rumble_strip": "heräteraidat"
}
},
@@ -3890,9 +3889,6 @@
"amenity/vending_machine/food": {
"name": "Ruoka-automaatti"
},
"amenity/vending_machine/fuel": {
"name": "Polttoainepumppu"
},
"amenity/vending_machine/ice_cream": {
"name": "Jäätelöautomaatti"
},
@@ -3916,10 +3912,6 @@
"amenity/vending_machine/stamps": {
"name": "Postimerkkiautomaatti"
},
"amenity/vending_machine/sweets": {
"name": "Välipala-automaatti",
"terms": "snack,välipala,patukka,karkki,automaatti,syötävää,syömistä"
},
"amenity/veterinary": {
"name": "Eläinlääkäri"
},
@@ -7157,10 +7149,6 @@
"traffic_calming/hump": {
"name": "Lievä hidastustöyssy"
},
"traffic_calming/island": {
"name": "Liikenteenjakaja",
"terms": "saareke,keskisaareke"
},
"traffic_calming/rumble_strip": {
"name": "Heräteraidat"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+55 -9
View File
@@ -515,6 +515,10 @@
"rising": "Borne escamotable"
}
},
"books": {
"label": "Type de livres",
"terms": "type de livres"
},
"booth": {
"label": "Type de cabine téléphonique",
"terms": "type,sorte,aspect,cabine,téléphone,téléphonique"
@@ -849,6 +853,9 @@
"conveying_escalator": {
"label": "Escalator"
},
"count": {
"label": "Nombre d'éléments"
},
"country": {
"label": "Pays"
},
@@ -1306,6 +1313,14 @@
"tidal": "Dock à marée"
}
},
"dock/height": {
"label": "Hauteur du quai (mètres)",
"terms": "hauteur du quai (mètres)"
},
"dock/width": {
"label": "Largeur du quai (mètre)",
"terms": "largeur du quai (mètre)"
},
"dog": {
"label": "Accès aux chiens",
"options": {
@@ -1552,6 +1567,9 @@
"label": "Risque de crue",
"terms": "débordement,crue,montée des eaux"
},
"footrest": {
"label": "Repose pieds"
},
"ford": {
"label": "Type",
"placeholder": "Défaut"
@@ -1702,6 +1720,9 @@
"label": "Rampe, Main courante",
"terms": "rampe,main courante,rambarde"
},
"handrest": {
"label": "Accoudoir"
},
"hashtags": {
"label": "Hashtags",
"placeholder": "#exemple"
@@ -2216,6 +2237,9 @@
"plate": {
"title": "Plaque"
},
"post": {
"title": "Poteau"
},
"stone": {
"description": "Marques peintes ou gravées sur une pierre.",
"title": "Pierre"
@@ -2572,6 +2596,10 @@
"placeholder": "Inconnus",
"terms": "horaires,heures,horraires"
},
"opening_hours/drive_through": {
"label": "Heures d'ouverture du drive",
"terms": "heures d'ouverture du drive"
},
"operator": {
"label": "Exploitant",
"terms": "exploitant,opérateur"
@@ -3111,6 +3139,13 @@
"restrictions": {
"label": "Interdictions de tourner"
},
"roller_coaster/track": {
"options": {
"maintenance": {
"title": "Entretien"
}
}
},
"roof/colour": {
"label": "Couleur du toit",
"terms": "couleur du toit"
@@ -3924,7 +3959,6 @@
"dip": "Creux",
"double_dip": "Double creux",
"hump": "Ralentisseur dos d’âne",
"island": "Ilôt",
"mini_bumps": "Mini ralentisseurs",
"rumble_strip": "Bande rugueuse",
"table": "Dos d'âne trapézoïdal"
@@ -5492,9 +5526,13 @@
"name": "Distributeur d'aliments",
"terms": "distributeur d'aliments"
},
"amenity/vending_machine/food/snacks": {
"name": "Distributeur de friandises",
"terms": "distributeur de friandises,distributeur de snacks"
},
"amenity/vending_machine/fuel": {
"name": "Pompe à essence",
"terms": "distributeur de carburant"
"name": "Distributeur de carburant",
"terms": "distributeur de carburant,distributeur d'essence"
},
"amenity/vending_machine/ice_cream": {
"name": "Distributeur de glace",
@@ -5525,8 +5563,8 @@
"terms": "timbres,courrier,enveloppe,lettre"
},
"amenity/vending_machine/sweets": {
"name": "Distributeur de snacks",
"terms": "distributeur de snacks,distributeur à snacks,distributeur automatique de snacks,machine à snacks,vente automatique de snacks,vente de snacks,vente snacks,snacks,sucreries,bonbons,chips,cookie,chocolat,cracker,chewing-gum,vending machine sweets,sweets"
"name": "Distributeur de bonbons",
"terms": "distributeur de bonbons"
},
"amenity/veterinary": {
"name": "Vétérinaire",
@@ -7876,6 +7914,10 @@
"name": "Mât de drapeau",
"terms": "mât de drapeau,hampe,drapeau"
},
"man_made/fuel_pump": {
"name": "Pompe à essence",
"terms": "distributeur de carburant,pompe à essence"
},
"man_made/gantry": {
"name": "Portique de signalisation",
"terms": "portique,support,structure,signalisation,routier,routière,autoroute"
@@ -7892,6 +7934,10 @@
"name": "Épi maritime",
"terms": "épi maritime"
},
"man_made/insect_hotel": {
"name": "Hôtel à insectes",
"terms": "hôtel à insectes"
},
"man_made/lighthouse": {
"name": "Phare",
"terms": "phare"
@@ -9324,6 +9370,10 @@
"name": "Relation",
"terms": "relation"
},
"roller_coaster/track": {
"name": "Voie de montagnes russes",
"terms": "voie de montagnes russes"
},
"route/ferry": {
"name": "Trajet de ferry",
"terms": "ligne de ferry"
@@ -10277,10 +10327,6 @@
"name": "Ralentisseur dos d’âne",
"terms": "dos d'âne,gendarme couché"
},
"traffic_calming/island": {
"name": "Îlot central",
"terms": "îlot central"
},
"traffic_calming/mini_bumps": {
"name": "Mini ralentisseurs",
"terms": "ralentisseurs,groupe,mini,circulaires,petits"
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -642,7 +642,6 @@
"dip": "Log",
"double_dip": "Dhá Log",
"hump": "Uchtóg Mhoillithe",
"island": "Oileán Tráchta",
"mini_bumps": "Uchtóga Mhoillithe Beaga",
"rumble_strip": "Stiall Tormáin"
}
+1 -1
View File
File diff suppressed because one or more lines are too long
-9
View File
@@ -3121,9 +3121,6 @@
"amenity/vending_machine/food": {
"name": "Expendedora de comida"
},
"amenity/vending_machine/fuel": {
"name": "Surtidor de combustíbel"
},
"amenity/vending_machine/ice_cream": {
"name": "Expendedora de xeados"
},
@@ -3141,9 +3138,6 @@
"amenity/vending_machine/public_transport_tickets": {
"name": "Expendedora de billetes de transporte público"
},
"amenity/vending_machine/sweets": {
"name": "Expendedora de Snacks"
},
"amenity/veterinary": {
"name": "Veterinario"
},
@@ -6432,9 +6426,6 @@
"name": "Badén",
"terms": "badén,reductora de velocidade"
},
"traffic_calming/island": {
"name": "Illa de Tráfico"
},
"traffic_calming/rumble_strip": {
"name": "Bandas sonoras",
"terms": "bandas reductoras de velocidade,bandas sonoras"
+1 -1
View File
File diff suppressed because one or more lines are too long
-13
View File
@@ -3566,7 +3566,6 @@
"cushion": "כרית האטה",
"dip": "שקע",
"hump": "פס האטה ארוך",
"island": "אי תנועה",
"mini_bumps": "פס האטה קטן",
"rumble_strip": "פס רעד",
"table": "פס האטה משוטח"
@@ -5009,10 +5008,6 @@
"name": "מכונת אוכל",
"terms": "אוטומט אוכל"
},
"amenity/vending_machine/fuel": {
"name": "משאבת דלק",
"terms": "משאבת דלק"
},
"amenity/vending_machine/ice_cream": {
"name": "מכונת גלידה",
"terms": "אוטומט גלידה"
@@ -5040,10 +5035,6 @@
"name": "מכונת בולים",
"terms": "אוטומט בולים"
},
"amenity/vending_machine/sweets": {
"name": "מכונת חטיפים",
"terms": "אוטומט מכירת חטיפים"
},
"amenity/veterinary": {
"name": "וטרינר",
"terms": "רופא חיות"
@@ -9382,10 +9373,6 @@
"name": "פס האטה ארוך",
"terms": "פסי האטה ארוכים"
},
"traffic_calming/island": {
"name": "אי תנועה",
"terms": "אי תנועה"
},
"traffic_calming/mini_bumps": {
"name": "פס האטה קטן"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-9
View File
@@ -2041,9 +2041,6 @@
"amenity/vending_machine/food": {
"name": "Automat za prodaju hrane"
},
"amenity/vending_machine/fuel": {
"name": "Pumpni automat za gorivo"
},
"amenity/vending_machine/ice_cream": {
"name": "Automat za prodaju sladoleda"
},
@@ -2056,9 +2053,6 @@
"amenity/vending_machine/public_transport_tickets": {
"name": "Automat za karte za javni prijevoz"
},
"amenity/vending_machine/sweets": {
"name": "Automat za grickalice"
},
"amenity/veterinary": {
"name": "Veterinar"
},
@@ -3915,9 +3909,6 @@
"name": "Duži uspornik u širini ceste",
"terms": "ležeći policajac"
},
"traffic_calming/island": {
"name": "Prometni otok"
},
"type/boundary": {
"name": "Granica",
"terms": "granica,međa,linija,linija razgraničenja"
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -4387,10 +4387,6 @@
"name": "Ételárusító automata",
"terms": "büféautomata,automata büfé"
},
"amenity/vending_machine/fuel": {
"name": "Benzinautomata",
"terms": "önkiszolgáló benzinkút"
},
"amenity/vending_machine/ice_cream": {
"name": "Jégkrém automata"
},
@@ -4416,10 +4412,6 @@
"name": "Postai árusító automata",
"terms": "bélyegautomata"
},
"amenity/vending_machine/sweets": {
"name": "Édességautomata",
"terms": "csokoládé,cukorka,snack,chips"
},
"amenity/veterinary": {
"name": "Állatorvos",
"terms": "állatorvosi rendelő,lódoktor,kutyadoktor,macskadoktor"
@@ -8405,10 +8397,6 @@
"name": "Hosszú fekvőrendőr",
"terms": "lapos és hosszú fekvőrendőr"
},
"traffic_calming/island": {
"name": "Járdasziget",
"terms": "sziget,járdasziget"
},
"traffic_calming/rumble_strip": {
"name": "Rázósáv",
"terms": "rázó felfestés"
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
{"af":{"pct":0.19},"ak":{"pct":0},"am":{"pct":0.01},"ar":{"pct":0.77},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.22},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.22},"bn":{"pct":0.04},"bo":{"pct":0},"bqi":{"pct":0},"br":{"pct":0.69},"bs":{"pct":0.12},"ca":{"pct":0.71},"ckb":{"pct":0.14},"cs":{"pct":0.98},"cv":{"pct":0},"cy":{"pct":0.48},"da":{"pct":0.66},"de":{"pct":1},"de-AT":{"pct":0},"de-CH":{"pct":0},"dv":{"pct":0.01},"ee":{"pct":0},"el":{"pct":0.7},"en":{"pct":1},"en-AU":{"pct":0.02},"en-CA":{"pct":0.03},"en-GB":{"pct":0.26},"en-IE":{"pct":0},"en-IN":{"pct":0},"en-NZ":{"pct":0.02},"en-PH":{"pct":0},"en-US":{"pct":0},"eo":{"pct":0.71},"es":{"pct":1},"et":{"pct":0.52},"eu":{"pct":0.17},"fa":{"pct":0.62},"fa-IR":{"pct":0},"ff":{"pct":0},"fi":{"pct":0.57},"fil":{"pct":0},"fr":{"pct":0.99},"fr-FR":{"pct":0},"fy":{"pct":0.01},"ga":{"pct":0.1},"gan":{"pct":0},"gl":{"pct":0.5},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.88},"he-IL":{"pct":0.12},"hi":{"pct":0.01},"hr":{"pct":0.31},"hu":{"pct":0.75},"hy":{"pct":0.02},"ia":{"pct":0},"id":{"pct":0.21},"ig":{"pct":0},"is":{"pct":0.28},"it":{"pct":0.88},"ja":{"pct":0.99},"jam":{"pct":0},"jv":{"pct":0},"ka":{"pct":0},"kbd":{"pct":0},"kha":{"pct":0},"ki":{"pct":0},"kk":{"pct":0},"km":{"pct":0},"kn":{"pct":0.06},"ko":{"pct":0.67},"ks":{"pct":0},"ku":{"pct":0.01},"ky":{"pct":0},"lb":{"pct":0},"lg":{"pct":0},"lij":{"pct":0},"ln":{"pct":0},"lo":{"pct":0},"lt":{"pct":0.24},"lus":{"pct":0},"lv":{"pct":0.18},"mg":{"pct":0},"mi":{"pct":0},"mk":{"pct":1},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.13},"my":{"pct":0},"nb":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.02},"nl":{"pct":0.88},"nl-BE":{"pct":0},"nl-NL":{"pct":0},"nn":{"pct":0.05},"no":{"pct":0.7},"nr":{"pct":0},"nso":{"pct":0},"nv":{"pct":0},"ny":{"pct":0},"oc":{"pct":0},"om":{"pct":0},"or":{"pct":0},"pa":{"pct":0},"pa-PK":{"pct":0.09},"pap":{"pct":0},"pl":{"pct":1},"ps":{"pct":0},"pt":{"pct":0.98},"pt-BR":{"pct":0.9},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.26},"ru":{"pct":0.74},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0},"sk":{"pct":0.72},"skr":{"pct":0},"sl":{"pct":0.28},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.03},"sq":{"pct":0.02},"sr":{"pct":0.6},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":0.98},"sw":{"pct":0},"ta":{"pct":0.2},"te":{"pct":0.02},"tg":{"pct":0},"th":{"pct":0.5},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.03},"tn":{"pct":0},"tr":{"pct":0.96},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0.05},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.7},"wa":{"pct":0},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.23},"zh":{"pct":0.05},"zh-CN":{"pct":0.79},"zh-HK":{"pct":0.46},"zh-TW":{"pct":1},"zu":{"pct":0}}
{"af":{"pct":0.18},"ak":{"pct":0},"am":{"pct":0.01},"ar":{"pct":0.77},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.22},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.21},"bn":{"pct":0.04},"bo":{"pct":0},"bqi":{"pct":0},"br":{"pct":0.7},"bs":{"pct":0.12},"ca":{"pct":0.71},"ckb":{"pct":0.14},"cs":{"pct":0.98},"cv":{"pct":0},"cy":{"pct":0.51},"da":{"pct":0.66},"de":{"pct":1},"de-AT":{"pct":0},"de-CH":{"pct":0},"dv":{"pct":0.01},"ee":{"pct":0},"el":{"pct":0.74},"en":{"pct":1},"en-AU":{"pct":0.02},"en-CA":{"pct":0.03},"en-GB":{"pct":0.67},"en-IE":{"pct":0},"en-IN":{"pct":0},"en-NZ":{"pct":0.02},"en-PH":{"pct":0},"en-US":{"pct":0},"eo":{"pct":0.7},"es":{"pct":1},"et":{"pct":0.52},"eu":{"pct":0.17},"fa":{"pct":0.61},"fa-IR":{"pct":0},"ff":{"pct":0},"fi":{"pct":0.56},"fil":{"pct":0},"fr":{"pct":0.99},"fr-FR":{"pct":0},"fy":{"pct":0.01},"ga":{"pct":0.1},"gan":{"pct":0},"gl":{"pct":0.5},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.87},"he-IL":{"pct":0.11},"hi":{"pct":0.01},"hr":{"pct":0.3},"hu":{"pct":0.74},"hy":{"pct":0.02},"ia":{"pct":0},"id":{"pct":0.21},"ig":{"pct":0},"is":{"pct":0.28},"it":{"pct":0.87},"ja":{"pct":0.99},"jam":{"pct":0},"jv":{"pct":0},"ka":{"pct":0},"kbd":{"pct":0},"kha":{"pct":0},"ki":{"pct":0},"kk":{"pct":0},"km":{"pct":0},"kn":{"pct":0.06},"ko":{"pct":0.67},"ks":{"pct":0},"ku":{"pct":0.01},"ky":{"pct":0},"lb":{"pct":0},"lg":{"pct":0},"lij":{"pct":0},"ln":{"pct":0},"lo":{"pct":0},"lt":{"pct":0.24},"lus":{"pct":0},"lv":{"pct":0.2},"mg":{"pct":0},"mi":{"pct":0.01},"mk":{"pct":1},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.13},"my":{"pct":0},"nb":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.02},"nl":{"pct":0.87},"nl-BE":{"pct":0},"nl-NL":{"pct":0},"nn":{"pct":0.05},"no":{"pct":0.69},"nr":{"pct":0},"nso":{"pct":0},"nv":{"pct":0},"ny":{"pct":0},"oc":{"pct":0},"om":{"pct":0},"or":{"pct":0},"pa":{"pct":0},"pa-PK":{"pct":0.09},"pap":{"pct":0},"pl":{"pct":1},"ps":{"pct":0},"pt":{"pct":0.98},"pt-BR":{"pct":0.89},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.25},"ru":{"pct":0.73},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0},"sk":{"pct":0.72},"skr":{"pct":0},"sl":{"pct":0.28},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.03},"sq":{"pct":0.02},"sr":{"pct":0.6},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":0.98},"sw":{"pct":0},"ta":{"pct":0.2},"te":{"pct":0.02},"tg":{"pct":0},"th":{"pct":0.5},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.03},"tn":{"pct":0},"tr":{"pct":0.95},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0.05},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.7},"wa":{"pct":0},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.22},"zh":{"pct":0.05},"zh-CN":{"pct":0.72},"zh-HK":{"pct":0.46},"zh-TW":{"pct":1},"zu":{"pct":0}}
+24 -24
View File
@@ -1,6 +1,6 @@
{
"af": {
"pct": 0.19
"pct": 0.18
},
"ak": {
"pct": 0
@@ -33,7 +33,7 @@
"pct": 0
},
"bg": {
"pct": 0.22
"pct": 0.21
},
"bn": {
"pct": 0.04
@@ -45,7 +45,7 @@
"pct": 0
},
"br": {
"pct": 0.69
"pct": 0.7
},
"bs": {
"pct": 0.12
@@ -63,7 +63,7 @@
"pct": 0
},
"cy": {
"pct": 0.48
"pct": 0.51
},
"da": {
"pct": 0.66
@@ -84,7 +84,7 @@
"pct": 0
},
"el": {
"pct": 0.7
"pct": 0.74
},
"en": {
"pct": 1
@@ -96,7 +96,7 @@
"pct": 0.03
},
"en-GB": {
"pct": 0.26
"pct": 0.67
},
"en-IE": {
"pct": 0
@@ -114,7 +114,7 @@
"pct": 0
},
"eo": {
"pct": 0.71
"pct": 0.7
},
"es": {
"pct": 1
@@ -126,7 +126,7 @@
"pct": 0.17
},
"fa": {
"pct": 0.62
"pct": 0.61
},
"fa-IR": {
"pct": 0
@@ -135,7 +135,7 @@
"pct": 0
},
"fi": {
"pct": 0.57
"pct": 0.56
},
"fil": {
"pct": 0
@@ -168,19 +168,19 @@
"pct": 0
},
"he": {
"pct": 0.88
"pct": 0.87
},
"he-IL": {
"pct": 0.12
"pct": 0.11
},
"hi": {
"pct": 0.01
},
"hr": {
"pct": 0.31
"pct": 0.3
},
"hu": {
"pct": 0.75
"pct": 0.74
},
"hy": {
"pct": 0.02
@@ -198,7 +198,7 @@
"pct": 0.28
},
"it": {
"pct": 0.88
"pct": 0.87
},
"ja": {
"pct": 0.99
@@ -264,13 +264,13 @@
"pct": 0
},
"lv": {
"pct": 0.18
"pct": 0.2
},
"mg": {
"pct": 0
},
"mi": {
"pct": 0
"pct": 0.01
},
"mk": {
"pct": 1
@@ -300,7 +300,7 @@
"pct": 0.02
},
"nl": {
"pct": 0.88
"pct": 0.87
},
"nl-BE": {
"pct": 0
@@ -312,7 +312,7 @@
"pct": 0.05
},
"no": {
"pct": 0.7
"pct": 0.69
},
"nr": {
"pct": 0
@@ -354,7 +354,7 @@
"pct": 0.98
},
"pt-BR": {
"pct": 0.9
"pct": 0.89
},
"qu": {
"pct": 0
@@ -363,10 +363,10 @@
"pct": 0
},
"ro": {
"pct": 0.26
"pct": 0.25
},
"ru": {
"pct": 0.74
"pct": 0.73
},
"rw": {
"pct": 0
@@ -450,7 +450,7 @@
"pct": 0
},
"tr": {
"pct": 0.96
"pct": 0.95
},
"ts": {
"pct": 0
@@ -492,13 +492,13 @@
"pct": 0
},
"yue": {
"pct": 0.23
"pct": 0.22
},
"zh": {
"pct": 0.05
},
"zh-CN": {
"pct": 0.79
"pct": 0.72
},
"zh-HK": {
"pct": 0.46
-9
View File
@@ -2091,9 +2091,6 @@
"amenity/vending_machine/food": {
"name": "Matarsjálfsali"
},
"amenity/vending_machine/fuel": {
"name": "Eldsneytisdæla"
},
"amenity/vending_machine/ice_cream": {
"name": "Íssjálfsali"
},
@@ -2109,9 +2106,6 @@
"amenity/vending_machine/stamps": {
"name": "Póstsjálfsali"
},
"amenity/vending_machine/sweets": {
"name": "Snakksjálfsali"
},
"amenity/veterinary": {
"name": "Dýralæknir"
},
@@ -4099,9 +4093,6 @@
"traffic_calming/hump": {
"name": "Hraðahindrunaralda"
},
"traffic_calming/island": {
"name": "Umferðareyja"
},
"traffic_calming/rumble_strip": {
"name": "Hvinrendur"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-13
View File
@@ -3819,7 +3819,6 @@
"dip": "Buca",
"double_dip": "Doppia cunetta",
"hump": "Dosso lungo (Inghilterra)",
"island": "Isola di traffico",
"mini_bumps": "Limite minimo di velocità",
"rumble_strip": "Rallentatore acustico",
"table": "Dosso tavola\nDosso piatto"
@@ -5314,10 +5313,6 @@
"name": "Macchinetta del cibo",
"terms": "cibo,barrette,sandwich,panini,cioccolata,tramezzini"
},
"amenity/vending_machine/fuel": {
"name": "Pompa della benzina",
"terms": "benzina,petrolio,propano,diesel,benzene,ottani,verde,senza piombo,gpl,metano,bioetanolo,biodiesel"
},
"amenity/vending_machine/ice_cream": {
"name": "Macchinetta del gelato",
"terms": "gelato,cioccolata,ghiaccoli,ghiacciato,vaniglia,grattachecca,gelati,panna,fragola,pistacchio"
@@ -5345,10 +5340,6 @@
"name": "Macchinetta dei francobolli",
"terms": "posta,spedizione,invio,francobollo,francobolli,marca da bollo"
},
"amenity/vending_machine/sweets": {
"name": "Distributore automatico di snack",
"terms": "distributore automatico,macchinetta,snack,cibo"
},
"amenity/veterinary": {
"name": "Veterinario",
"terms": "animali,dottore,medicina,farmacia"
@@ -9522,10 +9513,6 @@
"traffic_calming/hump": {
"name": "Dosso lungo (Inghilterra)"
},
"traffic_calming/island": {
"name": "Isola di traffico",
"terms": "isola,pedonale"
},
"traffic_calming/rumble_strip": {
"name": "Rallentatore acustico"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+96 -6
View File
@@ -515,6 +515,10 @@
"rising": "車止め(隆起式)"
}
},
"books": {
"label": "書籍の種類",
"terms": "書籍の種類"
},
"booth": {
"label": "ブース種別",
"terms": "ブース,ブース種別,電話ボックス種別"
@@ -1454,6 +1458,10 @@
"fence_type": {
"label": "柵の種類"
},
"fhrs/id-GB": {
"label": "食品衛生格付けID",
"terms": "食品衛生格付けid,食品衛生評価スキーム"
},
"fire_hydrant/diameter": {
"label": "口径 (mm, in, または文字)",
"terms": "直径,径"
@@ -1564,6 +1572,9 @@
"label": "洪水浸水想定区域",
"terms": "洪水浸水想定区域,洪水,浸水"
},
"footrest": {
"label": "足置き"
},
"ford": {
"label": "種類",
"placeholder": "デフォルト"
@@ -1714,6 +1725,9 @@
"label": "手すり",
"terms": "手すり,手摺"
},
"handrest": {
"label": "手すり"
},
"hashtags": {
"label": "ハッシュタグ",
"placeholder": "#example"
@@ -2586,6 +2600,10 @@
"placeholder": "不明",
"terms": "時間,時刻"
},
"opening_hours/drive_through": {
"label": "ドライブスルー営業時間",
"terms": "ドライブスルー営業時間"
},
"operator": {
"label": "管理主体",
"terms": "管理者,運営者"
@@ -3005,6 +3023,10 @@
"label": "SIRET番号",
"terms": "siret番号"
},
"ref/edubase-GB": {
"label": "イギリス教育省の番号",
"terms": "イギリス教育省の番号"
},
"ref/isil": {
"label": "ISILコード"
},
@@ -3125,6 +3147,39 @@
"restrictions": {
"label": "進行方向制限"
},
"roller_coaster/track": {
"label": "ローラーコースターの構成要素",
"options": {
"brake_run": {
"description": "コースターを減速または停止させる区間",
"title": "減速区間"
},
"launch_straight": {
"description": "外部からの力でコースターを加速させる区間",
"title": "加速区間"
},
"lift_hill": {
"description": "コースターに位置エネルギーを与える区間",
"title": "上昇区間"
},
"maintenance": {
"description": "予備のコースターや保守のための区間",
"title": "メンテナンス用区間"
},
"moving": {
"description": "分岐器など可動式のトラック",
"title": "可動区間"
},
"station": {
"description": "コースターが乗客の乗降のために停止する区間",
"title": "乗降区間"
},
"waiting": {
"description": "前方に他のコースターがいる場合に待機する場所",
"title": "待機区間"
}
}
},
"roof/colour": {
"label": "屋根の色",
"terms": "屋根の色,屋根のカラー,色,カラー"
@@ -3376,6 +3431,13 @@
"label": "シャワー有無",
"terms": "シャワー有無,シャワー"
},
"side": {
"label": "左右",
"options": {
"left": "左側",
"right": "右側"
}
},
"siren/purpose": {
"label": "利用目的"
},
@@ -3939,7 +4001,7 @@
"dip": "ディップ(凹部)",
"double_dip": "2連続のディップ(凹部)",
"hump": "弓形ハンプ(凸部)",
"island": "交通島",
"island": "静穏化用交通島",
"mini_bumps": "スピードバンプ(こぶ状)",
"rumble_strip": "ランブルストリップ",
"table": "台形ハンプ(凸部)"
@@ -5522,9 +5584,13 @@
"name": "食品自販機",
"terms": "食品,食べ物,自販機,自動販売機,食料品"
},
"amenity/vending_machine/food/snacks": {
"name": "スナック菓子販売機",
"terms": "菓子,お菓子,スナック,自動販売機,自販機"
},
"amenity/vending_machine/fuel": {
"name": "自動車用燃料自販機",
"terms": "自動車用燃料,燃料,自販機,自動販売機,ガソリン,プロパン,液化ガス,軽油"
"terms": "自動車用燃料,燃料,自販機,自動販売機,給油機,ガソリン,プロパン,液化ガス,軽油,ディーゼル,lng,天然ガス"
},
"amenity/vending_machine/ice_cream": {
"name": "アイスクリーム自販機",
@@ -5555,8 +5621,8 @@
"terms": "切手,自販機,自動販売機,郵便"
},
"amenity/vending_machine/sweets": {
"name": "菓子販売機",
"terms": "菓子,お菓子,スナック,自動販売機,自販機"
"name": "キャンディ菓子販売機",
"terms": "菓子,お菓子,キャンディ,グミ,自動販売機,自販機"
},
"amenity/veterinary": {
"name": "獣医",
@@ -6744,6 +6810,10 @@
"name": "モペッド・リンク",
"terms": "原付専用道"
},
"highway/cyclist_waiting_aid": {
"name": "サイクリスト用停車補助",
"terms": "足置き,手すり"
},
"highway/elevator": {
"name": "エレベーター",
"terms": "エレベーター,エレベータ,昇降機"
@@ -7909,6 +7979,10 @@
"name": "旗竿",
"terms": "旗竿"
},
"man_made/fuel_pump": {
"name": "給油機",
"terms": "計量器,燃料,ガソリン,プロパン,液化ガス,軽油,ディーゼル,lng,天然ガス"
},
"man_made/gantry": {
"name": "ガントリー",
"terms": "構台,ガントリー"
@@ -7925,6 +7999,10 @@
"name": "ケレップ水制",
"terms": "ケレップ水制"
},
"man_made/insect_hotel": {
"name": "インセクトホテル",
"terms": "虫ホテル"
},
"man_made/lighthouse": {
"name": "灯台",
"terms": "灯台,ライトハウス"
@@ -9357,6 +9435,18 @@
"name": "リレーション",
"terms": "リレーション,関連"
},
"roller_coaster/station": {
"name": "ローラーコースター乗り場",
"terms": "ローラーコースター,ジェットコースター"
},
"roller_coaster/support": {
"name": "ローラーコースターの支柱",
"terms": "ローラーコースター,ジェットコースター"
},
"roller_coaster/track": {
"name": "ローラーコースターのトラック",
"terms": "ローラーコースター,ジェットコースター"
},
"route/ferry": {
"name": "フェリールート",
"terms": "フェリールート,航路"
@@ -9462,7 +9552,7 @@
},
"shop/bookmaker": {
"name": "公営競技投票券売り場",
"terms": "公営競技投票券売り場,馬券売り場,車券売り場,舟券売り場,ギャンブル,アダルト"
"terms": "公営競技投票券売り場,馬券売り場,車券売り場,舟券売り場,場外販売所,場外発売場,ブックメーカー,ギャンブル,アダルト"
},
"shop/books": {
"name": "本屋",
@@ -10311,7 +10401,7 @@
"terms": "スピードハンプ,ハンプ,凸部,交通安全,交通静穏化,道路設備,減速"
},
"traffic_calming/island": {
"name": "交通島",
"name": "静穏化用交通島",
"terms": "交通島,導流島,誘導島,分離島,交通安全,交通静穏化,道路設備,減速"
},
"traffic_calming/mini_bumps": {
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -2924,7 +2924,6 @@
"choker": "초커",
"cushion": "과속방지받침",
"hump": "설치식 과속방지턱",
"island": "교통섬",
"mini_bumps": "소형 과속방지턱들"
}
},
@@ -4103,9 +4102,6 @@
"amenity/vending_machine/food": {
"name": "식품 자판기"
},
"amenity/vending_machine/fuel": {
"name": "가스 펌프"
},
"amenity/vending_machine/ice_cream": {
"name": "아이스크림 자판기"
},
@@ -4130,10 +4126,6 @@
"amenity/vending_machine/stamps": {
"name": "우표 자판기"
},
"amenity/vending_machine/sweets": {
"name": "간식 자판기",
"terms": "간식 자판기,과자 자판기"
},
"amenity/veterinary": {
"name": "동물병원",
"terms": "수의사"
@@ -7746,10 +7738,6 @@
"name": "설치식 과속방지턱",
"terms": "스피드 험프"
},
"traffic_calming/island": {
"name": "교통섬",
"terms": "교통섬"
},
"traffic_calming/rumble_strip": {
"name": "노면요철",
"terms": "럼블스트립"
+1 -1
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -3200,9 +3200,6 @@
"traffic_calming/hump": {
"name": "Dideli greičio slopinimo kalneliai"
},
"traffic_calming/island": {
"name": "Eismo salelė"
},
"type/boundary": {
"name": "Riba",
"terms": "riba,siena"
+1 -1
View File
File diff suppressed because one or more lines are too long
+226 -26
View File
@@ -14,9 +14,21 @@
"category-path": {
"name": "Takas"
},
"category-rail": {
"name": "Sliežu ceļu veidi"
},
"category-road_major": {
"name": "Galvenie autoceļi"
},
"category-road_minor": {
"name": "Vietējie autoceļi"
},
"category-road_service": {
"name": "Pievedceļi"
},
"category-water": {
"name": "Ūdenstilpnes"
},
"category-waterway": {
"name": "Ūdensceļi"
}
@@ -25,6 +37,9 @@
"access": {
"label": "Atļauta piekļuve",
"options": {
"customers": {
"title": "Klienti"
},
"designated": {
"description": "Atļauta piekļuve saskaņā ar vietējiem likumiem",
"title": "Nozīmēts"
@@ -38,24 +53,31 @@
"title": "Jānokāpj"
},
"no": {
"description": "Publikai nav atļauta piekļuve",
"description": "Sabiedrībai nav atļauta piekļuve",
"title": "Aizliegts"
},
"permissive": {
"description": "Piekļuve atļauta līdz īpašnieks atsauc atļauju"
"description": "Piekļuve atļauta līdz īpašnieks atsauc atļauju",
"title": "Pretīmnākošs īpašnieks"
},
"permit": {
"description": "Piekļuve atļauta tikai ar derīgu atļauju vai licenzi"
"description": "Piekļuve atļauta tikai ar derīgu atļauju vai licenzi",
"title": "Ar atļaujām"
},
"private": {
"description": "Piekļuve atļauta tikai ar īpašnieka atļauju uz induviduālas bāzes",
"title": "Privāts"
},
"unknown": {
"description": "Piekļuves nosacījumi nav zināmi vai ir neskaidri",
"title": " Nezināms"
},
"yes": {
"description": "Piekļuve noteikta likumdošanā",
"title": "Atļauts"
}
},
"placeholder": "Nav specificēts",
"placeholder": "Nav skaidri noteikts",
"types": {
"access": "Viss",
"bicycle": "Velosipēdi",
@@ -64,32 +86,78 @@
"motor_vehicle": "Automašīnas"
}
},
"access_aisle": {
"label": "Veids"
},
"access_simple": {
"label": "Atļauta Piekļuve"
"label": "Atļauta piekļuve",
"options": {
"customers": "Tikai klientiem",
"no": "Nav",
"permissive": "Pretīmnākošs īpašnieks",
"permit": "Ar atļauju",
"private": "Privāts",
"unknown": "Nezināms",
"yes": "Publisks"
}
},
"activity": {
"label": "Aktivitātes",
"options": {
"bicycle": "Riteņbraukšana",
"hiking": "Pārgājieni",
"horse": "Zirgu izjāde",
"mtb": "Kalnu riteņbraukšana",
"ski": "Slēpošana"
}
},
"addr/interpolation": {
"label": "Veids",
"options": {
"all": "Viss",
"alphabetic": "Pēc alfabēta",
"even": "Pāra skaitļi",
"odd": "Nepāra skaitļi"
}
},
"address": {
"label": "Adrese",
"placeholders": {
"city": "Pilsēta",
"city!cn": "Pilsēta/Prefektūra",
"city!jp": "Pilsēta/Mazpilsēta/Ciems/Tokijas speciālais rajons",
"city!vn": "Pilsēta/Ciems",
"conscriptionnumber": "123",
"country": "Valsts",
"floor": "Stāvs",
"housename": "Mājas Nosaukums",
"housename": "Mājas nosaukums",
"housenumber": "123",
"housenumber!jp": "Ēkas numurs",
"neighbourhood": "Apdzīvotais rajons",
"neighbourhood!jp": "Machi/Chōme/Aza/Koaza",
"place": "Vieta",
"postcode": "Pasta indekss",
"province": "Province",
"state": "Štats",
"street": "Iela"
"province!cn": "Province/Pašvaldība/Administratīvais reģions",
"province!jp": "Prefektūra",
"quarter": "Kvartāls",
"quarter!jp": "Ōaza",
"state": "Štats/Pavalsts",
"street": "Iela",
"subdistrict!vn": "Apkaime/Komūna/PIlsētiņa",
"suburb": "Priekšpilsēta",
"suburb!jp": "Ward (政令市)",
"unit": "Vienība"
}
},
"admin_level": {
"label": "Administrācijas stāvs"
},
"advertising": {
"label": "Veids"
},
"aerialway": {
"label": "Tips"
"label": "Veids"
},
"aerialway/access": {
"label": "Piekļuve",
@@ -99,6 +167,9 @@
"exit": "Izeja"
}
},
"aerialway/bubble": {
"label": "Vagoniņš"
},
"aerialway/capacity": {
"placeholder": "500, 2500, 5000..."
},
@@ -127,6 +198,9 @@
"agrarian": {
"label": "Produkti"
},
"air_conditioning": {
"label": "Gaisa kondicionieris"
},
"amenity": {
"label": "Tips"
},
@@ -139,6 +213,26 @@
"animal_shelter": {
"label": "Priekš dzīvniekiem"
},
"archaeological_site": {
"label": "Veids",
"options": {
"baths": "Publiskās pirtis",
"city": "Sena pilsēta",
"crannog": "Krannogs",
"enclosure": "Iežogojums",
"fortification": "Nocietinājums",
"megalith": "Megalīts",
"necropolis": "Nekropole",
"petroglyph": "Akmens grebumi",
"roman_circus": "Romiešu cirks",
"roman_villa": "Romiešu villa",
"settlement": "Vēsturiski apdzīvota vieta",
"tumulus": "Kapukalns/kurgāns"
}
},
"architect": {
"label": "Arhitekts"
},
"area/highway": {
"label": "Tips"
},
@@ -146,28 +240,109 @@
"label": "Mākslinieks"
},
"artwork_type": {
"label": "Tips"
"label": "Tips",
"options": {
"bust": "Krūšutēls",
"graffiti": "Grafiti",
"installation": "Mākslas objekts",
"mosaic": "Mozaīka",
"mural": "Apgleznota siena/murālis",
"painting": "Glezna",
"relief": "Izcilnis",
"sculpture": "Skulptūra",
"statue": "Statuja"
}
},
"athletics_pitch": {
"label": "Disciplīna",
"options": {
"discus_throw": "Diska mešana",
"hammer_throw": "Vesera mešana",
"high_jump": "Augstlēkšana",
"javelin_throw": "Šķēpmešana",
"long_jump": "Tāllēkšana",
"pole_vault": "Kārtslekšana",
"shot_put": "Lodes grūšana",
"triple_jump": "Trīssoļlēkšana"
}
},
"athletics_track": {
"label": "Pasākums",
"options": {
"javelin_throw": "Šķēpmešana",
"long_jump": "Tāllēkšana",
"pole_vault": "Kārtslekšana",
"running": "Skriešana",
"sprint": "Sprints",
"steeplechase": "Barjerskrējiens",
"triple_jump": "Trīssoļlēkšana"
}
},
"atm": {
"label": "Bankomāts"
},
"attraction": {
"options": {
"carousel": "Karuselis",
"roller_coaster": "Amerikāņu kalniņi",
"water_slide": "Ūdens slidkalniņš"
}
},
"baby_feeding": {
"options": {
"room": "Piemērota istaba"
}
},
"backrest": {
"label": "Atzveltne"
},
"barrier": {
"label": "Tips"
"label": "Tips",
"options": {
"ditch": "Grāvis",
"entrance": "Ieeja",
"fence": "Žogs",
"gate": "Vārti",
"guard_rail": "Aizsargbarjeras",
"hedge": "Krūmi",
"kerb": "Apmale",
"turnstile": "Turnikets",
"wall": "Siena"
}
},
"barrier_planter": {
"label": "Barjera",
"options": {
"planter": "Jā",
"undefined": "Nē"
}
},
"basin": {
"label": "Tips"
"label": "Tips",
"options": {
"detention": "Aizturēšana"
}
},
"bath/open_air": {
"label": "Brīvdabas"
},
"bath/sand_bath": {
"label": "Smilšu Vanna"
"label": "Smilšu vanna"
},
"bath/type": {
"label": "Specialitātes"
"label": "Specialitātes",
"options": {
"hot_spring": "Karstais avots",
"lake": "Ezers",
"onsen": "Onsen"
}
},
"beauty": {
"label": "Pakalpojumi",
"options": {
"cosmetics": "Kosmētika",
"tanning": "Solārijs"
}
},
"bench": {
"label": "Sols"
@@ -175,9 +350,19 @@
"bicycle_parking": {
"label": "Tips"
},
"bicycle_road": {
"label": "Veloceļš",
"options": {
"undefined": "Nē",
"yes": "Jā"
}
},
"bin": {
"label": "Miskaste"
},
"blind": {
"label": "Pieeja cilvēkiem ar redzes traucējumiem"
},
"blood_components": {
"label": "Asins Daļas",
"options": {
@@ -189,6 +374,18 @@
"board_type": {
"label": "Tips"
},
"bollard": {
"options": {
"fixed": "Fiksēts slīdrags (bolards)",
"flexible": "Lokans slīdrags (bolards)",
"foldable": "Salokāms slīdrags (bolards)",
"removable": "Noņemams slīdrags (bolards)",
"rising": "Paceļams slīdrags (bolards)"
}
},
"books": {
"label": "Grāmatu veidi"
},
"boules": {
"label": "Tips"
},
@@ -198,15 +395,29 @@
"brand": {
"label": "Zīmols"
},
"brewery": {
"label": "Pārdotie alus zīmoli"
},
"bridge": {
"label": "Tips",
"placeholder": "Noklusējuma"
},
"bridge/ref": {
"label": "Tilta numurs"
},
"bridge/support": {
"label": "Tips"
},
"building": {
"label": "Ēka"
"label": "Ēka",
"options": {
"barn": "Klēts",
"boathouse": "Laivu māja",
"bunker": "Bunkurs",
"cathedral": "Katedrāles ēka",
"chapel": "Kapelas ēkas",
"church": "Baznīcas ēka"
}
},
"bunker_type": {
"label": "Tips"
@@ -1417,10 +1628,6 @@
"name": "Ēdiena Tirdzniecības automāts",
"terms": "pārtika"
},
"amenity/vending_machine/fuel": {
"name": "Degvielas sūknis",
"terms": "degviela,dīzelis,gāze,98,95,uzpilde"
},
"amenity/vending_machine/ice_cream": {
"name": "Saldējuma Tirdzniecības automāts",
"terms": "šokolādes,vaniļas,sasaldēts,auksts"
@@ -1441,10 +1648,6 @@
"name": "Pastmarku Tirdzniecības automāts",
"terms": "pasts,marka,vēstule"
},
"amenity/vending_machine/sweets": {
"name": "Saldumu Tirdzniecības automāts",
"terms": "šokolādes,saldumu,konfekšu,cepumu,batoniņu"
},
"amenity/veterinary": {
"name": "Veternārārsts",
"terms": "klīnika,veterniārā,dzīvienku,veterinārais ārsts"
@@ -2560,9 +2763,6 @@
"traffic_calming/hump": {
"name": "Guļošais Policists"
},
"traffic_calming/island": {
"name": "Ceļa saliņa"
},
"type/boundary": {
"name": "Robeža"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+209
View File
@@ -2,6 +2,16 @@
"mi": {
"presets": {
"fields": {
"access": {
"types": {
"bicycle": "Pahikara"
}
},
"address": {
"placeholders": {
"city!vn": "Tāone"
}
},
"aerialway/access": {
"options": {
"exit": "Putanga"
@@ -15,14 +25,99 @@
"atm": {
"label": "Pūrere Pūtea"
},
"building": {
"label": "Whare"
},
"cuisine": {
"options": {
"coffee_shop": "Kawhe toa"
}
},
"cycleway": {
"types": {
"cycleway:left": "Mauī",
"cycleway:right": "Matau"
}
},
"direction_cardinal-US-CA-NZ": {
"options": {
"east": "Rāwhiti",
"north": "Raki",
"south": "Tonga",
"west": "Hauāuru"
}
},
"entrance": {
"options": {
"emergency": "Putanga Ohotata Anake",
"service": "Tomokanga ratonga"
}
},
"expressway-US": {
"label": "Te Ara Puaki"
},
"fire_hydrant/position": {
"options": {
"parking_lot": "Ngā Tūnga Waka"
}
},
"historic": {
"options": {
"church": "Hāhi"
}
},
"junction_line": {
"options": {
"roundabout": "Porowhawhe"
}
},
"park_ride": {
"label": "Papawaka me te kake pahi"
},
"parking/side/orientation": {
"types": {
"parking:left:orientation": "Mauī",
"parking:right:orientation": "Matau"
}
},
"parking/side/parking": {
"types": {
"parking:left": "Mauī",
"parking:right": "Matau"
}
},
"preschool": {
"label": "Kura Pūhou"
},
"recycling_accepts": {
"options": {
"paper": "Pepa"
}
},
"side": {
"options": {
"left": "Mauī",
"right": "Matau"
}
},
"structure": {
"options": {
"bridge": "Arawhiti",
"tunnel": "Anaroa"
}
},
"structure_waterway": {
"options": {
"tunnel": "Anaroa"
}
},
"toilets": {
"label": "Wharepaku"
},
"water_source": {
"options": {
"river": "Awa"
}
}
},
"presets": {
@@ -35,15 +130,57 @@
"amenity/bus_station": {
"name": "Teihana Pahi"
},
"amenity/car_rental": {
"name": "Ngā Tūnga Waka Rēti"
},
"amenity/cinema": {
"name": "Whare Pikitia"
},
"amenity/ferry_terminal": {
"name": "Taunga Waka Kōpiko"
},
"amenity/grave_yard": {
"name": "Urupā"
},
"amenity/ice_cream": {
"name": "Aihikirīmi toa"
},
"amenity/kindergarten": {
"name": "Kura Pūhou"
},
"amenity/library": {
"name": "Whare pukapuka"
},
"amenity/mortuary": {
"name": "Whare tūpāpaku"
},
"amenity/parking": {
"name": "Ngā Tūnga Waka"
},
"amenity/recycling": {
"name": "Hangarua"
},
"amenity/school": {
"name": "Kura"
},
"amenity/theatre": {
"name": "Whare Tapere"
},
"amenity/townhall": {
"name": "Hōro ā-Tāone"
},
"amenity/university": {
"name": "Whare Wānanga"
},
"amenity/waste_basket": {
"name": "Rapihi"
},
"building": {
"name": "Whare"
},
"building/church": {
"name": "Whare hāhi"
},
"building/entrance": {
"name": "Putanga"
},
@@ -53,12 +190,54 @@
"entrance/emergency": {
"name": "Putanga Ohotata Anake"
},
"highway/bus_stop": {
"name": "Tūnga Pahi"
},
"highway/busway": {
"name": "Arapahi"
},
"highway/construction": {
"name": "Mahinga Rori"
},
"highway/living_street": {
"name": "Ara Wātea"
},
"highway/motorway": {
"name": "Te Ara Whānui"
},
"highway/motorway_junction": {
"name": "Putanga ki Te Ara Whānui"
},
"landuse/cemetery": {
"name": "Urupā"
},
"landuse/harbour": {
"name": "Te Taunga"
},
"landuse/retail": {
"name": "Ngā Toa"
},
"leisure/park": {
"name": "Papa Rēhia"
},
"leisure/swimming_pool": {
"name": "Hōpua"
},
"natural/beach": {
"name": "Tātahi"
},
"natural/water/river": {
"name": "Papa wai awa"
},
"office": {
"name": "Tari"
},
"place/town": {
"name": "Tāone"
},
"public_transport/platform/bus_point": {
"name": "Tūnga Pahi"
},
"public_transport/station_bus": {
"name": "Teihana Pahi"
},
@@ -73,6 +252,36 @@
},
"railway/station": {
"name": "Teihana Rerewē"
},
"shop": {
"name": "Toa"
},
"shop/bicycle": {
"name": "Pahikara toa"
},
"shop/candles": {
"name": "Kānara toa"
},
"tourism/camp_site": {
"name": "Puninga"
},
"tourism/museum": {
"name": "Whare tongarewa"
},
"type/restriction/no_left_turn": {
"name": "Kāore huri mauī"
},
"type/restriction/no_right_turn": {
"name": "Kāore huri matau"
},
"type/restriction/only_left_turn": {
"name": "Huri mauī anake"
},
"type/restriction/only_right_turn": {
"name": "Huri matau anake"
},
"type/route/detour": {
"name": "Otinga"
}
}
}
+1 -1
View File
@@ -1 +1 @@
{"mi":{"presets":{"fields":{"aerialway/access":{"options":{"exit":"Putanga"}},"aerialway/summer/access":{"options":{"exit":"Putanga"}},"atm":{"label":"Pūrere Pūtea"},"entrance":{"options":{"emergency":"Putanga Ohotata Anake","service":"Tomokanga ratonga"}},"park_ride":{"label":"Papawaka me te kake pahi"}},"presets":{"amenity/atm":{"name":"Pūrere Pūtea"},"amenity/bicycle_parking":{"name":"Tūnga pahikara"},"amenity/bus_station":{"name":"Teihana Pahi"},"amenity/cinema":{"name":"Whare Pikitia"},"amenity/ferry_terminal":{"name":"Taunga Waka Kōpiko"},"amenity/theatre":{"name":"Whare Tapere"},"building/entrance":{"name":"Putanga"},"entrance":{"name":"Putanga"},"entrance/emergency":{"name":"Putanga Ohotata Anake"},"landuse/harbour":{"name":"Te Taunga"},"landuse/retail":{"name":"Ngā Toa"},"public_transport/station_bus":{"name":"Teihana Pahi"},"public_transport/station_ferry":{"name":"Taunga Waka Kōpiko"},"public_transport/station_train":{"name":"Teihana Rerewē"},"public_transport/stop_position_ferry":{"name":"Wāpu Waka Kōpiko"},"railway/station":{"name":"Teihana Rerewē"}}}}}
{"mi":{"presets":{"fields":{"access":{"types":{"bicycle":"Pahikara"}},"address":{"placeholders":{"city!vn":"Tāone"}},"aerialway/access":{"options":{"exit":"Putanga"}},"aerialway/summer/access":{"options":{"exit":"Putanga"}},"atm":{"label":"Pūrere Pūtea"},"building":{"label":"Whare"},"cuisine":{"options":{"coffee_shop":"Kawhe toa"}},"cycleway":{"types":{"cycleway:left":"Mauī","cycleway:right":"Matau"}},"direction_cardinal-US-CA-NZ":{"options":{"east":"Rāwhiti","north":"Raki","south":"Tonga","west":"Hauāuru"}},"entrance":{"options":{"emergency":"Putanga Ohotata Anake","service":"Tomokanga ratonga"}},"expressway-US":{"label":"Te Ara Puaki"},"fire_hydrant/position":{"options":{"parking_lot":"Ngā Tūnga Waka"}},"historic":{"options":{"church":"Hāhi"}},"junction_line":{"options":{"roundabout":"Porowhawhe"}},"park_ride":{"label":"Papawaka me te kake pahi"},"parking/side/orientation":{"types":{"parking:left:orientation":"Mauī","parking:right:orientation":"Matau"}},"parking/side/parking":{"types":{"parking:left":"Mauī","parking:right":"Matau"}},"preschool":{"label":"Kura Pūhou"},"recycling_accepts":{"options":{"paper":"Pepa"}},"side":{"options":{"left":"Mauī","right":"Matau"}},"structure":{"options":{"bridge":"Arawhiti","tunnel":"Anaroa"}},"structure_waterway":{"options":{"tunnel":"Anaroa"}},"toilets":{"label":"Wharepaku"},"water_source":{"options":{"river":"Awa"}}},"presets":{"amenity/atm":{"name":"Pūrere Pūtea"},"amenity/bicycle_parking":{"name":"Tūnga pahikara"},"amenity/bus_station":{"name":"Teihana Pahi"},"amenity/car_rental":{"name":"Ngā Tūnga Waka Rēti"},"amenity/cinema":{"name":"Whare Pikitia"},"amenity/ferry_terminal":{"name":"Taunga Waka Kōpiko"},"amenity/grave_yard":{"name":"Urupā"},"amenity/ice_cream":{"name":"Aihikirīmi toa"},"amenity/kindergarten":{"name":"Kura Pūhou"},"amenity/library":{"name":"Whare pukapuka"},"amenity/mortuary":{"name":"Whare tūpāpaku"},"amenity/parking":{"name":"Ngā Tūnga Waka"},"amenity/recycling":{"name":"Hangarua"},"amenity/school":{"name":"Kura"},"amenity/theatre":{"name":"Whare Tapere"},"amenity/townhall":{"name":"Hōro ā-Tāone"},"amenity/university":{"name":"Whare Wānanga"},"amenity/waste_basket":{"name":"Rapihi"},"building":{"name":"Whare"},"building/church":{"name":"Whare hāhi"},"building/entrance":{"name":"Putanga"},"entrance":{"name":"Putanga"},"entrance/emergency":{"name":"Putanga Ohotata Anake"},"highway/bus_stop":{"name":"Tūnga Pahi"},"highway/busway":{"name":"Arapahi"},"highway/construction":{"name":"Mahinga Rori"},"highway/living_street":{"name":"Ara Wātea"},"highway/motorway":{"name":"Te Ara Whānui"},"highway/motorway_junction":{"name":"Putanga ki Te Ara Whānui"},"landuse/cemetery":{"name":"Urupā"},"landuse/harbour":{"name":"Te Taunga"},"landuse/retail":{"name":"Ngā Toa"},"leisure/park":{"name":"Papa Rēhia"},"leisure/swimming_pool":{"name":"Hōpua"},"natural/beach":{"name":"Tātahi"},"natural/water/river":{"name":"Papa wai awa"},"office":{"name":"Tari"},"place/town":{"name":"Tāone"},"public_transport/platform/bus_point":{"name":"Tūnga Pahi"},"public_transport/station_bus":{"name":"Teihana Pahi"},"public_transport/station_ferry":{"name":"Taunga Waka Kōpiko"},"public_transport/station_train":{"name":"Teihana Rerewē"},"public_transport/stop_position_ferry":{"name":"Wāpu Waka Kōpiko"},"railway/station":{"name":"Teihana Rerewē"},"shop":{"name":"Toa"},"shop/bicycle":{"name":"Pahikara toa"},"shop/candles":{"name":"Kānara toa"},"tourism/camp_site":{"name":"Puninga"},"tourism/museum":{"name":"Whare tongarewa"},"type/restriction/no_left_turn":{"name":"Kāore huri mauī"},"type/restriction/no_right_turn":{"name":"Kāore huri matau"},"type/restriction/only_left_turn":{"name":"Huri mauī anake"},"type/restriction/only_right_turn":{"name":"Huri matau anake"},"type/route/detour":{"name":"Otinga"}}}}}
+87 -4
View File
@@ -503,6 +503,9 @@
"rising": "Столпче на подигање"
}
},
"books": {
"label": "Вид на книги"
},
"booth": {
"label": "Бутка"
},
@@ -820,6 +823,9 @@
"conveying_escalator": {
"label": "Подвижни скали"
},
"count": {
"label": "Број на елементи"
},
"country": {
"label": "Земја"
},
@@ -1393,6 +1399,9 @@
"fence_type": {
"label": "Вид"
},
"fhrs/id-GB": {
"label": "FHRS-назнака"
},
"fire_hydrant/diameter": {
"label": "Пречник (мм, инчи или букви)"
},
@@ -1496,6 +1505,9 @@
"flood_prone": {
"label": "Подложно на поплави"
},
"footrest": {
"label": "Подножник"
},
"ford": {
"label": "Вид",
"placeholder": "По основно"
@@ -1643,6 +1655,9 @@
"label": "Гелендер",
"terms": "<преведете со истозначници или сродни поими на „гелендер“,одделени со запирки>"
},
"handrest": {
"label": "Наслон за раце"
},
"hashtags": {
"label": "Тарабни ознаки",
"placeholder": "#пример"
@@ -2461,6 +2476,10 @@
"label": "Часови",
"placeholder": "непознато"
},
"opening_hours/drive_through": {
"label": "Работно време на услужната патека",
"placeholder": "Исто со работното време"
},
"operator": {
"label": "Стопанисувач"
},
@@ -2865,6 +2884,9 @@
"ref/FR/siret-FR": {
"label": "SIRET-број"
},
"ref/edubase-GB": {
"label": "Назнака во Министерството за образование"
},
"ref/isil": {
"label": "ISIL-код"
},
@@ -2980,6 +3002,39 @@
"restrictions": {
"label": "Забрани за свртување"
},
"roller_coaster/track": {
"label": "Вид",
"options": {
"brake_run": {
"description": "Дел од шините наменет за забавување или запирање на возови",
"title": "Кочнички шини"
},
"launch_straight": {
"description": "Дел од шините наменет за забрзување на возови со надворешен поттик",
"title": "Шини за пуштање"
},
"lift_hill": {
"description": "Наклонети шини за давање на потенцијална енергија на возовите",
"title": "Искачни шини"
},
"maintenance": {
"description": "Шини наменети за чување на резервни возови или колско одржување",
"title": "Одржување"
},
"moving": {
"description": "Вид на подвижни шини како свртнички",
"title": "Подвижни"
},
"station": {
"description": "Дел од шини каде возот запира за стоварање или истоварање на патници",
"title": "Станица"
},
"waiting": {
"description": "Шини наменети за чување на возови ако следната блоковска делница е зафатена",
"title": "Чекање"
}
}
},
"roof/colour": {
"label": "Боја на покривот"
},
@@ -3221,6 +3276,13 @@
"label": "Тушеви",
"terms": "<преведете со истозначници или сродни поими на „тушеви“,одделени со запирки>"
},
"side": {
"label": "Странично",
"options": {
"left": "Лево",
"right": "Десно"
}
},
"siren/purpose": {
"label": "Намена"
},
@@ -3759,7 +3821,7 @@
"dip": "Улична бразда",
"double_dip": "Двојна улична бразда",
"hump": "Широк лежечки полицаец",
"island": "Сообраќаен остров",
"island": "Остров за намалување на сообраќајот",
"mini_bumps": "Мали лежечки полицајци",
"rumble_strip": "Бучна линија",
"table": "Плоснат успорник"
@@ -5036,8 +5098,11 @@
"amenity/vending_machine/food": {
"name": "Продажен автомат за храна"
},
"amenity/vending_machine/food/snacks": {
"name": "Автомат за ужинки"
},
"amenity/vending_machine/fuel": {
"name": "Бензинска пумпа"
"name": "Бензиномат"
},
"amenity/vending_machine/ice_cream": {
"name": "Сладоледомат"
@@ -5061,7 +5126,7 @@
"name": "Поштенски автомат"
},
"amenity/vending_machine/sweets": {
"name": "Автомат за ужинки"
"name": "Автомат за бонбони"
},
"amenity/veterinary": {
"name": "Ветеринар"
@@ -5978,6 +6043,9 @@
"highway/cycleway/moped_link-NL": {
"name": "Мопедска патека"
},
"highway/cyclist_waiting_aid": {
"name": "Семафорски потпирач за велосипедисти"
},
"highway/elevator": {
"name": "Лифт"
},
@@ -6871,6 +6939,9 @@
"man_made/flagpole": {
"name": "Јарбол за знаме"
},
"man_made/fuel_pump": {
"name": "Бензинска пумпа"
},
"man_made/gantry": {
"name": "Јарец"
},
@@ -6883,6 +6954,9 @@
"man_made/groyne": {
"name": "Брегова препрека"
},
"man_made/insect_hotel": {
"name": "Хотел за инсекти"
},
"man_made/lighthouse": {
"name": "Светилник"
},
@@ -7978,6 +8052,15 @@
"relation": {
"name": "Однос"
},
"roller_coaster/station": {
"name": "Станица на луда железница"
},
"roller_coaster/support": {
"name": "Потпора на луда железница"
},
"roller_coaster/track": {
"name": "Шини на луда железница"
},
"route/ferry": {
"name": "Траектен патен правец"
},
@@ -8700,7 +8783,7 @@
"name": "Широк лежечки полицаец"
},
"traffic_calming/island": {
"name": "Сообраќаен остров"
"name": "Остров за намалување на сообраќајот"
},
"traffic_calming/mini_bumps": {
"name": "Мали лежечки полицајци"
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -4886,10 +4886,6 @@
"name": "Voedselautomaat",
"terms": "etenautomaat,automaat met eten,voedingsautomaat"
},
"amenity/vending_machine/fuel": {
"name": "Brandstofpomp",
"terms": "benzinepomp,dieselpomp,gaspomp,lng-pomp,cng-pomp,biodieselpomp"
},
"amenity/vending_machine/ice_cream": {
"name": "IJs-automaat",
"terms": "friscoautomaat,ijsjesautomaat"
@@ -4917,10 +4913,6 @@
"name": "Postzegelautomaat",
"terms": "postautomaat,zegelautomaat"
},
"amenity/vending_machine/sweets": {
"name": "Snackautomaat",
"terms": "etenautomaat,automaat"
},
"amenity/veterinary": {
"name": "Dierenarts",
"terms": "veearts,dierendokter"
@@ -9231,10 +9223,6 @@
"name": "Verkeersdrempel, 2 meter of langer",
"terms": "snelheidsdrempel,plateau,verkeersplateau"
},
"traffic_calming/island": {
"name": "Verkeerseiland",
"terms": "rotonde,cirkel,langzaam"
},
"traffic_calming/mini_bumps": {
"name": "Kleine verkeersdrempels"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-10
View File
@@ -2909,7 +2909,6 @@
"chicane": "Sideforskyvning",
"choker": "Innsnervring",
"double_dip": "Doble fartshump",
"island": "Trafikkøy",
"rumble_strip": "Rumlefelt"
}
},
@@ -3814,9 +3813,6 @@
"amenity/vending_machine/food": {
"name": "Matautomat"
},
"amenity/vending_machine/fuel": {
"name": "Drivstoffpumpe"
},
"amenity/vending_machine/ice_cream": {
"name": "Iskremautomat"
},
@@ -3835,9 +3831,6 @@
"amenity/vending_machine/public_transport_tickets": {
"name": "Billettautomat"
},
"amenity/vending_machine/sweets": {
"name": "Godteriautomat"
},
"amenity/veterinary": {
"name": "Veterinær"
},
@@ -6304,9 +6297,6 @@
"traffic_calming/hump": {
"name": "Fartshump"
},
"traffic_calming/island": {
"name": "Trafikkøy"
},
"traffic_calming/mini_bumps": {
"name": "Mini-fartshump"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+81 -1
View File
@@ -1,3 +1,83 @@
{
"or": {}
"or": {
"presets": {
"categories": {
"category-barrier": {
"name": "ବାଧା ବିଶେଷତାଗୁଡ଼ିକରୁ"
},
"category-building": {
"name": "କୋଠା ବିଶେଷତାଗୁଡ଼ିକ"
},
"category-golf": {
"name": "ଗଲ୍ଫ ବିଶେଷତାଗୁଡ଼ିକ"
},
"category-landuse": {
"name": "ଭୂମି ବ୍ୟବହାର ବିଶେଷତାଗୁଡ଼ିକ"
},
"category-natural": {
"name": "ପ୍ରକୃତିର ବିଶେଷତାଗୁଡ଼ିକ"
},
"category-path": {
"name": "ରାସ୍ତାଗୁଡ଼ିକ"
},
"category-playground": {
"name": "ଖେଳ ପଡ଼ିଆ ଉପକରଣ"
},
"category-rail": {
"name": "ରେଳ"
},
"category-restriction": {
"name": "ଆକଟ ବିଶେଷତାଗୁଡ଼ିକ"
},
"category-road_major": {
"name": "ମୁଖ୍ୟ ରାସ୍ତାଗୁଡ଼ିକ "
},
"category-road_minor": {
"name": "କ୍ଷୁଦ୍ର ରାସ୍ତାଗୁଡ଼ିକ"
},
"category-road_service": {
"name": "ସେବା ରାସ୍ତାଗୁଡ଼ିକ"
},
"category-route": {
"name": "ରାସ୍ତା ବିଶେଷତାଗୁଡ଼ିକ"
},
"category-utility": {
"name": "ଉପଯୋଗିତା ବୈଶିଷ୍ଟ୍ୟଗୁଡ଼ିକ"
},
"category-water": {
"name": "ଜଳାଶୟ"
},
"category-waterway": {
"name": "ଜଳମାର୍ଗଗୁଡ଼ିକ"
}
},
"fields": {
"access": {
"label": "ଅନୁମୋଦିତ ",
"options": {
"customers": {
"description": "ଗନ୍ତବ୍ୟସ୍ଥଳରେ ଗ୍ରାହକଙ୍କ ପାଇଁ ସୀମିତ",
"title": "ଗ୍ରାହକମାନେ"
},
"designated": {
"description": "ସଙ୍କେତ କିମ୍ବା ନିର୍ଦ୍ଦିଷ୍ଟ ସ୍ଥାନୀୟ ଆଇନ ଅନୁଯାୟୀ ଅନୁମତି ପ୍ରାପ୍ତ",
"title": "ନିର୍ଦ୍ଧାରିତ"
},
"destination": {
"description": "କେବଳ ଏକ ଗନ୍ତବ୍ୟସ୍ଥଳକୁ ଯିବା ଅନୁମତି ପ୍ରାପ୍ତ",
"title": "ଗନ୍ତବ୍ୟସ୍ଥଳ"
},
"dismount": {
"description": "ପ୍ରବେଶ ଅନୁମତି ଅଛି କିନ୍ତୁ ଚାଳକଙ୍କୁ ଓହ୍ଲେଇବାକୁ ପଡ଼ିବ",
"title": "ଓହ୍ଲେଇବା"
},
"no": {
"description": "ସାର୍ବଜନୀନ ପ୍ରବେଶ ନିଷେଧ",
"title": "ନିଷିଦ୍ଧ"
}
}
}
}
}
}
}
+1 -1
View File
@@ -1 +1 @@
{"or":{}}
{"or":{"presets":{"categories":{"category-barrier":{"name":"ବାଧା ବିଶେଷତାଗୁଡ଼ିକରୁ"},"category-building":{"name":"କୋଠା ବିଶେଷତାଗୁଡ଼ିକ"},"category-golf":{"name":"ଗଲ୍ଫ ବିଶେଷତାଗୁଡ଼ିକ"},"category-landuse":{"name":"ଭୂମି ବ୍ୟବହାର ବିଶେଷତାଗୁଡ଼ିକ"},"category-natural":{"name":"ପ୍ରକୃତିର ବିଶେଷତାଗୁଡ଼ିକ"},"category-path":{"name":"ରାସ୍ତାଗୁଡ଼ିକ"},"category-playground":{"name":"ଖେଳ ପଡ଼ିଆ ଉପକରଣ"},"category-rail":{"name":"ରେଳ"},"category-restriction":{"name":"ଆକଟ ବିଶେଷତାଗୁଡ଼ିକ"},"category-road_major":{"name":"ମୁଖ୍ୟ ରାସ୍ତାଗୁଡ଼ିକ "},"category-road_minor":{"name":"କ୍ଷୁଦ୍ର ରାସ୍ତାଗୁଡ଼ିକ"},"category-road_service":{"name":"ସେବା ରାସ୍ତାଗୁଡ଼ିକ"},"category-route":{"name":"ରାସ୍ତା ବିଶେଷତାଗୁଡ଼ିକ"},"category-utility":{"name":"ଉପଯୋଗିତା ବୈଶିଷ୍ଟ୍ୟଗୁଡ଼ିକ"},"category-water":{"name":"ଜଳାଶୟ"},"category-waterway":{"name":"ଜଳମାର୍ଗଗୁଡ଼ିକ"}},"fields":{"access":{"label":"ଅନୁମୋଦିତ ","options":{"customers":{"description":"ଗନ୍ତବ୍ୟସ୍ଥଳରେ ଗ୍ରାହକଙ୍କ ପାଇଁ ସୀମିତ","title":"ଗ୍ରାହକମାନେ"},"designated":{"description":"ସଙ୍କେତ କିମ୍ବା ନିର୍ଦ୍ଦିଷ୍ଟ ସ୍ଥାନୀୟ ଆଇନ ଅନୁଯାୟୀ ଅନୁମତି ପ୍ରାପ୍ତ","title":"ନିର୍ଦ୍ଧାରିତ"},"destination":{"description":"କେବଳ ଏକ ଗନ୍ତବ୍ୟସ୍ଥଳକୁ ଯିବା ଅନୁମତି ପ୍ରାପ୍ତ","title":"ଗନ୍ତବ୍ୟସ୍ଥଳ"},"dismount":{"description":"ପ୍ରବେଶ ଅନୁମତି ଅଛି କିନ୍ତୁ ଚାଳକଙ୍କୁ ଓହ୍ଲେଇବାକୁ ପଡ଼ିବ","title":"ଓହ୍ଲେଇବା"},"no":{"description":"ସାର୍ବଜନୀନ ପ୍ରବେଶ ନିଷେଧ","title":"ନିଷିଦ୍ଧ"}}}}}}}
-3
View File
@@ -1442,9 +1442,6 @@
"tourism/picnic_site": {
"name": "پکنک دا تھاں"
},
"traffic_calming/island": {
"name": "ٹریفک ٹاپو"
},
"traffic_calming/yes": {
"name": "ہاں"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+100 -6
View File
@@ -515,6 +515,10 @@
"rising": "Wysuwany"
}
},
"books": {
"label": "Rodzaj książek",
"terms": "rodzaj książek"
},
"booth": {
"label": "Model budki",
"terms": "model budki,budka telefoniczna,budka"
@@ -853,6 +857,9 @@
"conveying_escalator": {
"label": "Schody ruchome"
},
"count": {
"label": "Liczba obiektów"
},
"country": {
"label": "Kraj"
},
@@ -1454,6 +1461,10 @@
"fence_type": {
"label": "Rodzaj"
},
"fhrs/id-GB": {
"label": "Identyfikator FHRS",
"terms": "identyfikator fhrs"
},
"fire_hydrant/diameter": {
"label": "Średnica (mm, in, lub litery)",
"terms": "średnica"
@@ -1564,6 +1575,9 @@
"label": "Zagrożona zalaniem",
"terms": "zagrożona zalaniem"
},
"footrest": {
"label": "Oparcie dla stopy"
},
"ford": {
"label": "Rodzaj",
"placeholder": "Domyślny"
@@ -1714,6 +1728,9 @@
"label": "Poręcz",
"terms": "poręcz"
},
"handrest": {
"label": "Oparcie dla ręki"
},
"hashtags": {
"label": "Hashtagi",
"placeholder": "#przykład"
@@ -2590,6 +2607,11 @@
"placeholder": "24/7, sunrise-sunset, Mo-Sa 08:00-20:00",
"terms": "godziny otwarcia"
},
"opening_hours/drive_through": {
"label": "Godziny otwarcia drive-through",
"placeholder": "Identyczne jak podstawowe godziny otwarcia",
"terms": "godziny otwarcia drive-through"
},
"operator": {
"label": "Zarządca",
"terms": "zarządca,zarządzający,organ prowadzący"
@@ -3009,6 +3031,10 @@
"label": "Numer SIRET",
"terms": "numer siret"
},
"ref/edubase-GB": {
"label": "Oznaczenie Departamentu Edukacji",
"terms": "oznaczenie departamentu edukacji,oznaczenie department of education,edubase,dfe urn"
},
"ref/isil": {
"label": "Kod ISIL"
},
@@ -3129,6 +3155,39 @@
"restrictions": {
"label": "Zakazy/nakazy skrętu"
},
"roller_coaster/track": {
"label": "Rodzaj",
"options": {
"brake_run": {
"description": "Odcinek zwalniający lub zatrzymujący kolejkę",
"title": "Hamowanie"
},
"launch_straight": {
"description": "Odcinek nadający kolejce prędkość za pomocą zewnętrznego napędu",
"title": "Napędzanie"
},
"lift_hill": {
"description": "Odcinek, którym kolejka wciągana jest na wzniesienie dla uzyskania energii potencjalnej",
"title": "Wciąganie"
},
"maintenance": {
"description": "Odcinek, na którym zaparkowane są zapasowe wagoniki lub przeprowadzane naprawy",
"title": "Bocznica"
},
"moving": {
"description": "Wszelkie ruchome odcinki torów np. zwrotnice",
"title": "Ruchomy"
},
"station": {
"description": "Odcinek, na którym pasażerowie mogą wsiadać i wysiadać z kolejki",
"title": "Stacja"
},
"waiting": {
"description": "Odcinek, na którym kolejka oczekuje na zwolnienie dalszego odcinka torów",
"title": "Oczekiwanie"
}
}
},
"roof/colour": {
"label": "Kolor dachu",
"terms": "kolor dachu"
@@ -3380,6 +3439,13 @@
"label": "Prysznice",
"terms": "prysznice"
},
"side": {
"label": "Strona",
"options": {
"left": "Lewa",
"right": "Prawa"
}
},
"siren/purpose": {
"label": "Przeznaczenie"
},
@@ -3943,7 +4009,7 @@
"dip": "Zagłębienie",
"double_dip": "Podwójne zagłębienie",
"hump": "Próg zwalniający (długi)",
"island": "Wysepka",
"island": "Wysepka uspokajająca ruch",
"mini_bumps": "Progi zwalniające punktowe",
"rumble_strip": "Linia wibracyjna",
"table": "Wyniesienie jezdni"
@@ -5537,6 +5603,10 @@
"name": "Automat sprzedający jedzenie",
"terms": "automat sprzedający jedzenie,pożywienie,posiłki"
},
"amenity/vending_machine/food/snacks": {
"name": "Automat z przekąskami",
"terms": "automat z przekąskami"
},
"amenity/vending_machine/fuel": {
"name": "Automat sprzedający paliwo",
"terms": "automat sprzedający paliwo,dystrybutor,paliwo,gaz,benzyna,diesel,lng,cng,biodiesel",
@@ -5573,8 +5643,8 @@
"terms": "automat sprzedający znaczki pocztowe"
},
"amenity/vending_machine/sweets": {
"name": "Automat z przekąskami",
"terms": "automat z przekąskami,przekąski,gumy do żucia,ciastka,ciasteczka,chipsy,czipsy"
"name": "Automat ze słodyczami",
"terms": "automat ze słodyczami,automat z cukierkami,automat z gumami do żucia"
},
"amenity/veterinary": {
"name": "Weterynarz",
@@ -6782,6 +6852,10 @@
"name": "Łącznik dla motorowerów",
"terms": "łącznik dla motorowerów"
},
"highway/cyclist_waiting_aid": {
"name": "Podpórka dla rowerzystów",
"terms": "podpórka dla rowerzystów,podpórka rowerowa,spocznik dla rowerzystów,spocznik rowerowy"
},
"highway/elevator": {
"name": "Winda",
"terms": "winda,dźwig"
@@ -6835,7 +6909,7 @@
},
"highway/footway/sidewalk": {
"name": "Chodnik",
"terms": "chodnik wzdłuż drogi,chodnik przy jezdni"
"terms": "chodnik,chodnik wzdłuż drogi,chodnik przy jezdni"
},
"highway/footway/traffic_island": {
"name": "Chodnik na wyspie azylu",
@@ -7961,6 +8035,10 @@
"name": "Maszt flagowy",
"terms": "maszt flagowy,flaga"
},
"man_made/fuel_pump": {
"name": "Dystrybutor paliwa",
"terms": "dystrybutor paliwa"
},
"man_made/gantry": {
"name": "Bramownica",
"terms": "bramownica"
@@ -7977,6 +8055,10 @@
"name": "Ostroga brzegowa",
"terms": "ostroga brzegowa,ostroga morska,tama poprzeczna,morze"
},
"man_made/insect_hotel": {
"name": "Hotel dla owadów",
"terms": "hotel dla owadów,domek dla owadów,sztuczna pomoc gniazdowa"
},
"man_made/lighthouse": {
"name": "Latarnia morska",
"terms": "latarnia morska"
@@ -9425,6 +9507,18 @@
"name": "Relacja",
"terms": "relacja"
},
"roller_coaster/station": {
"name": "Stacja kolejki górskiej",
"terms": "stacja kolejki górskiej,przystanek kolejki górskiej"
},
"roller_coaster/support": {
"name": "Konstrukcja kolejki górskiej",
"terms": "konstrukcja kolejki górskiej"
},
"roller_coaster/track": {
"name": "Tor kolejki górskiej",
"terms": "tor kolejki górskiej"
},
"route/ferry": {
"name": "Trasa promu",
"terms": "trasa promu,trasa promowa,promy,trasa morska"
@@ -10382,8 +10476,8 @@
"terms": "próg zwalniający"
},
"traffic_calming/island": {
"name": "Wysepka drogowa",
"terms": "wysepka drogowa"
"name": "Wysepka uspokajająca ruch",
"terms": "wysepka uspokajająca ruch,wysepka,wysepka drogowa,wyspa,spowalniająca,spowolnienie,zwalniająca,zwężenie"
},
"traffic_calming/mini_bumps": {
"name": "Progi zwalniające punktowe",
+1 -1
View File
File diff suppressed because one or more lines are too long
-13
View File
@@ -3655,7 +3655,6 @@
"chicane": "Chicane",
"dip": "Depressão",
"hump": "Lombada (1,5 a 3,0 m de largura)",
"island": "Ilha de refúgio ou de tráfego",
"mini_bumps": "Tartarugas",
"rumble_strip": "Sonorizador"
}
@@ -5096,10 +5095,6 @@
"name": "Máquina de venda de comida",
"terms": "máquina de venda automática de alimentos"
},
"amenity/vending_machine/fuel": {
"name": "Bomba de combustível",
"terms": "bomba de gasolina,bomba de etanol,bomba de diesel,gasolina,combustível,propano,diesel,biodiesel"
},
"amenity/vending_machine/ice_cream": {
"name": "Máquina de venda de sorvete",
"terms": "máquina de venda automática de sorvetes"
@@ -5127,10 +5122,6 @@
"name": "Máquina de venda de selos",
"terms": "máquina de venda automática de postagem"
},
"amenity/vending_machine/sweets": {
"name": "Máquina de venda de lanches",
"terms": "salgados,doces,petiscos,salgadinhos,snacks,chicletes,biscoitos,balas"
},
"amenity/veterinary": {
"name": "Veterinário",
"terms": "veterinário,médico veterinário,pet,animal de estimação,animais,hospital veterinário,hospital de animais,clínica de animais,cachorros,gatos"
@@ -9574,10 +9565,6 @@
"name": "Lombada (1,5 a 3m de largura)",
"terms": "lombada tipo ii,lomba,quebra-molas,ondulação transversal,lombada tipo 2,quebra mola"
},
"traffic_calming/island": {
"name": "Ilha divisória",
"terms": "ilha separadora de tráfego,canteiro"
},
"traffic_calming/mini_bumps": {
"name": "Tachões/Tartarugas",
"terms": "tachões,tachão,tartaruga,tartarugas"
+1 -1
View File
File diff suppressed because one or more lines are too long
+28 -13
View File
@@ -509,6 +509,10 @@
"rising": "Retráctil"
}
},
"books": {
"label": "Tipo de livros",
"terms": "books,livros,textos,tipo,género,gênero,tema"
},
"booth": {
"label": "Cabina",
"terms": "caixa,cabine,cabina"
@@ -845,6 +849,9 @@
"conveying_escalator": {
"label": "Escadas rolantes"
},
"count": {
"label": "Número de elementos"
},
"country": {
"label": "País"
},
@@ -1551,6 +1558,9 @@
"label": "Propenso a cheias",
"terms": "inundações,inundação,alagamento"
},
"footrest": {
"label": "Apoio de pés"
},
"ford": {
"label": "Tipo",
"placeholder": "Padrão"
@@ -1701,6 +1711,9 @@
"label": "Corrimão",
"terms": "corrimãos,corrimões,apoio para as mãos"
},
"handrest": {
"label": "Apoio de mãos"
},
"hashtags": {
"label": "Hashtags",
"placeholder": "#exemplo"
@@ -3350,6 +3363,13 @@
"label": "Chuveiros",
"terms": "banhos,água,chuveiro,duche"
},
"side": {
"label": "Lado",
"options": {
"left": "Esquerdo",
"right": "Direito"
}
},
"siren/purpose": {
"label": "Propósito"
},
@@ -3910,7 +3930,6 @@
"dip": "Depressão",
"double_dip": "Depressão dupla",
"hump": "Lomba grande",
"island": "Ilha rodoviária",
"mini_bumps": "Minilombas",
"rumble_strip": "Banda cromática",
"table": "Lomba de topo plano"
@@ -5462,10 +5481,6 @@
"name": "Máquina de venda de comida",
"terms": "máquina,venda automática,comida,alimentos"
},
"amenity/vending_machine/fuel": {
"name": "Bomba de combustível",
"terms": "bomba,combustível,gasolina,diesel,gasóleo,abastecimento,estação"
},
"amenity/vending_machine/ice_cream": {
"name": "Máquina de venda de gelados",
"terms": "máquina,venda automática,gelados,sorvetes"
@@ -5494,10 +5509,6 @@
"name": "Máquina de venda de selos",
"terms": "máquina de venda automática de selos,selo,selos,correios,franquia"
},
"amenity/vending_machine/sweets": {
"name": "Máquina de venda de guloseimas",
"terms": "batatas fritas,pastilhas,bolachas,doces,guloseima,chocolates"
},
"amenity/veterinary": {
"name": "Veterinário",
"terms": "veterinary,veterinária,animais,médico,médicos,médica,médicas,animais de companhia,animais de estimação"
@@ -7831,6 +7842,10 @@
"name": "Mastro de bandeira",
"terms": "estandarte,bandeira"
},
"man_made/fuel_pump": {
"name": "Bomba de combustível",
"terms": "petrol,fuel,gasolina,combustível,petróleo,diesel,propano,lng,cng,biofuel,biodiesel,abastecimento"
},
"man_made/gantry": {
"name": "Pórtico de informação rodoviária",
"terms": "gantry,placas,direção,informativo,variável,painel,direções,trânsito,rodoviária,estrada,autoestrada,auto-estrada,via rápida,sinalização"
@@ -7847,6 +7862,10 @@
"name": "Espigão marítimo",
"terms": "groyne,quebra-mar de madeira,estacada,estaca"
},
"man_made/insect_hotel": {
"name": "Hotel de insetos",
"terms": "insectos,insect,abrigo,refúgio,bug,bichos,bicharada,abelhas"
},
"man_made/lighthouse": {
"name": "Farol",
"terms": "faról,lighthouse,farolim,estrutura,edifício,barcos,navios,sinalização,luz"
@@ -10216,10 +10235,6 @@
"name": "Lomba grande",
"terms": "lomba,grande lomba,redutor de velocidade,redução de velocidade,quebra-molas,estrada"
},
"traffic_calming/island": {
"name": "Ilha rodoviária",
"terms": "ilha de estrada,ilha na estrada,ilha central,trânsito,redutor de velocidade,redução de velocidade"
},
"traffic_calming/mini_bumps": {
"name": "Minilombas",
"terms": "lombas,velocidade,protuberâncias,redução,reduzir,abrandar,bumps,espaçadas,intervalos,pequenas"
+1 -1
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -2330,9 +2330,6 @@
"traffic_calming/hump": {
"name": "Cucui de Viteză"
},
"traffic_calming/island": {
"name": "Insulă de Trafic"
},
"type/boundary": {
"name": "Graniță"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -14
View File
@@ -617,7 +617,7 @@
"label": "Тип"
},
"button_operated": {
"label": "Кнопка звонка"
"label": "Управление кнопкой"
},
"cables": {
"label": "Кабели",
@@ -3399,7 +3399,6 @@
"dip": "Выемка",
"double_dip": "Двойная выемка",
"hump": "Широкая искусственная неровность",
"island": "Островок",
"rumble_strip": "Шумовая полоса"
}
},
@@ -4092,6 +4091,9 @@
"name": "Додзё / Школа боевых искусств",
"terms": "додзё,школа боевых искусств,боевые искусства,школа"
},
"amenity/dressing_room": {
"name": "Раздевалка"
},
"amenity/drinking_water": {
"name": "Питьевая вода",
"terms": "питьевая вода,колонка,кран,колодец,ключ,родник"
@@ -4671,10 +4673,6 @@
"name": "Продукты питания",
"terms": "продуктовый автомат,автомат с закусками"
},
"amenity/vending_machine/fuel": {
"name": "Заправка",
"terms": "азс,бензин,дизель,автозаправка,газ,пропан,бутан,агзс,автогаз,заправка,солярка,топливо"
},
"amenity/vending_machine/ice_cream": {
"name": "Мороженое",
"terms": "автомат с мороженым,мороженое"
@@ -4701,10 +4699,6 @@
"name": "Почтовый автомат",
"terms": "письма,почта,марки"
},
"amenity/vending_machine/sweets": {
"name": "Автомат по продаже батончиков",
"terms": "автомат продажи,торговый автомат"
},
"amenity/veterinary": {
"name": "Ветеринар",
"terms": "ветеринар,ветеринарный врач,ветеринарная клиника"
@@ -8371,10 +8365,6 @@
"name": "Широкая искусственная неровность",
"terms": "широкий лежачий полицейский"
},
"traffic_calming/island": {
"name": "Островок между проезжими частями",
"terms": "остров безопасности,островок безопасности"
},
"traffic_calming/rumble_strip": {
"name": "Шумовые полосы",
"terms": "стиральная доска"
+1 -1
View File
File diff suppressed because one or more lines are too long
+25 -17
View File
@@ -595,6 +595,10 @@
"building/part": {
"label": "Časť budovy"
},
"building/prefabricated": {
"label": "Prefabrikovaná",
"terms": "prefabrikovana,montovaná,montovana"
},
"bunker_type": {
"label": "Typ"
},
@@ -945,6 +949,7 @@
"lebanese": "Libanonská",
"malaysian": "Malajzijská",
"mexican": "Mexická",
"pancake": "Palacinky",
"pasta": "Cestoviny",
"peruvian": "Peruánska",
"pizza": "Pizza",
@@ -1885,10 +1890,17 @@
"label": "Maximálna povolená rýchlosť pre nákladné vozidlá",
"placeholder": "40, 50, 60..."
},
"maxstay": {
"label": "Maximálny čas"
},
"maxweight": {
"label": "Maximálna hmotnosť",
"terms": "maximalna hmotnost;maximalna vaha;najvacsia vaha;najvacsia hmotnost"
},
"maxwidth": {
"label": "Maximálna širka",
"terms": "maximalna sirka"
},
"memorial": {
"label": "Typ",
"options": {
@@ -3177,7 +3189,6 @@
"cushion": "Spomaľovací vankúš",
"double_dip": "Dvojitá priehlbeň",
"hump": "Spomaľovací prah (široký)",
"island": "Spomaľovací ostrovček",
"mini_bumps": "Kruhové spomaľovače",
"table": "Spomaľovací prah (plochý)"
}
@@ -3965,6 +3976,10 @@
"name": "Čerpacia stanica",
"terms": "pumpa,čerpacia stanica,cerpacia stanica,benzinka,benzínka"
},
"amenity/funeral_hall": {
"name": "Pohrebná miestnosť",
"terms": "pohrebna miestnost,dom smútku,dom smutku"
},
"amenity/gambling": {
"name": "Hazardné hry"
},
@@ -4248,6 +4263,10 @@
"amenity/restaurant/french": {
"name": "Francúzska reštaurácia"
},
"amenity/restaurant/georgian": {
"name": "Gruzínska reštaurácia",
"terms": "gruzinska restauracia"
},
"amenity/restaurant/german": {
"name": "Nemecká reštaurácia"
},
@@ -4306,7 +4325,7 @@
},
"amenity/school": {
"name": "Školský areál",
"terms": "skolsky areal,skola,druzina"
"terms": "skolsky areal,skola,druzina,základná škola,zakladna skola"
},
"amenity/shelter": {
"name": "Prístrešok",
@@ -4487,10 +4506,6 @@
"amenity/vending_machine/food": {
"name": "Automat na jedlá"
},
"amenity/vending_machine/fuel": {
"name": "Automat na pohonné hmoty",
"terms": "automat na pohonne hmoy,pohonné hmoty,pohonne hmoty,benzín,benzin,diesel,lpg,propan,cng,čerpacia stanica,cerpacia stanica"
},
"amenity/vending_machine/ice_cream": {
"name": "Automat na nanuky"
},
@@ -4515,10 +4530,6 @@
"amenity/vending_machine/stamps": {
"name": "Automat na poštové známky"
},
"amenity/vending_machine/sweets": {
"name": "Automat na sladkosti",
"terms": "jedlo,tyčinky,tycinky"
},
"amenity/veterinary": {
"name": "Veterinár",
"terms": "veterinar"
@@ -7855,8 +7866,8 @@
"terms": "obchod s erotickymi potrebami,sexshop,sex shop"
},
"shop/fabric": {
"name": "Obchod s látkami",
"terms": "obchod s latkami,textil"
"name": "Obchod s metrovým textilom",
"terms": "obchod s metrovym textilom,obchod s látkami,obchod s latkami,galantéria,galanteria"
},
"shop/farm": {
"name": "Farmárske potraviny",
@@ -8128,7 +8139,8 @@
"terms": "rybáreň,rybaren,rybárňa,rybarna,obchod s morskými špecialitami,obchod s morskymi specialitami,plody mora,ryby,morské ryby,morske ryby,kreverty,treska,tuniak"
},
"shop/sewing": {
"name": "Galantéria"
"name": "Obchod so šijacími potrebami",
"terms": "obchod so sijacimi potrebami,šijacie potreby,sijacie potreby,krajčírske potreby,krajcirske potreby"
},
"shop/shoe_repair": {
"name": "Oprava obuvi"
@@ -8439,10 +8451,6 @@
"name": "Spomaľovací prah (široký)",
"terms": "spomalovaci prah,retardér,retarder"
},
"traffic_calming/island": {
"name": "Spomaľovací ostrovček",
"terms": "spomalovaci ostrovcek,dopravný ostrovček,dopravny ostrovcek"
},
"traffic_calming/mini_bumps": {
"name": "Kruhové spomaľovače"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-6
View File
@@ -1768,9 +1768,6 @@
"name": "Avtomat za prodajo vozovnic",
"terms": "avtomat,prodaja,vozovnice,karte,kartice,vstopnice,javni prevoz,avtobus,tramvaj"
},
"amenity/vending_machine/sweets": {
"name": "Avtomat za prigrizke"
},
"amenity/veterinary": {
"name": "Veterinar",
"terms": "veterinarska klinika,klinika za pse,klinika za mačke"
@@ -3491,9 +3488,6 @@
"traffic_calming/hump": {
"name": "Hitrostna grbina"
},
"traffic_calming/island": {
"name": "Prometni otok"
},
"traffic_calming/rumble_strip": {
"name": "Cestne tresavke",
"terms": "grobi opozoril pas,cestni,opozorilni pas,tresavke,ležeči policaj,grbine"
+1 -1
View File
File diff suppressed because one or more lines are too long
+127 -12
View File
@@ -588,6 +588,7 @@
"public": "Јавна зграда",
"residential": "Резиденцијалана зграда",
"retail": "Малопродајна зграда",
"riding_hall": "Јахачка арена",
"roof": "Кров",
"ruins": "Рушевине зграде",
"school": "Школска зграда",
@@ -1033,6 +1034,7 @@
"lebanese": "Лебанска",
"malaysian": "Малезијска",
"mexican": "Мексичка",
"pancake": "Палачинке",
"pasta": "Паста",
"peruvian": "Перуанска",
"pizza": "Пица",
@@ -1265,6 +1267,12 @@
"tidal": "Затворени док"
}
},
"dock/height": {
"label": "Висина дока (у метрима)"
},
"dock/width": {
"label": "Ширина дока (у метрима)"
},
"dog": {
"label": "Пси",
"options": {
@@ -1276,6 +1284,12 @@
"door": {
"label": "Врата"
},
"door/height": {
"label": "Висина врата (у метрима)"
},
"door/width": {
"label": "Ширина врата (у метрима)"
},
"door_type": {
"label": "Врста"
},
@@ -1982,6 +1996,13 @@
"lifeguard": {
"label": "Спасилац"
},
"lift_gate/type": {
"label": "Врста",
"options": {
"double": "Полубраници",
"single": "Браник"
}
},
"lit": {
"label": "Осветљење"
},
@@ -2022,6 +2043,9 @@
"marker": {
"label": "Врста",
"options": {
"aerial": {
"description": "Дизајнирано како би се видело из ваздуха"
},
"pedestal": {
"title": "Пиједестал"
}
@@ -2112,6 +2136,16 @@
"microbrewery": {
"label": "Микропивара"
},
"military_service": {
"label": "Војни род",
"options": {
"air_force": "Ратно ваздухопловство",
"army": "Армија",
"coast_guard": "Обална стража",
"marines": "Маринци",
"navy": "Морнарица"
}
},
"mimics": {
"label": "Мимика"
},
@@ -3191,7 +3225,6 @@
"dip": "Удубљење",
"double_dip": "Дбоструко удубљење",
"hump": "Широки лежећи полицајац",
"island": "Саобраћајно острво",
"mini_bumps": "Мали лежећи полицајац",
"rumble_strip": "Вибрационе траке",
"table": "Платформа"
@@ -3300,8 +3333,28 @@
"vending": {
"label": "Врста добара",
"options": {
"bread": "Хлеб",
"cigarettes": "Цигарете",
"coffee": "Кафа",
"condoms": "Кондоми",
"drinks": "Пића",
"eggs": "Јаја",
"electronics": "Електроника",
"elongated_coin": "Издужени новчић",
"excrement_bags": "Кесе за измет",
"feminine_hygiene": "Производи за женску хигијену",
"food": "Храна",
"fuel": "Гориво",
"public_transport_tickets": "Карте за јавни превоз"
"ice_cream": "Сладолед",
"ice_cubes": "Ледене коцке",
"milk": "Млеко",
"newspapers": "Новине",
"parking_tickets": "Карте за паркинг",
"pizza": "Пица",
"public_transport_tickets": "Карте за јавни превоз",
"stamps": "Поштанске марке",
"sweets": "Слаткиши",
"water": "Пијаћа вода"
}
},
"vhf": {
@@ -3354,6 +3407,7 @@
"label": "Отпад",
"options": {
"cigarettes": "Цигарете",
"dog_excrement": "Канта за псећи измет",
"organic": "Органски отпад",
"trash": "Канта"
}
@@ -3365,7 +3419,9 @@
"label": "Извор воде",
"options": {
"pond": "Језерце",
"river": "Река"
"river": "Река",
"stream": "Поток",
"water_tank": "Резервоар воде"
}
},
"water_tank/volume": {
@@ -3381,6 +3437,7 @@
"terms": "сајт"
},
"website/menu": {
"label": "Линк за мени",
"placeholder": "https://example.com"
},
"wetland": {
@@ -3426,6 +3483,14 @@
"label": "Намотаји",
"placeholder": "1, 2, 3..."
},
"windings/auto": {
"label": "Ауто-трансформатор",
"options": {
"no": "Не",
"undefined": "Претпоставља се да није",
"yes": "Да"
}
},
"windings/configuration": {
"label": "Конфигурација намотаја",
"options": {
@@ -3566,9 +3631,15 @@
"amenity/bicycle_rental": {
"name": "Изнајмљивање бицикла"
},
"amenity/biergarten": {
"name": "Пивска башта"
},
"amenity/boat_rental": {
"name": "Изнајмљивање чамаца"
},
"amenity/boat_storage": {
"name": "Складиште бродова"
},
"amenity/bureau_de_change": {
"name": "Мењачница"
},
@@ -3592,7 +3663,8 @@
"name": "Казино"
},
"amenity/charging_station": {
"name": "Станица за пуњење електричних аутомобила"
"name": "Пуњач за електрична возила",
"terms": "пуњач за електричне аутомобиле"
},
"amenity/childcare": {
"name": "Обданиште"
@@ -3851,6 +3923,9 @@
"amenity/monastery": {
"name": "Манастирско земљиште"
},
"amenity/money_transfer": {
"name": "Услуга за пренос новца"
},
"amenity/mortuary": {
"name": "Мртвачница"
},
@@ -4201,8 +4276,11 @@
"amenity/vending_machine/food": {
"name": "Аутомат за храну"
},
"amenity/vending_machine/food/snacks": {
"name": "Аутомат за ужину"
},
"amenity/vending_machine/fuel": {
"name": "Дозатор горива"
"name": "Аутомат за гориво"
},
"amenity/vending_machine/ice_cream": {
"name": "Аутомат за сладолед"
@@ -4226,7 +4304,7 @@
"name": "Аутомат за поштанске марке"
},
"amenity/vending_machine/sweets": {
"name": "Аутомат за ужине"
"name": "Аутомат за слаткише"
},
"amenity/veterinary": {
"name": "Ветеринарница",
@@ -4338,6 +4416,9 @@
"name": "Гранична контрола",
"terms": "гранична контрола,контрола граница,погранична контрола"
},
"barrier/bump_gate": {
"name": "Угаона капија"
},
"barrier/bus_trap": {
"name": "Замка за аутомобиле"
},
@@ -5631,6 +5712,12 @@
"leisure/pitch/athletics": {
"name": "Атлетска стаза"
},
"leisure/pitch/athletics/discus_throw": {
"name": "Сектор за бацање диска"
},
"leisure/pitch/athletics/hammer_throw": {
"name": "Сектор за бацање кладива"
},
"leisure/pitch/athletics/high_jump": {
"name": "Јама за скок увис"
},
@@ -5643,6 +5730,9 @@
"leisure/pitch/athletics/pole_vault": {
"name": "Јама за скок с мотком"
},
"leisure/pitch/athletics/shot_put": {
"name": "Јама за бацање кугле"
},
"leisure/pitch/athletics/triple_jump": {
"name": "Јама за троскок"
},
@@ -5681,6 +5771,9 @@
"leisure/pitch/futsal": {
"name": "Футсал терен"
},
"leisure/pitch/gaga": {
"name": "Га-га јама"
},
"leisure/pitch/handball": {
"name": "Терен за тимски рукомет"
},
@@ -5759,6 +5852,9 @@
"leisure/sports_centre/climbing": {
"name": "Болдерана"
},
"leisure/sports_centre/climbing_adventure": {
"name": "Авантура парк"
},
"leisure/sports_centre/horse_racing": {
"name": "Хиподром"
},
@@ -5774,9 +5870,24 @@
"leisure/stadium": {
"name": "Стадион"
},
"leisure/swimming_area": {
"name": "Природно пливалиште"
},
"leisure/swimming_pool": {
"name": "Базен"
},
"leisure/track/athletics": {
"name": "Атлетска стаза"
},
"leisure/track/athletics/javelin_throw": {
"name": "Стаза за бацање копља"
},
"leisure/track/athletics/long_jump": {
"name": "Стаза за скок удаљ"
},
"leisure/track/athletics/pole_vault": {
"name": "Стаза за скок са мотком"
},
"leisure/track/athletics/running": {
"name": "Тркачка стаза"
},
@@ -5819,6 +5930,10 @@
"man_made/antenna": {
"name": "Антена"
},
"man_made/beehive": {
"name": "Кошница",
"terms": "улиште,ул"
},
"man_made/breakwater": {
"name": "Лукобран"
},
@@ -6273,8 +6388,11 @@
"office/energy_supplier": {
"name": "Електродистрибутивна канцеларија"
},
"office/engineer": {
"name": "Инжењерски биро"
},
"office/estate_agent": {
"name": "Канцеларија за некретнине"
"name": "Агенција за некретнине"
},
"office/financial": {
"name": "Финансијска канцеларија"
@@ -6308,7 +6426,7 @@
"name": "Туристичка канцеларија"
},
"office/insurance": {
"name": "Осигуравајућа канцеларија"
"name": "Осигуравајуће друштво"
},
"office/it": {
"name": "Информатичка канцеларија"
@@ -6344,7 +6462,7 @@
"name": "Канцеларија за управљање имовином / Канцеларије за издавање"
},
"office/quango": {
"name": "Квази-непрофитна канцеларија"
"name": "Квази-НВО канцеларија"
},
"office/religion": {
"name": "Верска канцеларија"
@@ -7367,9 +7485,6 @@
"traffic_calming/hump": {
"name": "Широки лежећи полицајац"
},
"traffic_calming/island": {
"name": "Саобраћајно острвце"
},
"traffic_calming/mini_bumps": {
"name": "Мали лежећи полицајци"
},

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