This commit is contained in:
Martin Raifer
2022-11-09 10:42:50 +01:00
parent f42476594e
commit 5336db8762
128 changed files with 15540 additions and 2528 deletions
+106
View File
@@ -18,6 +18,112 @@ _Breaking developer changes, which may affect downstream projects or sites that
-->
# 5.0.0
#### Schema Changes
* Upgrade to the schema-build version 5 ([#598])
* :warning: Introduces a new `colour` field type
* :warning: Allows to cross-reference strings in presets and fields
#### New Presets
* Add a preset for Straits (`natural=strait`)
* Add a preset for Oxbow Lakes (`natural=water` + `water=oxbow`) ([#595], thanks [@kjonosm])
* Add a preset for Catenary Poles (`power=catenary_mast`) ([#593], thanks [@kjonosm])
* Add Fire Station Building preset ([#603], thanks [@arch0345])
* Add a Cafeteria preset ([#613], thanks [@Morion-Self])
* Add a Busway (`highway=busway`) preset ([#164], thanks [@kolgza])
* Add preset for the tag `man_made=tailings_pond`
* Add a preset for `highway=service` mapped as areas ([#463])
* Add presets for `office=property_mangagement` and `office=union` ([#622], thanks [@arch0345])
* Add preset for industrial brewery (`man_made=works` + `product=beer` or `industrial=brewery`)
* Add some additional power generation presets ([#624])
* Add American Handball Court preset ([#628], thanks [@arch0345])
* Add Tree Stump preset ([#630], thanks [@arch0345])
#### Changed Presets
* Add aliases to the Track (`highway=track`) preset ([#470], thanks [@westnordost])
* Add Toilets field as optional field to more POI presets ([#325])
* Add terms to presets: Bed, Clothes, and Wedding Shops ([#618], thanks [@willemarcel])
* Add `community_centre:for` tag as additional tag (`addTags`) to LGBTQ+ Community Center preset ([#625], thanks [@EvanCarroll])
* Add `building` field to School and Sports Center presets ([iD#9341])
* Add "Bridge" as an alias to the `man_made=bridge` preset ([#632])
* Change icon for ATMs ([#626])
* Add Access field to: Park, Nature Reserve, Sports Center and Sports Club presets ([#631])
#### New and Changed Fields
* Rename `cash_in` field to Deposits
* Add a field for the `model` tag (applies to the Street Cabinet, Ticket Validator and Telephone preset) ([#584], thanks [@Lukas458])
* Add `salt`, `sett`, `metal`, `unhewn_cobblestone`, `mud`, `woodchips` as translatable strings to the Surface field ([iD#9305], [#597], thanks [@matkoniecz])
* Add field for the `building:prefabricated` tag ([#600], thanks [@arch0345])
* Add translatable strings to the (Type of) `bicycle_parking` field ([#608], thanks [@matkoniecz])
* Add field for the "two_sided=yes" tag (applies to City Wall, Guard Rail and Kerb presets)
* Add translatable strings for payment types ([#255], thanks [@1ec5])
* Add translatable strings for tunnel types ([#251], thanks [@1ec5])
* Add translatable strings for crops ([#257], thanks [@1ec5])
* Add Population Date and Population Source fields ([#261], thanks [@1ec5])
* Add translatable strings for the `healthcare:speciality` tag ([#392], thanks [@kjonosm])
* Add translatable strings for the Religion field ([#263], thanks [@1ec5])
* Add Bike and Ride field ([#521], thanks [@arch0345])
* Rename field for `departure_board` to Departures/Arrivals Board ([#582])
* Add translatable strings for fields: `fuel`, `entrance` and `substation` ([#467], thanks [@Miroff], [#621])
* Make `recycling:*` field case sensitive
* Add strings for power generation Source and Method fields ([#624])
* Drop default value `yes` from the `dispensing` field ([#627])
#### Bugfixes
* Describe `tracktype=grade1` as paved only ([#583], thanks [@matkoniecz])
* Allow Water Slides to be mapped as points (and disallow them to be areas) ([#612])
* Allow Jersey Barrier to be mapped as a vertex (and disallow it to be a standalone point) ([#614], thanks [@arch0345])
#### Deprecated Tags
* Add ~~`internet_access=wi-fi`~~ and ~~`internet_access=WLAN`~~ as typos of the `internet_access=wlan` tag ([#592], thanks [@Marc-marc-marc])
* Upgrade ~~`natural=water` + `water=reservoir` + `reservoir_type=tailings`~~ and ~~`landuse=reservoir` + `reservoir_type=tailings`~~ to `man_made=tailings_pond` ([#144], thanks [@Marc-marc-marc])
* Replace `generator:method=solar` with `generator:source=solar` ([#620], thanks [@Marc-marc-marc])
#### Documentation and Other Changes
[#144]: https://github.com/openstreetmap/id-tagging-schema/pull/144
[#164]: https://github.com/openstreetmap/id-tagging-schema/pull/164
[#251]: https://github.com/openstreetmap/id-tagging-schema/pull/251
[#255]: https://github.com/openstreetmap/id-tagging-schema/pull/255
[#257]: https://github.com/openstreetmap/id-tagging-schema/pull/257
[#261]: https://github.com/openstreetmap/id-tagging-schema/pull/261
[#263]: https://github.com/openstreetmap/id-tagging-schema/pull/263
[#325]: https://github.com/openstreetmap/id-tagging-schema/pull/325
[#392]: https://github.com/openstreetmap/id-tagging-schema/pull/392
[#463]: https://github.com/openstreetmap/id-tagging-schema/pull/463
[#467]: https://github.com/openstreetmap/id-tagging-schema/pull/467
[#470]: https://github.com/openstreetmap/id-tagging-schema/pull/470
[#521]: https://github.com/openstreetmap/id-tagging-schema/pull/521
[#582]: https://github.com/openstreetmap/id-tagging-schema/pull/582
[#583]: https://github.com/openstreetmap/id-tagging-schema/pull/583
[#584]: https://github.com/openstreetmap/id-tagging-schema/pull/584
[#592]: https://github.com/openstreetmap/id-tagging-schema/pull/592
[#593]: https://github.com/openstreetmap/id-tagging-schema/pull/593
[#595]: https://github.com/openstreetmap/id-tagging-schema/pull/595
[#597]: https://github.com/openstreetmap/id-tagging-schema/pull/597
[#598]: https://github.com/openstreetmap/id-tagging-schema/pull/598
[#600]: https://github.com/openstreetmap/id-tagging-schema/pull/600
[#603]: https://github.com/openstreetmap/id-tagging-schema/pull/603
[#608]: https://github.com/openstreetmap/id-tagging-schema/pull/608
[#612]: https://github.com/openstreetmap/id-tagging-schema/issues/612
[#613]: https://github.com/openstreetmap/id-tagging-schema/pull/613
[#614]: https://github.com/openstreetmap/id-tagging-schema/pull/614
[#618]: https://github.com/openstreetmap/id-tagging-schema/pull/618
[#620]: https://github.com/openstreetmap/id-tagging-schema/pull/620
[#621]: https://github.com/openstreetmap/id-tagging-schema/issues/621
[#622]: https://github.com/openstreetmap/id-tagging-schema/pull/622
[#624]: https://github.com/openstreetmap/id-tagging-schema/pull/624
[#625]: https://github.com/openstreetmap/id-tagging-schema/pull/625
[#626]: https://github.com/openstreetmap/id-tagging-schema/issues/626
[#627]: https://github.com/openstreetmap/id-tagging-schema/issues/627
[#628]: https://github.com/openstreetmap/id-tagging-schema/pull/628
[#630]: https://github.com/openstreetmap/id-tagging-schema/pull/630
[#631]: https://github.com/openstreetmap/id-tagging-schema/pull/631
[#632]: https://github.com/openstreetmap/id-tagging-schema/issues/632
[iD#9305]: https://github.com/openstreetmap/iD/issues/9305
[iD#9341]: https://github.com/openstreetmap/iD/issues/9341
[@EvanCarroll]: https://github.com/EvanCarroll
[@Miroff]: https://github.com/Miroff
[@kolgza]: https://github.com/kolgza
[@Morion-Self]: https://github.com/Morion-Self
[@Marc-marc-marc]: https://github.com/Marc-marc-marc
# 3.5.1
* Update distribution files and translations from Transifex.
+63
View File
@@ -1398,6 +1398,14 @@
"generator:method": "photovoltaic"
}
},
{
"old": {
"generator:method": "solar"
},
"replace": {
"generator:source": "solar"
}
},
{
"old": {
"golf": "faiway"
@@ -1463,6 +1471,15 @@
"abandoned:highway": "*"
}
},
{
"old": {
"highway": "service",
"service": "busway"
},
"replace": {
"highway": "busway"
}
},
{
"old": {
"highway": "bridleway",
@@ -1616,6 +1633,22 @@
"internet_access": "wlan"
}
},
{
"old": {
"internet_access": "wi-fi"
},
"replace": {
"internet_access": "wlan"
}
},
{
"old": {
"internet_access": "WLAN"
},
"replace": {
"internet_access": "wlan"
}
},
{
"old": {
"internet_access:fee": "0"
@@ -1828,6 +1861,26 @@
"water": "reservoir"
}
},
{
"old": {
"landuse": "reservoir",
"reservoir_type": "tailings",
"natural": "water",
"water": "reservoir"
},
"replace": {
"man_made": "tailings_pond"
}
},
{
"old": {
"landuse": "reservoir",
"reservoir_type": "tailings"
},
"replace": {
"man_made": "tailings_pond"
}
},
{
"old": {
"landuse": "school"
@@ -2217,6 +2270,16 @@
"wetland": "marsh"
}
},
{
"old": {
"natural": "water",
"water": "reservoir",
"reservoir_type": "tailings"
},
"replace": {
"man_made": "tailings_pond"
}
},
{
"old": {
"natural": "waterfall"
+1 -1
View File
File diff suppressed because one or more lines are too long
+484 -38
View File
@@ -97,8 +97,7 @@
"addr:subdistrict",
"addr:suburb",
"addr:unit"
],
"icon": "address"
]
},
"admin_level": {
"key": "admin_level",
@@ -292,7 +291,19 @@
},
"bicycle_parking": {
"key": "bicycle_parking",
"type": "combo"
"type": "combo",
"options": [
"stands",
"wall_loops",
"shed",
"lockers",
"building",
"handlebar_holder"
]
},
"bike_ride": {
"key": "bike_ride",
"type": "check"
},
"bin": {
"key": "bin",
@@ -395,6 +406,8 @@
"key": "building:levels",
"type": "number",
"minValue": 0,
"label": "{building/levels}",
"placeholder": "{building/levels}",
"prerequisiteTag": {
"key": "building",
"valueNot": "no"
@@ -419,6 +432,10 @@
"type": "combo",
"default": "yes"
},
"building/prefabricated": {
"key": "building:prefabricated",
"type": "check"
},
"bunker_type": {
"key": "bunker_type",
"type": "combo"
@@ -577,7 +594,7 @@
},
"colour": {
"key": "colour",
"type": "text"
"type": "colour"
},
"comment": {
"key": "comment",
@@ -606,8 +623,7 @@
},
"contact/webcam": {
"key": "contact:webcam",
"type": "url",
"icon": "website"
"type": "url"
},
"content": {
"key": "content",
@@ -688,7 +704,35 @@
},
"crop": {
"key": "crop",
"type": "semiCombo"
"type": "semiCombo",
"options": [
"asparagus",
"barley",
"beet",
"cassava",
"coffee",
"cotton",
"cranberries",
"fast_growing_wood",
"flowers",
"grape",
"grass",
"hop",
"lavender",
"maize",
"potato",
"rape",
"rice",
"strawberry",
"sugar_beet",
"sugarcane",
"sunflower",
"soy",
"tea",
"tobacco",
"vegetable",
"wheat"
]
},
"crossing_raised": {
"key": "traffic_calming",
@@ -1019,8 +1063,7 @@
},
"dispensing": {
"key": "dispensing",
"type": "check",
"default": "yes"
"type": "check"
},
"display": {
"key": "display",
@@ -1095,7 +1138,6 @@
"ele_node": {
"key": "ele",
"type": "number",
"icon": "elevation",
"universal": true,
"geometry": [
"point",
@@ -1105,7 +1147,6 @@
"ele": {
"key": "ele",
"type": "number",
"icon": "elevation",
"geometry": [
"line",
"area",
@@ -1166,7 +1207,19 @@
},
"entrance": {
"key": "entrance",
"type": "typeCombo"
"type": "typeCombo",
"options": [
"yes",
"main",
"secondary",
"service",
"exit",
"entrance",
"emergency",
"staircase",
"home",
"garage"
]
},
"except": {
"key": "except",
@@ -1320,14 +1373,71 @@
"key": "from",
"type": "text"
},
"fuel_multi": {
"key": "fuel:",
"type": "multiCombo"
},
"fuel": {
"key": "fuel",
"type": "combo"
},
"fuel/fuel_multi-RU": {
"key": "fuel:",
"type": "multiCombo",
"label": "{fuel/fuel_multi}",
"stringsCrossReference": "{fuel/fuel_multi}",
"options": [
"diesel",
"octane_80",
"octane_92",
"octane_95",
"octane_98",
"octane_100",
"lpg",
"cng"
],
"autoSuggestions": false,
"locationSet": {
"include": [
"RU"
]
}
},
"fuel/fuel_multi": {
"key": "fuel:",
"type": "multiCombo",
"autoSuggestions": true,
"caseSensitive": true,
"locationSet": {
"exclude": [
"RU"
]
},
"options": [
"diesel",
"GTL_diesel",
"HGV_diesel",
"biodiesel",
"octane_80",
"octane_85",
"octane_87",
"octane_88",
"octane_89",
"octane_90",
"octane_91",
"octane_92",
"octane_93",
"octane_95",
"octane_97",
"octane_98",
"octane_100",
"e10",
"e85",
"lpg",
"cng",
"propane",
"LH2",
"h70",
"adblue",
"adblue:canister"
]
},
"gambling": {
"key": "gambling",
"type": "semiCombo"
@@ -1355,7 +1465,39 @@
},
"generator/method": {
"key": "generator:method",
"type": "combo"
"type": "combo",
"autoSuggestions": false,
"options": [
"fission",
"fusion",
"wind_turbine",
"water-storage",
"water-pumped-storage",
"run-of-the-river",
"barrage",
"stream",
"thermal",
"photovoltaic",
"combustion",
"gasification",
"anaerobic_digestion"
]
},
"generator/method/hydro": {
"key": "generator:method",
"type": "combo",
"label": "{generator/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"water-storage",
"water-pumped-storage",
"run-of-the-river"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "generator:source",
"value": "hydro"
}
},
"generator/output/electricity": {
"key": "generator:output:electricity",
@@ -1364,7 +1506,26 @@
},
"generator/source": {
"key": "generator:source",
"type": "combo"
"type": "combo",
"options": [
"nuclear",
"wind",
"hydro",
"tidal",
"wave",
"geothermal",
"solar",
"coal",
"gas",
"biomass",
"biofuel",
"biogas",
"oil",
"diesel",
"gasoline",
"waste",
"battery"
]
},
"generator/type": {
"key": "generator:type",
@@ -1430,7 +1591,94 @@
},
"healthcare/speciality": {
"key": "healthcare:speciality",
"type": "semiCombo"
"type": "semiCombo",
"options": [
"abortion",
"acupuncture",
"allergology",
"anaesthetics",
"angiology",
"anthroposophical",
"applied_kinesiology",
"aromatherapy",
"ayurveda",
"behavior",
"biochemistry",
"biology",
"blood_check",
"body",
"cardiology",
"cardiothoracic_surgery",
"child_psychiatry",
"chiropractic",
"clinical_pathology",
"community",
"depth",
"dermatology",
"dermatovenereology",
"diabetology",
"diagnostic_radiology",
"emergency",
"endocrinology",
"fertility",
"gastroenterology",
"general",
"geriatrics",
"gynaecology",
"haematology",
"hepatology",
"herbalism",
"homeopathy",
"humanistic",
"hydrotherapy",
"hypnosis",
"infectious_diseases",
"intensive",
"internal",
"dental_oral_maxillo_facial_surgery",
"naturopathy",
"neonatology",
"nephrology",
"neurology",
"neuropsychiatry",
"neurosurgery",
"nuclear",
"occupational",
"oncology",
"ophthalmology",
"orthodontics",
"orthopaedics",
"osteopathy",
"otolaryngology",
"paediatric_surgery",
"paediatrics",
"palliative",
"pathology",
"physiatry",
"plastic_surgery",
"podiatry",
"proctology",
"psychiatry",
"pulmonology",
"radiology",
"radiotherapy",
"reflexology",
"reiki",
"rheumatology",
"shiatsu",
"stomatology",
"surgery",
"systemic",
"traditional_chinese_medicine",
"transplant",
"trauma",
"tropical",
"tuina",
"unani",
"urology",
"vaccination",
"vascular_surgery"
]
},
"heating": {
"key": "heating",
@@ -1983,6 +2231,11 @@
"key": "minspeed",
"type": "roadspeed"
},
"model": {
"key": "model",
"type": "combo",
"caseSensitive": true
},
"monitoring_multi": {
"key": "monitoring:",
"type": "multiCombo"
@@ -2102,8 +2355,7 @@
"note": {
"key": "note",
"type": "textarea",
"universal": true,
"icon": "note"
"universal": true
},
"office": {
"key": "office",
@@ -2247,14 +2499,58 @@
"payment_multi_fee": {
"key": "payment:",
"type": "multiCombo",
"label": "{payment_multi}",
"prerequisiteTag": {
"key": "fee",
"valueNot": "no"
}
},
"stringsCrossReference": "{payment_multi}"
},
"payment_multi": {
"key": "payment:",
"type": "multiCombo"
"type": "multiCombo",
"options": [
"account_cards",
"app",
"cards",
"cash",
"cheque",
"coins",
"contactless",
"credit_cards",
"cryptocurrencies",
"debit_cards",
"electronic_purses",
"notes",
"prepaid_ticket",
"telephone_cards",
"alipay",
"american_express",
"apple_pay",
"bancomat",
"blik",
"clipper",
"diners_club",
"discover_card",
"dkv",
"ep_easycard",
"ep_geldkarte",
"ep_ipass",
"girocard",
"google_pay",
"jcb",
"maestro",
"mastercard",
"mastercard_contactless",
"paypal",
"unionpay",
"uta",
"v_pay",
"visa",
"visa_debit",
"visa_electron",
"wechat"
]
},
"phases": {
"key": "phases",
@@ -2263,8 +2559,7 @@
},
"phone": {
"key": "phone",
"type": "tel",
"icon": "maki-telephone"
"type": "tel"
},
"piste/difficulty_downhill": {
"key": "piste:difficulty",
@@ -2400,16 +2695,84 @@
},
"plant/method": {
"key": "plant:method",
"type": "combo"
"type": "combo",
"stringsCrossReference": "{generator/method}",
"autoSuggestions": false
},
"plant/method/hydro": {
"key": "plant:method",
"type": "combo",
"label": "{plant/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"water-storage",
"water-pumped-storage",
"run-of-the-river"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "plant:source",
"value": "hydro"
}
},
"plant/method/solar": {
"key": "plant:method",
"type": "combo",
"label": "{plant/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"thermal",
"photovoltaic"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "plant:source",
"value": "solar"
}
},
"plant/method/waste": {
"key": "plant:method",
"type": "combo",
"label": "{plant/method}",
"stringsCrossReference": "{generator/method}",
"options": [
"combustion",
"gasification"
],
"autoSuggestions": false,
"prerequisiteTag": {
"key": "plant:source",
"value": "waste"
}
},
"plant/output": {
"key": "plant:output",
"type": "multiCombo",
"autoSuggestions": false,
"options": [
"electricity",
"hot_water",
"hot_air",
"cold_water",
"cold_air",
"compressed_air",
"steam",
"vacuum"
]
},
"plant/output/electricity": {
"key": "plant:output:electricity",
"type": "typeCombo",
"snake_case": false
"snake_case": false,
"prerequisiteTag": {
"key": "plant:output:electricity",
"valueNot": "no"
}
},
"plant/source": {
"key": "plant:source",
"type": "combo"
"type": "combo",
"stringsCrossReference": "{generator/source}"
},
"playground": {
"key": "playground",
@@ -2433,6 +2796,13 @@
"type": "number",
"minValue": 0
},
"population/date": {
"key": "population:date",
"type": "text",
"prerequisiteTag": {
"key": "population"
}
},
"portable": {
"key": "portable",
"type": "check"
@@ -2546,6 +2916,7 @@
"recycling_accepts": {
"key": "recycling:",
"type": "multiCombo",
"caseSensitive": true,
"options": [
"glass_bottles",
"glass",
@@ -2705,7 +3076,31 @@
},
"religion": {
"key": "religion",
"type": "combo"
"type": "combo",
"options": [
"bahai",
"benzhu",
"buddhist",
"caodaism",
"chinese_folk",
"christian",
"confucian",
"hindu",
"jain",
"jewish",
"multifaith",
"muslim",
"none",
"pagan",
"shinto",
"sikh",
"spiritualist",
"taoist",
"tenrikyo",
"unitarian_universalist",
"vietnamese_folk",
"voodoo"
]
},
"reservation": {
"key": "reservation",
@@ -2740,7 +3135,6 @@
"geometry": [
"vertex"
],
"icon": "iD-restrictions",
"usage": "manual",
"reference": {
"rtype": "restriction"
@@ -3100,7 +3494,6 @@
"source": {
"key": "source",
"type": "semiCombo",
"icon": "source",
"universal": true,
"snake_case": false,
"caseSensitive": true,
@@ -3114,6 +3507,15 @@
"osm notes"
]
},
"source/population": {
"key": "source:population",
"type": "combo",
"prerequisiteTag": {
"key": "population"
},
"snake_case": false,
"caseSensitive": true
},
"species": {
"key": "species",
"type": "combo",
@@ -3265,7 +3667,19 @@
},
"substation": {
"key": "substation",
"type": "typeCombo"
"type": "typeCombo",
"autoSuggestions": false,
"options": [
"transmission",
"distribution",
"minor_distribution",
"industrial",
"generation",
"transition",
"traction",
"converter",
"compensation"
]
},
"supervised": {
"key": "supervised",
@@ -3287,11 +3701,17 @@
"compacted",
"concrete",
"paving_stones",
"sett",
"dirt",
"grass",
"sand",
"wood",
"artificial_turf"
"metal",
"artificial_turf",
"unhewn_cobblestone",
"mud",
"woodchips",
"salt"
]
},
"surveillance": {
@@ -3438,6 +3858,19 @@
"key": "toilets:position",
"type": "semiCombo"
},
"toilets/wheelchair": {
"key": "toilets/wheelchair",
"type": "radio",
"prerequisiteTag": {
"key": "toilets",
"valueNot": "no"
},
"options": [
"yes",
"limited",
"no"
]
},
"toll": {
"key": "toll",
"type": "check"
@@ -3589,7 +4022,13 @@
},
"tunnel_combo": {
"key": "tunnel",
"type": "combo"
"type": "combo",
"options": [
"avalanche_protector",
"building_passage",
"culvert",
"flooded"
]
},
"tunnel": {
"key": "tunnel",
@@ -3600,6 +4039,17 @@
"key": "turning_circle",
"type": "combo"
},
"two_sided": {
"key": "two_sided",
"type": "defaultCheck",
"geometry": [
"line"
],
"options": [
"undefined",
"yes"
]
},
"usage_rail": {
"key": "usage",
"type": "combo",
@@ -3780,7 +4230,6 @@
"website": {
"key": "website",
"type": "url",
"icon": "website",
"universal": true
},
"wetland": {
@@ -3802,7 +4251,6 @@
"wheelchair": {
"key": "wheelchair",
"type": "radio",
"icon": "maki-wheelchair",
"options": [
"yes",
"limited",
@@ -3825,7 +4273,6 @@
"wikipedia"
],
"type": "wikidata",
"icon": "wikipedia",
"universal": true
},
"wikimedia_commons": {
@@ -3842,7 +4289,6 @@
"wikidata"
],
"type": "wikipedia",
"icon": "wikipedia",
"universal": true
},
"windings": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+397 -38
View File
@@ -1217,7 +1217,7 @@
}
},
"amenity/atm": {
"icon": "maki-bank",
"icon": "temaki-atm2",
"fields": [
"operator",
"network",
@@ -1393,6 +1393,7 @@
"charge_fee"
],
"moreFields": [
"bike_ride",
"colour",
"indoor",
"level",
@@ -1682,6 +1683,8 @@
"reservation",
"smoking",
"takeaway",
"toilets",
"toilets/wheelchair",
"wheelchair",
"highchair"
],
@@ -2153,6 +2156,11 @@
"tags": {
"amenity": "community_centre",
"lgbtq": "primary"
},
"addTags": {
"amenity": "community_centre",
"lgbtq": "primary",
"community_centre:for": "lgbtq"
}
},
"amenity/community_centre/youth_centre": {
@@ -2664,6 +2672,21 @@
"value": "burger"
}
},
"amenity/fast_food/cafeteria": {
"icon": "maki-restaurant",
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "fast_food",
"fast_food": "cafeteria"
},
"fields": [
"{amenity/fast_food}",
"access_simple"
]
},
"amenity/fast_food/chicken": {
"icon": "fas-drumstick-bite",
"geometry": [
@@ -2889,7 +2912,8 @@
"brand",
"operator",
"address",
"fuel_multi",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"self_service",
"building_area"
],
@@ -4450,6 +4474,8 @@
"ref/FR/siret-FR",
"real_fire-GB-IE",
"sport_pub",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -4718,7 +4744,9 @@
"informal",
"start_date",
"capacity",
"population"
"population",
"population/date",
"source/population"
],
"moreFields": [
"internet_access",
@@ -4800,6 +4828,8 @@
"sport_pub",
"stars",
"takeaway",
"toilets",
"toilets/wheelchair",
"wheelchair",
"highchair"
],
@@ -5129,7 +5159,8 @@
"grades",
"religion",
"denomination",
"website"
"website",
"building_area"
],
"moreFields": [
"capacity",
@@ -5581,10 +5612,10 @@
"operator",
"phone",
"payment_multi",
"booth"
"covered"
],
"moreFields": [
"covered",
"booth",
"fee",
"indoor",
"internet_access",
@@ -5592,6 +5623,7 @@
"internet_access/ssid",
"level",
"lit",
"model",
"ref",
"sms",
"video_calls",
@@ -5665,6 +5697,7 @@
"covered",
"indoor",
"level",
"model",
"support"
],
"geometry": [
@@ -6855,8 +6888,8 @@
"min_age"
],
"geometry": [
"line",
"area"
"point",
"line"
],
"tags": {
"attraction": "water_slide"
@@ -7095,6 +7128,10 @@
"height",
"material"
],
"moreFields": [
"{barrier}",
"two_sided"
],
"geometry": [
"line",
"area"
@@ -7183,6 +7220,10 @@
"fields": [
"material"
],
"moreFields": [
"{barrier}",
"two_sided"
],
"geometry": [
"line"
],
@@ -7245,7 +7286,7 @@
"access"
],
"geometry": [
"point",
"vertex",
"line"
],
"tags": {
@@ -7257,7 +7298,8 @@
"fields": [
"kerb",
"tactile_paving",
"wheelchair"
"wheelchair",
"two_sided"
],
"moreFields": [
"material"
@@ -7655,6 +7697,7 @@
"architect",
"building/levels/underground",
"building/material",
"building/prefabricated",
"ele",
"gnis/feature_id-US",
"layer",
@@ -7959,6 +8002,16 @@
},
"matchScore": 0.5
},
"building/fire_station": {
"icon": "fas-house-fire",
"geometry": [
"area"
],
"tags": {
"building": "fire_station"
},
"matchScore": 0.5
},
"building/garage": {
"icon": "fas-warehouse",
"fields": [
@@ -8463,6 +8516,10 @@
"sport",
"{club}"
],
"moreFields": [
"{club}",
"access_simple"
],
"geometry": [
"point",
"area"
@@ -10262,6 +10319,25 @@
"bus": "designated"
}
},
"highway/busway": {
"icon": "temaki-bus",
"fields": [
"name",
"operator",
"oneway",
"structure",
"covered"
],
"moreFields": [
"trolley_wire"
],
"geometry": [
"line"
],
"tags": {
"highway": "busway"
}
},
"highway/construction": {
"icon": "maki-barrier",
"fields": [
@@ -11055,6 +11131,7 @@
}
},
"highway/motorway_link-US-CA": {
"name": "{highway/motorway_link}",
"icon": "iD-highway-motorway-link",
"fields": [
"destination_oneway",
@@ -11316,6 +11393,7 @@
}
},
"highway/primary_link-US-CA": {
"name": "{highway/primary_link}",
"icon": "iD-highway-primary-link",
"fields": [
"destination_oneway",
@@ -11631,6 +11709,34 @@
"highway": "secondary"
}
},
"highway/service_area": {
"icon": "iD-highway-service",
"fields": [
"name",
"service",
"maxspeed",
"surface",
"structure",
"access"
],
"moreFields": [
"covered_no",
"flood_prone",
"lit",
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"smoothness",
"trolley_wire"
],
"geometry": [
"area"
],
"tags": {
"highway": "service"
},
"searchable": false
},
"highway/service": {
"icon": "iD-highway-service",
"fields": [
@@ -12012,6 +12118,7 @@
}
},
"highway/trunk_link-US-CA": {
"name": "{highway/trunk_link}",
"icon": "iD-highway-trunk-link",
"fields": [
"{highway/motorway_link-US-CA}"
@@ -13061,6 +13168,33 @@
},
"matchScore": 0.9
},
"landuse/industrial/brewery": {
"icon": "temaki-storage_fermenter",
"fields": [
"{man_made/works/brewery}",
"product"
],
"moreFields": [
"{man_made/works/brewery}"
],
"geometry": [
"point",
"area"
],
"tags": {
"industrial": "brewery"
},
"addTags": {
"landuse": "industrial"
},
"reference": {
"key": "industrial",
"value": "brewery"
},
"searchable": false,
"matchScore": 0.9,
"name": "{man_made/works/brewery}"
},
"landuse/industrial/scrap_yard": {
"icon": "temaki-junk_car",
"fields": [
@@ -14482,6 +14616,7 @@
"opening_hours"
],
"moreFields": [
"access_simple",
"dog",
"email",
"fax",
@@ -14524,6 +14659,7 @@
"opening_hours"
],
"moreFields": [
"access_simple",
"dog",
"email",
"fax",
@@ -14616,6 +14752,21 @@
"value": "american_football"
}
},
"leisure/pitch/american_handball": {
"icon": "temaki-wall",
"geometry": [
"area",
"point"
],
"tags": {
"leisure": "pitch",
"sport": "american_handball"
},
"reference": {
"key": "sport",
"value": "american_handball"
}
},
"leisure/pitch/archery": {
"icon": "temaki-archery",
"geometry": [
@@ -15285,7 +15436,7 @@
"fields": [
"name",
"sport",
"building",
"building_area",
"address",
"fee",
"opening_hours",
@@ -15293,6 +15444,7 @@
"charge_fee"
],
"moreFields": [
"access_simple",
"email",
"fax",
"gnis/feature_id-US",
@@ -15779,8 +15931,7 @@
"reference": {
"key": "man_made",
"value": "bridge"
},
"matchScore": 0.85
}
},
"man_made/bunker_silo": {
"icon": "temaki-bunker_silo",
@@ -16596,6 +16747,9 @@
"height",
"colour"
],
"moreFields": [
"model"
],
"tags": {
"man_made": "street_cabinet"
}
@@ -16660,6 +16814,21 @@
"man_made": "survey_point"
}
},
"man_made/tailings_pond": {
"icon": "maki-water",
"fields": [
"name",
"resource",
"operator",
"intermittent"
],
"geometry": [
"area"
],
"tags": {
"man_made": "tailings_pond"
}
},
"man_made/torii": {
"icon": "temaki-shinto",
"fields": [
@@ -17080,6 +17249,29 @@
"man_made": "works"
}
},
"man_made/works/brewery": {
"icon": "temaki-storage_fermenter",
"fields": [
"{man_made/works}",
"website"
],
"moreFields": [
"{man_made/works}",
"min_age"
],
"geometry": [
"point",
"area"
],
"tags": {
"man_made": "works",
"product": "beer"
},
"reference": {
"key": "product",
"value": "beer"
}
},
"marker": {
"icon": "temaki-silo",
"fields": [
@@ -17536,6 +17728,20 @@
"natural": "stone"
}
},
"natural/strait": {
"icon": "iD-waterway-river",
"geometry": [
"point",
"line",
"area"
],
"fields": [
"name"
],
"tags": {
"natural": "strait"
}
},
"natural/tree_row": {
"icon": "temaki-tree_row",
"fields": [
@@ -17553,6 +17759,24 @@
"natural": "tree_row"
}
},
"natural/tree_stump": {
"icon": "temaki-tree_stump",
"geometry": [
"area",
"point"
],
"moreFields": [
"leaf_type_singular",
"leaf_cycle_singular",
"denotation",
"height",
"circumference",
"{natural/tree}"
],
"tags": {
"natural": "tree_stump"
}
},
"natural/tree": {
"icon": "maki-park",
"fields": [
@@ -17699,6 +17923,20 @@
"water": "moat"
}
},
"natural/water/oxbow": {
"icon": "maki-water",
"geometry": [
"area"
],
"tags": {
"natural": "water",
"water": "oxbow"
},
"reference": {
"key": "water",
"value": "oxbow"
}
},
"natural/water/pond": {
"icon": "maki-water",
"fields": [
@@ -18593,6 +18831,16 @@
"office": "private_investigator"
}
},
"office/property_management": {
"icon": "maki-suitcase",
"geometry": [
"point",
"area"
],
"tags": {
"office": "property_management"
}
},
"office/quango": {
"icon": "maki-suitcase",
"geometry": [
@@ -18678,6 +18926,16 @@
"office": "therapist"
}
},
"office/union": {
"icon": "maki-suitcase",
"geometry": [
"point",
"area"
],
"tags": {
"office": "union"
}
},
"office/water_utility": {
"icon": "maki-suitcase",
"fields": [
@@ -18875,7 +19133,9 @@
"icon": "maki-city",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",
@@ -18889,7 +19149,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",
@@ -18943,7 +19205,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"moreFields": [
"gnis/feature_id-US"
@@ -18970,7 +19234,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",
@@ -18994,7 +19260,9 @@
"icon": "maki-triangle-stroked",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",
@@ -19008,7 +19276,9 @@
"icon": "maki-town",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",
@@ -19022,7 +19292,9 @@
"icon": "maki-village",
"fields": [
"name",
"population"
"population",
"population/date",
"source/population"
],
"geometry": [
"point",
@@ -19443,6 +19715,27 @@
"layer": "-1"
}
},
"power/catenary_mast": {
"icon": "temaki-power_pole",
"fields": [
"ref",
"operator"
],
"moreFields": [
"height",
"line_attachment",
"line_management",
"manufacturer",
"material"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"power": "catenary_mast"
}
},
"power/generator": {
"icon": "temaki-power",
"fields": [
@@ -19567,7 +19860,7 @@
"fields": [
"ref",
"operator",
"generator/method",
"generator/method/hydro",
"generator/type",
"generator/output/electricity"
],
@@ -19598,7 +19891,6 @@
"fields": [
"ref",
"operator",
"generator/method",
"generator/type",
"generator/output/electricity"
],
@@ -19683,10 +19975,11 @@
"fields": [
"name",
"operator",
"address",
"plant/source",
"plant/method",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
@@ -19708,8 +20001,9 @@
"fields": [
"name",
"operator",
"address",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
@@ -19739,8 +20033,9 @@
"fields": [
"name",
"operator",
"address",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
@@ -19768,7 +20063,13 @@
"power/plant/source/hydro": {
"icon": "maki-dam",
"fields": [
"{power/plant}"
"name",
"operator",
"plant/source",
"plant/method/hydro",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
"{power/plant}"
@@ -19790,6 +20091,45 @@
"value": "hydro"
}
},
"power/plant/source/method/photovoltaic": {
"icon": "fas-solar-panel",
"fields": [
"name",
"operator",
"plant/method/solar",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
"{power/plant}"
],
"geometry": [
"area"
],
"tags": {
"power": "plant",
"plant:source": "solar",
"plant:method": "photovoltaic"
},
"addTags": {
"power": "plant",
"plant:source": "solar",
"plant:method": "photovoltaic",
"plant:output:electricity": "*"
},
"removeTags": {
"power": "plant",
"plant:method": "*",
"plant:source": "solar",
"plant:output:electricity": "*",
"landuse": "industrial"
},
"reference": {
"key": "plant:method",
"value": "photovoltaic"
}
},
"power/plant/source/nuclear": {
"icon": "temaki-radiation",
"fields": [
@@ -19822,8 +20162,9 @@
"fields": [
"name",
"operator",
"address",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
@@ -19851,7 +20192,13 @@
"power/plant/source/solar": {
"icon": "fas-solar-panel",
"fields": [
"{power/plant}"
"name",
"operator",
"plant/method/solar",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
"{power/plant}"
@@ -19865,20 +20212,18 @@
},
"addTags": {
"power": "plant",
"plant:source": "solar",
"plant:method": "photovoltaic",
"plant:output:electricity": "*"
"plant:source": "solar"
},
"removeTags": {
"power": "plant",
"plant:method": "*",
"plant:source": "solar",
"plant:method": "*",
"plant:output:electricity": "*",
"landuse": "industrial"
},
"reference": {
"key": "plant:method",
"value": "photovoltaic"
"key": "plant:source",
"value": "solar"
}
},
"power/plant/source/waste": {
@@ -19886,8 +20231,10 @@
"fields": [
"name",
"operator",
"address",
"plant/method/waste",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
@@ -19917,8 +20264,8 @@
"fields": [
"name",
"operator",
"address",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
@@ -21742,6 +22089,8 @@
"ref/FR/siret-FR",
"second_hand",
"stroller",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -22647,7 +22996,7 @@
"icon": "temaki-propane_tank",
"fields": [
"{shop}",
"fuel_multi"
"fuel/fuel_multi"
],
"geometry": [
"point",
@@ -23878,6 +24227,8 @@
"phone",
"ref/vatin",
"smoking",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -24237,6 +24588,8 @@
"payment_multi",
"phone",
"ref/vatin",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -24436,6 +24789,8 @@
"height_building",
"internet_access/ssid",
"phone",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -24557,6 +24912,8 @@
"opening_hours/covid19",
"payment_multi",
"phone",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -24744,6 +25101,8 @@
"opening_hours/covid19",
"phone",
"ref/vatin",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
@@ -25972,7 +26331,7 @@
"operator",
"address",
"opening_hours",
"fuel_multi"
"fuel/fuel_multi"
],
"moreFields": [
"branch_brand",
+1 -1
View File
File diff suppressed because one or more lines are too long
+1433 -47
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
-6
View File
@@ -209,9 +209,6 @@
"building/levels/underground": {
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"placeholder": "2, 4, 6..."
},
"building_area": {
"label": "Gebou"
},
@@ -1588,9 +1585,6 @@
"craft/blacksmith": {
"name": "Smid"
},
"craft/brewery": {
"name": "Brouery"
},
"craft/carpenter": {
"name": "Skrynwerker"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-42
View File
@@ -410,11 +410,6 @@
"placeholder": "2, 4, 6...",
"terms": "مستويات تحت الأرض,تحت سطح الأرض,جوف الأرض,مدفون"
},
"building/levels_building": {
"label": "طوابق/أدوار المبنى",
"placeholder": "2, 4, 6...",
"terms": "أدوار المبنى,طوابق المبنى"
},
"building/material": {
"label": "مادة البناء",
"terms": "مواد البناء,نوع مواد البناء,نوع البناية"
@@ -492,9 +487,6 @@
"label": "السعة (متر مكعب)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "إيداع النقد"
},
"castle_type": {
"label": "النوع",
"options": {
@@ -776,7 +768,6 @@
"label": "علامة/معلم"
},
"departures_board": {
"label": "لوحة المغادرين",
"options": {
"no": "لا يوجد",
"realtime": "الوقت الفعلي",
@@ -1148,9 +1139,6 @@
"fuel": {
"label": "وقود"
},
"fuel_multi": {
"label": "أنواع الوقود"
},
"gambling": {
"label": "ألعاب"
},
@@ -1864,10 +1852,6 @@
"label": "طرق الدفع",
"terms": "طرق الدفع,طرق الحساب"
},
"payment_multi_fee": {
"label": "أنواع الدفع",
"terms": "أنواع الدفع,أنواع الحساب"
},
"phases": {
"label": "المراحل/الفترات",
"placeholder": "1, 2, 3..."
@@ -1988,7 +1972,6 @@
"label": "طريقة التوليد"
},
"plant/output/electricity": {
"label": "الطاقة الناتجة",
"placeholder": "500 ميجا وات، 1000 ميجا وات، 2000 ميجا وات..."
},
"plant/source": {
@@ -2643,10 +2626,6 @@
"label": "تاريخ آخر تحقق واستقصاء شخصي",
"terms": "تاريخ آخر تحقق واستقصاء شخصي,تاريخ آخر تحقق واستقصاء واقعي,تاريخ آخر تحقق واستقصاء موثق"
},
"survey_point/datum_aligned": {
"label": "تتماشى مع المسند الجيوديسي المحلي",
"terms": "تتماشى مع المسند الجيوديسي المحلي"
},
"survey_point/purpose": {
"label": "الغرض من نقطة الاستطلاع",
"options": {
@@ -2766,7 +2745,6 @@
"tracktype": {
"label": "تصنيف المسار",
"options": {
"grade1": "مستوي: مرصوف/معبد أو مدكوك ومضغوط بشكل قوي",
"grade2": "مستوي في المعظم: وهو مسار عبر الحصى/صخور المختلطة مع بعض المواد اللينة",
"grade3": "مسار مختلط بين موارد صلبة ولينة",
"grade4": "لين في المعظم: مسار على تربة/رمال/عشب مختلطة مع بعض المواد الصلبة مثل الحصى",
@@ -4690,10 +4668,6 @@
"name": "تغليف وتجليد الكتب",
"terms": "مجلد الكتب"
},
"craft/brewery": {
"name": "مصنع بيرة",
"terms": "بيرة; جعة"
},
"craft/carpenter": {
"name": "نجار",
"terms": "نجار"
@@ -5295,10 +5269,6 @@
"name": "وصلة لطريق سريع",
"terms": "رابط لطريق سريع,وصلة طريق سريع,طرق مرتبطة بالطريق السريع"
},
"highway/motorway_link-US-CA": {
"name": "وصلة لطريق سريع",
"terms": "رابط لطريق سريع,وصلة طريق سريع,طرق مرتبطة بالطريق السريع"
},
"highway/passing_place": {
"name": "مساحة للتجاوز للطرق ذات المسار الواحد",
"terms": "مساحة للتجاوز للطرق ذات المسار الواحد,مساحة للتجاوز للطرق الضيقة"
@@ -5331,10 +5301,6 @@
"name": "وصلة لطريق أولي",
"terms": "رابط لطريق أولي,وصلة طريق أولي"
},
"highway/primary_link-US-CA": {
"name": "وصلة طريق أولي",
"terms": "رابط لطريق أولي,وصلة طريق أولي"
},
"highway/raceway": {
"name": "مضمار سباق السيارات",
"terms": "مضمار سباق السيارات"
@@ -5459,10 +5425,6 @@
"name": "وصلة لطريق رئيسي",
"terms": "رابط لشارع رئيسي"
},
"highway/trunk_link-US-CA": {
"name": "وصلة لطريق رئيسي",
"terms": "رابط لشارع رئيسي"
},
"highway/turning_circle": {
"name": "دائرة رجوع",
"terms": "دائرة رجوع في نهاية طريق"
@@ -7242,10 +7204,6 @@
"name": "محطة كهرباء تعمل بالنفط",
"terms": "محطة كهرباء تعمل بالنفط"
},
"power/plant/source/solar": {
"name": "مزرعة للطاقة الشمسية",
"terms": "مزرعة للطاقة الشمسية"
},
"power/plant/source/waste": {
"name": "مولد طاقة يعمل عن طريق حرق النفايات",
"terms": "مولد طاقة يعمل عن طريق حرق النفايات"
+1 -1
View File
File diff suppressed because one or more lines are too long
-9
View File
@@ -435,9 +435,6 @@
"fuel": {
"label": "Combustible"
},
"fuel_multi": {
"label": "Tipos de combustible"
},
"gauge": {
"label": "Anchu de vía"
},
@@ -796,7 +793,6 @@
"label": "Planta"
},
"plant/output/electricity": {
"label": "Potencia de salida",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"population": {
@@ -1092,7 +1088,6 @@
"tracktype": {
"label": "Tipu de caleya",
"options": {
"grade1": "Sólidu: superficie pavimentada o material duru bien apisonao",
"grade2": "Mayormente sólidu: grava/piedra con daqué material dondo amestáu",
"grade3": "Mestura igualada de materiales sólidos y dondos",
"grade4": "Mayormente dondu: tierra/sable/yerba con daqué de material sólidu amestáu",
@@ -1806,10 +1801,6 @@
"name": "Encuadernador",
"terms": "encuadernación"
},
"craft/brewery": {
"name": "Cervecería",
"terms": "fabrica de cerveza,embotelladora de cerveza"
},
"craft/carpenter": {
"name": "Carpintería",
"terms": "carpinteru,ebanista"
+1 -1
View File
File diff suppressed because one or more lines are too long
+8 -14
View File
@@ -282,9 +282,6 @@
"building/levels/underground": {
"label": "Подземни нива"
},
"building/levels_building": {
"label": "Етажи"
},
"building_area": {
"label": "Сграда"
},
@@ -611,9 +608,6 @@
"fuel": {
"label": "Гориво"
},
"fuel_multi": {
"label": "Видове гориво"
},
"gauge": {
"label": "Ширина"
},
@@ -995,7 +989,6 @@
"label": "Растение"
},
"plant/output/electricity": {
"label": "Изходна мощност",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"population": {
@@ -1275,6 +1268,14 @@
"amenity/drinking_water": {
"name": "Чешма"
},
"amenity/driver_training": {
"name": "Учебен полигон",
"terms": "мото полигон,полигон за начинаещи шофьори"
},
"amenity/driving_school": {
"name": "Автошкола",
"terms": "шофьорско училище,авто курсове,мото курсове,категория b,шофьорска книжка"
},
"amenity/embassy": {
"name": "Посолство"
},
@@ -1615,9 +1616,6 @@
"craft/blacksmith": {
"name": "Ковачница"
},
"craft/brewery": {
"name": "Пивоварна"
},
"craft/carpenter": {
"name": "Дърводелец"
},
@@ -2293,10 +2291,6 @@
"power/plant/source/nuclear": {
"name": "АЕЦ"
},
"power/plant/source/solar": {
"name": "Фото-волтаична станция",
"terms": "соларна ферма,фотоволтаична инсталация,фотоволтаична станция,соларна станция,слънчева централа,слънчева станция"
},
"power/plant/source/wind": {
"name": "ВяЕЦ",
"terms": "вятърна ферма,вятърна електроцентрала"
+1 -1
View File
File diff suppressed because one or more lines are too long
+3548 -8
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
@@ -620,9 +620,6 @@
"craft/bookbinder": {
"name": "Knjigovezac"
},
"craft/brewery": {
"name": "Pivara"
},
"craft/carpenter": {
"name": "Stolar"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+1032 -140
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
+1366 -658
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
+54 -28
View File
@@ -128,7 +128,8 @@
"bicycle": "Cykling",
"hiking": "Vandring",
"horse": "Ridning",
"mtb": "Mountainbiking"
"mtb": "Mountainbiking",
"ski": "Skiløb"
}
},
"addr/interpolation": {
@@ -411,17 +412,18 @@
"placeholder": "2, 4, 6...",
"terms": "kælder"
},
"building/levels_building": {
"label": "Antal bygningsetager",
"placeholder": "2, 4, 6...",
"terms": "etager,etage,sale,sal"
},
"building/material": {
"label": "Materiale"
},
"building/part": {
"label": "Bygningsdel"
},
"building_area": {
"label": "Bygning"
},
"building_area_yes": {
"label": "Bygning"
},
"bunker_type": {
"label": "Type"
},
@@ -481,9 +483,6 @@
"label": "Kapacitet (kubikmeter)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Indbetaling"
},
"castle_type": {
"label": "Type",
"options": {
@@ -708,6 +707,9 @@
"description": "Cykelbane der kører i modsat retning af biltrafikken",
"title": "Modsat cykelbane"
},
"separate": {
"title": "Cykelsti kortlagt separat"
},
"share_busway": {
"description": "En cykelbane delt med en busvejbane",
"title": "Cykelbane delt med bus"
@@ -746,7 +748,6 @@
"label": "Betegnelse"
},
"departures_board": {
"label": "Afgangs/ankomst-tavle",
"options": {
"no": "Ingen",
"realtime": "Realtid",
@@ -895,6 +896,9 @@
"label": "Drikkevand",
"terms": "vand,tørst,drikke,aftapning,vandpost"
},
"drinking_water_available": {
"label": "Drikkevand tilgængeligt"
},
"drive_through": {
"label": "Gennemkørsel - uden stop"
},
@@ -1003,6 +1007,22 @@
},
"flashing_lights": {
"options": {
"always": {
"description": "Lysene blinker altid",
"title": "Blinker altid"
},
"button": {
"description": "Lys aktiveres ved at trykke på en knap",
"title": "Aktiveres ved tryk på knap"
},
"button;sensor": {
"description": "Lys aktiveres af en sensor eller ved tryk på en knap",
"title": "Aktiveres af knap og sensor"
},
"no": "Nej",
"sensor": {
"description": "Lys aktiveres af en sensor"
},
"yes": "Ja"
}
},
@@ -1034,9 +1054,6 @@
"fuel": {
"label": "Brændstof"
},
"fuel_multi": {
"label": "Benzintyper"
},
"gambling": {
"label": "Spil"
},
@@ -1068,6 +1085,10 @@
"generator/type": {
"label": "Type"
},
"genus": {
"label": "Slægt",
"placeholder": "Acer, Platanus, Quercus …"
},
"geyser/height": {
"label": "Udbrudshøjde"
},
@@ -1273,6 +1294,9 @@
"kerb/height": {
"label": "Højde"
},
"kitchen": {
"label": "Køkken"
},
"kneipp_water_cure_multi": {
"label": "Bassintype"
},
@@ -1393,6 +1417,9 @@
"label": "Materiale",
"terms": "materiale"
},
"mattress": {
"label": "Madrasser til rådighed"
},
"max_age": {
"label": "Max alder"
},
@@ -1418,6 +1445,9 @@
"label": "Maksimalvægt",
"terms": "max,maksimal,maks,vægt,veje"
},
"maxwidth": {
"label": "Maksimal bredde"
},
"memorial": {
"label": "Type"
},
@@ -1616,9 +1646,6 @@
"payment_multi": {
"label": "Betalingstyper"
},
"payment_multi_fee": {
"label": "Betallingstype"
},
"phases": {
"label": "Faser",
"placeholder": "1, 2, 3..."
@@ -1674,7 +1701,6 @@
"label": "Kraftværk"
},
"plant/output/electricity": {
"label": "Udgangseffekt",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"playground": {
@@ -1826,6 +1852,9 @@
"rooms": {
"label": "Værelser"
},
"roundtrip": {
"label": "Udgør rundstrækning"
},
"route": {
"label": "Type"
},
@@ -2013,7 +2042,10 @@
"label": "Serviceret gruppe"
},
"source": {
"label": "Kilder"
"label": "Kilder",
"options": {
"survey": "Undersøgelse"
}
},
"sport": {
"label": "Sportsgren"
@@ -2205,7 +2237,6 @@
"tracktype": {
"label": "Sportype",
"options": {
"grade1": "Fast: hårdt vejbelagt eller stærkt komprimeret overflade",
"grade2": "Overvejende fast: grus / småsten med nogle bløde materiale blandet i",
"grade3": "En blanding af hårde og bløde materialer",
"grade4": "Overvejende blød: jord / sand / græs med nogle hårde materialer blandet i",
@@ -3576,10 +3607,6 @@
"name": "Bogbinder",
"terms": "bogbinder"
},
"craft/brewery": {
"name": "Bryggeri",
"terms": "bryggeri,minibryggeri"
},
"craft/carpenter": {
"name": "Tømrer",
"terms": "tømrer"
@@ -3695,7 +3722,7 @@
"terms": "sejlmager"
},
"craft/sawmill": {
"name": "Savmølle",
"name": "Savværk",
"terms": "savmølle,savværk"
},
"craft/scaffolder": {
@@ -5149,6 +5176,9 @@
"name": "Forskning",
"terms": "forskning"
},
"office/surveyor": {
"name": "Undersøgelse eller kontor"
},
"office/tax_advisor": {
"name": "Skatterådgivningskontor",
"terms": "skat,rådgivning,stat,økonomi"
@@ -5277,10 +5307,6 @@
"name": "Atomkraftværk",
"terms": "nuklear,atom,fission"
},
"power/plant/source/solar": {
"name": "Solkraftværk",
"terms": "solcelle,solpanel,panel,kraftværk,strøm,elektricitet,el,solkraft,sol,fotovoltaik"
},
"power/plant/source/wind": {
"name": "Vindmøllepark"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+427 -48
View File
@@ -331,7 +331,19 @@
"terms": "bank,sitzbank"
},
"bicycle_parking": {
"label": "Typ"
"label": "Typ",
"options": {
"building": "In einem Gebäude",
"handlebar_holder": "Lenkerhalterung",
"lockers": "Einzelschließfächer",
"shed": "Abschließbarer Schuppen",
"stands": "Anlehnbügel",
"wall_loops": "Vorderradklemme"
}
},
"bike_ride": {
"label": "Bike and Ride",
"terms": "b+r,radeln und mitfahren,fahrradbahnhof"
},
"bin": {
"label": "Mülleimer",
@@ -362,7 +374,8 @@
"label": "Typ"
},
"booth": {
"label": "Kabine"
"label": "Kabine",
"terms": "messestand,stand"
},
"bottle": {
"label": "Flaschenfüllung"
@@ -413,11 +426,6 @@
"placeholder": "2, 4, 6...",
"terms": "untergrundniveaus,tiefgeschosse,untergeschosse"
},
"building/levels_building": {
"label": "Gebäudeetagen",
"placeholder": "2, 4, 6...",
"terms": "stockwerke,etagen,stock,geschosse,geschoße"
},
"building/material": {
"label": "Material",
"terms": "material"
@@ -425,6 +433,10 @@
"building/part": {
"label": "Gebäudeteil"
},
"building/prefabricated": {
"label": "Vorgefertigt",
"terms": "vorgefertigt"
},
"building_area": {
"label": "Gebäude",
"terms": "gebäude,bau,bauwerk,haus"
@@ -499,7 +511,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Bargeldannahme"
"label": "Einzahlmöglichkeit"
},
"castle_type": {
"label": "Typ",
@@ -534,7 +546,8 @@
},
"circumference": {
"label": "Stammumfang (auf Brusthöhe)",
"placeholder": "1 m, 20 cm, 30\"…"
"placeholder": "1 m, 20 cm, 30\"…",
"terms": "stammumfang,brusthöhenumfang,bhu,stammdicke"
},
"clothes": {
"label": "Kleidung",
@@ -626,7 +639,35 @@
}
},
"crop": {
"label": "Feldfrucht"
"label": "Feldfrucht",
"options": {
"asparagus": "Spargel",
"barley": "Gerste",
"beet": "Rüben",
"cassava": "Maniok",
"coffee": "Kaffee",
"cotton": "Baumwolle",
"cranberries": "Moosbeeren",
"fast_growing_wood": "Kurzumtriebsplantage",
"flowers": "Blumen",
"grape": "Trauben",
"grass": "Gras",
"hop": "Hopfen",
"lavender": "Lavendel",
"maize": "Mais",
"potato": "Kartoffeln",
"rape": "Raps",
"rice": "Reis",
"soy": "Sojabohnen",
"strawberry": "Erdbeeren",
"sugar_beet": "Zuckerrüben",
"sugarcane": "Zuckerrohr",
"sunflower": "Sonnenblumen",
"tea": "Tee",
"tobacco": "Tabak",
"vegetable": "Gemüse",
"wheat": "Weizen"
}
},
"crossing": {
"label": "Typ"
@@ -779,12 +820,13 @@
"terms": "glaubensrichtung,glaube"
},
"denotation": {
"label": "Vorgesehene Verwendung"
"label": "Vorgesehene Verwendung",
"terms": "bedeutung,bestimmung,zweck,widmung,funktion"
},
"departures_board": {
"label": "Abfahrtstafel",
"label": "Abfahrts-/Ankunftstafel",
"options": {
"no": "Keines",
"no": "Keine",
"realtime": "Echtzeit",
"timetable": "Fahrplan",
"yes": "Ja"
@@ -1022,6 +1064,18 @@
},
"entrance": {
"label": "Typ",
"options": {
"emergency": "Notausgang",
"entrance": "Nur Eingang",
"exit": "Nur Ausgang",
"garage": "Garagentor",
"home": "Haus- oder Wohnungseingang",
"main": "Haupteingang",
"secondary": "Nebeneingang",
"service": "Diensteingang",
"staircase": "Treppenhaus",
"yes": "Allgemeiner Eingang"
},
"terms": "typ,art,form,bauart,bauform,bautyp"
},
"except": {
@@ -1154,8 +1208,36 @@
"fuel": {
"label": "Kraftstoff"
},
"fuel_multi": {
"label": "Spritsorten"
"fuel/fuel_multi": {
"label": "Kraftstoffsorten",
"options": {
"GTL_diesel": "GTL-Diesel",
"HGV_diesel": "LKW-Diesel",
"LH2": "Wasserstoff",
"adblue": "AdBlue",
"adblue:canister": "AdBlue (Verkauf in Kanistern)",
"biodiesel": "Biodiesel",
"cng": "Erdgas",
"diesel": "Diesel",
"e10": "E10",
"e85": "E85",
"h70": "Gasförmiger Wasserstoff (700 bar)",
"lpg": "Autogas",
"octane_100": "Benzin (100 Oktan)",
"octane_80": "Benzin (80 Oktan)",
"octane_85": "Benzin (85 Oktan)",
"octane_87": "Benzin (87 Oktan)",
"octane_88": "Benzin (88 Oktan)",
"octane_89": "Benzin (89 Oktan)",
"octane_90": "Benzin (90 Oktan)",
"octane_91": "Normalbenzin (91 Oktan)",
"octane_92": "Benzin (92 Oktan)",
"octane_93": "Benzin (93 Oktan)",
"octane_95": "Super (95 Oktan)",
"octane_97": "Benzin (97 Oktan)",
"octane_98": "Super Plus (98 Oktan)",
"propane": "Propan"
}
},
"gambling": {
"label": "Spiele"
@@ -1177,14 +1259,48 @@
"terms": "geschlecht,zugang,männlich,weiblich,unisex,egal,divers"
},
"generator/method": {
"label": "Methode"
"label": "Methode",
"options": {
"anaerobic_digestion": "Anaerobe Vergärung",
"barrage": "Gezeitenkraftwerk",
"combustion": "Verbrennung",
"fission": "Kernspaltung",
"fusion": "Kernfusion",
"gasification": "Vergasung",
"photovoltaic": "Photovoltaik",
"run-of-the-river": "Flusskraftwerk",
"stream": "Meeresströmungskraftwerk",
"thermal": "Solarthermie",
"water-pumped-storage": "Pumpspeicherkraftwerk",
"water-storage": "Speicherkraftwerk",
"wind_turbine": "Windkraftwerk"
}
},
"generator/output/electricity": {
"label": "Leistung",
"placeholder": "50 MW, 100 MW, 200 MW..."
},
"generator/source": {
"label": "Quelle"
"label": "Quelle",
"options": {
"battery": "Batterie",
"biofuel": "Biokraftstoff",
"biogas": "Biogas",
"biomass": "Biomasse",
"coal": "Kohle",
"diesel": "Diesel",
"gas": "Erdgas",
"gasoline": "Benzin",
"geothermal": "Erdwärme",
"hydro": "Wasserkraft",
"nuclear": "Kernenergie",
"oil": "Öl",
"solar": "Sonnenenergie",
"tidal": "Tidenhub",
"waste": "Müll",
"wave": "Wellenenergie",
"wind": "Windenergie"
}
},
"generator/type": {
"label": "Typ"
@@ -1233,7 +1349,94 @@
"label": "Typ"
},
"healthcare/speciality": {
"label": "Spezialgebiete"
"label": "Spezialgebiete",
"options": {
"abortion": "Abtreibung",
"acupuncture": "Akupunktur",
"allergology": "Allergologie",
"anaesthetics": "Anästhesiologie",
"angiology": "Angiologie (Gefäßerkrankungen)",
"anthroposophical": "Anthroposophische Medizin",
"applied_kinesiology": "Angewandte Kinesiologie",
"aromatherapy": "Aromatherapie",
"ayurveda": "Ayurveda",
"behavior": "Verhaltenstherapie",
"biochemistry": "Biochemie (Stoffwechsel)",
"biology": "Biologie",
"blood_check": "Blutuntersuchung",
"body": "Körperpsychotherapie",
"cardiology": "Kardiologie (Herz-Kreislauf-Erkrankungen)",
"cardiothoracic_surgery": "Herzchirurgie",
"child_psychiatry": "Kinder- und Jugendpsychiatrie und -psychotherapie",
"chiropractic": "Chiropraktik",
"clinical_pathology": "Laboratoriumsmedizin",
"community": "Öffentliches Gesundheitswesen",
"dental_oral_maxillo_facial_surgery": "Mund-, Kiefer- und Gesichtschirurgie",
"depth": "Tiefenpsychologie",
"dermatology": "Dermatologie (Hautkrankheiten)",
"dermatovenereology": "Venerologie (Geschlechtskrankheiten)",
"diabetology": "Diabetologie",
"diagnostic_radiology": "Diagnostische Radiologie",
"emergency": "Notfallmedizin",
"endocrinology": "Endokrinologie (Hormonkunde)",
"fertility": "Künstliche Befruchtung",
"gastroenterology": "Gastroenterologie",
"general": "Allgemeinmedizin (Hausarzt)",
"geriatrics": "Geriatrie (Altersheilkunde)",
"gynaecology": "Gynäkologie (Frauenheilkunde)",
"haematology": "Hämatologie (Blutkrankheiten)",
"hepatology": "Hepatologie (Leberkankheiten)",
"herbalism": "Pflanzenheilkunde",
"homeopathy": "Homöopathie",
"humanistic": "Humanistische Psychologie",
"hydrotherapy": "Hydrotherapie (Wasserheilkunde)",
"hypnosis": "Hypnose",
"infectious_diseases": "Infektiologie",
"intensive": "Intensivmedizin",
"internal": "Innere Medizin (Internist)",
"naturopathy": "Naturheilkunde",
"neonatology": "Neugeborenenmedizin",
"nephrology": "Nephrologie (Nierenheilkunde)",
"neurology": "Neurologie",
"neuropsychiatry": "Neuropsychiatrie",
"neurosurgery": "Neurochirurgie",
"nuclear": "Nuklearmedizin",
"occupational": "Arbeitsmedizin",
"oncology": "Onkologie (Krebserkrankungen)",
"ophthalmology": "Augenheilkunde (Augenarzt)",
"orthodontics": "Kieferorthopädie",
"orthopaedics": "Orthopädie",
"osteopathy": "Osteopathie",
"otolaryngology": "Hals-Nasen-Ohren-Heilkunde",
"paediatric_surgery": "Kinderchirurgie",
"paediatrics": "Pädiatrie (Kinderarzt)",
"palliative": "Palliativmedizin",
"pathology": "Pathologie (Gewebeuntersuchung)",
"physiatry": "Physikalische und Rehabilitative Medizin",
"plastic_surgery": "Plastische Chirurgie (Schönheitsoperationen)",
"podiatry": "Fußmedizin",
"proctology": "Proktologie (Darmerkrankungen)",
"psychiatry": "Psychiatrie",
"pulmonology": "Pneumologie (Lungenerkrankungen)",
"radiology": "Radiologie ",
"radiotherapy": "Radiotherapie",
"reflexology": "Reflexzonenmassage",
"reiki": "Reiki",
"rheumatology": "Rheumatologie",
"shiatsu": "Shiatsu",
"stomatology": "Stomatologie (Zahnmedizin)",
"surgery": "Chirurgie",
"systemic": "Systemische Therapie",
"traditional_chinese_medicine": "Traditionelle Chinesische Medizin",
"transplant": "Transplantationschirurgie",
"trauma": "Traumatologie (Unfallchirurgie)",
"tropical": "Tropenmedizin",
"tuina": "Tuina",
"unani": "Unani",
"urology": "Urologie",
"vaccination": "Impfungen",
"vascular_surgery": "Gefäßchirurgie"
}
},
"heating": {
"label": "Heizung"
@@ -1479,7 +1682,8 @@
"evergreen": "Immergrün",
"semi_deciduous": "Größtenteils sommergrün",
"semi_evergreen": "Größtenteils immergrün"
}
},
"terms": "blattzyklus,phänologie,laubrhythmus,abszission,blattausdauer,laubwechsel"
},
"leaf_type": {
"label": "Blatt-Typ",
@@ -1497,7 +1701,8 @@
"broadleaved": "Breitblättrig/Laubblätter",
"leafless": "Blattlos",
"needleleaved": "Nadelblättrig"
}
},
"terms": "blatttyp,blattwerk,blattform"
},
"leisure": {
"label": "Typ"
@@ -1525,7 +1730,8 @@
"label": "Rettungsschwimmer"
},
"line_attachment": {
"label": "Leitungsbefestigung"
"label": "Leitungsbefestigung",
"terms": "leitungsanbringung,leitungsaufhängung,leitungsmontage,kabelbefestigung,kabelanbringung,kabelaufhängung,kabelmontage"
},
"line_management": {
"label": "Leitungsführung",
@@ -1653,6 +1859,10 @@
"placeholder": "20, 30, 40...",
"terms": "minimalgeschwindigkeit"
},
"model": {
"label": "Modell",
"terms": "modell"
},
"monitoring_multi": {
"label": "Messung"
},
@@ -1873,10 +2083,48 @@
},
"payment_multi": {
"label": "Zahlungsarten",
"terms": "zahlmöglichkeiten"
},
"payment_multi_fee": {
"label": "Zahlungsarten",
"options": {
"account_cards": "Bankkarte",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobiles Bezahlen",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "Blik",
"cards": "Kartenzahlung",
"cash": "Bargeld",
"cheque": "Scheck",
"clipper": "Clipper",
"coins": "Münzen",
"contactless": "Kontaktloses Bezahlen",
"credit_cards": "Kreditkarte",
"cryptocurrencies": "Kryptowährung",
"debit_cards": "Debitkarte",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"electronic_purses": "Aufladekarte",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard Kontaktlos",
"notes": "Geldscheine",
"paypal": "PayPal",
"prepaid_ticket": "Vorausbezahltes Ticket",
"telephone_cards": "Telefonkarte",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
},
"terms": "zahlmöglichkeiten"
},
"phases": {
@@ -1998,8 +2246,21 @@
"plant/method": {
"label": "Art der Energiegewinnung"
},
"plant/output": {
"label": "Erzeugte Energieform",
"options": {
"cold_air": "Kalte Luft",
"cold_water": "Kaltes Wasser",
"compressed_air": "Druckluft",
"electricity": "Elektrizität",
"hot_air": "Heiße Luft",
"hot_water": "Heißes Wasser",
"steam": "Wasserdampf",
"vacuum": "Vakuum"
}
},
"plant/output/electricity": {
"label": "Leistung",
"label": "Nennleistung",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2022,6 +2283,10 @@
"population": {
"label": "Bevölkerung"
},
"population/date": {
"label": "Datum der Bevölkerungszahl",
"placeholder": "JJJJ-MM-TT"
},
"portable": {
"label": "Mobil",
"terms": "freistehend,mobil,beweglich"
@@ -2177,6 +2442,30 @@
},
"religion": {
"label": "Religion",
"options": {
"bahai": "Bahaitum",
"benzhu": "Benzhuismus",
"buddhist": "Buddhismus",
"caodaism": "Caodaismus",
"chinese_folk": "Chinesischer Volksglaube",
"christian": "Christentum",
"confucian": "Konfuzianismus",
"hindu": "Hinduismus",
"jain": "Jainismus",
"jewish": "Judentum",
"multifaith": "Multikonfessionell",
"muslim": "Islam",
"none": "Nichtreligiös",
"pagan": "Heidentum",
"shinto": "Shintoismus",
"sikh": "Sikhismus",
"spiritualist": "Spiritualismus",
"taoist": "Daoismus",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist (Unitarier)",
"vietnamese_folk": "Vietnamesischer Volksglaube",
"voodoo": "Voodoo"
},
"terms": "religion,bekenntnis"
},
"reservation": {
@@ -2493,6 +2782,9 @@
},
"terms": "quellen,referenz"
},
"source/population": {
"label": "Quelle der Bevölkerungszahl"
},
"species": {
"label": "Species",
"placeholder": "Acer platanoides, Quercus robur, …",
@@ -2612,7 +2904,18 @@
"label": "Substanz"
},
"substation": {
"label": "Typ"
"label": "Typ",
"options": {
"compensation": "Blindleistungskompensation",
"converter": "Überregionales Transportnetz",
"distribution": "Überörtliches Verteilnetz",
"generation": "Erzeugung",
"industrial": "Industrie",
"minor_distribution": "Örtliches Verteilnetz",
"traction": "Bahnstrom Unterwerk",
"transition": "Übergang Erdleitung/Freileitung",
"transmission": "Regionales Transportnetz"
}
},
"supervised": {
"label": "Überwacht",
@@ -2633,11 +2936,17 @@
"grass": "Gras",
"gravel": "Schotter",
"ground": "naturbelassene Oberfläche",
"metal": "Metall",
"mud": "Dauerhaft Schlammig",
"paved": "Versiegelte Oberfläche",
"paving_stones": "Pflastersteine",
"salt": "Salz",
"sand": "Sand",
"sett": "Glattes Steinpflaster",
"unhewn_cobblestone": "Rohes Kopfsteinpflaster",
"unpaved": "Ohne Straßenbelag",
"wood": "Holz"
"wood": "Holz",
"woodchips": "Holzschnitzel"
},
"terms": "oberfläche,fläche,spiegel"
},
@@ -2759,6 +3068,15 @@
"label": "Positionen",
"terms": "positionen"
},
"toilets/wheelchair": {
"label": "Rollstuhlzugängliches WC",
"options": {
"limited": "Eingeschränkt",
"no": "Nein",
"yes": "Ja"
},
"terms": "barrierefrei,rollstuhl,18040"
},
"toll": {
"label": "Maut",
"terms": "gebühr,maut,mautgebühr"
@@ -2782,7 +3100,7 @@
"tracktype": {
"label": "Typ des Feld-/Waldweges",
"options": {
"grade1": "Grad 1 - Fest: befestigt oder sehr kompakte harte Oberfläche",
"grade1": "Grad 1 - Fest: befestigt",
"grade2": "Grad 2 - Größtenteils fest: Kies/Stein gemischt mit etwas weichem Material",
"grade3": "Grad 3 - Gleichmäßige Mischung aus harten und weichem Material",
"grade4": "Grad 4 - Größtenteils weich: Erde/Sand/Gras gemischt mit etwas hartem Material",
@@ -2888,11 +3206,25 @@
"placeholder": "Standard"
},
"tunnel_combo": {
"label": "Typ"
"label": "Typ",
"options": {
"avalanche_protector": "Lawinengalerie",
"building_passage": "Hausdurchgang",
"culvert": "Durchlass",
"flooded": "Freispiegelstollen"
}
},
"turning_circle": {
"label": "Form"
},
"two_sided": {
"label": "Zweiseitig",
"options": {
"undefined": "Nein",
"yes": "Ja"
},
"terms": "beidseitig,beiderseitig,doppelseitig"
},
"usage_rail": {
"label": "Nutzungsart",
"options": {
@@ -3487,6 +3819,10 @@
"name": "Burger Fast Food",
"terms": "burger fast food,hamburgerstand,burgerstand"
},
"amenity/fast_food/cafeteria": {
"name": "Cafeteria",
"terms": "cafete,kantine,mensa,selbstbedienungsrestaurant,selbstbedienungsgaststätte,speisesaal,essenssaal,speiseraum,essensraum"
},
"amenity/fast_food/chicken": {
"name": "Hühner Fast Food",
"terms": "hühner fast food"
@@ -4568,6 +4904,10 @@
"name": "Landwirtschaftliches Nutzgebäude",
"terms": "landwirtschaftliches gebäude,bauernhofgebäude"
},
"building/fire_station": {
"name": "Feuerwehrgebäude",
"terms": "feuerwehrgebäude"
},
"building/garage": {
"name": "Einzelgarage",
"terms": "einzelgarage,einzelgaragen,garage"
@@ -4770,8 +5110,9 @@
"terms": "buchbinder"
},
"craft/brewery": {
"name": "Brauerei",
"terms": "brauerei,bierbrauerei,bierhersteller"
"name": "Handwerksbrauerei",
"terms": "brauereibetrieb,braustätte,brauerei,bier,brauen,bierbrauen",
"aliases": "Hausbrauerei\nKleinbrauerei\nMikrobrauerei\nHobbybrauerei\nPrivatbrauerei"
},
"craft/carpenter": {
"name": "Zimmerer",
@@ -5152,7 +5493,8 @@
},
"healthcare/alternative": {
"name": "Alternativmedizin",
"terms": "alternativmedizin"
"terms": "akupunktur,anthroposophisch,aromatherapie,ayurveda,heilkunde,homöopathie,hydrotherapie,hypnose,kräutermedizin,naturheilkunde,osteopathie,pflanzenheilkunde,physiatrie,reiki,spagyrika,tcm,unani,wasserheilkunde",
"aliases": "Heilpraktiker\nHeilpraktikerin"
},
"healthcare/alternative/chiropractic": {
"name": "Chiropraktiker/in",
@@ -5239,6 +5581,10 @@
"highway/bus_stop": {
"name": "Bushaltestelle (Wartebereich)"
},
"highway/busway": {
"name": "Busstraße",
"terms": "busstraße,busweg,busschnellweg,brt,bus rapid transit"
},
"highway/construction": {
"name": "Straße in Bau",
"terms": "baustelle,straßensperrung,straßenbauarbeiten,gesperrte straße,bauarbeiten"
@@ -5382,10 +5728,6 @@
"name": "Autobahnauffahrt, Autobahnabfahrt",
"terms": "autobahnanschluss,auffahrt,abfahrt,autobahnanschlussstelle"
},
"highway/motorway_link-US-CA": {
"name": "Autobahnanschluss",
"terms": "autobahnauffahrt,autobahnabfahrt,anschlussstelle,autobahnanschlussstelle,autobahnausfahrt"
},
"highway/passing_place": {
"name": "Ausweichstelle",
"terms": "haltebucht"
@@ -5418,10 +5760,6 @@
"name": "Hauptverbindungsstraßenanschluss",
"terms": "hauptverbindungsstraßenanschluss,bundessstraßenanschluss,hauptverbindungsstraßenauffahrt,hauptverbindungsstraßenabfahrt,fernstraßenanschluss,fernstraßenauffahrt,fernstraßenabfahrt,bundesstraßenanschluss,bundesstraßenauffahrt,bundesstraßenabfahrt,auffahrt,abfahrt"
},
"highway/primary_link-US-CA": {
"name": "Primäre Verbindungsstraße",
"terms": "autobahnauffahrt,autobahnabfahrt"
},
"highway/raceway": {
"name": "Motorsport-Rennbahn",
"terms": "motorsport,rennbahn,formel 1,auto,kart"
@@ -5482,6 +5820,9 @@
"name": "Parkplatzweg",
"terms": "parkplatzfahrgasse,fahrweg auf parkplatzflächen"
},
"highway/service_area": {
"name": "Befestigte Betriebsfläche"
},
"highway/services": {
"name": "Raststätte mit Tankstelle/Restaurant",
"terms": "raststätte,autobahnraststätte,rasthof,autobahnrasthof,raststation,autobahnraststation"
@@ -5546,10 +5887,6 @@
"name": "Schnellstraßenanschluss",
"terms": "schnellstraßenanschluss,schnellstraßenauffahrt,schnellstraßenabfahrt,auffahrt,abfahrt,schnellstraßenanschlussstelle,schnellverkehrsstraßenanschlussstelle,autostraßenanschlussstelle"
},
"highway/trunk_link-US-CA": {
"name": "Schnellstraßenanschluß",
"terms": "schnellstraßenanschluss,schnellstraßenauffahrt,schnellstraßenabfahrt,auffahrt,abfahrt,schnellstraßenanschlussstelle,schnellverkehrsstraßenanschlussstelle,autostraßenanschlussstelle"
},
"highway/turning_circle": {
"name": "Wendestelle",
"terms": "wendekreis,wendeplatz,wendehammer,wendestelle"
@@ -6057,6 +6394,10 @@
"name": "American-Football-Feld",
"terms": "american-football-platz,footballfeld"
},
"leisure/pitch/american_handball": {
"name": "Amerikanischer Handballplatz",
"terms": "handball"
},
"leisure/pitch/archery": {
"name": "Bogenschießanlage",
"terms": "pfeil und bogen,armbrust"
@@ -6512,6 +6853,10 @@
"name": "Vermessungspunkt",
"terms": "trigonometrischer punkt,geodätischer festpunkt"
},
"man_made/tailings_pond": {
"name": "Absetzbecken",
"terms": "absetzteich,staubecken,stauteich,schlamm,schlämme,rotschlamm,deponie"
},
"man_made/torii": {
"name": "Torii",
"terms": "japanisches tor,shinto schrein"
@@ -6596,6 +6941,11 @@
"name": "Fabrik",
"terms": "fabrik,werk,betrieb,fabriksanlage,produktionsstätte,fertigungsanlage,industrielle produktionsstätte"
},
"man_made/works/brewery": {
"name": "Großbrauerei",
"terms": "brauereibetrieb,braustätte,brauerei,bier,brauen,bierbrauen",
"aliases": "Industriebrauerei"
},
"man_made/yes": {
"name": "Künstliche Anlage (unspezifischer Typ)"
},
@@ -6738,6 +7088,10 @@
"name": "Gesteinsblock",
"terms": "gesteinsblock,findling,gesteinsbrocken,stein,felsbrocken"
},
"natural/strait": {
"name": "Meerenge",
"terms": "kanal,passage"
},
"natural/tree": {
"name": "Baum",
"terms": "baum"
@@ -6746,6 +7100,10 @@
"name": "Baumreihe",
"terms": "baumreihe"
},
"natural/tree_stump": {
"name": "Baumstumpf",
"terms": "stumpf,strunk,stubben,stumpen,stuken,stucken,wurzelstock,knorz,stockholz,erdstammblock,gefällt"
},
"natural/valley": {
"name": "Tal",
"terms": "tal"
@@ -6774,6 +7132,10 @@
"name": "Burggraben",
"terms": "burggraben,festungsgraben,wassergraben,wallgraben,schlossgraben"
},
"natural/water/oxbow": {
"name": "Altgewässer",
"terms": "altarm,toter arm,altwasser,uraltwasser,mäander,plesiopotamon,paläopotamon"
},
"natural/water/pond": {
"name": "Teich",
"terms": "mühlteich,tümpel,teich"
@@ -6935,7 +7297,8 @@
},
"office/financial_advisor": {
"name": "Finanzberatung",
"terms": "finanzberater,anlageberatung,geldanlage,vermögensverwaltung,schuldnerberatung,finanzmanagement,finanzplanung"
"terms": "anlageberatung,rentenberatung,geldanlage,aktien,fonds,schuldnerberatung,finanzplanung,versicherungsberatung",
"aliases": "Finanzberater\nFinanzberaterin\nVermögensberatung\nVermögensberater\nVermögensberaterin"
},
"office/forestry": {
"name": "Forstverwaltung",
@@ -7007,6 +7370,10 @@
"name": "Privatdetektiv",
"terms": "privatdedektiv,detektei"
},
"office/property_management": {
"name": "Hausverwaltung",
"terms": "hausverwaltung,mietverwaltung,wohnungsverwaltung,immobilienverwaltung,hausverwalter,mietverwalter,wohnungsverwalter"
},
"office/quango": {
"name": "Mittlerorganisation",
"terms": "mittlerorganisation,quasi-ngo-büro,halbstaatliche organisation,quango"
@@ -7042,6 +7409,10 @@
"office/travel_agent": {
"name": "Reisebüro"
},
"office/union": {
"name": "Gewerkschaftsbüro",
"terms": "gewerkschaft,arbeitnehmervertretung,arbeitnehmerverband"
},
"office/water_utility": {
"name": "Wasserversorgungsunternehmen",
"terms": "wasserversorgungsunternehmen,büro der wasserwerke,büro der stadtwerke"
@@ -7290,6 +7661,10 @@
"name": "Unterirdische Stromleitung, Erdkabel",
"terms": "unterirdische stromleitung,unterirdisches stromkabel,stromkabel unter der erde,vergrabenes stromkabel"
},
"power/catenary_mast": {
"name": "Oberleitungsmast",
"terms": "oberleitung,fahrleitung,fahrleitungsmast"
},
"power/generator": {
"name": "Stromgenerator",
"terms": "stromgenerator,generator"
@@ -7342,6 +7717,10 @@
"name": "Wasserkraftwerk",
"terms": "wasserkraftanlage,wasserkraft,pumpspeicher,wellenkraftwerk,strömungskraftwerk,gezeitenkraftwerk,meeresströmungskraftwerk,wasserturbine,turbine,stauanlage,staumauer,staustufe,talsperre,wasserrad,laufwasserkraftwerk,stausee,flusskraftwerk,speicherkraftwerk"
},
"power/plant/source/method/photovoltaic": {
"name": "Photovoltaikanlage",
"terms": "photovoltaik-freiflächenanlage,photovoltaikanlage,solaranlage,solarpaneel,pv,pv-anlage,pva,solarstromanlage,freiflächensolaranlagen,solarmodul,solargenerator,solarpark,sonnenenergie"
},
"power/plant/source/nuclear": {
"name": "Atomkraftwerk",
"terms": "kernkraftwerk,atom,kraftwerk,nuklear,kernkraft,akw,kkw,reaktor,fission,kernenergie,atomenergie,atommeiler,kernmeiler,kernspaltung"
@@ -7351,8 +7730,8 @@
"terms": "erdöl,öl,ölheizkraftwerk,heizkraftwerk,kraftwerk"
},
"power/plant/source/solar": {
"name": "Solarpark",
"terms": "solarpark,photovoltaikanlage,pv-anlage,solar,sonne,kraftwerk,pv,photovoltaik,fotovoltaik,solarpanel"
"name": "Solaranlage",
"terms": "solaranlage,solarpaneel,solarstromanlage,freiflächensolaranlagen,solarmodul,solargenerator,solarpark,solarthermie,sonnenenergie"
},
"power/plant/source/waste": {
"name": "Müllverbrennungsanlage",
+1 -1
View File
File diff suppressed because one or more lines are too long
+136 -64
View File
@@ -128,7 +128,8 @@
"bicycle": "Ποδηλασία",
"hiking": "Πεζοπορία",
"horse": "Ιππασία",
"mtb": "Ποδηλασία Βουνού"
"mtb": "Ποδηλασία Βουνού",
"ski": "Σκι"
}
},
"addr/interpolation": {
@@ -176,7 +177,7 @@
"subdistrict!vn": "Περιοχή/Κοινότητα/Κωμόπολη",
"suburb": "Προάστιο",
"suburb!jp": "Πτέρυγα",
"unit": "Ανεξάρτητος Χώρος"
"unit": "Μονάδα Χώρου"
},
"terms": "διεύθυνση,οδός"
},
@@ -406,19 +407,20 @@
"placeholder": "2, 4, 6...",
"terms": "υπόγεια επίπεδα"
},
"building/levels_building": {
"label": "Επίπεδα Κτιρίων",
"placeholder": "2, 4, 6...",
"terms": "επίπεδα κτηρίου"
},
"building/material": {
"label": "Υλικό",
"terms": "υλικό"
},
"building/part": {
"label": "Τμήμα Κτίρίου\nΜέρος Κτιρίου\nΚτίριο"
},
"building_area": {
"label": "Κτίριο",
"terms": "κτήριο"
},
"building_area_yes": {
"label": "Κτίριο"
},
"bunker_type": {
"label": "Τύπος"
},
@@ -485,7 +487,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Εξαργύρωση"
"label": "Καταθέσεις"
},
"castle_type": {
"label": "Τύπος",
@@ -519,7 +521,8 @@
"placeholder": "ΕΕΕΕ-ΜΜ-ΗΗ"
},
"circumference": {
"label": "Περιφέρεια (στο ύψος του στήθους)"
"label": "Περιφέρεια (στο ύψος του στήθους)",
"placeholder": "1 μ, 20 εκ, 30''..."
},
"clothes": {
"label": "Ρούχα"
@@ -615,11 +618,11 @@
"label": "Είδος"
},
"crossing/barrier": {
"label": "Βραχίωνας Εμποδίου",
"label": "Βραχίωνας Μπάρας",
"options": {
"double_half": "Διπλό Μισό",
"full": "Πλήρες",
"half": "Μισό",
"double_half": "Διπλός Μισός",
"full": "Πλήρης",
"half": "Μισός",
"no": "Όχι",
"yes": "Ναι"
}
@@ -631,7 +634,7 @@
"label": "Ποδηλατοδρόμος, Ποδηλατολωρίδα"
},
"crossing/light": {
"label": ώτα"
"label": ωτεινή Σήμανση"
},
"crossing_raised": {
"label": "Ανυψωμένο",
@@ -718,6 +721,10 @@
"description": "Ποδηλατολωρίδα με αντίθετη κατεύθυνση από αυτή της κίνησης.",
"title": "Αντίθετη ποδηλατολωρίδα"
},
"separate": {
"description": "Υποδηλώνει ότι ο ποδηλατόδρομος χαρτογραφήθηκε ως ξεχωριστή γεωμετρία",
"title": "Ποδηλατόδρομος χαρτογραφημένος χωριστά"
},
"share_busway": {
"description": "Ποδηλατολωρίδα και Λεωφορειολωρίδα μαζί",
"title": "Ποδηλατολωρίδα κοινόχρηστη με λεωφορείο"
@@ -758,7 +765,6 @@
"label": "Υποδήλωση"
},
"departures_board": {
"label": "Πίνακας Αναχωρήσεων",
"options": {
"no": "Κανένα",
"realtime": "Σε Πραγματικό Χρόνο",
@@ -812,7 +818,8 @@
"placeholder": "5 χλσ, 10 εκ., 15 ιν… "
},
"diameter_crown": {
"label": "Διάμετρος Κορώνας"
"label": "Διάμετρος Κορώνας",
"placeholder": "4 μ, 9', ..."
},
"diet_multi": {
"label": "Τύπος Διαίτης",
@@ -923,6 +930,10 @@
"label": "Πόσιμο",
"terms": "πόσιμο,καταναλώσιμο"
},
"drinking_water_available": {
"label": "Διαθέσιμο Πόσιμο Νερό",
"terms": "πόσιμο νερό διαθέσιμο"
},
"drive_through": {
"label": "Οδήγηση Δια Μέσου"
},
@@ -1110,9 +1121,6 @@
"fuel": {
"label": "Καύσιμο"
},
"fuel_multi": {
"label": "Είδη Καυσίμων"
},
"gambling": {
"label": "Παίγνια"
},
@@ -1193,7 +1201,7 @@
},
"height_building": {
"label": "Ύψος Κτιρίου (σε Μέτρα)",
"terms": "ύψος κτηρίου"
"terms": "ύψος κτιρίου"
},
"highchair": {
"label": "Καρεκλάκι Φαγητού"
@@ -1367,6 +1375,9 @@
"kerb/height": {
"label": "Ύψος"
},
"kitchen": {
"label": "Κουζίνα"
},
"kneipp_water_cure_multi": {
"label": "Τύποι Λεκάνης"
},
@@ -1388,7 +1399,8 @@
},
"lanes": {
"label": "Λωρίδες",
"placeholder": "1, 2, 3..."
"placeholder": "1, 2, 3...",
"terms": "ρεύματα,γραμμές κυκλοφορίας"
},
"language_multi": {
"label": "Γλώσσες Ομιλίας"
@@ -1451,6 +1463,9 @@
"liaison": {
"label": "Τύπος"
},
"license_classes": {
"label": "Κατηγορίες Άδειας Οδήγησης"
},
"lifeguard": {
"label": "Ναυαγοσώστης"
},
@@ -1510,6 +1525,10 @@
"label": "Υλικό",
"terms": "υλικό"
},
"mattress": {
"label": "Στρώματα Διαθέσιμα",
"terms": "διαθέσιμα στρώματα"
},
"max_age": {
"label": "Μέγιστη Ηλικία",
"terms": "μέγιστη ηλικία"
@@ -1528,6 +1547,10 @@
"placeholder": "40, 50, 60...",
"terms": "προτεινόμενο όριο ταχύτητας"
},
"maxspeed/hgv": {
"label": "Όριο Ταχύτητας Φορτηγών",
"placeholder": "40, 50, 60..."
},
"maxstay": {
"label": "Μέγιστη παραμονή"
},
@@ -1566,6 +1589,9 @@
"placeholder": "20, 30, 40...",
"terms": "ελάχιστο όριο ταχύτητας"
},
"model": {
"label": "Μοντέλο"
},
"monitoring_multi": {
"label": "Παρακολούθηση"
},
@@ -1782,9 +1808,6 @@
"label": "Τρόποι Πληρωμής",
"terms": "τρόποι πληρωμής"
},
"payment_multi_fee": {
"label": "Τρόποι Εξόφλησης"
},
"phases": {
"label": "Φάσεις",
"placeholder": "1, 2, 3..."
@@ -1905,7 +1928,6 @@
"label": "Μέθοδος Παραγωγής"
},
"plant/output/electricity": {
"label": "Ισχύς Εξόδου",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2018,6 +2040,10 @@
"ref": {
"label": "Κώδικας Αναφοράς"
},
"ref/FR/siret-FR": {
"label": "SIRET Αριθμός",
"terms": "αριθμός siret"
},
"ref/isil": {
"label": "Κωδικός ISIL"
},
@@ -2464,6 +2490,14 @@
"studio": {
"label": "Είδος"
},
"subject": {
"label": "Θέμα",
"terms": "αντικείμενο"
},
"subject/wikidata": {
"label": "Wikidata Θέματος",
"terms": "wikidata αντικειμένου"
},
"substance": {
"label": "Ουσία"
},
@@ -2489,6 +2523,7 @@
"ground": "Έδαφος",
"paved": "Στρωμένο",
"paving_stones": "Πέτρες Επίστρωσης",
"salt": "Αλάτι",
"sand": "Άμμος",
"unpaved": "Μη στρωμένο",
"wood": "Ξύλο"
@@ -2512,7 +2547,7 @@
"label": "Τελευταία Ημερομηνία Επισκόπησης"
},
"survey_point/datum_aligned": {
"label": "Ευθυγραμμισμένο στο τοπικό γεωδαιτικό σύστημα αναφοράς"
"label": "Ευθυγραμμισμένο στο Τοπικό Γεωδαιτικό Σύστημα Αναφοράς"
},
"survey_point/purpose": {
"label": "Σκοπός",
@@ -2570,6 +2605,9 @@
"label": "Τάξη",
"terms": "ταξινόμηση"
},
"tee": {
"label": "Χρώμα/Τύπος Tee"
},
"telecom": {
"label": "Τύπος"
},
@@ -2621,7 +2659,7 @@
"tracktype": {
"label": "Είδος Διαδρομής",
"options": {
"grade1": "Συμπαγής: στρωμένη ή βαριά συμπιεσμένη σκληρή επιφάνεια",
"grade1": "Συμπαγής: στρωμένη",
"grade2": "Σχεδόν συμπαγής: χαλίκι/βράχος αναμεμιγμένα με μερικά μαλακά υλικά",
"grade3": "Ακόμη και μείγμα σκληρών και μαλακών υλικών",
"grade4": "Κυρίως μαλακό: χώμα/άμμος/γρασίδι αναμεμειγμένο με κάποια σκληρά υλικά",
@@ -2675,7 +2713,8 @@
},
"no": "Όχι",
"walk": {
"description": "Υπάρχει σήμα μόνο όταν επιτρέπεται το περπάτημα"
"description": "Υπάρχει σήμα μόνο όταν επιτρέπεται το περπάτημα",
"title": "Ένδειξη Βάδισης"
},
"yes": "Ναι"
}
@@ -2696,7 +2735,10 @@
"placeholder": "Εξαιρετική, Καλή, Κακή..."
},
"transformer": {
"label": "Είδος"
"label": "Είδος",
"options": {
"yes": "Άγνωστος Ρόλος"
}
},
"trees": {
"label": "Δέντρα"
@@ -2714,6 +2756,9 @@
"tunnel_combo": {
"label": "Τύπος"
},
"turning_circle": {
"label": "Σχήμα"
},
"usage_rail": {
"label": "Είδος Χρήσης",
"options": {
@@ -2879,6 +2924,13 @@
"label": "Περιελίξεις",
"placeholder": "1, 2, 3..."
},
"windings/auto": {
"options": {
"no": "Όχι",
"undefined": "Υποθετικά Όχι",
"yes": "Ναι"
}
},
"windings/configuration": {
"label": "Ρυθμίσεις Περιελίξεων",
"options": {
@@ -3173,6 +3225,10 @@
"name": "Πόσιμο Νερό",
"terms": "πόσιμο νερό,βρύση,ψύκτης,ψύκτης νερού,πηγή,κρήνη"
},
"amenity/driver_training": {
"name": "Χώροι Εκπαίδευσης Οδηγών",
"terms": "χώρος εκπαίδευσης οδηγών,εκπαίδευση οδηγών"
},
"amenity/driving_school": {
"name": "Σχολή Οδήγησης",
"terms": "σχολή οδήγησης,κέντρο εκπαιδευσης νέων οδηγών"
@@ -3480,6 +3536,10 @@
"amenity/restaurant/asian": {
"name": "Ασιατικό Εστιατόριο"
},
"amenity/restaurant/barbeque": {
"name": "Εστιατόριο Barbeque",
"terms": "εστιατόριο bbq,barbeque εστιατόριο,bbq εστιατόριο,ψησταριά,ψητοπωλείο,καντίνα,κάρβουνα,δείπνο"
},
"amenity/restaurant/chinese": {
"name": "Κινεζικό Εστιατόριο"
},
@@ -3490,7 +3550,8 @@
"name": "Γερμανικό Εστιατόριο"
},
"amenity/restaurant/greek": {
"name": "Ελληνικό Εστιατόριο"
"name": "Ελληνικό Εστιατόριο",
"terms": "κάβουρνα,ελιές,ψησταριά,τραπέζι,πίτες,γύρος,πρωϊνό,καφέ,καντίνα,πρόγευμα,δείπνο,μεσημεριανό"
},
"amenity/restaurant/indian": {
"name": "Ινδικό Εστιατόριο"
@@ -3701,6 +3762,10 @@
"amenity/vending_machine/parking_tickets": {
"name": "Αυτόματος Πωλητής Εισιτηρίων Στάθμευσης"
},
"amenity/vending_machine/pizza": {
"name": "Αυτόματος Πωλητής Πίτσας",
"terms": "μηχάνημα αυτόματης πώλησης πίτσας,πίτσα"
},
"amenity/vending_machine/public_transport_tickets": {
"name": "Αυτόματος πωλητής εισιτηρίων ΜΜΜ",
"terms": "εισιτήρια λεωφορείου,εισιτήρια μετρό,εισιτήρια τραμ,εισιτήρια τρόλεϊ"
@@ -3862,6 +3927,9 @@
"barrier/fence/railing": {
"name": "Κιγκλίδωμα"
},
"barrier/full-height_turnstile": {
"name": "Περιστροφική Πύλη Πλήρους Ύψους"
},
"barrier/gate": {
"name": "Πύλη",
"terms": "πύλη,πόρτα,θύρα"
@@ -3899,9 +3967,19 @@
"name": "Ανυψούμενη Μπάρα",
"terms": "μπάρα,αναρτούμενη πύλη"
},
"barrier/log": {
"name": "Πεσμένο Δέντρο"
},
"barrier/motorcycle_barrier": {
"name": "Εμπόδιο Μοτοσυκλετών"
},
"barrier/retaining_wall": {
"name": "Τοίχος Αντιστήριξης"
},
"barrier/rope": {
"name": "Φράχτης Σχοινιού",
"terms": "σχοινί,φράχτης από σχοινί"
},
"barrier/sally_port": {
"name": "Πύλη Τειχών"
},
@@ -3929,6 +4007,9 @@
"barrier/wall/noise_barrier": {
"name": "Ηχοπέτασμα"
},
"barrier/yes": {
"name": "Εμπόδιο (Απροσδιόριστος Τύπος)"
},
"boundary": {
"name": "Οριο"
},
@@ -3947,7 +4028,7 @@
"terms": "κτήριο,κτίσμα,κτίριο"
},
"building/apartments": {
"name": "Πολυκατοικία Οροφοδιαμερισμάτων"
"name": "Πολυκατοικία Διαμερισμάτων"
},
"building/barn": {
"name": "Αποθήκη Αγροκτήματος",
@@ -3969,27 +4050,27 @@
"name": "Στέγασμα για Αυτοκίνητο"
},
"building/cathedral": {
"name": "Κτήριο Καθεδρικού",
"name": "Καθεδρικός",
"terms": "καθεδρικός,κτίριο καθεδρικού ναού"
},
"building/chapel": {
"name": "Κτήριο Παρεκκλησίου",
"name": "Παρεκκλήσι",
"terms": "παρεκκλήσι,κτίριο παρεκκλησίου,ξωκκλήσι,εξωκκλήσι"
},
"building/church": {
"name": "Κτήριο Εκκλησίας",
"name": "Εκκλησία",
"terms": "εκκλησία,κτίριο εκκλησίας"
},
"building/civic": {
"name": "Δημοτικό Κτίριο",
"name": "Κοινοτικό Κτίριο",
"terms": "δημοτικό κτήριο"
},
"building/college": {
"name": "Κτήριο Κολλεγίου",
"name": "Κολλέγιο",
"terms": "κολλέγιο,κτίριο κολλεγίου"
},
"building/commercial": {
"name": "Κτήριο με Γραφεία Επιχειρήσεων",
"name": "Κτίριο με Γραφεία Επιχειρήσεων",
"terms": "επιχειρηματικό κτίριο,εμπορικό κτίριο,επαγγελματικό κτίριο,κτίριο με γραφεία επιχειρήσεων"
},
"building/construction": {
@@ -4033,14 +4114,14 @@
"terms": "θερμοκήπιο,κτήριο θερμοκηπίου"
},
"building/hangar": {
"name": "Υπόστεγα Κτηρίων"
"name": "Υπόστεγο"
},
"building/hospital": {
"name": "Κτίριο Νοσοκομείου",
"name": "Νοσοκομείο",
"terms": "κτήριο νοσοκομείου"
},
"building/hotel": {
"name": "Κτίριο Ξενοδοχείου",
"name": "Ξενοδοχείο",
"terms": "κτήριο ξενοδοχείου"
},
"building/house": {
@@ -4062,8 +4143,12 @@
"name": "Νηπιαγωγείο",
"terms": "κτήριο νηπιαγωγείου,κτίριο νηπιαγωγείου"
},
"building/manufacture": {
"name": "Κτήριο Βιομηχανικής Παραγωγής",
"aliases": "Βιομηχανικό Κτήριο"
},
"building/mosque": {
"name": "Κτίριο Μιναρέ",
"name": "Τζαμί",
"terms": "μιναρές"
},
"building/office": {
@@ -4093,7 +4178,7 @@
"name": "Ερείπια Κτιρίου"
},
"building/school": {
"name": "Κτίριο Σχολείου",
"name": "Σχολείο",
"terms": "κτήριο σχολείου"
},
"building/semidetached_house": {
@@ -4120,22 +4205,22 @@
"name": "Χοιροστάσιο"
},
"building/synagogue": {
"name": "Κτίριο Συναγωγής"
"name": "Συναγωγή"
},
"building/temple": {
"name": "Κτίριο Ναού"
"name": "Ναός"
},
"building/terrace": {
"name": "Ενωμένα Ομοιόμορφα Σπίτια"
},
"building/train_station": {
"name": "Κτήριο Σταθμού Τρένου"
"name": "Σταθμός Τρένου"
},
"building/transportation": {
"name": "Κτίριο Μεταφορών"
"name": "Κτίριο Συγκοινωνιών"
},
"building/university": {
"name": "Κτίριο Πανεπιστημίου",
"name": "Πανεπιστήμιο",
"terms": "κτήριο πανεπιστημίου"
},
"building/warehouse": {
@@ -4148,6 +4233,10 @@
"building_point": {
"name": "Κτίριο"
},
"cemetery/grave": {
"name": "Τάφος",
"aliases": "Μνήμα"
},
"club": {
"name": "Λέσχη"
},
@@ -4176,10 +4265,6 @@
"craft/bookbinder": {
"name": "Βιβλιοδέτης"
},
"craft/brewery": {
"name": "Ζυθοποιείο",
"terms": "ζυθοποιός,ζυθοποιία"
},
"craft/carpenter": {
"name": "Ξυλουργείο",
"terms": "μαραγκός,ξυλουργός"
@@ -4659,9 +4744,6 @@
"highway/motorway_link": {
"name": "Σύνδεση Αυτοκινητόδρομου"
},
"highway/motorway_link-US-CA": {
"name": "Σύνδεση Αυτοκινητόδρομου"
},
"highway/passing_place": {
"name": "Πέρασμα"
},
@@ -4688,9 +4770,6 @@
"highway/primary_link": {
"name": "Σύνδεση Δευτερεύοντος Δικτύου / Εθνικής Οδού"
},
"highway/primary_link-US-CA": {
"name": "Σύνδεση Δευτερεύοντος Δικτύου / Εθνικής Οδού"
},
"highway/raceway": {
"name": "Πίστα Μηχανοκίνητου Αθλητισμού",
"terms": "πίστα kart"
@@ -4797,10 +4876,6 @@
"highway/trunk_link": {
"name": "Σύνδεση Πρωτεύοντος Δικτύου"
},
"highway/trunk_link-US-CA": {
"name": "Σύνδεση Πρωτεύοντος Δικτύου",
"terms": "σύνδεση εθνικού δρόμου"
},
"highway/turning_circle": {
"name": "Πλάτωμα Αναστροφής"
},
@@ -6162,9 +6237,6 @@
"power/plant/source/oil": {
"name": "Ηλεκτροπαραγωγός Σταθμός Πετρελαίου"
},
"power/plant/source/solar": {
"name": "Φάρμα Ηλιακής Ενέργειας"
},
"power/plant/source/waste": {
"name": "Ηλεκτροπαραγωγός Σταθμός Αποβλήτων"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+37
View File
@@ -76,6 +76,9 @@
"length": {
"label": "Length (Metres)"
},
"maxspeed/hgv": {
"label": "Heavy Vehicle Speed Limit"
},
"min_height": {
"label": "Height of Bottom (Metres)"
},
@@ -113,6 +116,9 @@
}
},
"presets": {
"aerialway/zip_line": {
"name": "Flying Fox"
},
"amenity/arts_centre": {
"name": "Arts Centre"
},
@@ -187,6 +193,9 @@
"name": "Toilets",
"aliases": "Bathroom\nLavatory\nWater Closet\nRestroom"
},
"amenity/trolley_bay": {
"name": "Trolley Bay"
},
"amenity/vending_machine/fuel": {
"name": "Fuel Pump"
},
@@ -194,6 +203,10 @@
"name": "Rubbish Bin",
"terms": "waste,bin,garbage,rubbish,litter,trash"
},
"amenity/weighbridge": {
"name": "Weighbridge",
"aliases": "Truck Scale"
},
"barrier/kerb": {
"name": "Kerb"
},
@@ -245,6 +258,14 @@
"name": "Inclined Lift",
"terms": "inclined elevator,cable railway"
},
"highway/footway": {
"name": "Walkway",
"aliases": "Footpath"
},
"highway/footway/informal": {
"name": "Informal Walkway",
"aliases": "Informal Footpath"
},
"highway/footway/marked": {
"name": "Marked Crossing"
},
@@ -264,6 +285,9 @@
"name": "Street Light",
"terms": "streetlamp,street lamp,lamp,light,gaslight"
},
"highway/traffic_signals": {
"name": "Traffic Lights"
},
"indoor/elevator": {
"name": "Indoor Lift Shaft"
},
@@ -276,6 +300,9 @@
"leisure/fitness_centre": {
"name": "Gym / Fitness Centre"
},
"leisure/fitness_station": {
"name": "Outdoor Exercise Equipment"
},
"leisure/horse_riding": {
"name": "Horseback Riding Centre"
},
@@ -291,6 +318,13 @@
"place/suburb": {
"name": "Suburb"
},
"playground/slide": {
"name": "Slide",
"aliases": "Slippery Dip"
},
"playground/zipwire": {
"name": "Playground Flying Fox"
},
"shop/caravan": {
"name": "Caravan Dealership"
},
@@ -315,6 +349,9 @@
"shop/mall": {
"name": "Shopping Centre"
},
"shop/newsagent": {
"name": "Newsagency"
},
"shop/tyres": {
"name": "Tyre Shop"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+15 -10
View File
@@ -213,6 +213,7 @@
"aerialway/summer/access": {
"label": "Access (summer)",
"options": {
"both": "Both",
"entry": "Entry",
"exit": "Exit"
}
@@ -233,6 +234,12 @@
"animal_boarding": {
"label": "For Animals"
},
"animal_breeding": {
"label": "For Animals"
},
"animal_shelter": {
"label": "For Animals"
},
"architect": {
"label": "Architect"
},
@@ -294,6 +301,9 @@
"bath/open_air": {
"label": "Open Air"
},
"bath/sand_bath": {
"label": "Sand Bath"
},
"beauty": {
"options": {
"cosmetics": "Cosmetics",
@@ -312,7 +322,8 @@
"label": "Type"
},
"bin": {
"label": "Garbage Bin"
"label": "Garbage Bin",
"terms": "garbage can,trash can,bin,garbage,trash"
},
"blind": {
"label": "Blind Person Access",
@@ -356,12 +367,6 @@
"label": "Underground Levels",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "Building Levels"
},
"cash_in": {
"label": "Cash Deposits"
},
"charge_fee": {
"placeholder": "1 EUR, 5 USD, 10 CAD…"
},
@@ -376,9 +381,6 @@
"undefined": "Assumed to be No"
}
},
"departures_board": {
"label": "Departures Board"
},
"direction_point": {
"placeholder": "45, 90, 180, 270"
},
@@ -479,6 +481,9 @@
},
"leisure/bleachers": {
"name": "Bleachers"
},
"place/neighbourhood": {
"name": "Neighbourhood"
}
}
}
+1 -1
View File
File diff suppressed because one or more lines are too long
-12
View File
@@ -284,10 +284,6 @@
"building/levels/underground": {
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "Building Levels",
"placeholder": "2, 4, 6..."
},
"building_area": {
"label": "Building"
},
@@ -595,9 +591,6 @@
"fuel": {
"label": "Fuel"
},
"fuel_multi": {
"label": "Fuel Types"
},
"gambling": {
"label": "Games"
},
@@ -1029,7 +1022,6 @@
"label": "Plant"
},
"plant/output/electricity": {
"label": "Power Output",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"population": {
@@ -1360,7 +1352,6 @@
"tracktype": {
"label": "Track Type",
"options": {
"grade1": "Solid: paved or heavily compacted hardcore surface",
"grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
"grade3": "Even mixture of hard and soft materials",
"grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
@@ -2228,9 +2219,6 @@
"craft/bookbinder": {
"name": "Bookbinder"
},
"craft/brewery": {
"name": "Brewery"
},
"craft/carpenter": {
"name": "Carpenter"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+13 -1
View File
@@ -114,7 +114,12 @@
"terms": "bbq,grill,barbecue"
},
"amenity/cafe": {
"name": "Café"
"name": "Café",
"terms": "bistro,coffee,tea,cafe"
},
"amenity/cafe/bubble_tea": {
"name": "Bubble Tea Café",
"terms": "boba,bubble milk tea,pearl milk tea,taiwanese tea drink,tapioca,pearl tea,boba drink,cafe"
},
"amenity/community_centre": {
"name": "Community Centre"
@@ -138,6 +143,10 @@
"name": "Petrol Station",
"terms": "gas station"
},
"amenity/internet_cafe": {
"name": "Internet Café",
"terms": "cybercafe,taxiphone,teleboutique,coffee,cafe,net,lanhouse,internet cafe"
},
"amenity/parking": {
"name": "Car Park",
"terms": "automobile parking,car lot,parking lot,car parking,rv parking,truck parking,vehicle parking"
@@ -217,6 +226,9 @@
"name": "Terraced Houses",
"terms": "home,terrace,terraced,brownstone,residence,dwelling,townhouse,townhouses,row house,row houses"
},
"emergency/fire_hose": {
"terms": "fire hose reel,fhr,riser,dry riser,standpipe,stand pipe"
},
"healthcare/birthing_center": {
"name": "Birthing Centre"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+429 -46
View File
@@ -328,7 +328,18 @@
"terms": "seating"
},
"bicycle_parking": {
"label": "Type"
"label": "Type",
"options": {
"stands": "Stand (supports bicycle frame)",
"wall_loops": "Wheelbender (supports wheel only)",
"shed": "Closed Shed",
"lockers": "Individual Lockers",
"building": "In a Building",
"handlebar_holder": "Handlebar Holder"
}
},
"bike_ride": {
"label": "Bike and Ride"
},
"bin": {
"label": "Waste Bin",
@@ -404,10 +415,7 @@
"label": "Units",
"placeholder": "2, 4, 6, 8..."
},
"building/levels_building": {
"label": "Building Levels",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {},
"building/levels": {
"label": "Levels",
"placeholder": "2, 4, 6..."
@@ -423,6 +431,10 @@
"building/part": {
"label": "Building Part"
},
"building/prefabricated": {
"label": "Prefabricated",
"terms": "manufactured,modular,portable"
},
"bunker_type": {
"label": "Type"
},
@@ -488,7 +500,7 @@
"placeholder": "10, 20, 50..."
},
"cash_in": {
"label": "Cash In"
"label": "Deposits"
},
"castle_type": {
"label": "Type",
@@ -521,6 +533,7 @@
},
"circumference": {
"label": "Circumference (at Breast Height)",
"terms": "dbh,diameter at breast height",
"placeholder": "1 m, 20 cm, 30\"…"
},
"clothes": {
@@ -608,7 +621,35 @@
}
},
"crop": {
"label": "Crops"
"label": "Crops",
"options": {
"asparagus": "Asparagus",
"barley": "Barley",
"beet": "Beets",
"cassava": "Cassava",
"coffee": "Coffee",
"cotton": "Cotton",
"cranberries": "Cranberries",
"fast_growing_wood": "Short-Rotation Coppice",
"flowers": "Flowers",
"grape": "Grapes",
"grass": "Grass",
"hop": "Hops",
"lavender": "Lavender",
"maize": "Corn",
"potato": "Potatoes",
"rape": "Rapeseed",
"rice": "Rice",
"strawberry": "Strawberries",
"sugar_beet": "Sugar Beets",
"sugarcane": "Sugarcane",
"sunflower": "Sunflowers",
"soy": "Soybeans",
"tea": "Tea",
"tobacco": "Tobacco",
"vegetable": "Vegetables",
"wheat": "Wheat"
}
},
"crossing_raised": {
"label": "Raised",
@@ -761,7 +802,7 @@
"label": "Denotation"
},
"departures_board": {
"label": "Departures Board",
"label": "Departures/Arrivals Board",
"options": {
"yes": "Yes",
"timetable": "Timetable",
@@ -991,7 +1032,19 @@
"label": "Type"
},
"entrance": {
"label": "Type"
"label": "Type",
"options": {
"yes": "Unspecified",
"main": "Main",
"secondary": "Secondary",
"service": "Service",
"exit": "Exit Only",
"entrance": "Entrance Only",
"emergency": "Emergency Exit",
"staircase": "Staircase",
"home": "Private House or Apartment",
"garage": "Garage Door"
}
},
"except": {
"label": "Exceptions"
@@ -1109,12 +1162,41 @@
"from": {
"label": "From"
},
"fuel_multi": {
"label": "Fuel Types"
},
"fuel": {
"label": "Fuel"
},
"fuel/fuel_multi-RU": {},
"fuel/fuel_multi": {
"label": "Fuel Types",
"options": {
"diesel": "Diesel",
"GTL_diesel": "GTL Diesel",
"HGV_diesel": "Truck Diesel",
"biodiesel": "Biodiesel",
"octane_80": "Gasoline (80 Octane)",
"octane_85": "Gasoline (85 Octane)",
"octane_87": "Gasoline (87 Octane)",
"octane_88": "Gasoline (88 Octane)",
"octane_89": "Gasoline (89 Octane)",
"octane_90": "Gasoline (90 Octane)",
"octane_91": "Gasoline (91 Octane)",
"octane_92": "Gasoline (92 Octane)",
"octane_93": "Gasoline (93 Octane)",
"octane_95": "Gasoline (95 Octane)",
"octane_97": "Gasoline (97 Octane)",
"octane_98": "Gasoline (98 Octane)",
"octane_100": "Gasoline (100 Octane)",
"e10": "E10 Gasoline",
"e85": "E85 Gasoline",
"lpg": "Liquefied Natural Gas (LPG)",
"cng": "Compressed Natural Gas (CNG)",
"propane": "Propane",
"LH2": "Liquid Hydrogen",
"h70": "Gaseous Hydrogen (700 bar)",
"adblue": "AdBlue / AUS 32",
"adblue:canister": "AdBlue / AUS 32 (sold in canisters)"
}
},
"gambling": {
"label": "Games"
},
@@ -1135,14 +1217,49 @@
}
},
"generator/method": {
"label": "Method"
"label": "Method",
"options": {
"fission": "Fission",
"fusion": "Fusion",
"wind_turbine": "Wind Turbine",
"water-storage": "Reservoir",
"water-pumped-storage": "Pumped-Storage",
"run-of-the-river": "Run-of-the-River",
"barrage": "Tidal Barrage",
"stream": "Tidal Stream",
"thermal": "Solar Thermal",
"photovoltaic": "Photovoltaic",
"combustion": "Combustion",
"gasification": "Gasification",
"anaerobic_digestion": "Anaerobic Digestion"
}
},
"generator/method/hydro": {},
"generator/output/electricity": {
"label": "Power Output",
"placeholder": "50 MW, 100 MW, 200 MW..."
},
"generator/source": {
"label": "Source"
"label": "Source",
"options": {
"nuclear": "Nuclear Power",
"wind": "Wind",
"hydro": "Hydropower",
"tidal": "Tidal Power",
"wave": "Wave Power",
"geothermal": "Geothermal Energy",
"solar": "Solar Radiation",
"coal": "Coal",
"gas": "Natural Gas",
"biomass": "Plant Matter",
"biofuel": "Plant Based Fuels",
"biogas": "Biogas",
"oil": "Oil",
"diesel": "Diesel",
"gasoline": "Gasoline",
"waste": "Waste",
"battery": "Battery"
}
},
"generator/type": {
"label": "Type"
@@ -1188,7 +1305,94 @@
"label": "Type"
},
"healthcare/speciality": {
"label": "Specialties"
"label": "Specialties",
"options": {
"abortion": "Abortion",
"acupuncture": "Acupuncture",
"allergology": "Allergy & Asthma",
"anaesthetics": "Anesthesiology",
"angiology": "Angiology",
"anthroposophical": "Anthroposophic Medicine",
"applied_kinesiology": "Applied Kinesiology",
"aromatherapy": "Aromatherapy",
"ayurveda": "Ayurveda",
"behavior": "Behavior Therapy",
"biochemistry": "Biochemistry",
"biology": "Biology",
"blood_check": "Blood Test",
"body": "Body Therapy",
"cardiology": "Cardiology",
"cardiothoracic_surgery": "Cardiothoracic Surgery",
"child_psychiatry": "Child & Adolescent Psychiatry",
"chiropractic": "Chiropractic",
"clinical_pathology": "Clinical Pathology",
"community": "Community & Public Health",
"depth": "Depth Psychology",
"dermatology": "Dermatology",
"dermatovenereology": "Dermatovenereology",
"diabetology": "Diabetology",
"diagnostic_radiology": "Diagnostic Radiology",
"emergency": "Emergency Medicine",
"endocrinology": "Endocrinology",
"fertility": "Fertility",
"gastroenterology": "Gastroenterology",
"general": "General Practice",
"geriatrics": "Geriatric Medicine",
"gynaecology": "Obstetrics & Gynecology",
"haematology": "Hematology",
"hepatology": "Hepatology",
"herbalism": "Herbalism",
"homeopathy": "Homeopathy",
"humanistic": "Humanistic Psychology",
"hydrotherapy": "Hydrotherapy",
"hypnosis": "Hypnosis",
"infectious_diseases": "Infectious Disease",
"intensive": "Intensive Care",
"internal": "Internal Medicine",
"dental_oral_maxillo_facial_surgery": "Dental, Oral & Maxillofacial Surgery",
"naturopathy": "Naturopathy",
"neonatology": "Neonatology",
"nephrology": "Nephrology",
"neurology": "Neurology",
"neuropsychiatry": "Neuropsychiatry",
"neurosurgery": "Neurosurgery",
"nuclear": "Nuclear Medicine",
"occupational": "Occupational Medicine",
"oncology": "Oncology",
"ophthalmology": "Ophthalmology",
"orthodontics": "Orthodontics",
"orthopaedics": "Orthopedic Surgery",
"osteopathy": "Osteopathy",
"otolaryngology": "Ear, Nose & Throat",
"paediatric_surgery": "Pediatric Surgery",
"paediatrics": "Pediatrics",
"palliative": "Palliative Care",
"pathology": "Pathology",
"physiatry": "Physical Medicine & Rehabilitation",
"plastic_surgery": "Plastic Surgery",
"podiatry": "Podiatry",
"proctology": "Colorectal Surgery",
"psychiatry": "Psychiatry",
"pulmonology": "Pulmonology",
"radiology": "Radiology",
"radiotherapy": "Radiotherapy",
"reflexology": "Reflexology",
"reiki": "Reiki",
"rheumatology": "Rheumatology",
"shiatsu": "Shiatsu",
"stomatology": "Stomatology",
"surgery": "General Surgery",
"systemic": "Systemic Therapy",
"traditional_chinese_medicine": "Traditional Chinese Medicine",
"transplant": "Transplant Surgery",
"trauma": "Trauma Surgery",
"tropical": "Tropical Medicine",
"tuina": "Tuī ná",
"unani": "Unani Medicine",
"urology": "Urology",
"vaccination": "Vaccination",
"vascular_surgery": "Vascular Surgery"
}
},
"heating": {
"label": "Heating"
@@ -1574,6 +1778,9 @@
"label": "Minimum Speed Limit",
"placeholder": "20, 30, 40..."
},
"model": {
"label": "Model"
},
"monitoring_multi": {
"label": "Monitoring"
},
@@ -1782,11 +1989,51 @@
"perpendicular": "Meets the Street at a Straight Angle"
}
},
"payment_multi_fee": {
"label": "Payment Types"
},
"payment_multi_fee": {},
"payment_multi": {
"label": "Payment Types"
"label": "Payment Types",
"options": {
"account_cards": "Account Card",
"app": "Mobile Application",
"cards": "Payment Card",
"cash": "Cash",
"cheque": "Check",
"coins": "Coins",
"contactless": "Contactless Payment",
"credit_cards": "Credit Card",
"cryptocurrencies": "Cryptocurrency",
"debit_cards": "Debit Card",
"electronic_purses": "Electronic Purse",
"notes": "Banknotes",
"prepaid_ticket": "Prepaid Ticket",
"telephone_cards": "Telephone Card",
"alipay": "Alipay",
"american_express": "American Express",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "Blik",
"clipper": "Clipper",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard Contactless",
"paypal": "PayPal",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
}
},
"phases": {
"label": "Phases",
@@ -1907,8 +2154,24 @@
"plant/method": {
"label": "Generation Method"
},
"plant/method/hydro": {},
"plant/method/solar": {},
"plant/method/waste": {},
"plant/output": {
"label": "Form of Power Output",
"options": {
"electricity": "Electricity",
"hot_water": "Hot Water",
"hot_air": "Hot Air",
"cold_water": "Cold Water",
"cold_air": "Cold Air",
"compressed_air": "Compressed Air",
"steam": "Steam",
"vacuum": "Vacuum"
}
},
"plant/output/electricity": {
"label": "Power Output",
"label": "Electric Power Output",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -1931,6 +2194,10 @@
"population": {
"label": "Population"
},
"population/date": {
"label": "Population Date",
"placeholder": "YYYY-MM-DD"
},
"portable": {
"label": "Portable",
"terms": "detached,mobile,moveable"
@@ -2080,7 +2347,31 @@
"label": "Type"
},
"religion": {
"label": "Religion"
"label": "Religion",
"options": {
"bahai": "Bahá’í",
"benzhu": "Benzhu",
"buddhist": "Buddhist",
"caodaism": "Caodaist",
"chinese_folk": "Chinese Folk Religion",
"christian": "Christian",
"confucian": "Confucian",
"hindu": "Hindu",
"jain": "Jain",
"jewish": "Jewish",
"multifaith": "Multifaith",
"muslim": "Muslim",
"none": "Nonreligious",
"pagan": "Pagan",
"shinto": "Shinto",
"sikh": "Sikh",
"spiritualist": "Spiritualist",
"taoist": "Taoist",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarian Universalist",
"vietnamese_folk": "Vietnamese Folk Religion",
"voodoo": "Voodoo"
}
},
"reservation": {
"label": "Reservations",
@@ -2385,6 +2676,9 @@
"osm notes": "OpenStreetMap Notes"
}
},
"source/population": {
"label": "Population Source"
},
"species": {
"label": "Species",
"placeholder": "Acer platanoides, Quercus robur, …"
@@ -2497,7 +2791,18 @@
"label": "Substance"
},
"substation": {
"label": "Type"
"label": "Type",
"options": {
"transmission": "High-Voltage Transmission",
"distribution": "Regional Distribution",
"minor_distribution": "Local Distribution",
"industrial": "Industrial",
"generation": "Generation",
"transition": "Overground/Underground Transition",
"traction": "Traction System Supply",
"converter": "High-Voltage AC/DC Converter",
"compensation": "Reactive Power Compensation"
}
},
"supervised": {
"label": "Supervised",
@@ -2517,11 +2822,17 @@
"compacted": "Compacted",
"concrete": "Concrete",
"paving_stones": "Paving Stones",
"sett": "Sett",
"dirt": "Dirt",
"grass": "Grass",
"sand": "Sand",
"wood": "Wood",
"artificial_turf": "Artificial Turf"
"metal": "Metal",
"artificial_turf": "Artificial Turf",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"mud": "Persistently Muddy",
"woodchips": "Woodchips",
"salt": "Salt"
}
},
"surveillance": {
@@ -2539,7 +2850,7 @@
"label": "Surveillance Zone"
},
"survey_point/datum_aligned": {
"label": "Aligned to the local geodetic datum"
"label": "Aligned to the Local Geodetic Datum"
},
"survey_point/purpose": {
"label": "Purpose",
@@ -2634,6 +2945,14 @@
"toilets/position": {
"label": "Positions"
},
"toilets/wheelchair": {
"label": "Wheelchair Accessible Toilet",
"options": {
"yes": "Yes",
"limited": "Limited",
"no": "No"
}
},
"toll": {
"label": "Toll"
},
@@ -2657,7 +2976,7 @@
"label": "Track Type",
"placeholder": "Solid, Mostly Solid, Soft...",
"options": {
"grade1": "Solid: paved or heavily compacted hardcore surface",
"grade1": "Solid: paved",
"grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
"grade3": "Even mixture of hard and soft materials",
"grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
@@ -2753,7 +3072,13 @@
"label": "Overhead Trolley Wires"
},
"tunnel_combo": {
"label": "Type"
"label": "Type",
"options": {
"avalanche_protector": "Avalanche Protector",
"building_passage": "Building Passage",
"culvert": "Culvert",
"flooded": "Flooded Tunnel"
}
},
"tunnel": {
"label": "Type",
@@ -2762,6 +3087,14 @@
"turning_circle": {
"label": "Shape"
},
"two_sided": {
"label": "Two-Sided",
"terms": "double-sided",
"options": {
"undefined": "No",
"yes": "Yes"
}
},
"usage_rail": {
"label": "Usage Type",
"options": {
@@ -3403,6 +3736,10 @@
"name": "Burger Fast Food",
"terms": "breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table"
},
"amenity/fast_food/cafeteria": {
"name": "Cafeteria",
"terms": "canteen,dining hall,lunchroom,refectory"
},
"amenity/fast_food/chicken": {
"name": "Chicken Fast Food",
"terms": "breakfast,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
@@ -4435,6 +4772,9 @@
"building/farm": {
"name": "Farm House"
},
"building/fire_station": {
"name": "Fire Station Building"
},
"building/garage": {
"name": "Garage"
},
@@ -4602,7 +4942,7 @@
"terms": "book repair"
},
"craft/brewery": {
"name": "Brewery",
"name": "Craft Brewery",
"terms": "alcohol,beer,beverage,bier,booze,cider"
},
"craft/carpenter": {
@@ -5019,6 +5359,11 @@
"name": "Bus Guideway",
"terms": "busway,bus track"
},
"highway/busway": {
"name": "Busway",
"aliases": "Transitway\nBus Rapid Transit",
"terms": "brt"
},
"highway/construction": {
"name": "Road Under Construction",
"terms": "closed road,closure,construction,road closed,road work,roadwork"
@@ -5149,10 +5494,7 @@
"name": "Motorway Junction / Exit",
"terms": "exit"
},
"highway/motorway_link-US-CA": {
"name": "Motorway Link",
"terms": "exit,ramp,road,street,on ramp,off ramp"
},
"highway/motorway_link-US-CA": {},
"highway/motorway_link": {
"name": "Motorway Link",
"terms": "exit,ramp,road,street,on ramp,off ramp"
@@ -5185,10 +5527,7 @@
"name": "Pedestrian Street",
"terms": "center,centre,plaza,quad,square,walkway"
},
"highway/primary_link-US-CA": {
"name": "Primary Link",
"terms": "on ramp,off ramp,ramp,road,street"
},
"highway/primary_link-US-CA": {},
"highway/primary_link": {
"name": "Primary Link",
"terms": "on ramp,off ramp,ramp,road,street"
@@ -5232,6 +5571,9 @@
"name": "Secondary Road",
"terms": "road,street"
},
"highway/service_area": {
"name": "Paved Service Area"
},
"highway/service": {
"name": "Service Road",
"terms": "road,street"
@@ -5293,7 +5635,8 @@
},
"highway/track": {
"name": "Track / Land-Access Road",
"terms": "4wd,4x4,agricultural road,atv,carriage road,double track,farm road,fire road,forest road,four wheel drive,high-clearance,jeep,land access road,logging road,offroad,overgrown,primitive,quad,ranch road,rut,track,track road,two track,unmaintained,woods road"
"aliases": "Land-Access Road\nTrack Road",
"terms": "4wd,4x4,agricultural road,atv,carriage road,dirt road,double track,farm road,fire road,forest road,forestry road,four wheel drive,haul road,haulage road,high-clearance,jeep,logging road,mining road,offroad,off-road,overgrown,primitive,quad,ranch road,rut,two-track,two track,unmaintained,vehicular trail,woods road"
},
"highway/traffic_mirror": {
"name": "Traffic Mirror",
@@ -5307,10 +5650,7 @@
"name": "Trailhead",
"terms": "hiking,mile zero,mountain biking,mountaineering,trail endpoint,trail start,staging area,trekking"
},
"highway/trunk_link-US-CA": {
"name": "Trunk Link",
"terms": "on ramp,off ramp,ramp,road,street"
},
"highway/trunk_link-US-CA": {},
"highway/trunk_link": {
"name": "Trunk Link",
"terms": "on ramp,off ramp,ramp,road,street"
@@ -5522,6 +5862,7 @@
"name": "Industrial Area",
"terms": "depot,factory,manufacturing"
},
"landuse/industrial/brewery": {},
"landuse/industrial/scrap_yard": {
"name": "Scrap Yard",
"terms": "car,junk,metal,salvage,scrap,u-pull-it,vehicle,wreck,yard"
@@ -5805,6 +6146,10 @@
"name": "American Football Field",
"terms": "football,gridiron"
},
"leisure/pitch/american_handball": {
"name": "American Handball Court",
"terms": "wallball"
},
"leisure/pitch/archery": {
"name": "Archery Range",
"terms": "bow and arrow,crossbow"
@@ -6046,7 +6391,8 @@
"name": "Breakwater"
},
"man_made/bridge": {
"name": "Bridge Area"
"name": "Bridge Area",
"aliases": "Bridge"
},
"man_made/bunker_silo": {
"name": "Bunker Silo",
@@ -6238,6 +6584,11 @@
"name": "Survey Point",
"terms": "trig point,trig station,survey marker,geodetic mark,geodetic point,triangulation pillar,trigonometrical station"
},
"man_made/tailings_pond": {
"name": "Tailings Pond",
"aliases": "Tailing Pond\nSettling Pond\nSettling Pit",
"terms": "mining,separation,slurry"
},
"man_made/torii": {
"name": "Torii",
"terms": "japanese gate,shinto shrine"
@@ -6318,6 +6669,10 @@
"name": "Factory",
"terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
},
"man_made/works/brewery": {
"name": "Industrial Brewery",
"terms": "alcohol,beer,bier,booze,cider"
},
"marker": {
"name": "Marker",
"terms": "identifier,marking,plate,pole,post,sign"
@@ -6455,10 +6810,18 @@
"name": "Unattached Stone / Boulder",
"terms": "boulder,stone,rock"
},
"natural/strait": {
"name": "Strait",
"terms": "channel,pass,passage"
},
"natural/tree_row": {
"name": "Tree Row",
"terms": "tree line"
},
"natural/tree_stump": {
"name": "Tree Stump",
"terms": "cut tree,removed tree"
},
"natural/tree": {
"name": "Tree",
"terms": "bole,trunk"
@@ -6488,6 +6851,10 @@
"natural/water/moat": {
"name": "Moat"
},
"natural/water/oxbow": {
"name": "Oxbow Lake",
"terms": "anabranch,billabong,cut off,meander,oxbow,resaca"
},
"natural/water/pond": {
"name": "Pond",
"terms": "lakelet,millpond,tarn,pool,mere"
@@ -6724,6 +7091,10 @@
"name": "Private Investigator Office",
"terms": "pi,private eye,private detective"
},
"office/property_management": {
"name": "Property Management / Leasing Office",
"terms": "property rental"
},
"office/quango": {
"name": "Quasi-NGO Office",
"terms": "ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous"
@@ -6756,6 +7127,10 @@
"name": "Therapist Office",
"terms": "therapy"
},
"office/union": {
"name": "Labor Union Office",
"terms": "trade union"
},
"office/water_utility": {
"name": "Water Utility Office",
"terms": "water board,utility"
@@ -6965,6 +7340,10 @@
"power/cable/underground": {
"name": "Underground Power Cable"
},
"power/catenary_mast": {
"name": "Catenary Pole",
"terms": "catenary pylon,catenary mast,overhead line,overhead wire"
},
"power/generator": {
"name": "Power Generator",
"terms": "hydro,solar,turbine,wind"
@@ -7016,6 +7395,10 @@
"name": "Hydroelectric Power Station",
"terms": "dam,power plant,run-of-the-river,tidal,water turbine"
},
"power/plant/source/method/photovoltaic": {
"name": "Solar Farm",
"terms": "photovoltaic power station,solar panels,solar park,utility-scale solar"
},
"power/plant/source/nuclear": {
"name": "Nuclear Power Plant",
"terms": "atomic,fission,power station,nuclear reactor"
@@ -7025,8 +7408,7 @@
"terms": "carbon,combustion,fossil fuel,oilfired,power station"
},
"power/plant/source/solar": {
"name": "Solar Farm",
"terms": "photovoltaic power station,solar panels,solar park,utility-scale solar"
"name": "Solar Power Plant"
},
"power/plant/source/waste": {
"name": "Waste Incineration Power Plant",
@@ -7435,7 +7817,8 @@
"name": "Tanning Salon"
},
"shop/bed": {
"name": "Bedding/Mattress Store"
"name": "Bedding/Mattress Store",
"terms": "bed,duvet,mattress,pillow"
},
"shop/beverages": {
"name": "Beverage Store",
@@ -7526,7 +7909,7 @@
},
"shop/clothes": {
"name": "Clothing Store",
"terms": "blouses,boutique,bras,clothes,dresses,fashion,pants,shirts,shorts,skirts,slacks,socks,suits,underwear"
"terms": "blouses,boutique,bras,clothes,dresses,fashion,outfits,pants,shirts,shorts,skirts,slacks,socks,suits,underwear"
},
"shop/clothes/second_hand": {
"name": "Secondhand Clothing Store",
@@ -7542,7 +7925,7 @@
},
"shop/clothes/wedding": {
"name": "Wedding Clothes Store",
"terms": "boutique,bridal,bride,bridegroom,bridesmaid,groom,groomsman,tuxedo,wedding dress,wedding gown"
"terms": "boutique,bridal,bride,bridegroom,bridesmaid,groom,groomsman,marriage outfits,tuxedo,wedding dress,wedding gown"
},
"shop/clothes/workwear": {
"name": "Workwear Store",
+1 -1
View File
File diff suppressed because one or more lines are too long
-42
View File
@@ -413,11 +413,6 @@
"placeholder": "2, 4, 6…",
"terms": "keloj,subteraj etaĝoj,subetaĝoj"
},
"building/levels_building": {
"label": "Etaĝoj de konstruaĵo",
"placeholder": "2, 4, 6…",
"terms": "etaĝoj,etaghoj,etagxoj,niveloj"
},
"building/material": {
"label": "Materialo de fasado",
"terms": "materialo"
@@ -495,9 +490,6 @@
"label": "Enhaveco [m³]",
"placeholder": "50, 100, 200…"
},
"cash_in": {
"label": "Enpagoj"
},
"castle_type": {
"label": "Speco",
"options": {
@@ -779,7 +771,6 @@
"label": "Signifo"
},
"departures_board": {
"label": "Tabulo de forveturoj",
"options": {
"no": "neniu",
"realtime": "elektronika",
@@ -1151,9 +1142,6 @@
"fuel": {
"label": "Brulaĵo"
},
"fuel_multi": {
"label": "Specoj de brulaĵoj"
},
"gambling": {
"label": "Ludoj"
},
@@ -1846,10 +1834,6 @@
"label": "Pagmanieroj",
"terms": "maniero de pago,kontanta mono,kreditkarto,pagkarto,bitcoin,bitmono"
},
"payment_multi_fee": {
"label": "Pagmanieroj",
"terms": "maniero de pago,kontanta mono,kreditkarto,pagkarto,bitcoin,bitmono"
},
"phases": {
"label": "Fazoj",
"placeholder": "1, 2, 3…"
@@ -1970,7 +1954,6 @@
"label": "Metodo de produkto"
},
"plant/output/electricity": {
"label": "Povumo",
"placeholder": "500 MW, 1000 MW, 2000 MW…"
},
"plant/source": {
@@ -2596,10 +2579,6 @@
"label": "Antaŭe mapigita je",
"terms": "dato de kontrolo"
},
"survey_point/datum_aligned": {
"label": "Alkonformigita al la loka geodezia referenca sistemo",
"terms": "alĝustigita,korekta,misĝustigita,malĝustigita,movita,erara"
},
"survey_point/purpose": {
"label": "Celo",
"options": {
@@ -2711,7 +2690,6 @@
"tracktype": {
"label": "Kvalito de vojo",
"options": {
"grade1": "Firma: malmoligita (asfalta) aŭ solide koherigita pavimo",
"grade2": "Plejparte firma: sablego/roko kun iomete da malmola materio (sablo, argilo)",
"grade3": "Egala miksaĵo de malmolaj kaj molaj (ŝuteblaj) materialoj",
"grade4": "Plejparte mola: tero/sablo/herbo kun iomete da malmolaj materialoj",
@@ -4545,10 +4523,6 @@
"name": "Librobindejo",
"terms": "bindejo,librobindisto,bindisto"
},
"craft/brewery": {
"name": "Bierfarejo",
"terms": "biero"
},
"craft/carpenter": {
"name": "Ĉarpentista laborejo",
"terms": "ĉarpentisto,charpentisto,cxarpentisto,meblisto,lignisto"
@@ -5126,10 +5100,6 @@
"name": "Aŭtovoja ligilo",
"terms": "enveturejo,elveturejo,aŭtoŝoseo,nodo"
},
"highway/motorway_link-US-CA": {
"name": "Aŭtovoja ligilo",
"terms": "enveturejo,elveturejo,aŭtoŝoseo,nodo"
},
"highway/passing_place": {
"name": "Preterpasejo",
"terms": "pasejo,preterveturejo"
@@ -5162,10 +5132,6 @@
"name": "Unua-rang-voja ligilo",
"terms": "nodo,elveturejo,enveturejo,vojkruciĝo"
},
"highway/primary_link-US-CA": {
"name": "Unua-rang-voja ligilo",
"terms": "nodo,elveturejo,enveturejo,vojkruciĝo"
},
"highway/raceway": {
"name": "Vojo aŭtokonkursada",
"terms": "aŭtokonkursejo,aŭtodromo,kurejo,dromo,formulo 1,nascar"
@@ -5282,10 +5248,6 @@
"name": "Ekspres-voja ligilo",
"terms": "nodo,elveturejo,enveturejo,vojkruciĝo"
},
"highway/trunk_link-US-CA": {
"name": "Ekspres-voja ligilo",
"terms": "nodo,elveturejo,enveturejo,vojkruciĝo"
},
"highway/turning_circle": {
"name": "Loko por turniĝi malantaŭen",
"terms": "reveturi,ĝirado u-forma,ghirado u-forma,gxirado u-forma,u-forma ĝirado"
@@ -6961,10 +6923,6 @@
"name": "Petrol-bruliganta elektrocentralo",
"terms": "elektrocentralo,centralo,elektrejo,petrolo,nafto,ŝtonoleo"
},
"power/plant/source/solar": {
"name": "Sunenergia elektrocentralo",
"terms": "elektrejo,centralo,sunpanelo,sunĉelo,fotovoltaiko,sunkolektroro,suncentralo"
},
"power/plant/source/waste": {
"name": "Rub-bruliganta elektrocentralo",
"terms": "centralo,elektrejo,rubbruligejo,rubbruligado,rubaĵbruligejo,roboforbruligo"
+1 -1
View File
File diff suppressed because one or more lines are too long
+423 -48
View File
@@ -331,7 +331,19 @@
"terms": "asientos,asiento,banco,escaño"
},
"bicycle_parking": {
"label": "Tipo"
"label": "Tipo",
"options": {
"building": "En un edificio",
"handlebar_holder": "Soporte para el manillar",
"lockers": "Casilleros individuales",
"shed": "Cobertizo cerrado",
"stands": "Soporte (soporta el cuadro de la bicicleta)",
"wall_loops": "Doblador de ruedas (sólo soporta la rueda)"
}
},
"bike_ride": {
"label": "Aparcamiento disuasorio para bicicletas",
"terms": "estacionar,estacionamiento,parking,transporte público,aparcar,aparcamiento,sistemas disuasorios,aparcamiento disuasorio,zona,bicicleta"
},
"bin": {
"label": "Papelera",
@@ -362,7 +374,8 @@
"label": "Tipo"
},
"booth": {
"label": "Cabina"
"label": "Cabina",
"terms": "cabina"
},
"bottle": {
"label": "Llenado de botellas"
@@ -413,11 +426,6 @@
"placeholder": "2, 4, 6...",
"terms": "niveles,pisos,subterráneos,sótano,subsuelo"
},
"building/levels_building": {
"label": "Niveles del edificio",
"placeholder": "2, 4, 6...",
"terms": "pisos,niveles,edificio"
},
"building/material": {
"label": "Material",
"terms": "material"
@@ -425,6 +433,10 @@
"building/part": {
"label": "Parte del edificio"
},
"building/prefabricated": {
"label": "Prefabricado",
"terms": "prefabricado,prefabricada,manufacturado,modular,portátil"
},
"building_area": {
"label": "Edificio",
"terms": "edificio,construcción"
@@ -499,7 +511,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Pagar en efectivo"
"label": "Depósitos"
},
"castle_type": {
"label": "Tipo",
@@ -534,7 +546,8 @@
},
"circumference": {
"label": "Circunferencia (a la altura del pecho)",
"placeholder": "1 m, 20 cm, 30\"…"
"placeholder": "1 m, 20 cm, 30\"…",
"terms": "circunferencia,diámetro a la altura del pecho"
},
"clothes": {
"label": "Ropa",
@@ -626,7 +639,35 @@
}
},
"crop": {
"label": "Cultivos"
"label": "Cultivos",
"options": {
"asparagus": "Espárragos",
"barley": "Cebada",
"beet": "Remolacha",
"cassava": "Yuca",
"coffee": "Café",
"cotton": "Algodón",
"cranberries": "Arándanos",
"fast_growing_wood": "Árboles forestales de cultivo corto",
"flowers": "Flores",
"grape": "Uvas",
"grass": "Césped",
"hop": "Lúpulo",
"lavender": "Lavanda",
"maize": "Maíz",
"potato": "Papas",
"rape": "Colza",
"rice": "Arroz",
"soy": "Soja",
"strawberry": "Fresas / Frutillas",
"sugar_beet": "Remolacha azucarera",
"sugarcane": "Caña de azúcar",
"sunflower": "Girasoles",
"tea": "Té",
"tobacco": "Tabaco",
"vegetable": "Verduras",
"wheat": "Trigo"
}
},
"crossing": {
"label": "Tipo"
@@ -779,10 +820,11 @@
"terms": "denominación,nombre,valor,confesión,comunión"
},
"denotation": {
"label": "Denotación"
"label": "Denotación",
"terms": "denotación,denotacion"
},
"departures_board": {
"label": "Tablero de salidas",
"label": "Tablero de Partida/Llegadas",
"options": {
"no": "Ninguno",
"realtime": "Tiempo real",
@@ -1022,6 +1064,18 @@
},
"entrance": {
"label": "Tipo",
"options": {
"emergency": "Salida de emergencia",
"entrance": "Sólo entrada",
"exit": "Sólo salida",
"garage": "Puerta de la cochera",
"home": "Casa o apartamento privado",
"main": "Principal",
"secondary": "Secundaria",
"service": "Servicio",
"staircase": "Escalera",
"yes": "Sin especificar"
},
"terms": "tipo,tipos"
},
"except": {
@@ -1154,8 +1208,36 @@
"fuel": {
"label": "Combustible"
},
"fuel_multi": {
"label": "Tipos de combustible"
"fuel/fuel_multi": {
"label": "Tipos de combustible",
"options": {
"GTL_diesel": "GTL diésel",
"HGV_diesel": "Diésel para camiones",
"LH2": "Hidrógeno líquido",
"adblue": "AdBlue / AUS 32",
"adblue:canister": "AdBlue / AUS 32 (envasado)",
"biodiesel": "Biodiésel",
"cng": "Gas natural comprimido (GNC)",
"diesel": "Diésel",
"e10": "Gasolina E10",
"e85": "Gasolina E85",
"h70": "Hidrógeno gaseoso (700 bar)",
"lpg": "Gas natural licuado (GLP)",
"octane_100": "Gasolina (100 octanos)",
"octane_80": "Gasolina (80 octanos)",
"octane_85": "Gasolina (85 octanos)",
"octane_87": "Gasolina (87 octanos)",
"octane_88": "Gasolina (88 octanos)",
"octane_89": "Gasolina (89 octanos)",
"octane_90": "Gasolina (90 octanos)",
"octane_91": "Gasolina (91 octanos)",
"octane_92": "Gasolina (92 octanos)",
"octane_93": "Gasolina (93 octanos)",
"octane_95": "Gasolina (95 octanos)",
"octane_97": "Gasolina (97 octanos)",
"octane_98": "Gasolina (98 octanos)",
"propane": "Propano"
}
},
"gambling": {
"label": "Juegos"
@@ -1177,14 +1259,48 @@
"terms": "género,sexo,femenino,masculino,unisex,no definido,hermafrodita,andrógino"
},
"generator/method": {
"label": "Método"
"label": "Método",
"options": {
"anaerobic_digestion": "Digestión anaeróbica",
"barrage": "Presa mareomotriz",
"combustion": "Combustión",
"fission": "Fisión",
"fusion": "Fusión",
"gasification": "Gasificación",
"photovoltaic": "Fotovoltaico",
"run-of-the-river": "Central hidroeléctrica de pasada",
"stream": "Corriente de marea",
"thermal": "Solar térmica",
"water-pumped-storage": "Acumulación por bombeo",
"water-storage": "Embalse",
"wind_turbine": "Turbina eólica"
}
},
"generator/output/electricity": {
"label": "Potencia de salida",
"placeholder": "50 MW, 100 MW, 200 MW..."
},
"generator/source": {
"label": "Fuente"
"label": "Fuente",
"options": {
"battery": "Batería",
"biofuel": "Combustibles de origen vegetal",
"biogas": "Biogás",
"biomass": "Materia vegetal",
"coal": "Carbón",
"diesel": "Diésel",
"gas": "Gas natural",
"gasoline": "Gasolina",
"geothermal": "Energía geotérmica",
"hydro": "Energía hidroeléctrica",
"nuclear": "Energía nuclear",
"oil": "Petróleo",
"solar": "Radiación solar",
"tidal": "Energía mareomotriz",
"waste": "Residuos",
"wave": "Energía undimotriz",
"wind": "Viento"
}
},
"generator/type": {
"label": "Tipo"
@@ -1233,7 +1349,94 @@
"label": "Tipo"
},
"healthcare/speciality": {
"label": "Especialidades"
"label": "Especialidades",
"options": {
"abortion": "Aborto",
"acupuncture": "Acupuntura",
"allergology": "Alergia y asma",
"anaesthetics": "Anestesiología",
"angiology": "Angiología",
"anthroposophical": "Medicina antroposófica",
"applied_kinesiology": "Kinesiología aplicada",
"aromatherapy": "Aromaterapia",
"ayurveda": "Ayurveda",
"behavior": "Terapia conductual",
"biochemistry": "Bioquímica",
"biology": "Biología",
"blood_check": "Análisis de sangre",
"body": "Terapia corporal",
"cardiology": "Cardiología",
"cardiothoracic_surgery": "Cirugía cardiotorácica",
"child_psychiatry": "Psiquiatría infantil y adolescente",
"chiropractic": "Quiropráctica",
"clinical_pathology": "Patología clínica",
"community": "Comunidad y salud pública",
"dental_oral_maxillo_facial_surgery": "Cirugía dental, oral y maxilofacial",
"depth": "Psicología profunda",
"dermatology": "Dermatología",
"dermatovenereology": "Dermatovenereología",
"diabetology": "Diabetología",
"diagnostic_radiology": "Radiología diagnóstica",
"emergency": "Medicina de emergencia",
"endocrinology": "Endocrinología",
"fertility": "Fertilidad",
"gastroenterology": "Gastroenterología",
"general": "Práctica general",
"geriatrics": "Medicina geriatrica",
"gynaecology": "Obstetricia y ginecología",
"haematology": "Hematología",
"hepatology": "Hepatología",
"herbalism": "Herboristería",
"homeopathy": "Homeopatía",
"humanistic": "Psicología humanista",
"hydrotherapy": "Hidroterapia",
"hypnosis": "Hipnosis",
"infectious_diseases": "Enfermedad infecciosa",
"intensive": "Cuidados intensivos",
"internal": "Medicina interna",
"naturopathy": "Naturopatía",
"neonatology": "Neonatología",
"nephrology": "Nefrología",
"neurology": "Neurología",
"neuropsychiatry": "Neuropsiquiatría",
"neurosurgery": "Neurocirugía",
"nuclear": "Medicina nuclear",
"occupational": "Medicina ocupacional",
"oncology": "Oncología",
"ophthalmology": "Oftalmología",
"orthodontics": "Ortodoncia",
"orthopaedics": "Cirugía ortopédica",
"osteopathy": "Osteopatía",
"otolaryngology": "Otorrinolaringología",
"paediatric_surgery": "Cirugía pediátrica",
"paediatrics": "Pediatría",
"palliative": "Cuidados paliativos",
"pathology": "Patología",
"physiatry": "Fisiatría y rehabilitación",
"plastic_surgery": "Cirugía plástica",
"podiatry": "Podología",
"proctology": "Cirugía colorrectal",
"psychiatry": "Psiquiatría",
"pulmonology": "Neumología",
"radiology": "Radiología",
"radiotherapy": "Radioterapia",
"reflexology": "Reflexología",
"reiki": "Reiki",
"rheumatology": "Reumatología",
"shiatsu": "Shiatsu",
"stomatology": "Estomatología",
"surgery": "Cirugía general",
"systemic": "Terapia sistémica",
"traditional_chinese_medicine": "Medicina tradicional china",
"transplant": "Cirugía de trasplante",
"trauma": "Cirugía traumatológica",
"tropical": "Medicina tropical",
"tuina": "Tui na",
"unani": "Medicina unani",
"urology": "Urología",
"vaccination": "Vacunación",
"vascular_surgery": "Cirugía vascular"
}
},
"heating": {
"label": "Calefacción"
@@ -1479,7 +1682,8 @@
"evergreen": "Perenne",
"semi_deciduous": "Semicaducifolio",
"semi_evergreen": "Semiperenne"
}
},
"terms": "ciclo de la hoja,hojas"
},
"leaf_type": {
"label": "Tipo de hoja",
@@ -1497,7 +1701,8 @@
"broadleaved": "Hoja ancha",
"leafless": "Sin hojas",
"needleleaved": "Coníferas"
}
},
"terms": "tipo de hoja,hojas"
},
"leisure": {
"label": "Tipo"
@@ -1525,7 +1730,8 @@
"label": "Socorrista acuático"
},
"line_attachment": {
"label": "Enganche de línea"
"label": "Fijación de la línea",
"terms": "fijación de la línea,enganche de la línea,soporte de la línea"
},
"line_management": {
"label": "Gestión de línea",
@@ -1652,6 +1858,10 @@
"placeholder": "20, 30, 40...",
"terms": "velocidad,límite mínimo de velocidad,mínima"
},
"model": {
"label": "Modelo",
"terms": "modelo"
},
"monitoring_multi": {
"label": "Supervisando"
},
@@ -1872,10 +2082,48 @@
},
"payment_multi": {
"label": "Formas de pago",
"terms": "formas de pago,tarjeta de crédito,dinero,efectivo,trueque,cheque,fianza,metálico,moneda,billete,bitcoin,criptomoneda"
},
"payment_multi_fee": {
"label": "Formas de pago",
"options": {
"account_cards": "Tarjeta de cuenta",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Aplicación móvil",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "Blik",
"cards": "Tarjeta de pago",
"cash": "Efectivo",
"cheque": "Cheque",
"clipper": "Clipper",
"coins": "Monedas",
"contactless": "Pago sin contacto",
"credit_cards": "Tarjeta de crédito",
"cryptocurrencies": "Criptomoneda",
"debit_cards": "Tarjeta de débito",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"electronic_purses": "Monedero electrónico",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard Contactless",
"notes": "Papel moneda",
"paypal": "PayPal",
"prepaid_ticket": "Billete prepago",
"telephone_cards": "Tarjeta telefónica",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Débito",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
},
"terms": "formas de pago,tarjeta de crédito,dinero,efectivo,trueque,cheque,fianza,metálico,moneda,billete,bitcoin,criptomoneda"
},
"phases": {
@@ -1997,8 +2245,21 @@
"plant/method": {
"label": "Método de generación"
},
"plant/output": {
"label": "Forma de salida de la energía",
"options": {
"cold_air": "Aire frío",
"cold_water": "Agua fría",
"compressed_air": "Aire comprimido",
"electricity": "Electricidad",
"hot_air": "Aire caliente",
"hot_water": "Agua caliente",
"steam": "Vapor",
"vacuum": "Vacío"
}
},
"plant/output/electricity": {
"label": "Potencia de salida",
"label": "Salida de energía eléctrica",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2021,6 +2282,10 @@
"population": {
"label": "Cantidad de población"
},
"population/date": {
"label": "Fecha de la población",
"placeholder": "AAAA-MM-DD"
},
"portable": {
"label": "Portátil",
"terms": "portable,movible,transportable"
@@ -2176,6 +2441,30 @@
},
"religion": {
"label": "Religión",
"options": {
"bahai": "Bahá'í",
"benzhu": "Benzhu",
"buddhist": "Budista",
"caodaism": "Caodaísta",
"chinese_folk": "Religión popular China",
"christian": "Cristiano",
"confucian": "Confuciano",
"hindu": "Hindú",
"jain": "Jainista",
"jewish": "Judío",
"multifaith": "Multirreligioso",
"muslim": "Musulmán",
"none": "No religioso",
"pagan": "Pagano",
"shinto": "Sintoísmo",
"sikh": "Sijismo",
"spiritualist": "Espiritista",
"taoist": "Taoísta",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Unitarismo universalista",
"vietnamese_folk": "Religión popular vietnamita",
"voodoo": "Vudú"
},
"terms": "religión,confesión,judío,cristiano,católico,ateo,cienciología,testigos de jehová,umbanda,protestante,budista,dios,filosofía,wicca,ortodoxos,mormones,espiritual,ritual,helenismo,pastafarismo,chamanismo,brujería,pagano,islam,jediismo,satanismo,shinto,taoísmo,yoga,reiki,iglesia,templo,monasterio,capilla,catedral"
},
"reservation": {
@@ -2492,6 +2781,9 @@
},
"terms": "fuentes,referencias,orígenes,origen"
},
"source/population": {
"label": "Fuente de la población"
},
"species": {
"label": "Especies",
"placeholder": "Acer platanoides, Quercus robur, …",
@@ -2611,7 +2903,18 @@
"label": "Sustancia"
},
"substation": {
"label": "Tipo"
"label": "Tipo",
"options": {
"compensation": "Compensación de potencia reactiva",
"converter": "Convertidor CA/CC de alta tensión",
"distribution": "Distribución regional",
"generation": "Generación",
"industrial": "Industrial",
"minor_distribution": "Distribución local",
"traction": "Suministro del sistema de tracción",
"transition": "Transición de superficie/subterránea",
"transmission": "Transmisión de alta tensión"
}
},
"supervised": {
"label": "Vigilado",
@@ -2632,11 +2935,17 @@
"grass": "Césped",
"gravel": "Grava",
"ground": "Suelo",
"metal": "Metal",
"mud": "Continuamente embarrado",
"paved": "Pavimentado",
"paving_stones": "Adoquines",
"salt": "Sal",
"sand": "Arena",
"sett": "Adoquinado",
"unhewn_cobblestone": "Empedrado (piedras sin cortar, redondeadas)",
"unpaved": "Sin pavimentar",
"wood": "Madera"
"wood": "Madera",
"woodchips": "Astillas de madera"
},
"terms": "superficie"
},
@@ -2758,6 +3067,15 @@
"label": "Posiciones",
"terms": "posición"
},
"toilets/wheelchair": {
"label": "Baño accesible para sillas de ruedas",
"options": {
"limited": "Limitado",
"no": "No",
"yes": "Sí"
},
"terms": "baño,inodoro,accesible,accesibilidad,discapacitados,minusválidos"
},
"toll": {
"label": "Peaje",
"terms": "peaje"
@@ -2781,7 +3099,7 @@
"tracktype": {
"label": "Tipo de pista",
"options": {
"grade1": "Sólido: pavimentada o de superficie compacta y dura",
"grade1": "Sólido: pavimentada",
"grade2": "Mayormente sólido: grava/roca con algún material suave mezclado",
"grade3": "Mezcla pareja de materiales duros y blandos",
"grade4": "Mayormente Suave: tierra/arena/césped con algún un material duro mezclado",
@@ -2887,11 +3205,25 @@
"placeholder": "Predeterminado"
},
"tunnel_combo": {
"label": "Tipo"
"label": "Tipo",
"options": {
"avalanche_protector": "Protector contra avalanchas",
"building_passage": "Pasaje del edificio",
"culvert": "Alcantarilla",
"flooded": "Túnel inundado"
}
},
"turning_circle": {
"label": "Forma"
},
"two_sided": {
"label": "Dos lados",
"options": {
"undefined": "No",
"yes": "Sí"
},
"terms": "dos lados,doble lado,dos caras,doble cara"
},
"usage_rail": {
"label": "Tipo de uso",
"options": {
@@ -3332,7 +3664,7 @@
"name": "Estación / Terminal de bus"
},
"amenity/cafe": {
"name": "Cafetería",
"name": "Café",
"terms": "café,cafe,cafetería,cafeteria,té,te,salón de té,salon de te,casa de té,casa de te,bar,restaurante"
},
"amenity/cafe/bubble_tea": {
@@ -3485,6 +3817,10 @@
"name": "Hamburguesa (Comida rápida)",
"terms": "desayuno,cena,comedor,comer,parrilla,almuerzo,mesa,café,cafe,comida rápida,comida al paso"
},
"amenity/fast_food/cafeteria": {
"name": "Cafetería",
"terms": "cafetería,café,comedor,refectorio,cantina"
},
"amenity/fast_food/chicken": {
"name": "Pollo (Comida rápida)",
"terms": "desayuno,cena,comedor,comer,parrilla,almuerzo,mesa,café,cafe,comida rápida,comida al paso"
@@ -4560,6 +4896,10 @@
"name": "Edificio agrícola",
"terms": "edificio agrícola,edificio agricola,agrícola,agricola,granja,edificio agrario,construcción agrícola"
},
"building/fire_station": {
"name": "Edificio de la estación de bomberos",
"terms": "edificio de la estación de bomberos,estación de bomberos,bomberos"
},
"building/garage": {
"name": "Garaje privado",
"terms": "garaje,cochera"
@@ -4760,8 +5100,8 @@
"terms": "encuadernador,empastador,libro"
},
"craft/brewery": {
"name": "Cervecería",
"terms": "cervecería,fábrica de cerveza,cerveza"
"name": "Cervecería artesanal",
"terms": "alcohol,cerveza,bebida"
},
"craft/carpenter": {
"name": "Carpintero",
@@ -5216,7 +5556,7 @@
"name": "Centro de salud (tipo no especificado)"
},
"highway": {
"name": "Elemento de carretera"
"name": "a"
},
"highway/bridleway": {
"name": "Camino de herradura",
@@ -5229,6 +5569,10 @@
"highway/bus_stop": {
"name": "Parada de bus"
},
"highway/busway": {
"name": "Vía de autobús",
"terms": "autobús de tránsito rápido,bus rapid transit,brt,metrobús,metrobus,sistemas de autobús expreso,sistemas de transporte rápidos en autobuses,sistemas de transporte público masivo en autobuses,autobus,colectivo"
},
"highway/construction": {
"name": "Vía en construcción",
"terms": "carretera en construcción,calle en construcción,camino en construcción,construcción de carreteras,obras viales,vía en obras"
@@ -5370,10 +5714,6 @@
"name": "Enlace de autopista",
"terms": "rampa de acceso,rampa de ingreso,rampa de salida,acceso,ingreso,salida,enlace,autopista,autovía"
},
"highway/motorway_link-US-CA": {
"name": "Enlace de autopista",
"terms": "rampa de acceso,rampa de ingreso,rampa de salida,acceso,ingreso,salida,enlace,autopista,autovía"
},
"highway/passing_place": {
"name": "Lugar de paso",
"terms": "lugar de paso,parada,zona de descanso"
@@ -5406,10 +5746,6 @@
"name": "Enlace de carretera primaria",
"terms": "enlace carretera primaria,enlace a carretera primaria,enlace a vía primaria"
},
"highway/primary_link-US-CA": {
"name": "Enlace principal",
"terms": "rampa de acceso,rampa de ingreso,rampa de salida,acceso,ingreso,salida,enlace,autopista,autovía"
},
"highway/raceway": {
"name": "Pista de carreras de automovilismo",
"terms": "auto*,fórmula uno,f1,kart,motocross,nascar,carrera,pista"
@@ -5470,6 +5806,9 @@
"name": "Pasillo de estacionamiento",
"terms": "pasillo,coche,carro,auto,automóvil,vehículo,aparcamiento,parking,aparcadero,estacionamiento,garaje,parqueadero,parqueo"
},
"highway/service_area": {
"name": "Área de servicio pavimentada"
},
"highway/services": {
"name": "Área de servicio",
"terms": "área de servicios,área de descanso"
@@ -5534,10 +5873,6 @@
"name": "Enlace de carretera principal",
"terms": "enlace principal,enlace a carretera troncal"
},
"highway/trunk_link-US-CA": {
"name": "Enlace troncal",
"terms": "rampa de acceso,rampa de ingreso,rampa de salida,acceso,ingreso,salida,enlace,autopista,autovía"
},
"highway/turning_circle": {
"name": "Círculo de giro",
"terms": "círculo de giro,cul de sac"
@@ -5832,7 +6167,7 @@
"terms": "terreno,religioso,religión,religion,monasterio,convento,seminario,casa de retiro,instituto religioso,capilla,templo,iglesia,lugar de oración,gruta"
},
"landuse/reservoir": {
"name": "Reservorio"
"name": "Embalse"
},
"landuse/residential": {
"name": "Área residencial",
@@ -6046,6 +6381,10 @@
"name": "Campo de fútbol americano",
"terms": "cancha,campo,fútbol,football,americano,gridiron"
},
"leisure/pitch/american_handball": {
"name": "Cancha de handball americano / Pista de balonmano americana",
"terms": "handball,wallball,balonmano,cancha,pista"
},
"leisure/pitch/archery": {
"name": "Campo de tiro con arco",
"terms": "arco y flecha,ballesta,rango de arquería,tiro con arco"
@@ -6497,6 +6836,10 @@
"name": "Punto geodésico",
"terms": "vértice geodésico,punto geodésico"
},
"man_made/tailings_pond": {
"name": "Estanque de relaves",
"terms": "estanque,relaves,minería,separación,lodo"
},
"man_made/torii": {
"name": "Torii",
"terms": "puerta japonesa,santuario sintoísta"
@@ -6581,6 +6924,10 @@
"name": "Fábrica",
"terms": "factoría,manofactura,industria,taller,ensamblaje,planta,materia prima,fabricado,producción,fabricación,ingenio,procesadora,refinería,cervecería,azucarera"
},
"man_made/works/brewery": {
"name": "Cervecería industrial",
"terms": "alcohol,cerveza,bebida"
},
"man_made/yes": {
"name": "Elemento artificial (tipo no especificado)"
},
@@ -6723,6 +7070,10 @@
"name": "Piedra sin unir",
"terms": "roca,piedra"
},
"natural/strait": {
"name": "Estrecho",
"terms": "estrecho,canal,paso,pasaje"
},
"natural/tree": {
"name": "Árbol",
"terms": "árbol,arbol,arbusto"
@@ -6731,6 +7082,10 @@
"name": "Árboles en fila",
"terms": "fila,hilera,árboles,arboles"
},
"natural/tree_stump": {
"name": "Tocón de árbol",
"terms": "tocón,tocon,tueco,corte,árbol cortado,árbol quitado"
},
"natural/valley": {
"name": "Valle",
"terms": "cañón,depresión,cañada,garganta,barranco,hueco,grieta,valle"
@@ -6759,6 +7114,10 @@
"name": "Foso",
"terms": "foso"
},
"natural/water/oxbow": {
"name": "Brazo muerto",
"terms": "brazo muerto,meandro abandonado,hoz abandonada,lago en herradura,galacho"
},
"natural/water/pond": {
"name": "Estanque",
"terms": "estanque,poza de agua,lago de molino,lago de montaña,ibón,piscina natural,remanso,charca"
@@ -6992,6 +7351,10 @@
"name": "Oficina de investigador privado",
"terms": "investigador privado,detective privado"
},
"office/property_management": {
"name": "Administración de propiedades / Oficina de arrendamiento",
"terms": "alquiler de inmuebles,administración,inmobiliaria"
},
"office/quango": {
"name": "Oficina ONG cuasiautónoma",
"terms": "ong,no gubernamentales,organización,cuasi autónoma,cuasiautónoma"
@@ -7027,6 +7390,10 @@
"office/travel_agent": {
"name": "Agencia de viajes"
},
"office/union": {
"name": "Oficina sindical",
"terms": "sindicato,gremio"
},
"office/water_utility": {
"name": "Oficina de servicios públicos de agua",
"terms": "servicio público,servicio publico,agua,saneamiento"
@@ -7273,6 +7640,10 @@
"name": "Cable eléctrico subterráneo",
"terms": "cable,alimentación,energía,electricidad,subterráneo"
},
"power/catenary_mast": {
"name": "Poste de la catenaria",
"terms": "poste de la catenaria,pilón catenario,mástil catenario,línea aérea,cable aéreo"
},
"power/generator": {
"name": "Generador de energía",
"terms": "subestación,generador,generador eléctrico,generador de electricidad,generador de potencia,generador de energía,estación eléctrica,planta de electridad,central elécrica,electricidad,eléctrica,electrica"
@@ -7325,6 +7696,10 @@
"name": "Estación de energía hidroeléctrica",
"terms": "represa,presa,central eléctrica,central electrica,escurrimiento del río,marea,turbina de agua"
},
"power/plant/source/method/photovoltaic": {
"name": "Granja solar",
"terms": "central fotovoltaica,paneles solares,parque solar,granja solar,solar a gran escala"
},
"power/plant/source/nuclear": {
"name": "Planta de energía nuclear",
"terms": "atómica,fisión,fision,central eléctrica,central electrica,reactor nuclear"
@@ -7334,8 +7709,8 @@
"terms": "carbón,combustión,combustible fósil,petróleo,central eléctrica"
},
"power/plant/source/solar": {
"name": "Huerta solar",
"terms": "central fotovoltaica,paneles solares,parque solar,parque fotovoltaico,huerta solar,huerto solar,granja solar,campo solar,solar"
"name": "Planta de energía solar",
"terms": "planta,energía,solar"
},
"power/plant/source/waste": {
"name": "Planta de energía de incineración de residuos",
+1 -1
View File
File diff suppressed because one or more lines are too long
-22
View File
@@ -338,10 +338,6 @@
"placeholder": "2, 4, 6...",
"terms": "keldrikorruseid"
},
"building/levels_building": {
"label": "Hoone korruseid",
"placeholder": "2, 4, 6..."
},
"building/material": {
"label": "Materjal",
"terms": "ehitusmaterjal"
@@ -397,9 +393,6 @@
"label": "Mahutavus (kuupmeetrites)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Sularaha sissemakse"
},
"castle_type": {
"label": "Tüüp"
},
@@ -572,7 +565,6 @@
"label": "Olulisus"
},
"departures_board": {
"label": "Infotabloo",
"options": {
"no": "Puudub",
"realtime": "Reaalajas",
@@ -776,9 +768,6 @@
"fuel": {
"label": "Kütus"
},
"fuel_multi": {
"label": "Kütuse liigid"
},
"gambling": {
"label": "Mängud"
},
@@ -1144,9 +1133,6 @@
"payment_multi": {
"label": "Makseviisid"
},
"payment_multi_fee": {
"label": "Makseviisid"
},
"phone": {
"label": "Telefon",
"placeholder": "+372 567 8901",
@@ -1408,7 +1394,6 @@
"tracktype": {
"label": "Tee kõvadus",
"options": {
"grade1": "Kõva: sillutatud või tugevalt tihendatud tee",
"grade2": "Peamiselt kõva: sillutamata tee, kruus, kivi või kõva pinnas",
"grade3": "Ühtlane segu kõvadest ja pehmetest materjalidest",
"grade4": "Peamiselt pehme: suurem osa muld, liiv või rohi, osaliselt kõva pinnas",
@@ -2239,9 +2224,6 @@
"craft/bookbinder": {
"name": "Raamatuköitja"
},
"craft/brewery": {
"name": "Pruulikoda"
},
"craft/carpenter": {
"name": "Tisler",
"terms": "puusepp,puussepp"
@@ -3303,10 +3285,6 @@
"name": "Tuumaelektrijaam",
"terms": "tuumajaam,aatom,reaktor"
},
"power/plant/source/solar": {
"name": "Päikeseelektrijaam",
"terms": "päikese,elektri"
},
"power/plant/source/wind": {
"name": "Tuulepark"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-9
View File
@@ -340,9 +340,6 @@
"label": "Edukiera",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Kobratu"
},
"castle_type": {
"label": "Mota"
},
@@ -671,9 +668,6 @@
"fuel": {
"label": "Erregai"
},
"fuel_multi": {
"label": "Erregai motak"
},
"garden/type": {
"label": "Lorategi mota"
},
@@ -1028,9 +1022,6 @@
"payment_multi": {
"label": "Ordaintzeko Moduak"
},
"payment_multi_fee": {
"label": "Ordainketa motak"
},
"phases": {
"label": "Faseak",
"placeholder": "1, 2, 3..."
+1 -1
View File
File diff suppressed because one or more lines are too long
-26
View File
@@ -399,11 +399,6 @@
"placeholder": "۲, ۴, ۶...",
"terms": "طبقه‌های زیرزمین، طبقات زیرزمین"
},
"building/levels_building": {
"label": "طبقات ساختمان",
"placeholder": "۲, ۴, ۶...",
"terms": "طبقه‌های ساختمان"
},
"building/material": {
"label": "جنس"
},
@@ -473,9 +468,6 @@
"label": "ظرفیت (متر مکعب)",
"placeholder": "۵۰, ۱۰۰, ۲۰۰..."
},
"cash_in": {
"label": "واریز وجه"
},
"castle_type": {
"label": "نوع",
"options": {
@@ -739,7 +731,6 @@
"label": "شاخص"
},
"departures_board": {
"label": "تابلو اعلانات پروازهای خروجی",
"options": {
"no": "هیچ",
"realtime": "زمان واقعی",
@@ -1038,9 +1029,6 @@
"fuel": {
"label": "سوخت"
},
"fuel_multi": {
"label": "انواع سوخت"
},
"gambling": {
"label": "بازی‌ها"
},
@@ -1683,10 +1671,6 @@
"label": "روش‌های پرداخت",
"terms": "انواع پرداخت"
},
"payment_multi_fee": {
"label": "شیوه‌های پرداخت",
"terms": "روش پرداخت، شیوه پرداخت، نوع پرداخت"
},
"phases": {
"label": "فازها",
"placeholder": "۱, ۲, ۳..."
@@ -1807,7 +1791,6 @@
"label": "روش تولید"
},
"plant/output/electricity": {
"label": "توان خروجی",
"placeholder": "۵۰۰ مگاوات، ۱۰۰۰ مگاوات، ۲۰۰۰ مگاوات..."
},
"plant/source": {
@@ -2488,7 +2471,6 @@
"tracktype": {
"label": "نوع مسیر",
"options": {
"grade1": "سخت: روسازی‌شده یا سطح سخت به‌شدت فشرده",
"grade2": "عمدتا سخت: ماسه / سنگ مخلوط شده با بعضی از مواد نرم",
"grade3": "مخلوطی هموار از مواد سخت و نرم",
"grade4": "بیشتر نرم: خاک / شن و ماسه / چمن مخلوط با بعضی از مواد سخت",
@@ -4272,10 +4254,6 @@
"name": "صحافی",
"terms": "تعمیر کتاب ، صحافی"
},
"craft/brewery": {
"name": "آبجو سازی",
"terms": "الکل ، آبجو ، نوشیدنی ، مشروب ، آشامیدنی ، خمر ، مشروب الکلی، شراب سیب"
},
"craft/carpenter": {
"name": "نجاری",
"terms": "خراط ، منبت کار ، مبل ساز ، نجار ، کار با چوب ، گره چین ، پیکر تراش ، معرق کار ، مشبک کار ، کابینت ساز"
@@ -6358,10 +6336,6 @@
"power/plant/source/nuclear": {
"name": "نیروگاه برق هسته‌ای"
},
"power/plant/source/solar": {
"name": "مزرعه خورشیدی / نیروگاه خورشیدی",
"terms": "نیروگاه فتوولتائیک ، پانل های خورشیدی ، پارک خورشیدی ، خورشیدی در مقیاس ابزار ، سلول خورشیدی"
},
"power/plant/source/wind": {
"name": "نیروگاه بادی",
"terms": "باد دریایی ، پارک بادی ، نیروگاه بادی ، نیروگاه بادی ، توربین های بادی ، آسیاب های بادی"
+1 -1
View File
File diff suppressed because one or more lines are too long
-33
View File
@@ -366,10 +366,6 @@
"label": "Maanalaiset kerrokset",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "Rakennuksen kerrokset",
"placeholder": "2, 4, 6..."
},
"building/material": {
"label": "Materiaali"
},
@@ -420,9 +416,6 @@
"label": "Tilavuus (kuutiometreissä)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Käteisen talletus"
},
"castle_type": {
"label": "Tyyppi",
"options": {
@@ -661,7 +654,6 @@
"label": "Merkittävyys"
},
"departures_board": {
"label": "Lähtöjen tiedotustapa",
"options": {
"no": "Ei",
"realtime": "Reaaliaikainen",
@@ -955,9 +947,6 @@
"fuel": {
"label": "Polttoaine"
},
"fuel_multi": {
"label": "Polttonesteet"
},
"gambling": {
"label": "Pelit"
},
@@ -1564,9 +1553,6 @@
"payment_multi": {
"label": "Maksutavat"
},
"payment_multi_fee": {
"label": "Maksutavat"
},
"phases": {
"label": "Vaiheet",
"placeholder": "1, 2, 3..."
@@ -1664,7 +1650,6 @@
"label": "Energiantuottomenetelmä"
},
"plant/output/electricity": {
"label": "Sähköntuotanto",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2256,7 +2241,6 @@
"tracktype": {
"label": "Tiepohja",
"options": {
"grade1": "Kiinteä: päällystetty tai voimakkaasti pakkaantunut, kova pinta",
"grade2": "Enimmäkseen kiinteä: soraa/kiveä johon sekoittunut hieman pehmeää maa-ainesta",
"grade3": "Sekoitus kovaa ja pehmeää maa-ainesta",
"grade4": "Enimmäkseen pehmeä: multaa/hiekkaa/ruohoa johon sekoittunut hieman kovaa maa-ainesta",
@@ -3736,10 +3720,6 @@
"craft/bookbinder": {
"name": "Kirjasitomo"
},
"craft/brewery": {
"name": "Olutpanimo",
"terms": "panimo,olut,viina,viini,alkoholi,alko"
},
"craft/carpenter": {
"name": "Puuseppä"
},
@@ -4181,9 +4161,6 @@
"highway/motorway_link": {
"name": "Moottoritien ramppi"
},
"highway/motorway_link-US-CA": {
"name": "Moottoritien ramppi"
},
"highway/passing_place": {
"name": "Ajoneuvojen kohtauspaikka"
},
@@ -4210,9 +4187,6 @@
"highway/primary_link": {
"name": "Kantatien ramppi"
},
"highway/primary_link-US-CA": {
"name": "Kantatien ramppi"
},
"highway/raceway": {
"name": "Moottorirata"
},
@@ -4306,9 +4280,6 @@
"highway/trunk_link": {
"name": "Valtatien ramppi"
},
"highway/trunk_link-US-CA": {
"name": "Valtatien ramppi"
},
"highway/turning_circle": {
"name": "Kääntymispaikka",
"terms": "kääntymispaikka,kääntöpaikka,u-käännös,kääntöympyrä,kääntymisympyrä,u-käännöksen tekopaikka"
@@ -5504,10 +5475,6 @@
"power/plant/source/oil": {
"name": "Öljyvoimala"
},
"power/plant/source/solar": {
"name": "Aurinkovoimala",
"terms": "aurinkopuisto,voimalaitos,aurinkopaneeli"
},
"power/plant/source/waste": {
"name": "Jätevoimalaitos"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+527 -65
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
-24
View File
@@ -355,11 +355,6 @@
"placeholder": "2, 4, 6...",
"terms": "niveis,pisos,soto,sotos,subterráneos,sótano,subsolo,subchan"
},
"building/levels_building": {
"label": "Andares do edificio",
"placeholder": "2, 4, 6...",
"terms": "andares,pisos,niveis,plantas"
},
"building/material": {
"label": "Material"
},
@@ -403,9 +398,6 @@
"capacity_volume": {
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Pagamento en efectivo"
},
"castle_type": {
"label": "Tipo"
},
@@ -581,7 +573,6 @@
"label": "Denotación"
},
"departures_board": {
"label": "Taboleiro de saídas",
"options": {
"no": "Ningún",
"realtime": "Tempo real",
@@ -831,9 +822,6 @@
"fuel": {
"label": "Combustíbel"
},
"fuel_multi": {
"label": "Tipos de combustíbeis"
},
"gambling": {
"label": "Xogos"
},
@@ -1403,9 +1391,6 @@
"payment_multi": {
"label": "Tipos de pagamento"
},
"payment_multi_fee": {
"label": "Tipos de pagamento"
},
"phases": {
"label": "Fases",
"placeholder": "1, 2, 3..."
@@ -1525,7 +1510,6 @@
"label": "Método de produción "
},
"plant/output/electricity": {
"label": "Potencia de saída",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2110,7 +2094,6 @@
"tracktype": {
"label": "Tipo da pista",
"options": {
"grade1": "Sólido: superficie pavimentada ou fortemente compactada",
"grade2": "Principalmente Sólido: grava/rocha con algún material brando mesturado",
"grade3": "Mesma mestura de materiais duros e brandos",
"grade4": "Principalmente Brando: terra/area/herba con algún material duro mesturado",
@@ -3686,10 +3669,6 @@
"name": "Encadernador",
"terms": "encadernador,libros"
},
"craft/brewery": {
"name": "Cervexeiro",
"terms": "cervexeiro,cervexaría,cervexa"
},
"craft/carpenter": {
"name": "Carpinteiro",
"terms": "carpinteiro,madeira,ebanista"
@@ -5582,9 +5561,6 @@
"power/plant/source/nuclear": {
"name": "Planta de enerxía nuclear"
},
"power/plant/source/solar": {
"name": "Planta de enerxía solar"
},
"power/plant/source/wind": {
"name": "Planta de enerxía eólica"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-26
View File
@@ -397,11 +397,6 @@
"placeholder": "2, 4, 6...",
"terms": "קומות מתחת לאדמה,קומות מרתף,קומות חנייה"
},
"building/levels_building": {
"label": "קומות בבניין",
"placeholder": "2, 4, 6…",
"terms": "בניין קומה,מבנה קומה,קומת מגורים,בניינים בדרגה,קומה,מדרג"
},
"building/material": {
"label": "חומר",
"terms": "חומר,מקור"
@@ -461,9 +456,6 @@
"label": "קיבולת (מטרים מעוקבים)",
"placeholder": "50, 100, 200…"
},
"cash_in": {
"label": "הפקדה"
},
"castle_type": {
"label": "סוג"
},
@@ -715,7 +707,6 @@
"label": "אזכור"
},
"departures_board": {
"label": "לוח המראות",
"options": {
"no": "אין",
"realtime": "זמן אמת",
@@ -1042,9 +1033,6 @@
"fuel": {
"label": "דלק"
},
"fuel_multi": {
"label": "סוגי דלק"
},
"gambling": {
"label": "משחקים"
},
@@ -1677,10 +1665,6 @@
"label": "צורות תשלום",
"terms": "סוגי תשלום,אמצעי תשלום,סליקה,אשראי,מזומן"
},
"payment_multi_fee": {
"label": "סוגי תשלום",
"terms": "סליקה,שיטות סליקה,אשראי,מזומן,צ׳קים,המחאות,שקים,צ'קים,צ'ק,צ׳ק,שיק,שק"
},
"phases": {
"label": "פאזות",
"placeholder": "1, 2, 3…"
@@ -1801,7 +1785,6 @@
"label": "שיטת יצירה"
},
"plant/output/electricity": {
"label": "הספק חשמל",
"placeholder": "500 MW, 1000 MW, 2000 MW…"
},
"plant/source": {
@@ -2490,7 +2473,6 @@
"tracktype": {
"label": "סוג המסלול",
"options": {
"grade1": "יציב: משטח סלול או מהודק היטב",
"grade2": "די יציב: חצץ/אבנים בערבוב עם חומר רך",
"grade3": "ערבוב שווה של חומרים קשים וקלים",
"grade4": "די רך: אדמה/חול/דשא בערבוב עם חומר קשה",
@@ -4289,10 +4271,6 @@
"name": "כורך ספרים",
"terms": "כורכת ספרים"
},
"craft/brewery": {
"name": "מבשלת בירה",
"terms": "מבשלת בירה"
},
"craft/carpenter": {
"name": "נגר",
"terms": "נגרית,נגרת"
@@ -6568,10 +6546,6 @@
"name": "תחנת כוח מופעלת בדלק",
"terms": "פחמן,בעירה,שריפה,תחנת כוח,חשמל,ייצור חשמל,יצירת חשמל,תחנת חשמל,דלק מוצק,דלקים מוצקים"
},
"power/plant/source/solar": {
"name": "תחנת כוח סולרי",
"terms": "חווה סולרית"
},
"power/plant/source/waste": {
"name": "מפעל להפקת אנרגיה מפסולת",
"terms": "מחזור,מיחזור,אשפה,פסולת,אנרגיה,אנרגיה מתחדש,אנרגיה ירוקה,אנרגיה נקייה"
+1 -1
View File
File diff suppressed because one or more lines are too long
-18
View File
@@ -310,11 +310,6 @@
"placeholder": "2, 4, 6...",
"terms": "podzemne razine"
},
"building/levels_building": {
"label": "Katova zgrade",
"placeholder": "2, 4, 6...",
"terms": "razine zgrade,razine građevine,katovi"
},
"building/material": {
"label": "Materijal",
"terms": "matrijal"
@@ -488,7 +483,6 @@
"label": "Obilježavanje"
},
"departures_board": {
"label": "Lista odlazaka",
"options": {
"no": "Nema",
"realtime": "U pravom vremenu",
@@ -647,9 +641,6 @@
"fuel": {
"label": "Gorivo"
},
"fuel_multi": {
"label": "Tipovi goriva"
},
"gauge": {
"label": "Širina kolosijeka"
},
@@ -1097,10 +1088,6 @@
"label": "Načini plaćanja",
"terms": "način plaćanja"
},
"payment_multi_fee": {
"label": "Načini plaćanja",
"terms": "način plaćanja"
},
"phone": {
"label": "Telefon",
"placeholder": "+385 01 123 4567",
@@ -1150,7 +1137,6 @@
"label": "Elektrana"
},
"plant/output/electricity": {
"label": "Električna snaga",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"polling_station": {
@@ -1448,7 +1434,6 @@
"tracktype": {
"label": "Vrsta poljskog ili šumskog puta",
"options": {
"grade1": "Čvrsto: asfaltirana ili jako zbijeni makadam",
"grade2": "Većinom čvrsto: šljunak/kamenčići pomiješani sa mekšim materijalima",
"grade3": "Jednolika mješavina čvrstih i mekanih materijala",
"grade4": "Većinom mekano: zemlja/pjesak/trava sa nešto čvrstih materijala",
@@ -2197,9 +2182,6 @@
"craft/bookbinder": {
"name": "Knjigovezac"
},
"craft/brewery": {
"name": "Pivara"
},
"craft/carpenter": {
"name": "Stolar"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -39
View File
@@ -412,11 +412,6 @@
"placeholder": "2, 4, 6…",
"terms": "alagsor,pince,alsó szint"
},
"building/levels_building": {
"label": "Épületszintek",
"placeholder": "2, 4, 6...",
"terms": "épületszint,emelet"
},
"building/material": {
"label": "Anyag",
"terms": "anyag,építőanyag,alapanyag,összetevő,alkotóelem"
@@ -494,9 +489,6 @@
"label": "Kapacitás (köbméter)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Befizetés"
},
"castle_type": {
"label": "Típus",
"options": {
@@ -778,7 +770,6 @@
"label": "Jelentőség"
},
"departures_board": {
"label": "Indulásjelző tábla",
"options": {
"no": "Nincs",
"realtime": "Valós idejű",
@@ -1147,9 +1138,6 @@
"fuel": {
"label": "Üzemanyag"
},
"fuel_multi": {
"label": "Üzemanyagtípusok"
},
"gambling": {
"label": "Szerencsejátékok"
},
@@ -1848,10 +1836,6 @@
"label": "Fizetési típusok",
"terms": "fizetési módok"
},
"payment_multi_fee": {
"label": "Fizetési típusok",
"terms": "fizetési módok"
},
"phases": {
"label": "Fázisok száma",
"placeholder": "1, 2, 3..."
@@ -1972,7 +1956,6 @@
"label": "Áramfejlesztés módja"
},
"plant/output/electricity": {
"label": "Kimeneti teljesítmény",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2614,10 +2597,6 @@
"label": "Legutóbb felmérve",
"terms": "felmérés,megfigyelés,utolsó megfigyelés,adatfelvétel ideje"
},
"survey_point/datum_aligned": {
"label": "A helyi geodéziai dátumhoz igazítva",
"terms": "pontosan bemérve,földmérési adathoz igazítva,kimérve,geodéziai adathoz igazítva"
},
"survey_point/purpose": {
"label": "Cél",
"options": {
@@ -2737,7 +2716,6 @@
"tracktype": {
"label": "Mezőgazdasági/erdészeti út szilárdsága",
"options": {
"grade1": "Szilárd: burkolt vagy erősen tömörített felület",
"grade2": "Többnyire szilárd: murva/kő valamennyi lazább anyaggal",
"grade3": "Szilárd és laza anyagok egyenletes keveréke",
"grade4": "Többnyire laza: föld/homok/fű út némi kemény anyaggal",
@@ -4632,10 +4610,6 @@
"name": "Könyvkötészet",
"terms": "könyvkötő"
},
"craft/brewery": {
"name": "Sörfőzde",
"terms": "sörfőző"
},
"craft/carpenter": {
"name": "Ács",
"terms": "tetőfedő,épületasztalos"
@@ -5181,9 +5155,6 @@
"name": "Autópálya fel- vagy lehajtó",
"terms": "kijárat,lehajtás,felhajtás"
},
"highway/motorway_link-US-CA": {
"name": "Autópálya fel- vagy lehajtó"
},
"highway/passing_place": {
"name": "Kitérőhely"
},
@@ -5212,9 +5183,6 @@
"name": "Főút fel- vagy lehajtó",
"terms": "elsőrendű főútcsatlakozás"
},
"highway/primary_link-US-CA": {
"name": "Főút fel- vagy lehajtó"
},
"highway/raceway": {
"name": "Autóversenypálya",
"terms": "versenypálya"
@@ -5311,7 +5279,7 @@
"name": "Automatikus útdíjbeszedő kapu"
},
"highway/track": {
"name": "Földút",
"name": "Mezőgazdasági/erdészeti út",
"terms": "erdészeti út,mezőgazdasági út,tanyasi út,földút"
},
"highway/traffic_mirror": {
@@ -5332,9 +5300,6 @@
"name": "Autóút fel- vagy lehajtó",
"terms": "autóút csatlakozás"
},
"highway/trunk_link-US-CA": {
"name": "Autóút fel- vagy lehajtó"
},
"highway/turning_circle": {
"name": "Megfordulókör",
"terms": "forduló"
@@ -6885,9 +6850,6 @@
"power/plant/source/oil": {
"name": "Kőolajtüzelésű erőmű területe"
},
"power/plant/source/solar": {
"name": "Naperőmű"
},
"power/plant/source/waste": {
"name": "Hulladékégető erőmű területe"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
-14
View File
@@ -315,9 +315,6 @@
"building/levels/underground": {
"label": "Jumlah lantai bawah tanah"
},
"building/levels_building": {
"label": "Jumlah Lantai Bangunan"
},
"building_area": {
"label": "Bangunan"
},
@@ -355,9 +352,6 @@
"label": "Capacity (Meter Kubik)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Tunai\nCash"
},
"castle_type": {
"label": "Tipe"
},
@@ -546,7 +540,6 @@
"label": "Denotasi"
},
"departures_board": {
"label": "Papan Keberangkatan",
"options": {
"no": "Tidak ada",
"realtime": "Langsung",
@@ -805,9 +798,6 @@
"fuel": {
"label": "Bahan bakar"
},
"fuel_multi": {
"label": "Tipe Bahan Bakar"
},
"gambling": {
"label": "Permainan Judi"
},
@@ -1231,7 +1221,6 @@
"tracktype": {
"label": "Tipe Trek",
"options": {
"grade1": "Solid: diaspal atau permukaan keras sangat tetal",
"grade2": "Kebanyakan Padat: batu/kerikil dengan campuran bahan lunak",
"grade3": "Campuran imbang antara bahan padat dan lunak",
"grade4": "Kebanyakan Lembut: tanah/pasir/rumput dengan campuran bahan keras",
@@ -1679,9 +1668,6 @@
"name": "Tukang Jilid",
"terms": "penjilid buku,binder buku"
},
"craft/brewery": {
"name": "Perusahaan Bir"
},
"craft/carpenter": {
"name": "Tukang Kayu"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
{"af":{"pct":0.24},"ak":{"pct":0},"am":{"pct":0.02},"ar":{"pct":0.99},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.3},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.23},"bn":{"pct":0.06},"bo":{"pct":0},"br":{"pct":0.01},"bs":{"pct":0.15},"ca":{"pct":0.53},"ckb":{"pct":0.05},"cs":{"pct":0.91},"cv":{"pct":0},"cy":{"pct":0.01},"da":{"pct":0.66},"de":{"pct":1},"de-AT":{"pct":0},"de-CH":{"pct":0},"dv":{"pct":0.02},"ee":{"pct":0},"el":{"pct":0.72},"en":{"pct":1},"en-AU":{"pct":0.02},"en-CA":{"pct":0.04},"en-GB":{"pct":0.34},"en-IE":{"pct":0},"en-IN":{"pct":0},"en-NZ":{"pct":0.02},"en-US":{"pct":0},"eo":{"pct":0.95},"es":{"pct":1},"et":{"pct":0.4},"eu":{"pct":0.19},"fa":{"pct":0.81},"fa-IR":{"pct":0},"ff":{"pct":0},"fi":{"pct":0.62},"fil":{"pct":0},"fr":{"pct":0.97},"fr-FR":{"pct":0},"fy":{"pct":0.02},"ga":{"pct":0},"gan":{"pct":0},"gl":{"pct":0.66},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.88},"he-IL":{"pct":0},"hi":{"pct":0.02},"hr":{"pct":0.37},"hu":{"pct":0.88},"hy":{"pct":0.03},"ia":{"pct":0},"id":{"pct":0.26},"ig":{"pct":0},"is":{"pct":0.37},"it":{"pct":0.82},"ja":{"pct":0.93},"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.08},"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.32},"lus":{"pct":0},"lv":{"pct":0.24},"mg":{"pct":0},"mi":{"pct":0},"mk":{"pct":0.99},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.15},"my":{"pct":0},"nb":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.02},"nl":{"pct":0.97},"nl-BE":{"pct":0},"nl-NL":{"pct":0},"nn":{"pct":0.06},"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},"pap":{"pct":0},"pl":{"pct":0.94},"ps":{"pct":0},"pt":{"pct":0.97},"pt-BR":{"pct":0.91},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.3},"ru":{"pct":0.66},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0},"sk":{"pct":0.73},"sl":{"pct":0.36},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.04},"sq":{"pct":0.03},"sr":{"pct":0.42},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":0.96},"sw":{"pct":0},"ta":{"pct":0.25},"te":{"pct":0.02},"tg":{"pct":0},"th":{"pct":0.23},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.04},"tn":{"pct":0},"tr":{"pct":0.87},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.94},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.3},"zh":{"pct":0.07},"zh-CN":{"pct":0.96},"zh-HK":{"pct":0.62},"zh-TW":{"pct":1},"zu":{"pct":0}}
{"af":{"pct":0.22},"ak":{"pct":0},"am":{"pct":0.02},"ar":{"pct":0.92},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.27},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.22},"bn":{"pct":0.06},"bo":{"pct":0},"br":{"pct":0.33},"bs":{"pct":0.14},"ca":{"pct":0.61},"ckb":{"pct":0.05},"cs":{"pct":0.97},"cv":{"pct":0},"cy":{"pct":0.01},"da":{"pct":0.62},"de":{"pct":1},"de-AT":{"pct":0},"de-CH":{"pct":0},"dv":{"pct":0.02},"ee":{"pct":0},"el":{"pct":0.68},"en":{"pct":1},"en-AU":{"pct":0.02},"en-CA":{"pct":0.04},"en-GB":{"pct":0.32},"en-IE":{"pct":0},"en-IN":{"pct":0},"en-NZ":{"pct":0.02},"en-US":{"pct":0},"eo":{"pct":0.88},"es":{"pct":1},"et":{"pct":0.37},"eu":{"pct":0.17},"fa":{"pct":0.75},"fa-IR":{"pct":0},"ff":{"pct":0},"fi":{"pct":0.57},"fil":{"pct":0},"fr":{"pct":0.98},"fr-FR":{"pct":0},"fy":{"pct":0.02},"ga":{"pct":0},"gan":{"pct":0},"gl":{"pct":0.61},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.82},"he-IL":{"pct":0},"hi":{"pct":0.02},"hr":{"pct":0.35},"hu":{"pct":0.82},"hy":{"pct":0.03},"ia":{"pct":0},"id":{"pct":0.24},"ig":{"pct":0},"is":{"pct":0.35},"it":{"pct":0.79},"ja":{"pct":0.86},"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.08},"ko":{"pct":0.64},"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.3},"lus":{"pct":0},"lv":{"pct":0.22},"mg":{"pct":0},"mi":{"pct":0},"mk":{"pct":1},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.14},"my":{"pct":0},"nb":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.02},"nl":{"pct":0.95},"nl-BE":{"pct":0},"nl-NL":{"pct":0},"nn":{"pct":0.05},"no":{"pct":0.72},"nr":{"pct":0},"nso":{"pct":0},"nv":{"pct":0},"ny":{"pct":0},"oc":{"pct":0},"om":{"pct":0},"or":{"pct":0},"pa":{"pct":0},"pa-PK":{"pct":0.11},"pap":{"pct":0},"pl":{"pct":0.87},"ps":{"pct":0},"pt":{"pct":0.97},"pt-BR":{"pct":0.86},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.28},"ru":{"pct":0.62},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0},"sk":{"pct":0.72},"sl":{"pct":0.33},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.04},"sq":{"pct":0.02},"sr":{"pct":0.39},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":0.89},"sw":{"pct":0},"ta":{"pct":0.23},"te":{"pct":0.02},"tg":{"pct":0},"th":{"pct":0.21},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.04},"tn":{"pct":0},"tr":{"pct":0.8},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.87},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.28},"zh":{"pct":0.06},"zh-CN":{"pct":0.9},"zh-HK":{"pct":0.57},"zh-TW":{"pct":1},"zu":{"pct":0}}
+51 -51
View File
@@ -1,6 +1,6 @@
{
"af": {
"pct": 0.24
"pct": 0.22
},
"ak": {
"pct": 0
@@ -9,7 +9,7 @@
"pct": 0.02
},
"ar": {
"pct": 0.99
"pct": 0.92
},
"ar-AA": {
"pct": 0
@@ -18,7 +18,7 @@
"pct": 0
},
"ast": {
"pct": 0.3
"pct": 0.27
},
"ay": {
"pct": 0
@@ -33,7 +33,7 @@
"pct": 0
},
"bg": {
"pct": 0.23
"pct": 0.22
},
"bn": {
"pct": 0.06
@@ -42,19 +42,19 @@
"pct": 0
},
"br": {
"pct": 0.01
"pct": 0.33
},
"bs": {
"pct": 0.15
"pct": 0.14
},
"ca": {
"pct": 0.53
"pct": 0.61
},
"ckb": {
"pct": 0.05
},
"cs": {
"pct": 0.91
"pct": 0.97
},
"cv": {
"pct": 0
@@ -63,7 +63,7 @@
"pct": 0.01
},
"da": {
"pct": 0.66
"pct": 0.62
},
"de": {
"pct": 1
@@ -81,7 +81,7 @@
"pct": 0
},
"el": {
"pct": 0.72
"pct": 0.68
},
"en": {
"pct": 1
@@ -93,7 +93,7 @@
"pct": 0.04
},
"en-GB": {
"pct": 0.34
"pct": 0.32
},
"en-IE": {
"pct": 0
@@ -108,19 +108,19 @@
"pct": 0
},
"eo": {
"pct": 0.95
"pct": 0.88
},
"es": {
"pct": 1
},
"et": {
"pct": 0.4
"pct": 0.37
},
"eu": {
"pct": 0.19
"pct": 0.17
},
"fa": {
"pct": 0.81
"pct": 0.75
},
"fa-IR": {
"pct": 0
@@ -129,13 +129,13 @@
"pct": 0
},
"fi": {
"pct": 0.62
"pct": 0.57
},
"fil": {
"pct": 0
},
"fr": {
"pct": 0.97
"pct": 0.98
},
"fr-FR": {
"pct": 0
@@ -150,7 +150,7 @@
"pct": 0
},
"gl": {
"pct": 0.66
"pct": 0.61
},
"grt": {
"pct": 0
@@ -162,7 +162,7 @@
"pct": 0
},
"he": {
"pct": 0.88
"pct": 0.82
},
"he-IL": {
"pct": 0
@@ -171,10 +171,10 @@
"pct": 0.02
},
"hr": {
"pct": 0.37
"pct": 0.35
},
"hu": {
"pct": 0.88
"pct": 0.82
},
"hy": {
"pct": 0.03
@@ -183,19 +183,19 @@
"pct": 0
},
"id": {
"pct": 0.26
"pct": 0.24
},
"ig": {
"pct": 0
},
"is": {
"pct": 0.37
"pct": 0.35
},
"it": {
"pct": 0.82
"pct": 0.79
},
"ja": {
"pct": 0.93
"pct": 0.86
},
"jam": {
"pct": 0
@@ -225,7 +225,7 @@
"pct": 0.08
},
"ko": {
"pct": 0.67
"pct": 0.64
},
"ks": {
"pct": 0
@@ -252,13 +252,13 @@
"pct": 0
},
"lt": {
"pct": 0.32
"pct": 0.3
},
"lus": {
"pct": 0
},
"lv": {
"pct": 0.24
"pct": 0.22
},
"mg": {
"pct": 0
@@ -267,7 +267,7 @@
"pct": 0
},
"mk": {
"pct": 0.99
"pct": 1
},
"ml": {
"pct": 0
@@ -279,7 +279,7 @@
"pct": 0
},
"ms": {
"pct": 0.15
"pct": 0.14
},
"my": {
"pct": 0
@@ -294,7 +294,7 @@
"pct": 0.02
},
"nl": {
"pct": 0.97
"pct": 0.95
},
"nl-BE": {
"pct": 0
@@ -303,10 +303,10 @@
"pct": 0
},
"nn": {
"pct": 0.06
"pct": 0.05
},
"no": {
"pct": 0.69
"pct": 0.72
},
"nr": {
"pct": 0
@@ -333,13 +333,13 @@
"pct": 0
},
"pa-PK": {
"pct": 0
"pct": 0.11
},
"pap": {
"pct": 0
},
"pl": {
"pct": 0.94
"pct": 0.87
},
"ps": {
"pct": 0
@@ -348,7 +348,7 @@
"pct": 0.97
},
"pt-BR": {
"pct": 0.91
"pct": 0.86
},
"qu": {
"pct": 0
@@ -357,10 +357,10 @@
"pct": 0
},
"ro": {
"pct": 0.3
"pct": 0.28
},
"ru": {
"pct": 0.66
"pct": 0.62
},
"rw": {
"pct": 0
@@ -381,10 +381,10 @@
"pct": 0
},
"sk": {
"pct": 0.73
"pct": 0.72
},
"sl": {
"pct": 0.36
"pct": 0.33
},
"sm": {
"pct": 0
@@ -396,10 +396,10 @@
"pct": 0.04
},
"sq": {
"pct": 0.03
"pct": 0.02
},
"sr": {
"pct": 0.42
"pct": 0.39
},
"ss": {
"pct": 0
@@ -411,13 +411,13 @@
"pct": 0
},
"sv": {
"pct": 0.96
"pct": 0.89
},
"sw": {
"pct": 0
},
"ta": {
"pct": 0.25
"pct": 0.23
},
"te": {
"pct": 0.02
@@ -426,7 +426,7 @@
"pct": 0
},
"th": {
"pct": 0.23
"pct": 0.21
},
"ti": {
"pct": 0
@@ -441,7 +441,7 @@
"pct": 0
},
"tr": {
"pct": 0.87
"pct": 0.8
},
"ts": {
"pct": 0
@@ -468,7 +468,7 @@
"pct": 0
},
"vi": {
"pct": 0.94
"pct": 0.87
},
"wo": {
"pct": 0
@@ -480,16 +480,16 @@
"pct": 0
},
"yue": {
"pct": 0.3
"pct": 0.28
},
"zh": {
"pct": 0.07
"pct": 0.06
},
"zh-CN": {
"pct": 0.96
"pct": 0.9
},
"zh-HK": {
"pct": 0.62
"pct": 0.57
},
"zh-TW": {
"pct": 1
-8
View File
@@ -581,9 +581,6 @@
"fuel": {
"label": "Eldsneyti"
},
"fuel_multi": {
"label": "Gerð eldsneytis"
},
"gauge": {
"label": "Mælir"
},
@@ -1110,7 +1107,6 @@
"label": "Orkuver"
},
"plant/output/electricity": {
"label": "Aflúttak",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"playground": {
@@ -1555,7 +1551,6 @@
"tracktype": {
"label": "Tegund slóðar",
"options": {
"grade1": "Þétt: slitlag eða vel þjappað yfirborð úr hörðum efnum",
"grade2": "Nokkuð þétt: möl/grjót með einhverju af mýkra íblöndunarefni",
"grade3": "Jöfn blanda af mjúkum og hörðum efnum",
"grade4": "Nokkuð mjúkt: jarðvegur/sandur/gras með einhverju af harðara íblöndunarefni",
@@ -2489,9 +2484,6 @@
"craft/bookbinder": {
"name": "Bókbindari"
},
"craft/brewery": {
"name": "Bruggari"
},
"craft/carpenter": {
"name": "Trésmiður"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+293 -79
View File
@@ -60,7 +60,7 @@
"title": "Clienti"
},
"designated": {
"description": "Accesso consentito secondo i cartelli stradali o specifiche norme locali",
"description": "Accesso consentito come da cartelli stradali o specifiche norme locali",
"title": "Riservato"
},
"destination": {
@@ -127,7 +127,9 @@
"options": {
"bicycle": "Ciclismo",
"hiking": "Escursionismo",
"horse": "Cavalcata"
"horse": "Cavalcata",
"mtb": "Mountain bike",
"ski": "Sci"
}
},
"addr/interpolation": {
@@ -279,7 +281,8 @@
"label": "Seggiolino"
},
"backcountry": {
"label": "Fuoripista"
"label": "Fuoripista",
"terms": "backcountry,fuoripista,campeggio,libero,naturale"
},
"backrest": {
"label": "Schienale"
@@ -291,6 +294,13 @@
"barrier": {
"label": "Tipo"
},
"barrier_planter": {
"label": "Barriera",
"options": {
"planter": "Sì",
"undefined": "No"
}
},
"basin": {
"label": "Tipo"
},
@@ -320,7 +330,13 @@
"terms": "panca,panchina"
},
"bicycle_parking": {
"label": "Tipo"
"label": "Tipo",
"options": {
"building": "Dentro un edificio",
"lockers": "Armadietti individuali",
"shed": "Capanno chiuso",
"stands": "Supporti verticali"
}
},
"bin": {
"label": "Cestino della spazzatura",
@@ -363,7 +379,8 @@
"label": "Tipo"
},
"branch_brand": {
"label": "Filiale"
"label": "Filiale",
"terms": "filiale,sede,succursale"
},
"brand": {
"label": "Brand",
@@ -401,18 +418,23 @@
"placeholder": "2, 4, 6...",
"terms": "livelli sotterranei"
},
"building/levels_building": {
"label": "Piani delledificio",
"placeholder": "2, 4, 6...",
"terms": "livelli di costruzione"
},
"building/material": {
"label": "Materiale",
"terms": "materiale"
},
"building/part": {
"label": "Parte di edificio"
},
"building/prefabricated": {
"label": "Prefabbricato",
"terms": "prefabbricato"
},
"building_area": {
"label": "Edificio",
"terms": "edficio,struttura,abitazione,palazzo,villa,casa,muratura,tetto,appartamento,condominio"
"terms": "edificio,struttura,abitazione,palazzo,villa,casa,muratura,tetto,appartamento,condominio"
},
"building_area_yes": {
"label": "Edificio"
},
"bunker_type": {
"label": "Tipo"
@@ -425,7 +447,16 @@
"placeholder": "1, 2, 3..."
},
"cai_scale-IT": {
"label": "Difficoltà del percorso escursionistico (Club Alpino Italiano)"
"label": "Difficoltà del percorso escursionistico (Club Alpino Italiano)",
"options": {
"E": "E: per escursionisti",
"EAI": "EAI: escursionismo con neve",
"EE": "EE: per escursionisti esperti",
"EEA": "EEA: per escursionisti esperti equipaggiati",
"T": "T: turistico"
},
"placeholder": "T, E, EE, …",
"terms": "cai,club,alpino,difficoltà,caratteristiche,classificazione,sentiero,escursione"
},
"camera/direction": {
"label": "Direzione (gradi in senso orario)",
@@ -472,18 +503,29 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Versamenti"
"label": "Depositi"
},
"castle_type": {
"label": "Tipo"
"label": "Tipo",
"options": {
"castrum": "Forte romano",
"defensive": "Castello da difesa",
"fortress": "Fortezza",
"hillfort": "Fortino di collina",
"kremlin": "Cremlino",
"manor": "Maniero",
"palace": "Palazzo",
"shiro": "Castello giapponese (Shiro)",
"stately": "Casa di campagna inglese"
}
},
"changing_table": {
"label": "Fasciatoio"
},
"charge_fee": {
"label": "Importo Tassa",
"label": "Tariffa",
"placeholder": "1 EUR, 5 USD, 10 JPY…",
"terms": "importo tassa,ammontare commissione,importo provvigione,importo dovuto"
"terms": "tariffa,importo,pagamento"
},
"charge_toll": {
"label": "Importo Pedaggio",
@@ -545,8 +587,8 @@
"conveying": {
"label": "Direzione del movimento",
"options": {
"backward": "Senso opposto",
"forward": "Stesso senso",
"backward": "A ritroso",
"forward": "In avanti",
"reversible": "Reversibile (bidirez.)"
}
},
@@ -572,7 +614,8 @@
"no": "No",
"undefined": "No (sottinteso)",
"yes": "Sì"
}
},
"terms": "coperto"
},
"craft": {
"label": "Tipo"
@@ -586,20 +629,56 @@
}
},
"crop": {
"label": "Colture"
"label": "Colture",
"options": {
"asparagus": "Asparago",
"barley": "Orzo",
"beet": "Barbabietola",
"coffee": "Caffè",
"cotton": "Cotone",
"cranberries": "Mirtillo rosso",
"flowers": "Fiori",
"grape": "Uva",
"grass": "Erba",
"hop": "Luppolo",
"lavender": "Lavanda",
"maize": "Granoturco",
"potato": "Patate",
"rice": "Riso",
"strawberry": "Fragole",
"sugar_beet": "Barbabietola da zucchero",
"sugarcane": "Canna da zucchero",
"sunflower": "Girasooli",
"tea": "Tè",
"tobacco": "Tabacco",
"vegetable": "Verdure",
"wheat": "Grano"
}
},
"crossing": {
"label": "Tipo"
},
"crossing/barrier": {
"label": "Barriera singola",
"options": {
"double_half": "Barriera doppia",
"full": "Intera",
"half": "Metà",
"no": "No",
"yes": "Sì"
}
},
"crossing/bell": {
"label": "Campana"
},
"crossing/island": {
"label": "Isola rifugio"
},
"crossing/light": {
"label": "Luci"
},
"crossing_raised": {
"label": "Rialzato",
"options": {
"table": "Sì",
"undefined": "No"
@@ -633,7 +712,9 @@
"kebab": "Kebab",
"korean": "Coreana",
"lebanese": "Libanese",
"malaysian": "Malaysiano",
"mexican": "Messicana",
"pankcake": "Pancake",
"pasta": "Pasta",
"pizza": "Pizza",
"polish": "Polacca",
@@ -642,8 +723,11 @@
"russian": "Russa",
"salad": "Insalata",
"sandwich": "Sandwich",
"seafood": "Pesce",
"spanish": "Spagnola",
"steak_house": "Bisteccheria",
"sushi": "Sushi",
"taiwanese": "Taiwanese",
"thai": "Thai",
"turkish": "Turca",
"vietnamese": "Vietnamita"
@@ -680,6 +764,10 @@
"description": "Una corsia ciclabile che corre in senso opposto a quello del traffico",
"title": "Corsia ciclabile contromano"
},
"separate": {
"description": "Indica che la pista ciclabile è mappata separatamente",
"title": "Percorso ciclabile mappato separatamente"
},
"share_busway": {
"description": "Una corsia ciclabile condivisa con un corsia per autobus",
"title": "Corsia ciclabile condivisa con autobus"
@@ -719,7 +807,7 @@
"label": "Denotazione"
},
"departures_board": {
"label": "Tabellone partenze",
"label": "Bacheca partenze/arrivi",
"options": {
"no": "Non presente",
"realtime": "In tempo reale",
@@ -727,6 +815,9 @@
"yes": "Sì"
}
},
"deposit/trolley": {
"label": "Deposito"
},
"depth": {
"label": "Profondità (metri)"
},
@@ -767,7 +858,8 @@
},
"diameter": {
"label": "Diametro",
"placeholder": "5 mm, 10 cm, 15 in..."
"placeholder": "5 mm, 10 cm, 15 in...",
"terms": "diametro,dimensioni,raggio"
},
"diameter_crown": {
"label": "Diametro della chioma",
@@ -795,6 +887,16 @@
"label": "Direzione (gradi in senso orario)",
"placeholder": "45, 90, 180, 270"
},
"direction_cardinal-US-CA-NZ": {
"label": "Direzione",
"options": {
"east": "Verso Est",
"north": "Verso Nord",
"south": "Verso Sud",
"west": "Verso Ovest"
},
"terms": "direzione,orientamento,rotta"
},
"direction_clock": {
"label": "Direzione",
"options": {
@@ -817,7 +919,7 @@
"direction_vertex_dual": {
"label": "Direzione Interessata",
"options": {
"backward": "Allindietro",
"backward": "A ritroso",
"forward": "In avanti"
}
},
@@ -868,6 +970,10 @@
"drinking_water": {
"label": "Potabile"
},
"drinking_water_available": {
"label": "Disponibile acqua potabile",
"terms": "acqua potabile,bere,dissetarsi,fontanella"
},
"drive_through": {
"label": "Drive-through"
},
@@ -875,6 +981,12 @@
"label": "Durata",
"placeholder": "00:00"
},
"ele": {
"label": "Elevazione (metri)"
},
"ele_node": {
"label": "Elevazione (metri)"
},
"electrified": {
"label": "Elettrificata",
"options": {
@@ -896,6 +1008,7 @@
"embassy": {
"label": "Tipo",
"options": {
"branch_embassy": "Filiale di un'ambasciata",
"yes": "Ambasciata"
}
},
@@ -912,7 +1025,13 @@
"label": "Tipo"
},
"entrance": {
"label": "Tipo"
"label": "Tipo",
"options": {
"emergency": "Uscita d'emergenza",
"entrance": "Sola entrata",
"exit": "Sola uscita",
"main": "Ingresso/Uscita principale"
}
},
"except": {
"label": "Eccezioni"
@@ -931,7 +1050,8 @@
"placeholder": "+39 01 123 456"
},
"fee": {
"label": "Tariffa"
"label": "A pagamento",
"terms": "tariffa,pedaggio,pagamento,tassa"
},
"fence_type": {
"label": "Tipo"
@@ -939,6 +1059,15 @@
"fire_hydrant/diameter": {
"label": "Diametro (mm, pollici o lettere)"
},
"fire_hydrant/position": {
"label": "Posizione",
"options": {
"green": "Prato",
"lane": "Bordo strada",
"parking_lot": "Parcheggio",
"sidewalk": "Marciapiede"
}
},
"fire_hydrant/pressure": {
"label": "Pressione (bar)"
},
@@ -992,7 +1121,7 @@
"fuel": {
"label": "Carburante"
},
"fuel_multi": {
"fuel/fuel_multi": {
"label": "Carburanti"
},
"gambling": {
@@ -1385,7 +1514,7 @@
"placeholder": "40, 50, 60..."
},
"maxspeed/advisory": {
"label": "Limite di velocità consigliata",
"label": "Limite di velocità consigliato",
"placeholder": "40, 50, 60..."
},
"maxstay": {
@@ -1397,6 +1526,9 @@
"maxweight_bridge": {
"label": "Peso massimo"
},
"maxwidth": {
"label": "Larghezza massima"
},
"memorial": {
"label": "Tipo"
},
@@ -1566,6 +1698,7 @@
"placeholder": "3, 4, 5..."
},
"parcel_pickup": {
"label": "Ritiro pacchi",
"options": {
"undefined": "Si (sottinteso)"
}
@@ -1587,6 +1720,14 @@
"underground": "Sotterraneo"
}
},
"parking/orientation": {
"label": "Disposizione veicoli",
"options": {
"diagonal": "A lisca di pesce",
"parallel": "In parallelo",
"perpendicular": "A pettine"
}
},
"parking_entrance": {
"label": "Tipo",
"options": {
@@ -1599,10 +1740,14 @@
},
"payment_multi": {
"label": "Modalità di pagamento",
"terms": "pagamenti,moneta,pagare,saldare,saldo,acconto,denaro,danaro,carta,debito,credito,buoni,mensa,pasto,elettronica,bitcoin"
},
"payment_multi_fee": {
"label": "Modalità di pagamento",
"options": {
"cash": "Contanti",
"cheque": "Assegno",
"coins": "Monete",
"credit_cards": "Carta di credito",
"cryptocurrencies": "Criptovaluta",
"debit_cards": "Carta di debito"
},
"terms": "pagamenti,moneta,pagare,saldare,saldo,acconto,denaro,danaro,carta,debito,credito,buoni,mensa,pasto,elettronica,bitcoin"
},
"phases": {
@@ -1724,7 +1869,6 @@
"label": "Metodo di Generazione"
},
"plant/output/electricity": {
"label": "Potenza in uscita",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2277,16 +2421,19 @@
"surface": {
"label": "Superficie",
"options": {
"artificial_turf": "Superficie artificiale",
"artificial_turf": "Erba sintetica",
"asphalt": "Asfalto",
"compacted": "Macadam",
"concrete": "Cemento",
"dirt": "Terra",
"grass": "Erba",
"gravel": "Ghiaia",
"ground": "Terreno",
"metal": "Metallo",
"paved": "Pavimentato",
"paving_stones": "Pietre da pavimentazione",
"sand": "Sabbia",
"sett": "Pavé",
"unpaved": "Sterrato",
"wood": "Legno"
}
@@ -2364,7 +2511,7 @@
},
"toilets": {
"label": "Bagni",
"terms": "bagno,bagni,gabinetto,toilet,servizi igienici,wc"
"terms": "bagno,bagni,gabinetto,toilette,servizi igienici,wc"
},
"toilets/disposal": {
"label": "Smaltimento",
@@ -2405,7 +2552,6 @@
"tracktype": {
"label": "Tipo di strada",
"options": {
"grade1": "Solido: strada asfaltata o con superficie dura e ben compattata",
"grade2": "Soprattutto solido: superficie in ghiaia o di terra/sabbia ben compattata",
"grade3": "Superficie mista di materiali duri e cedevoli",
"grade4": "Soprattutto Morbido: terra, sabbia, erba mista ad una componente dura",
@@ -2425,14 +2571,21 @@
"traffic_sign/direction": {
"label": "Direzione",
"options": {
"backward": "Allindietro",
"backward": "A ritroso",
"both": "Entrambe",
"forward": "Diritto"
"forward": "In avanti"
}
},
"traffic_signals": {
"label": "Tipo"
},
"traffic_signals/arrow": {
"label": "Freccia tattile"
},
"traffic_signals/countdown": {
"label": "Conto alla rovescia",
"terms": "countdown"
},
"traffic_signals/direction": {
"label": "Direzione",
"options": {
@@ -2441,6 +2594,12 @@
"forward": "In avanti"
}
},
"traffic_signals/minimap": {
"label": "Mappa tattile"
},
"traffic_signals/sound": {
"label": "Segnali sonori"
},
"trail_visibility": {
"label": "Visibilità del Tracciato",
"options": {
@@ -2472,7 +2631,11 @@
"placeholder": "Default"
},
"tunnel_combo": {
"label": "Tipo"
"label": "Tipo",
"options": {
"building_passage": "Passaggio sotto l'edificio",
"culvert": "Canale sotterraneo"
}
},
"usage_rail": {
"label": "Tipo di utilizzo",
@@ -2601,7 +2764,8 @@
"label": "Tipo",
"options": {
"bog": "Torbiera",
"fen": "Cariceto"
"fen": "Cariceto",
"swamp": "Palude"
}
},
"wheelchair": {
@@ -2874,7 +3038,8 @@
},
"amenity/cafe": {
"name": "Caffè",
"terms": "bistrot,caffè,thè,te,bar,caffetteria"
"terms": "bistrot,caffè,thè,te,bar,caffetteria",
"aliases": "Bar"
},
"amenity/cafe/bubble_tea": {
"name": "Bubble Tea Caffetteria"
@@ -2976,6 +3141,10 @@
"name": "Medico di base",
"terms": "dottore,medico,studio medico,ambulatorio"
},
"amenity/doctors/gynaecology": {
"name": "Ginecologo",
"terms": "ginecologa"
},
"amenity/dojo": {
"name": "Dojo/Accademia di arti marziali",
"terms": "dojo,karate,judo,arti marziali"
@@ -3010,6 +3179,9 @@
"name": "Fast Food di hamburger",
"terms": "colazione,cena,cibo,mangiare,grigliata,pranzo,tavolo,panino,paninoteca,hamburger,fast food"
},
"amenity/fast_food/cafeteria": {
"name": "Caffetteria"
},
"amenity/fast_food/chicken": {
"name": "Fast Food di pollo",
"terms": "colazione,cena,cibo,mangiare,grigliata,pranzo,tavolo,pollo,alette,bocconcini,fast food"
@@ -3093,7 +3265,7 @@
"terms": "gelato,gelati,gelataio,semifreddo,semifreddi,yogurt,sorbetto,sorbetti,ghiacciolo,ghiaccoli,grattachecca,sorbetteria,gelateria"
},
"amenity/internet_cafe": {
"name": "Internet Cafe",
"name": "Internet Café",
"terms": "caffè,te,bar,internet,point,internet point,cybercafe"
},
"amenity/karaoke_box": {
@@ -3168,17 +3340,25 @@
"amenity/nursing_home": {
"name": "Residenza Sanitaria Assistenziale (RSA)"
},
"amenity/parcel_locker": {
"name": "Punto di ritiro self-service",
"terms": "paccomat,locker"
},
"amenity/parking": {
"name": "Area di parcheggio",
"terms": "parcheggio auto,autorimessa,veicoli,camion,tir,camper,roulotte"
"name": "Parcheggio",
"terms": "parcheggio,auto,autorimessa,veicoli,camion,tir,camper,roulotte"
},
"amenity/parking/multi-storey": {
"name": "Parcheggio su più piani",
"terms": "auto,parcheggio coperto,parcheggio interno,garage,rampa parcheggio,edificio parcheggio"
"name": "Parcheggio multipiano",
"terms": "auto,parcheggio coperto,parcheggio su più piani,più piani,piano,parcheggio interno,garage,rampa parcheggio,edificio parcheggio"
},
"amenity/parking/park_ride": {
"name": "Area del parcheggio di interscambio"
},
"amenity/parking/street-side": {
"name": "Parcheggio lato strada",
"terms": "parcheggio a bordo strada,parcheggio bordo strada,parcheggio a lato strada,bordo strada,lato strada,slargo,spiazzo,parcheggio"
},
"amenity/parking/underground": {
"name": "Parcheggio sotterraneo",
"terms": "auto,automobile,veicolo,parcheggio,posto auto,parcheggio auto,parcheggio camper,sotto la superficie,sotterraneo,veicoli"
@@ -3188,12 +3368,12 @@
"terms": "entrata parcheggio sotterraneo,uscita parcheggio sotterraneo,entrata parcheggio,uscita parcheggio"
},
"amenity/parking_space": {
"name": "Stallo",
"terms": "posto auto"
"name": "Stallo di parcheggio",
"terms": "posto auto,stallo"
},
"amenity/parking_space/disabled": {
"name": "Spazio di Parcheggio per Disabili",
"terms": "parcheggio disabili,disabili,sedia a rotelle"
"name": "Stallo di parcheggio per disabili",
"terms": "parcheggio disabili,disabili,sedia a rotelle,stallo"
},
"amenity/payment_centre": {
"name": "Centro per i pagamenti",
@@ -3406,7 +3586,7 @@
},
"amenity/sanitary_dump_station": {
"name": "Smaltimento reflui camper",
"terms": "smaltimento,rifiuti,toilet,wc,camper,escrementi"
"terms": "smaltimento,rifiuti,toilette,wc,camper,escrementi"
},
"amenity/school": {
"name": "Area scolastica",
@@ -3421,7 +3601,7 @@
"terms": "protezione,tetto,palco,palchetto"
},
"amenity/shelter/lean_to": {
"name": "Tettoia"
"name": "Bivacco aperto"
},
"amenity/shelter/picnic_shelter": {
"name": "Picnic riparato"
@@ -3497,7 +3677,7 @@
},
"amenity/toilets": {
"name": "Servizi igienici",
"terms": "bagno,bagni,bagno pubblico,bagni pubblici,toilet,wc,gabinetto,vespasiano,cesso"
"terms": "bagno,bagni,bagno pubblico,bagni pubblici,toilette,wc,gabinetto,vespasiano,cesso"
},
"amenity/toilets/disposal/flush": {
"name": "Sciacquone",
@@ -3505,7 +3685,7 @@
},
"amenity/toilets/disposal/pitlatrine": {
"name": "Latrina a fossa",
"terms": "tazza,scarico,caduta,fossa,pozzo,buca,toilet,gabinetto,latrina"
"terms": "tazza,scarico,caduta,fossa,pozzo,buca,toilette,gabinetto,latrina"
},
"amenity/toilets/portable": {
"name": "WC portatile"
@@ -3600,8 +3780,9 @@
"terms": "distributore automatico,macchinetta,giornali,riviste,quotidiani"
},
"amenity/vending_machine/parking_tickets": {
"name": "Distributore automatico di ticket per parcheggio",
"terms": "distributore automatico,macchinetta,parcheggio,ticket,biglietto,parchimetro,biglietti parcheggio"
"name": "Parcometro",
"terms": "distributore automatico,macchinetta,parcheggio,ticket,biglietto,parchimetro,parcometro,biglietti parcheggio",
"aliases": "Parchimetro"
},
"amenity/vending_machine/public_transport_tickets": {
"name": "Distributore automatico di biglietti per trasporto pubblico",
@@ -3786,6 +3967,10 @@
"barrier/height_restrictor": {
"name": "Limitatore di altezza"
},
"barrier/jersey_barrier": {
"name": "Barriera Jersey",
"terms": "jersey,new jersey,barriera,cemento,blocco,blocchi"
},
"barrier/kerb": {
"name": "Cordolo",
"terms": "bordo,marciapiede"
@@ -4113,10 +4298,6 @@
"name": "Legatoria",
"terms": "libri,riparazione"
},
"craft/brewery": {
"name": "Birrificio",
"terms": "birrificio,birra"
},
"craft/carpenter": {
"name": "Carpentiere",
"terms": "carpenteria,legno"
@@ -4280,7 +4461,7 @@
},
"craft/window_construction": {
"name": "Serramentista",
"terms": "vetri,vetraio,glass"
"terms": "serramentista,finestre,porte,vetri,vetraio,glass"
},
"craft/winery": {
"name": "Cantina vinicola",
@@ -4312,6 +4493,10 @@
"name": "Stazione ambulanze",
"terms": "stazione ambulanze"
},
"emergency/assembly_point": {
"name": "Punto di raccolta",
"terms": "area,attesa,sicura,punto,luogo,ritrovo,incontro,popolazione,riparo,protezione,civile"
},
"emergency/defibrillator": {
"name": "Defibrillatore",
"terms": "dae,defibrillatore,aed"
@@ -4560,6 +4745,10 @@
"name": "Strisce pedonali",
"terms": "attraversamento,pedonale,zebrato,zebra,strisce"
},
"highway/crossing/traffic_signals": {
"name": "Attraversamento pedonale semaforizzato",
"terms": "semaforo,piedi,pedonale,strisce pedonali,attraversamento,bici,ciclabile,marciapiede"
},
"highway/crossing/unmarked": {
"name": "Attraversamento pedonale non segnalato",
"terms": "pedone,pedoni,pedonale,attraversamento,punto,senza strisce,informale"
@@ -4598,6 +4787,9 @@
"name": "Ascensore inclinato",
"terms": "ascensore su guide inclinate"
},
"highway/emergency_access_point": {
"name": "Punto di accesso di emergenza"
},
"highway/emergency_bay": {
"name": "Piazzola di sosta",
"terms": "fermata,emergenza,piazzola,sosta,guasto,guasti,avaria,arresto,sos,soccorso,area,aiuto"
@@ -4624,6 +4816,10 @@
"name": "Marciapiede",
"terms": "marciapiedi"
},
"highway/footway/traffic_signals": {
"name": "Attraversamento pedonale semaforizzato",
"terms": "semaforo,piedi,pedonale,strisce pedonali,attraversamento,bici,ciclabile,marciapiede"
},
"highway/footway/unmarked": {
"name": "Attraversamento pedonale non segnalato",
"terms": "attraversamento,pedonale,percorso,sentiero,incrocio,non sengnalato,pericoloso"
@@ -4659,10 +4855,6 @@
"name": "Svincolo autostradale",
"terms": "svincolo,rampa,uscita,autostrada,ingresso"
},
"highway/motorway_link-US-CA": {
"name": "Svincolo autostradale",
"terms": "svincolo,rampa,uscita,autostrada,ingresso"
},
"highway/passing_place": {
"name": "Slargo per passaggio",
"terms": "slargo,sorpasso,zona,incrocio,area di sorpasso,area di incrocio,slargo di sorpasso,slargo di incrocio"
@@ -4693,10 +4885,6 @@
"name": "Svincolo primario",
"terms": "svincolo,rampa,ingresso,uscita"
},
"highway/primary_link-US-CA": {
"name": "Svincolo primario",
"terms": "svincolo,rampa,ingresso,uscita"
},
"highway/raceway": {
"name": "Circuito per sport motoristici"
},
@@ -4790,8 +4978,8 @@
"terms": "strada con sistema di pedaggio senza barriere,strada a pedaggio senza barriere,strada senza barriere"
},
"highway/track": {
"name": "Strada sterrata o per l'accesso a terreni",
"terms": "track,strada forestale,strada carrareccia,carrareccia,forestale,strada agricola,agricola,strada ad uso agricolo,strada ad uso forestale"
"name": "Strada agricola o forestale",
"terms": "track,strada forestale,strada carrareccia,carrareccia,forestale,strada agricola,agricola,strada ad uso agricolo,strada ad uso forestale,strada di campagna"
},
"highway/traffic_mirror": {
"name": "Specchio stradale",
@@ -4993,8 +5181,9 @@
"name": "Area garage"
},
"landuse/grass": {
"name": "Erba",
"terms": "erba,prato,area verde"
"name": "Prato",
"terms": "erba,prato,verde,area verde",
"aliases": "Erba"
},
"landuse/greenfield": {
"name": "Terreno edificabile"
@@ -5039,6 +5228,12 @@
"name": "Caserma",
"terms": "militari,leva,casermone,esercito,reclutamento,base,forze,armate,soldati"
},
"landuse/military/base": {
"name": "Base militare"
},
"landuse/military/base/navy": {
"name": "Base navale"
},
"landuse/military/danger_area": {
"name": "Zona militare pericolosa",
"terms": "militari,pericolo,soldati,esercito"
@@ -5093,6 +5288,9 @@
"name": "Area di vendita al dettaglio",
"terms": "commerciale"
},
"landuse/salt_pond": {
"name": "Stagno di evaporazione del sale"
},
"landuse/vineyard": {
"name": "Vigneto",
"terms": "vigna"
@@ -5224,6 +5422,9 @@
"leisure/hackerspace": {
"name": "Spazio hacker"
},
"leisure/horse_riding": {
"name": "Centro equestre"
},
"leisure/ice_rink": {
"name": "Pista di Ghiaccio",
"terms": "pista di pattinaggio su ghiaccio,campo da hockey su ghiaccio"
@@ -5266,6 +5467,9 @@
"name": "Campo da Football Americano",
"terms": "campo football americano"
},
"leisure/pitch/archery": {
"name": "Campo di tiro con l'arco"
},
"leisure/pitch/australian_football": {
"name": "Campo di calcio australiano",
"terms": "australia,australiano,afl,football,calcio,aussie,footy"
@@ -5307,6 +5511,12 @@
"name": "Campo di netball",
"terms": "netball,terreno,campo,pallacanestro,basket"
},
"leisure/pitch/padel": {
"name": "Campo da paddle"
},
"leisure/pitch/paintball": {
"name": "Campo di paintball"
},
"leisure/pitch/rugby_league": {
"name": "Campo di rugby a 13",
"terms": "campo regolamentare lega rugbistica"
@@ -6272,9 +6482,6 @@
"power/plant/source/oil": {
"name": "Centrale ad olio combustibile"
},
"power/plant/source/solar": {
"name": "Impianto solare"
},
"power/plant/source/waste": {
"name": "Impianto di generazione da incenerimento dei rifiuti"
},
@@ -6992,6 +7199,10 @@
"name": "Negozio di strumenti musicali",
"terms": "strumenti musicali"
},
"shop/newsagent": {
"name": "Edicola",
"terms": "edicola,giornalaio,quotidiano"
},
"shop/nutrition_supplements": {
"name": "Negozio di integratori alimentari",
"terms": "negozio di integratori"
@@ -7366,7 +7577,8 @@
"name": "Dissuasore di velocità"
},
"traffic_calming/bump": {
"name": "Dosso artificiale"
"name": "Dosso artificiale",
"terms": "dosso,rallentare,lento,velocità,anti-velocità,antivelocità,collinetta"
},
"traffic_calming/chicane": {
"name": "Chicane",
@@ -7384,7 +7596,7 @@
"terms": "buco,depressione"
},
"traffic_calming/hump": {
"name": "Speed Hump (Inghilterra)"
"name": "Dosso lungo (Inghilterra)"
},
"traffic_calming/island": {
"name": "Isola di traffico",
@@ -7394,7 +7606,9 @@
"name": "Rallentatore acustico"
},
"traffic_calming/table": {
"name": "Dosso lungo"
"name": "Dosso tavola",
"terms": "dosso tavola,dosso piatto,attraversamento pedonale rialzato",
"aliases": "Dosso piatto"
},
"traffic_sign": {
"name": "Segnale stradale",
@@ -7598,7 +7812,7 @@
},
"waterway/sanitary_dump_station": {
"name": "Smaltimento reflui marittimi",
"terms": "smaltimento,rifiuti,toilet,wc,camper,escrementi"
"terms": "smaltimento,rifiuti,toilette,wc,camper,escrementi"
},
"waterway/stream": {
"name": "Torrente"
+1 -1
View File
File diff suppressed because one or more lines are too long
-35
View File
@@ -403,11 +403,6 @@
"placeholder": "2, 4, 6...",
"terms": "地下,地下階数"
},
"building/levels_building": {
"label": "建物の地上階数",
"placeholder": "2, 4, 6...",
"terms": "階数,総階数,階建て"
},
"building/material": {
"label": "建物の素材",
"terms": "材料,素材"
@@ -482,9 +477,6 @@
"label": "収容数",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "入金"
},
"castle_type": {
"label": "種類",
"options": {
@@ -756,7 +748,6 @@
"label": "意味"
},
"departures_board": {
"label": "出発案内板",
"options": {
"no": "なし",
"realtime": "リアルタイム",
@@ -1085,9 +1076,6 @@
"fuel": {
"label": "ガソリンスタンド"
},
"fuel_multi": {
"label": "燃料の種類"
},
"gambling": {
"label": "遊戯の種類"
},
@@ -1757,10 +1745,6 @@
"label": "支払の種類",
"terms": "貨幣の種類,貨幣,コイン,紙幣,キャッシュ,支払"
},
"payment_multi_fee": {
"label": "支払方法",
"terms": "貨幣の種類,貨幣,コイン,紙幣,キャッシュ,支払"
},
"phases": {
"label": "相の数",
"placeholder": "1, 2, 3..."
@@ -1881,7 +1865,6 @@
"label": "発電方法"
},
"plant/output/electricity": {
"label": "発電所出力形態:電気",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2599,7 +2582,6 @@
"tracktype": {
"label": "トラックの種類",
"options": {
"grade1": "grade1-硬質: 舗装もしくは煉瓦・砕石の締固め路盤",
"grade2": "grade2-大部分が硬質: 砂利・岩と柔らかい物質の混合",
"grade3": "grade3-硬軟の物質の混合",
"grade4": "grade4-大部分が軟質: 土/砂/草と硬い物質の混合",
@@ -4434,10 +4416,6 @@
"name": "製本所",
"terms": "製本所,職人,工房"
},
"craft/brewery": {
"name": "ビール醸造所",
"terms": "ビール醸造所,職人,工房"
},
"craft/carpenter": {
"name": "工務店",
"terms": "工務店,職人,工房,大工,リフォーム,建具店,表具店,指物店,経師,建具師,指物師"
@@ -5010,9 +4988,6 @@
"name": "自動車専用道路の接続路",
"terms": "自動車専用道路,接続路,車道,幹線,公道"
},
"highway/motorway_link-US-CA": {
"name": "自動車専用道路の接続路"
},
"highway/passing_place": {
"name": "待避所",
"terms": "待避所,退避エリア"
@@ -5045,9 +5020,6 @@
"name": "主要地方道の接続路",
"terms": "主要地方道,接続路,車道,幹線,公道"
},
"highway/primary_link-US-CA": {
"name": "主要地方道の接続路"
},
"highway/raceway": {
"name": "モーターレース場",
"terms": "モーターレース場,自動車レース場,バイクレース場,レース場,スポーツ,サーキット,自動車,バイク,カーレース,バイクレース"
@@ -5168,9 +5140,6 @@
"name": "国道の接続路",
"terms": "国道,接続路,車道,幹線,公道"
},
"highway/trunk_link-US-CA": {
"name": "国道の接続路"
},
"highway/turning_circle": {
"name": "転回場",
"terms": "転回場,車回し"
@@ -6829,10 +6798,6 @@
"name": "石油発電所",
"terms": "石油発電所,火力発電所,発電所,電力,石油"
},
"power/plant/source/solar": {
"name": "太陽光発電所",
"terms": "原子力発電所,ソーラー,電力,発電所"
},
"power/plant/source/waste": {
"name": "廃棄物発電所",
"terms": "廃棄物発電所,火力発電所,発電,発電所,廃棄物,電力"
+1 -1
View File
File diff suppressed because one or more lines are too long
+201 -55
View File
@@ -83,6 +83,10 @@
"description": "개별적으로 소유자의 허가로만 통행이 허가됨",
"title": "사유"
},
"unknown": {
"description": "통행 조건이 알려지지 않았거나 불분명함",
"title": "알 수 없음"
},
"yes": {
"description": "통행이 법적으로 허가됨; 정당한 이용",
"title": "허가됨"
@@ -107,6 +111,12 @@
"permissive": "소유자 허가 필요"
}
},
"activity": {
"options": {
"horse": "승마",
"mtb": "산악 자전거"
}
},
"addr/interpolation": {
"label": "유형",
"options": {
@@ -234,6 +244,9 @@
"automated": {
"label": "자동"
},
"baby_feeding": {
"label": "수유실"
},
"baby_seat": {
"label": "유아석"
},
@@ -265,8 +278,10 @@
"label": "서비스",
"options": {
"cosmetics": "화장품",
"nails": "매니큐어 / 페디큐어",
"skin_care": "스킨 케어",
"tanning": "태닝"
"tanning": "태닝",
"waxing": "왁싱"
}
},
"bench": {
@@ -311,7 +326,8 @@
"label": "유형"
},
"branch_brand": {
"label": "지점"
"label": "지점",
"terms": "분점"
},
"brand": {
"label": "상표"
@@ -343,16 +359,18 @@
"label": "지하 층수",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "층수",
"placeholder": "2, 4, 6..."
},
"building/material": {
"label": "재질"
},
"building/prefabricated": {
"label": "조립식"
},
"building_area": {
"label": "건물"
},
"building_area_yes": {
"label": "건물"
},
"bunker_type": {
"label": "유형"
},
@@ -391,9 +409,6 @@
"label": "용적 (세제곱미터)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "입금"
},
"castle_type": {
"label": "유형",
"options": {
@@ -470,6 +485,9 @@
"country": {
"label": "국가"
},
"country_flag": {
"label": "깃발 국가"
},
"couplings": {
"placeholder": "1, 2, 3..."
},
@@ -488,7 +506,35 @@
}
},
"crop": {
"label": "작물"
"label": "작물",
"options": {
"asparagus": "아스파라거스",
"barley": "보리",
"beet": "근대",
"cassava": "카사바",
"coffee": "커피콩",
"cotton": "목화",
"cranberries": "크랜베리",
"fast_growing_wood": "단벌기 맹아갱신",
"flowers": "꽃",
"grape": "포도",
"grass": "잔디",
"hop": "홉",
"lavender": "라벤더",
"maize": "옥수수",
"potato": "감자",
"rape": "유채",
"rice": "쌀",
"soy": "콩",
"strawberry": "딸기",
"sugar_beet": "사탕무",
"sugarcane": "사탕수수",
"sunflower": "해바라기",
"tea": "차",
"tobacco": "담배",
"vegetable": "야채",
"wheat": "밀"
}
},
"crossing": {
"label": "유형"
@@ -510,6 +556,7 @@
"coffee_shop": "커피숍",
"dessert": "디저트",
"donut": "도넛",
"fish": "생선",
"french": "프랑스 요리",
"german": "독일 요리",
"greek": "그리스 요리",
@@ -609,7 +656,6 @@
"label": "명시"
},
"departures_board": {
"label": "출발 안내판",
"options": {
"no": "없음",
"realtime": "실시간",
@@ -796,7 +842,8 @@
},
"fax": {
"label": "팩스",
"placeholder": "+31 42 123 4567"
"placeholder": "+31 42 123 4567",
"terms": "팩시밀리"
},
"fee": {
"label": "유료"
@@ -807,6 +854,11 @@
"fire_hydrant/diameter": {
"label": "지름(mm, in 또는 글자)"
},
"fire_hydrant/position": {
"options": {
"parking_lot": "주차장"
}
},
"fire_hydrant/pressure": {
"label": "압력(바)"
},
@@ -830,9 +882,15 @@
"fixme": {
"label": "고쳐주기"
},
"flag/name": {
"label": "깃발 이름"
},
"flag/type": {
"label": "깃발 유형"
},
"flag/wikidata": {
"label": "깃발 위키데이터"
},
"ford": {
"label": "유형",
"placeholder": "기본값"
@@ -852,7 +910,7 @@
"fuel": {
"label": "주유소"
},
"fuel_multi": {
"fuel/fuel_multi": {
"label": "연료 유형"
},
"gambling": {
@@ -1154,7 +1212,8 @@
"label": "유형"
},
"manufacturer": {
"label": "제조사"
"label": "제조사",
"terms": "제조업체"
},
"map_size": {
"label": "적용범위"
@@ -1265,6 +1324,7 @@
"placeholder": "지방, 지역, 국가, 국제"
},
"network_foot": {
"label": "네트워크 수준",
"options": {
"iwn": "국제적",
"lwn": "지방",
@@ -1274,6 +1334,7 @@
"placeholder": "현지, 지역, 국가, 국제"
},
"network_horse": {
"label": "네트워크 수준",
"options": {
"ihn": "국제적",
"lhn": "지방",
@@ -1318,7 +1379,7 @@
}
},
"opening_date": {
"label": "예상개업일",
"label": "예상 개업일",
"placeholder": "YYYY-MM-DD"
},
"opening_hours": {
@@ -1371,9 +1432,6 @@
"payment_multi": {
"label": "결제 수단"
},
"payment_multi_fee": {
"label": "결제 수단"
},
"phases": {
"label": "상수",
"placeholder": "1, 2, 3..."
@@ -1439,7 +1497,6 @@
"label": "발전 방식"
},
"plant/output/electricity": {
"label": "전력 출력",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -1846,7 +1903,8 @@
},
"start_date": {
"label": "시작 날짜",
"placeholder": "YYYY-MM-DD"
"placeholder": "YYYY-MM-DD",
"terms": "시작일"
},
"step_count": {
"label": "계단 수"
@@ -2015,7 +2073,7 @@
"tracktype": {
"label": "트랙 유형",
"options": {
"grade1": "단단함: 포장되었거나 심하게 압축된 하드코어 표면",
"grade1": "단단함:포장",
"grade2": "거의 단단함: 약간의 부드러운 소재가 섞인 자갈/바위",
"grade3": "부드러운 소재와 딱딱한 소재가 섞임",
"grade4": "거의 부드러움: 약간의 딱딱한 소재가 섞인 흙/모래/잔디",
@@ -2079,6 +2137,7 @@
"usage_rail": {
"label": "용도",
"options": {
"military": "군사용",
"tourism": "관광"
}
},
@@ -2089,9 +2148,11 @@
"label": "차량",
"options": {
"bus": "버스",
"ferry": "페리,연락선",
"light_rail": "경전철",
"monorail": "모노레일",
"subway": "지하철",
"train": "열차",
"tram": "노면 전차",
"trolleybus": "트롤리버스"
}
@@ -2141,6 +2202,9 @@
"wall": {
"label": "유형"
},
"waste": {
"label": "쓰레기"
},
"water": {
"label": "유형"
},
@@ -2152,10 +2216,12 @@
},
"water_tank/volume": {
"label": "용적(리터)",
"placeholder": "10000, 20000, 30000…"
"placeholder": "10000, 20000, 30000…",
"terms": "부피(리터)"
},
"water_volume": {
"label": "물 저장량(m³)"
"label": "물 저장량(m³)",
"terms": "저수량(m³)"
},
"waterway": {
"label": "유형"
@@ -2183,7 +2249,8 @@
"label": "도매"
},
"width": {
"label": "폭(미터)"
"label": "폭(미터)",
"terms": "너비(미터)"
},
"wikidata": {
"label": "위키데이터"
@@ -2520,7 +2587,8 @@
"name": "행사장"
},
"amenity/exhibition_centre": {
"name": "전시회장"
"name": "전시회장",
"terms": "박람회장"
},
"amenity/fast_food": {
"name": "패스트푸드",
@@ -2529,6 +2597,9 @@
"amenity/fast_food/burger": {
"name": "햄버거 패스트푸드"
},
"amenity/fast_food/cafeteria": {
"name": "카페테리아"
},
"amenity/fast_food/chicken": {
"name": "치킨 패스트푸드"
},
@@ -2657,7 +2728,7 @@
},
"amenity/nightclub": {
"name": "나이트클럽",
"terms": "나이트 클럽"
"terms": "나이트 클럽,나이트"
},
"amenity/nightclub/lgbtq": {
"name": "LGBTQ+ 나이트클럽"
@@ -2708,7 +2779,8 @@
"terms": "성당"
},
"amenity/place_of_worship/christian/jehovahs_witness": {
"name": "여호와의 증인 왕국회관"
"name": "여호와의 증인 왕국회관",
"terms": "여호와"
},
"amenity/place_of_worship/christian/la_luz_del_mundo": {
"name": "라 루스 델 문도 신전"
@@ -2725,7 +2797,8 @@
"terms": "유대 시나고규"
},
"amenity/place_of_worship/muslim": {
"name": "이슬람교 모스크"
"name": "이슬람교 모스크",
"terms": "모스크"
},
"amenity/place_of_worship/shinto": {
"name": "신사",
@@ -2763,7 +2836,7 @@
},
"amenity/prep_school": {
"name": "학원",
"terms": "국어,수학,영어,논술"
"terms": "교습소,보습학원,국어,수학,영어,논술"
},
"amenity/prison": {
"name": "교도소 부지",
@@ -2799,7 +2872,8 @@
"name": "재활용 용기"
},
"amenity/refugee_site": {
"name": "난민촌"
"name": "난민촌",
"terms": "난민 캠프"
},
"amenity/research_institute": {
"name": "연구 기관 부지"
@@ -2899,7 +2973,8 @@
"name": "달개"
},
"amenity/shower": {
"name": "샤워실"
"name": "샤워실",
"terms": "샤워장"
},
"amenity/smoking_area": {
"name": "흡연 구역"
@@ -2910,7 +2985,7 @@
},
"amenity/social_facility/food_bank": {
"name": "푸드 뱅크",
"terms": "푸드 뱅크"
"terms": "푸드뱅크"
},
"amenity/social_facility/group_home": {
"name": "경로당",
@@ -2929,13 +3004,15 @@
"terms": "스튜디오,촬영장"
},
"amenity/studio/audio": {
"name": "녹음실"
"name": "녹음실",
"terms": "녹음 스튜디오"
},
"amenity/studio/radio": {
"name": "라디오 방송국"
},
"amenity/studio/television": {
"name": "텔레비전 방송국"
"name": "텔레비전 방송국",
"terms": "tv 방송국"
},
"amenity/studio/video": {
"name": "영화 촬영실"
@@ -2969,7 +3046,7 @@
},
"amenity/townhall": {
"name": "마을 회관",
"terms": "마을회관,주민센터,동사무소"
"terms": "마을회관,주민센터,동사무소,행정복지센터"
},
"amenity/townhall/city": {
"name": "시청"
@@ -3034,7 +3111,7 @@
},
"amenity/vending_machine/parking_tickets": {
"name": "주차권 발권기",
"terms": "주차권 발권기"
"terms": "주차권 발권기,주차발권기"
},
"amenity/vending_machine/public_transport_tickets": {
"name": "대중교통 승차권 발매기",
@@ -3192,13 +3269,14 @@
},
"barrier/hedge": {
"name": "산 울타리",
"terms": "산울타리"
"terms": "산울타리,산울"
},
"barrier/height_restrictor": {
"name": "높이 제한기"
},
"barrier/kerb": {
"name": "연석"
"name": "연석",
"terms": "갓돌"
},
"barrier/kerb/flush": {
"name": "턱 없는 연석"
@@ -3325,6 +3403,9 @@
"building/farm_auxiliary": {
"name": "농장 건물"
},
"building/fire_station": {
"name": "소방서 건물"
},
"building/garage": {
"name": "차고",
"terms": "차고"
@@ -3355,6 +3436,10 @@
"name": "주택",
"terms": "주택,집"
},
"building/houseboat": {
"name": "선상 가옥",
"terms": "집배"
},
"building/hut": {
"name": "오두막",
"terms": "오두막"
@@ -3389,11 +3474,12 @@
"terms": "지붕"
},
"building/ruins": {
"name": "건물 폐허"
"name": "건물 폐허",
"terms": "폐가"
},
"building/school": {
"name": "학교 건물",
"terms": "초등학교,중학교,고등학교"
"terms": "유치원,초등학교,중학교,고등학교"
},
"building/semidetached_house": {
"name": "반분리된 주택",
@@ -3451,6 +3537,10 @@
"building_point": {
"name": "건물"
},
"cemetery/grave": {
"name": "무덤",
"terms": "묘지,묘,산소"
},
"club": {
"name": "클럽",
"terms": "클럽"
@@ -3479,10 +3569,6 @@
"name": "제본공",
"terms": "바인더"
},
"craft/brewery": {
"name": "맥주 양조장",
"terms": "양조공,양조장"
},
"craft/carpenter": {
"name": "목수",
"terms": "목수"
@@ -3545,7 +3631,8 @@
"terms": "절연체"
},
"craft/joiner": {
"name": "소목장이"
"name": "소목장이",
"terms": "소목장"
},
"craft/key_cutter": {
"name": "열쇠 따는 사람",
@@ -3554,13 +3641,17 @@
"craft/locksmith": {
"name": "열쇠 제조공"
},
"craft/metal_construction": {
"name": "금속공",
"terms": "금속 세공인"
},
"craft/painter": {
"name": "화가",
"terms": "화가"
},
"craft/photographer": {
"name": "사진가",
"terms": "사진작가"
"terms": "사진작가,사진사"
},
"craft/photographic_laboratory": {
"name": "현상소",
@@ -3568,7 +3659,7 @@
},
"craft/plasterer": {
"name": "미장공",
"terms": "도벽사"
"terms": "도벽사,미장이"
},
"craft/plumber": {
"name": "배관공",
@@ -3629,7 +3720,7 @@
},
"craft/upholsterer": {
"name": "실내 장식업",
"terms": "실내 장식업"
"terms": "인테리어"
},
"craft/watchmaker": {
"name": "시계 제조공",
@@ -3865,13 +3956,25 @@
"highway/bus_stop": {
"name": "버스 정류소"
},
"highway/construction": {
"name": "공사 중인 도로"
},
"highway/corridor": {
"name": "실내 복도",
"terms": "복도"
},
"highway/crossing": {
"name": "횡단보도"
},
"highway/crossing/marked": {
"name": "횡단보도"
},
"highway/crossing/traffic_signals": {
"name": "보행자 신호등이 있는 횡단보도"
},
"highway/crossing/uncontrolled": {
"name": "표시가 있는 횡단보도"
},
"highway/crossing/unmarked": {
"name": "표시되지 않은 횡단보도"
},
@@ -3893,7 +3996,8 @@
"terms": "엘리베이터,승강기"
},
"highway/elevator_line": {
"name": "경사형 엘리베이터"
"name": "경사형 엘리베이터",
"terms": "경사형 엘리베이터,경사형 승강기"
},
"highway/footway": {
"name": "보도",
@@ -3902,6 +4006,9 @@
"highway/footway/conveying": {
"name": "무빙워크"
},
"highway/footway/crossing": {
"name": "횡단보도"
},
"highway/footway/marked": {
"name": "횡단보도"
},
@@ -3909,6 +4016,9 @@
"name": "인도",
"terms": "보도,보행로"
},
"highway/footway/traffic_signals": {
"name": "신호등이 있는 횡단보도"
},
"highway/footway/unmarked": {
"name": "표시되지 않은 횡단보도"
},
@@ -3943,7 +4053,8 @@
"terms": "고속도로 연결로"
},
"highway/passing_place": {
"name": "통행을 위한 여분 공간"
"name": "통행을 위한 여분 공간",
"terms": "통행을 위한 여분 공간,대피소"
},
"highway/path": {
"name": "경로",
@@ -3953,10 +4064,12 @@
"name": "보드워크"
},
"highway/pedestrian_area": {
"name": "보행자 지역"
"name": "보행자 지역",
"terms": "보행자 지역,보행지역,보행구역"
},
"highway/pedestrian_line": {
"name": "보행자 거리"
"name": "보행자 거리",
"terms": "보행자 거리,보행로"
},
"highway/primary": {
"name": "1차 도로",
@@ -4989,6 +5102,9 @@
"name": "물",
"terms": "물"
},
"natural/water/basin": {
"name": "웅덩이"
},
"natural/water/canal": {
"name": "운하 구역"
},
@@ -5305,6 +5421,12 @@
"playground/swing": {
"name": "그네"
},
"playground/teenshelter": {
"name": "청소년 보호 시설"
},
"playground/trampoline": {
"name": "트램펄린"
},
"playground/zipwire": {
"name": "놀이용 집라인"
},
@@ -5378,9 +5500,6 @@
"power/plant/source/oil": {
"name": "석유 발전소"
},
"power/plant/source/solar": {
"name": "태양 발전소"
},
"power/plant/source/waste": {
"name": "쓰레기 소각 발전소"
},
@@ -5422,6 +5541,9 @@
"name": "버스 정류소",
"terms": "정류장,정거장"
},
"public_transport/platform/bus_tram_point": {
"name": "노면전차, 버스 정류장"
},
"public_transport/platform/ferry": {
"name": "페리 승강장"
},
@@ -5606,6 +5728,9 @@
"railway/platform": {
"name": "기차 승강장"
},
"railway/preserved": {
"name": "역사적 철도선"
},
"railway/rail": {
"name": "철로"
},
@@ -5638,6 +5763,9 @@
"name": "노면전차 궤도",
"terms": "트램 길"
},
"railway/tram_crossing": {
"name": "전차 건널목"
},
"railway/tram_level_crossing": {
"name": "전차-도로 건널목"
},
@@ -5692,6 +5820,9 @@
"name": "애니메이션/만화 가게",
"terms": "애니메이션/만화 상점"
},
"shop/antiques": {
"name": "골동품 가게"
},
"shop/appliance": {
"name": "가전 제품 가게",
"terms": "에어컨,기기,식기세척기,건조기,냉장고,그릴,석쇠,주방,부엌,오븐,난로,세탁기"
@@ -5748,6 +5879,9 @@
"name": "마권업자",
"terms": "마권업자"
},
"shop/books": {
"name": "서점"
},
"shop/boutique": {
"name": "부티크"
},
@@ -5985,6 +6119,9 @@
"name": "철물점",
"terms": "철물점"
},
"shop/health_food": {
"name": "건강식품 판매점"
},
"shop/hearing_aids": {
"name": "보청기 가게",
"terms": "보청기 상점"
@@ -6256,6 +6393,9 @@
"name": "진공청소기 가게",
"terms": "진공청소기 상점"
},
"shop/variety_store": {
"name": "할인 판매점"
},
"shop/video": {
"name": "비디오 가게",
"terms": "dvd"
@@ -6549,6 +6689,9 @@
"type/route/hiking": {
"name": "하이킹 노선"
},
"type/route/horse": {
"name": "승마 노선"
},
"type/route/light_rail": {
"name": "경전철 노선"
},
@@ -6568,6 +6711,9 @@
"type/route/power": {
"name": "전력 노선"
},
"type/route/railway": {
"name": "철도 노선"
},
"type/route/road": {
"name": "도로 노선",
"terms": "길 경로"
+1 -1
View File
File diff suppressed because one or more lines are too long
-11
View File
@@ -264,9 +264,6 @@
"building/levels/underground": {
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"placeholder": "2, 4, 6..."
},
"building_area": {
"label": "Pastatas"
},
@@ -584,9 +581,6 @@
"fuel": {
"label": "Degalai"
},
"fuel_multi": {
"label": "Kuro tipai"
},
"gambling": {
"label": "Žaidimai"
},
@@ -1048,7 +1042,6 @@
"label": "Tipas"
},
"plant/output/electricity": {
"label": "Energijos išvesties galia",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"playground": {
@@ -2137,10 +2130,6 @@
"name": "Knygrišys",
"terms": "knygryšys"
},
"craft/brewery": {
"name": "Alaus darykla",
"terms": "aludarė"
},
"craft/carpenter": {
"name": "Dailidė",
"terms": "stalius"
+1 -1
View File
File diff suppressed because one or more lines are too long
-11
View File
@@ -237,9 +237,6 @@
"label": "Ietilpība",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Naudas iemaksa"
},
"castle_type": {
"label": "Tips"
},
@@ -463,9 +460,6 @@
"fuel": {
"label": "Degviela"
},
"fuel_multi": {
"label": "Degvielas veidi"
},
"gauge": {
"label": "Gabarīts"
},
@@ -860,7 +854,6 @@
"label": "Augs"
},
"plant/output/electricity": {
"label": "Izejas jauda",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"population": {
@@ -1749,10 +1742,6 @@
"name": "Laivu būvētājs",
"terms": "laivenieks,piķotājs"
},
"craft/brewery": {
"name": "Darītava",
"terms": "alkohols,alus,sidrs"
},
"craft/carpenter": {
"name": "Galdnieks"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+414 -39
View File
@@ -323,7 +323,18 @@
"label": "Клупа"
},
"bicycle_parking": {
"label": "Вид"
"label": "Вид",
"options": {
"building": "Во зграда",
"handlebar_holder": "Држач за гидан",
"lockers": "Поединечни шкафови",
"shed": "Затворена остава",
"stands": "Држач (држи велосипедска рамка)",
"wall_loops": "Тркалодржач (држи само тркало)"
}
},
"bike_ride": {
"label": "преоднп велосипедско паркиралиште"
},
"bin": {
"label": "Корпа за отпадоци"
@@ -352,7 +363,7 @@
"label": "Вид"
},
"booth": {
"label": "Трафика"
"label": "Бутка"
},
"bottle": {
"label": "Полнење шишиња"
@@ -397,19 +408,21 @@
"label": "Подземни катови",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "Катови на градбата",
"placeholder": "2, 4, 6..."
},
"building/material": {
"label": "Материјал"
},
"building/part": {
"label": "Дел од градба"
},
"building/prefabricated": {
"label": "Монтажна"
},
"building_area": {
"label": "Градба"
},
"building_area_yes": {
"label": "Градба"
},
"bunker_type": {
"label": "Вид"
},
@@ -475,7 +488,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Готовинска размена"
"label": "Влогови"
},
"castle_type": {
"label": "Вид",
@@ -508,7 +521,8 @@
},
"circumference": {
"label": "Обиколка (на висина на градите)",
"placeholder": "1 м, 20 см, 30\"…"
"placeholder": "1 м, 20 см, 30\"…",
"terms": "<преведете со истозначници или сродни поими на „обиколка (на висина на градите)“,одделени со запирки>"
},
"clothes": {
"label": "Облека"
@@ -595,7 +609,35 @@
}
},
"crop": {
"label": "Посеви"
"label": "Посеви",
"options": {
"asparagus": "Шпаргла",
"barley": "Јачмен",
"beet": "Репка",
"cassava": "Касава",
"coffee": "Кафе",
"cotton": "Памук",
"cranberries": "Брусници",
"fast_growing_wood": "Брзорастечки дрва",
"flowers": "Цвеќиња",
"grape": "Грозје",
"grass": "Трева",
"hop": "Хмељ",
"lavender": "Лаванда",
"maize": "Пченка",
"potato": "Компир",
"rape": "Маслодајна репка",
"rice": "Ориз",
"soy": "Соја",
"strawberry": "Јагоди",
"sugar_beet": "Шеќерна репка",
"sugarcane": "Шеќерна трска",
"sunflower": "Сончоглед",
"tea": "Чај",
"tobacco": "Тутун",
"vegetable": "Зеленчук",
"wheat": "Пченица"
}
},
"crossing": {
"label": "Вид"
@@ -746,7 +788,7 @@
"label": "Значење"
},
"departures_board": {
"label": "Табла на поаѓања",
"label": "Табла на пристигнувања и занимувања",
"options": {
"no": "Ништо",
"realtime": "Во живо",
@@ -971,7 +1013,19 @@
"label": "Вид"
},
"entrance": {
"label": "Вид"
"label": "Вид",
"options": {
"emergency": "Итен излез",
"entrance": "Само влез",
"exit": "Само излез",
"garage": "Гаражна врата",
"home": "Приватна куќа или стан",
"main": "Главен",
"secondary": "Спореден",
"service": "Службен",
"staircase": "Скали",
"yes": "Непосочен"
}
},
"except": {
"label": "Исклучоци"
@@ -1091,8 +1145,36 @@
"fuel": {
"label": "Гориво"
},
"fuel_multi": {
"label": "Видови гориво"
"fuel/fuel_multi": {
"label": "Видови горива",
"options": {
"GTL_diesel": "Гасотечна нафта",
"HGV_diesel": "Камионска нафта",
"LH2": "Течен водород",
"adblue": "AdBlue / AUS 32",
"adblue:canister": "AdBlue / AUS 32 (во боци)",
"biodiesel": "Биодизел",
"cng": "Набиен течен јас (НПГ)",
"diesel": "Дизел",
"e10": "E10 Бензин",
"e85": "E85 Бензин",
"h70": "Гасовит водород (700 бари)",
"lpg": "Течен природен гас (ТПГ)",
"octane_100": "Бензин (100 октани)",
"octane_80": "Бензин (80 октани)",
"octane_85": "Бензин (85 октани)",
"octane_87": "Бензин (87 октани)",
"octane_88": "Бензин (88 октани)",
"octane_89": "Бензин (89 октани)",
"octane_90": "Бензин (90 октани)",
"octane_91": "Бензин (91 октан)",
"octane_92": "Бензин (92 октани)",
"octane_93": "Бензин (93 октани)",
"octane_95": "Бензин (95 октани)",
"octane_97": "Бензин (97 октани)",
"octane_98": "Бензин (98 октани)",
"propane": "Пропан"
}
},
"gambling": {
"label": "Игри"
@@ -1113,14 +1195,48 @@
"placeholder": "Непознат"
},
"generator/method": {
"label": "Начин"
"label": "Начин",
"options": {
"anaerobic_digestion": "Анаеробно варење",
"barrage": "Плимна брана",
"combustion": "Согорување",
"fission": "Фисија",
"fusion": "Фузија",
"gasification": "Гасификација",
"photovoltaic": "Светлонапонски",
"run-of-the-river": "Проточно",
"stream": "Плимна струја",
"thermal": "Сончевотоплински",
"water-pumped-storage": "Пумпно складирање",
"water-storage": "Вештачко езеро",
"wind_turbine": "Ветротурбина"
}
},
"generator/output/electricity": {
"label": "Излезна моќност",
"placeholder": "50 MW, 100 MW, 200 MW..."
},
"generator/source": {
"label": "Извор"
"label": "Извор",
"options": {
"battery": "Акумулатор",
"biofuel": "Растителни горива",
"biogas": "Биогас",
"biomass": "Растителна материја",
"coal": "Јаглен",
"diesel": "Нафта",
"gas": "Земен гас",
"gasoline": "Бензин",
"geothermal": "Геотоплинска енергија",
"hydro": "Хидроенергија",
"nuclear": "Нуклеарна енергија",
"oil": "Масло",
"solar": "Сончево зрачење",
"tidal": "Плимна енергија",
"waste": "Отпад",
"wave": "Бранова енергија",
"wind": "Ветер"
}
},
"generator/type": {
"label": "Вид"
@@ -1168,7 +1284,94 @@
"label": "Вид"
},
"healthcare/speciality": {
"label": "Специјалисти"
"label": "Специјалисти",
"options": {
"abortion": "Абортус",
"acupuncture": "Акупунктура",
"allergology": "Алергии и астма",
"anaesthetics": "Анестезиологија",
"angiology": "Ангиологија",
"anthroposophical": "Антропозофска медицина",
"applied_kinesiology": "Применета кинезиологија",
"aromatherapy": "Ароматерапија",
"ayurveda": "Ајурведа",
"behavior": "Бихевиорална терапија",
"biochemistry": "Биохемија",
"biology": "Биологија",
"blood_check": "Крвна слика",
"body": "Телесна терапија",
"cardiology": "Кардиологија",
"cardiothoracic_surgery": "Кардиоторакална хирургија",
"child_psychiatry": "Детска и младинска психијатрија",
"chiropractic": "Хиропрактика",
"clinical_pathology": "Клиничка патологија",
"community": "Јавно здравје",
"dental_oral_maxillo_facial_surgery": "Забна, усна и максилофацијална хирургија",
"depth": "Длабинска психологија",
"dermatology": "Дерматологија",
"dermatovenereology": "Дерматовенерологија",
"diabetology": "Дијабетологија",
"diagnostic_radiology": "Дијагностичка радиологија",
"emergency": "Ургентна медицина",
"endocrinology": "Ендокринологија",
"fertility": "Плодност",
"gastroenterology": "Гастроентерологија",
"general": "Општа медицина",
"geriatrics": "Геријатрика",
"gynaecology": "Акушерство и гинеологија",
"haematology": "Хематологија",
"hepatology": "Хепатологија",
"herbalism": "Треварство",
"homeopathy": "Хомеопатија",
"humanistic": "Хуманистичка психологија",
"hydrotherapy": "Хидротерапија",
"hypnosis": "Хипноза",
"infectious_diseases": "Заразни болести",
"intensive": "Интензивна нега",
"internal": "Интерна медицина",
"naturopathy": "Натуропатија",
"neonatology": "Неонатологија",
"nephrology": "Нефрологија",
"neurology": "Неврологија",
"neuropsychiatry": "Невропсихијатрија",
"neurosurgery": "Неврохирургија",
"nuclear": "Нуклеарна медицина",
"occupational": "Трудова медицина",
"oncology": "Онкологија",
"ophthalmology": "Офталмологија",
"orthodontics": "Ортодонтика",
"orthopaedics": "Ортопедска хирургија",
"osteopathy": "Остеопатија",
"otolaryngology": "Уво, нос и грло",
"paediatric_surgery": "Педијатриска хирургија",
"paediatrics": "Педијатрија",
"palliative": "Палијативна нега",
"pathology": "Патологија",
"physiatry": "Физијатрија",
"plastic_surgery": "Пластична хирургија",
"podiatry": "Подијатрија",
"proctology": "Колоректална хирургија",
"psychiatry": "сихијатрија",
"pulmonology": "Пулмонологија",
"radiology": "Радиологија",
"radiotherapy": "Радиотерапија",
"reflexology": "Рефлексологија",
"reiki": "Реики",
"rheumatology": "Ревматологија",
"shiatsu": "Шијацу",
"stomatology": "Стоматологија",
"surgery": "Општа хирургија",
"systemic": "Системска терапија",
"traditional_chinese_medicine": "Кинеска народна медицина",
"transplant": "Пресадувачка хирургија",
"trauma": "Трауматологија",
"tropical": "Тропска медицина",
"tuina": "Туина",
"unani": "Унани",
"urology": "Урологија",
"vaccination": "Вакцинација",
"vascular_surgery": "Васкуларна хирургија"
}
},
"heating": {
"label": "Греење"
@@ -1428,11 +1631,16 @@
"liaison": {
"label": "Вид"
},
"license_classes": {
"label": "Класи на возачна дозвола",
"terms": "<преведете со истозначници или сродни поими на „класи на возачка дозвола“,одделени со запирки>"
},
"lifeguard": {
"label": "Спасител"
},
"line_attachment": {
"label": "Кабелска приврска"
"label": "Кабелска приврска",
"terms": "<преведете со истозначници или сродни поими на „кабелска приврска“,одделени со запирки>"
},
"line_management": {
"label": "Поставеност на водот",
@@ -1544,6 +1752,9 @@
"label": "Најмала дозволена брзина",
"placeholder": "20, 30, 40..."
},
"model": {
"label": "Модел"
},
"monitoring_multi": {
"label": "Надзор"
},
@@ -1747,10 +1958,49 @@
"label": "Вид"
},
"payment_multi": {
"label": "Видови плаќање"
},
"payment_multi_fee": {
"label": "Видови плаќање"
"label": "Видови плаќање",
"options": {
"account_cards": "Картичка од сметка",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Мобилен прилог",
"apple_pay": "Apple Pay",
"bancomat": "Банкомат",
"blik": "Blik",
"cards": "Платежна картичка",
"cash": "Готовина",
"cheque": "Чекови",
"clipper": "Clipper",
"coins": "Монети",
"contactless": "Бесконтактно плаќање",
"credit_cards": "Кредитна картичка",
"cryptocurrencies": "Криптовалути",
"debit_cards": "Дебитна картичка",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"electronic_purses": "Електронски паричник",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard Бесконтактно",
"notes": "Банкноти",
"paypal": "PayPal",
"prepaid_ticket": "Претплатен билет",
"telephone_cards": "Телефонска картичка",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
}
},
"phases": {
"label": "Етапи",
@@ -1870,8 +2120,21 @@
"plant/method": {
"label": "Начин на струјосоздавање"
},
"plant/output": {
"label": "Облик на произведена енергија",
"options": {
"cold_air": "Ладен воздух",
"cold_water": "Ладна вода",
"compressed_air": "Набиен воздух",
"electricity": "Струја",
"hot_air": "Топол воздух",
"hot_water": "Топла вода",
"steam": "Пареа",
"vacuum": "Вакуум"
}
},
"plant/output/electricity": {
"label": "Излезна моќност",
"label": "Електрична моќност",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -1893,6 +2156,10 @@
"population": {
"label": "Население"
},
"population/date": {
"label": "Датум на населението",
"placeholder": "ГГГГ-ММ-ДД"
},
"portable": {
"label": "Преносливо"
},
@@ -1986,6 +2253,9 @@
"ref": {
"label": "Кодна назнака"
},
"ref/FR/siret-FR": {
"label": "SIRET-број"
},
"ref/isil": {
"label": "ISIL-код"
},
@@ -2036,7 +2306,31 @@
"label": "Вид"
},
"religion": {
"label": "Религија"
"label": "Религија",
"options": {
"bahai": "Бахаизам",
"benzhu": "Бенџуизам",
"buddhist": "Будизам",
"caodaism": "Каодаизам",
"chinese_folk": "Кинеска народна вера",
"christian": "Христијанство",
"confucian": "Конфуцијанство",
"hindu": "Хиндуизам",
"jain": "Џаинизам",
"jewish": "Јудаизам",
"multifaith": "Повеќеверски",
"muslim": "Ислам",
"none": "Нерелигиозност",
"pagan": "Паганство",
"shinto": "Шинтоизам",
"sikh": "Сикизам",
"spiritualist": "Спиритуализам",
"taoist": "Таоизам",
"tenrikyo": "Тенрикјо",
"unitarian_universalist": "Унитаријански универзализам",
"vietnamese_folk": "Виетнамска народна вера",
"voodoo": "Вуду"
}
},
"reservation": {
"label": "Резервации",
@@ -2340,6 +2634,9 @@
"survey": "Земјомер"
}
},
"source/population": {
"label": "Извор за населението"
},
"species": {
"label": "Вид",
"placeholder": "Acer platanoides, Quercus robur, …"
@@ -2450,7 +2747,18 @@
"label": "Супстанција"
},
"substation": {
"label": "Вид"
"label": "Вид",
"options": {
"compensation": "Реактивен енергетски надомест",
"converter": "Високонапонски претворач AC/DC",
"distribution": "Регионална дистрибуција",
"generation": "Струјопроизводство",
"industrial": "Индустриски",
"minor_distribution": "Месна дистрибуција",
"traction": "Електровлечна потстаница",
"transition": "Подземно-надземен преод",
"transmission": "Високонапонски пренос"
}
},
"supervised": {
"label": "Со надзор"
@@ -2469,11 +2777,17 @@
"grass": "Трева",
"gravel": "Чакал",
"ground": "Тло",
"metal": "Метал",
"mud": "Постојано калливо",
"paved": "Поплочено",
"paving_stones": "Калдрма",
"salt": "Сол",
"sand": "Песок",
"sett": "Плочник од коцки",
"unhewn_cobblestone": "Калдрма (нережани заоблени камења)",
"unpaved": "Непоплочено",
"wood": "Дрво"
"wood": "Дрво",
"woodchips": "Дрвени деланки"
},
"terms": "<преведете со истозначници или сродни поими на „површина“,одделени со запирки>"
},
@@ -2589,6 +2903,14 @@
"toilets/position": {
"label": "Положби"
},
"toilets/wheelchair": {
"label": "Инвалидски тоалет",
"options": {
"limited": "Ограничено",
"no": "Не",
"yes": "Да"
}
},
"toll": {
"label": "Патарина"
},
@@ -2611,7 +2933,7 @@
"tracktype": {
"label": "Вид патека",
"options": {
"grade1": "Цврста: поплочена или тешко набиена тврда површина",
"grade1": "Цврста: поплочена",
"grade2": "Претежно цврста: чакал/камења смешано со извесен мек материјал",
"grade3": "Рамномерна мешавина од цврсти и меки материјали",
"grade4": "Претежно мека: почва/песок/трева со извесен тврд материјал",
@@ -2667,7 +2989,8 @@
},
"no": "Не",
"walk": {
"description": "Има сигнал само за дозволено преминување"
"description": "Има сигнал само за дозволено преминување",
"title": "Показател за преминување"
},
"yes": "Да"
}
@@ -2713,11 +3036,24 @@
"placeholder": "По основно"
},
"tunnel_combo": {
"label": "Вид"
"label": "Вид",
"options": {
"avalanche_protector": "Лавобран",
"building_passage": "Премин во зграда",
"culvert": "Пропуст",
"flooded": "Поплавен тунел"
}
},
"turning_circle": {
"label": "Облик"
},
"two_sided": {
"label": "Двострано",
"options": {
"undefined": "Не",
"yes": "Да"
}
},
"usage_rail": {
"label": "Вид употреба",
"options": {
@@ -3183,6 +3519,9 @@
"amenity/drinking_water": {
"name": "Пивка вода"
},
"amenity/driver_training": {
"name": "Автошколски полигон"
},
"amenity/driving_school": {
"name": "Автоучилиште"
},
@@ -3201,6 +3540,9 @@
"amenity/fast_food/burger": {
"name": "Сендвичарница"
},
"amenity/fast_food/cafeteria": {
"name": "Кафетерија"
},
"amenity/fast_food/chicken": {
"name": "Пилешко"
},
@@ -4017,6 +4359,9 @@
"building/farm_auxiliary": {
"name": "Селскостопанска градба"
},
"building/fire_station": {
"name": "Пожарникарска градба"
},
"building/garage": {
"name": "Гаража"
},
@@ -4171,7 +4516,7 @@
"name": "Книговезец"
},
"craft/brewery": {
"name": "Пиварница"
"name": "Занаетчиска пиварница"
},
"craft/carpenter": {
"name": "Столар"
@@ -4536,6 +4881,9 @@
"highway/bus_stop": {
"name": "Автобуска постојка"
},
"highway/busway": {
"name": "Автобуски коловоз"
},
"highway/construction": {
"name": "Пат во изградба"
},
@@ -4593,6 +4941,9 @@
"highway/emergency_bay": {
"name": "Итно запиралиште"
},
"highway/escape": {
"name": "Камионофат"
},
"highway/footway": {
"name": "Пешачка патека"
},
@@ -4645,9 +4996,6 @@
"highway/motorway_link": {
"name": "Автопатен приод"
},
"highway/motorway_link-US-CA": {
"name": "Автопатен приод"
},
"highway/passing_place": {
"name": "Место за претекнување"
},
@@ -4672,9 +5020,6 @@
"highway/primary_link": {
"name": "Главен приод"
},
"highway/primary_link-US-CA": {
"name": "Главен приод"
},
"highway/raceway": {
"name": "Мототркалиште"
},
@@ -4720,6 +5065,9 @@
"highway/service/parking_aisle": {
"name": "Паркинг-минувалиште"
},
"highway/service_area": {
"name": "Поплочено опслужно подрачје"
},
"highway/services": {
"name": "Опслужно подрачје"
},
@@ -4768,9 +5116,6 @@
"highway/trunk_link": {
"name": "Приод кон магистрала"
},
"highway/trunk_link-US-CA": {
"name": "Приод кон магистрала"
},
"highway/turning_circle": {
"name": "Кружен тек"
},
@@ -5158,6 +5503,9 @@
"leisure/pitch/american_football": {
"name": "Игралиште за американски фудбал"
},
"leisure/pitch/american_handball": {
"name": "Игралиште за американски ракомет"
},
"leisure/pitch/archery": {
"name": "Стреличарско стрелиште"
},
@@ -5497,6 +5845,9 @@
"man_made/survey_point": {
"name": "Надзорно место"
},
"man_made/tailings_pond": {
"name": "Јаловиште"
},
"man_made/torii": {
"name": "тории"
},
@@ -5560,6 +5911,9 @@
"man_made/works": {
"name": "Фабрика"
},
"man_made/works/brewery": {
"name": "Индустриска пиварница"
},
"man_made/yes": {
"name": "Вештачки елемент (неукажан вид)"
},
@@ -5668,12 +6022,18 @@
"natural/stone": {
"name": "Неприцврстена карпа / камен"
},
"natural/strait": {
"name": "Проток"
},
"natural/tree": {
"name": "Дрво"
},
"natural/tree_row": {
"name": "Дрворед"
},
"natural/tree_stump": {
"name": "Пенушка"
},
"natural/valley": {
"name": "Долина"
},
@@ -5695,6 +6055,9 @@
"natural/water/moat": {
"name": "Шанец"
},
"natural/water/oxbow": {
"name": "Мртвица"
},
"natural/water/pond": {
"name": "Езерце"
},
@@ -5872,6 +6235,9 @@
"office/private_investigator": {
"name": "Приватен иследувач"
},
"office/property_management": {
"name": "Домарска служба"
},
"office/quango": {
"name": "Квази-НВО"
},
@@ -5899,6 +6265,9 @@
"office/travel_agent": {
"name": "Туристичка агенција"
},
"office/union": {
"name": "Синдикална канцеларија"
},
"office/water_utility": {
"name": "Водоводна служба"
},
@@ -6088,6 +6457,9 @@
"power/cable/underground": {
"name": "Подземен струјовод"
},
"power/catenary_mast": {
"name": "Јарбол за контактни жици"
},
"power/generator": {
"name": "Генератор"
},
@@ -6127,6 +6499,9 @@
"power/plant/source/hydro": {
"name": "Хидроелектрана"
},
"power/plant/source/method/photovoltaic": {
"name": "Сончева фарма"
},
"power/plant/source/nuclear": {
"name": "Нуклеарна електрана"
},
@@ -6134,7 +6509,7 @@
"name": "Нафтена електрана"
},
"power/plant/source/solar": {
"name": "Сончева фарма"
"name": "Сончева електрана"
},
"power/plant/source/waste": {
"name": "Погон за горење отпад"
+1 -1
View File
File diff suppressed because one or more lines are too long
-5
View File
@@ -364,9 +364,6 @@
"fuel": {
"label": "Bahan api"
},
"fuel_multi": {
"label": "Jenis Bahan Api"
},
"gauge": {
"label": "Tolok"
},
@@ -706,7 +703,6 @@
"label": "Tumbuhan"
},
"plant/output/electricity": {
"label": "Output Kuasa",
"placeholder": "500, MW, 1000 MW, 2000 MW..."
},
"population": {
@@ -993,7 +989,6 @@
"tracktype": {
"label": "Jenis Trek",
"options": {
"grade1": "Pepejal: berturap atau permukaan tegar yang sangat padat",
"grade2": "Kebanyakannya Pepejal: kerikil/batu dengan beberapa bahan yang dicampur"
}
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+284 -41
View File
@@ -331,7 +331,18 @@
"terms": "bank,zitbank,zitplaats,zitvoorziening"
},
"bicycle_parking": {
"label": "Type"
"label": "Type",
"options": {
"building": "In een gebouw",
"handlebar_holder": "Stuurhouder",
"lockers": "Individuele kluisjes",
"shed": "Afgesloten schuur",
"stands": "Beugel (om fiets tegenaan te zetten)",
"wall_loops": "Fietsenrek (om voorwiel in te plaatsen)"
}
},
"bike_ride": {
"label": "Bike and Ride"
},
"bin": {
"label": "Afvalbak",
@@ -413,11 +424,6 @@
"placeholder": "2, 4, 6...",
"terms": "ondergronds,kelder"
},
"building/levels_building": {
"label": "Aantal verdiepingen",
"placeholder": "2, 4, 6...",
"terms": "niveaus,verdiepingen"
},
"building/material": {
"label": "Materiaal",
"terms": "materiaal"
@@ -425,6 +431,10 @@
"building/part": {
"label": "Deel van een gebouw"
},
"building/prefabricated": {
"label": "Prefab",
"terms": "montage,montagebouw,gefabriceerd,modulair"
},
"building_area": {
"label": "Gebouw",
"terms": "gebouw,structuur"
@@ -499,7 +509,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Cash in"
"label": "Storting"
},
"castle_type": {
"label": "Type",
@@ -626,7 +636,35 @@
}
},
"crop": {
"label": "Gewassen"
"label": "Gewassen",
"options": {
"asparagus": "Asperge",
"barley": "Gerst",
"beet": "Bieten",
"cassava": "Cassave",
"coffee": "Koffie",
"cotton": "Katoen",
"cranberries": "Veenbessen",
"fast_growing_wood": "Hakhout met korte omlooptijd (SRC)",
"flowers": "Bloemen",
"grape": "Druiven",
"grass": "Gras",
"hop": "Hop",
"lavender": "Lavendel",
"maize": "Maïs",
"potato": "Aardappelen",
"rape": "Koolzaad",
"rice": "Rijst",
"soy": "Sojabonen",
"strawberry": "Aardbeien",
"sugar_beet": "Suikerbieten",
"sugarcane": "Suikerriet",
"sunflower": "Zonnebloemen",
"tea": "Thee",
"tobacco": "Tabak",
"vegetable": "Groentes",
"wheat": "Tarwe"
}
},
"crossing": {
"label": "Type"
@@ -782,7 +820,7 @@
"label": "Aanduiding"
},
"departures_board": {
"label": "Vertrekbord",
"label": "Vertrek-/aankomstbord",
"options": {
"no": "Geen",
"realtime": "Realtime",
@@ -1022,6 +1060,18 @@
},
"entrance": {
"label": "Type",
"options": {
"emergency": "Nooduitgang",
"entrance": "Alleen ingang",
"exit": "Alleen uitgang",
"garage": "Garagedeur",
"home": "Woonhuis of appartement",
"main": "Hoofdingang",
"secondary": "Secundair",
"service": "Achterdeur (voor personeel of leveranciers)",
"staircase": "Trappenhuis",
"yes": "Algemeen"
},
"terms": "type,soort"
},
"except": {
@@ -1154,8 +1204,36 @@
"fuel": {
"label": "Brandstof"
},
"fuel_multi": {
"label": "Brandstoftypes"
"fuel/fuel_multi": {
"label": "Brandstofsoorten",
"options": {
"GTL_diesel": "GTL-diesel",
"HGV_diesel": "Vrachtwagendiesel",
"LH2": "Vloeibare waterstof",
"adblue": "AdBlue / AUS32",
"adblue:canister": "AdBlue / AUS32 (verkocht in jerrycans)",
"biodiesel": "Biodiesel",
"cng": "Gecomprimeerd aardgas (CNG)",
"diesel": "Diesel",
"e10": "E10 Benzine",
"e85": "E85 Benzine",
"h70": "Gasvormige waterstof (700 bar)",
"lpg": "LPG",
"octane_100": "Benzine (octaangetal 100)",
"octane_80": "Benzine (octaangetal 80)",
"octane_85": "Benzine (octaangetal 85)",
"octane_87": "Benzine (octaangetal 87)",
"octane_88": "Benzine (octaangetal 88)",
"octane_89": "Benzine (octaangetal 89)",
"octane_90": "Benzine (octaangetal 90)",
"octane_91": "Benzine (octaangetal 91)",
"octane_92": "Benzine (octaangetal 92)",
"octane_93": "Benzine (octaangetal 93)",
"octane_95": "Benzine (octaangetal 95)",
"octane_97": "Benzine (octaangetal 97)",
"octane_98": "Benzine (octaangetal 98)",
"propane": "Propaan"
}
},
"gambling": {
"label": "Spelletjes"
@@ -1177,14 +1255,48 @@
"terms": "gender"
},
"generator/method": {
"label": "Methode"
"label": "Methode",
"options": {
"anaerobic_digestion": "Anaërobe vergisting",
"barrage": "Getijdenstuwdam",
"combustion": "Verbranding",
"fission": "Kernsplijting",
"fusion": "Kernfusie",
"gasification": "Vergassing",
"photovoltaic": "Fotovoltaïsch",
"run-of-the-river": "Run-of-river waterkrachtcentrale",
"stream": "Getijdenstroom",
"thermal": "Thermische zonne-energie",
"water-pumped-storage": "Pompaccumulatie",
"water-storage": "Reservoir",
"wind_turbine": "Windturbine"
}
},
"generator/output/electricity": {
"label": "Stroomuitvoer",
"placeholder": "50 MW, 100 MW, 200 MW …"
},
"generator/source": {
"label": "Bron"
"label": "Bron",
"options": {
"battery": "Batterij\nAccu",
"biofuel": "Plantaardige brandstoffen",
"biogas": "Biogas",
"biomass": "Plantaardig materiaal",
"coal": "Steenkool",
"diesel": "Diesel",
"gas": "Aardgas",
"gasoline": "Benzine",
"geothermal": "Geothermische Energie",
"hydro": "Waterkracht",
"nuclear": "Nucleaire energie",
"oil": "Olie",
"solar": "Zonnestraling",
"tidal": "Getijdenenergie",
"waste": "Afval",
"wave": "Golfkracht",
"wind": "Wind"
}
},
"generator/type": {
"label": "Type"
@@ -1233,7 +1345,28 @@
"label": "Type"
},
"healthcare/speciality": {
"label": "Specialisaties"
"label": "Specialisaties",
"options": {
"abortion": "Abortus",
"acupuncture": "Acupunctuur",
"allergology": "Allergie & Astma",
"anaesthetics": "Anesthesie",
"angiology": "Angiologie",
"anthroposophical": "Antroposofische geneeskunde",
"applied_kinesiology": "Toegepaste kinesiologie",
"aromatherapy": "Aromatherapie",
"ayurveda": "Ayurveda",
"behavior": "Gedragstherapie",
"biochemistry": "Biochemie",
"biology": "Biologie",
"blood_check": "Bloedonderzoek",
"body": "Lichaamstherapie",
"cardiology": "Cardiologie",
"cardiothoracic_surgery": "Cardiothoracale chirurgie",
"child_psychiatry": "Kinder- en jeugdpsychiatrie",
"chiropractic": "Chiropractie",
"clinical_pathology": "Klinische Pathologie"
}
},
"heating": {
"label": "Verwarming"
@@ -1517,6 +1650,10 @@
"liaison": {
"label": "Type"
},
"license_classes": {
"label": "Categorieën rijbewijs",
"terms": "rijbewijs,rijexamen,voertuigsoort,soort rijbewijs"
},
"lifeguard": {
"label": "Lifeguard"
},
@@ -1647,6 +1784,9 @@
"placeholder": "20, 30, 40 ...",
"terms": "minimumsnelheid,onderste snelheidsgrens,minimumsnelheidslimiet"
},
"model": {
"label": "Model"
},
"monitoring_multi": {
"label": "Gemeten waarden"
},
@@ -1867,10 +2007,48 @@
},
"payment_multi": {
"label": "Betalingsmiddelen",
"terms": "betaalmethoden,betaalmiddelen"
},
"payment_multi_fee": {
"label": "Betalingsmogelijkheden",
"options": {
"account_cards": "Bankpas",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Mobiele app",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "BLIK",
"cards": "Betaalpas",
"cash": "Contant geld",
"cheque": "Cheque",
"clipper": "Clipper",
"coins": "Munten",
"contactless": "Contactloze betaling",
"credit_cards": "Creditcard",
"cryptocurrencies": "Cryptogeld",
"debit_cards": "Debetkaart",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"electronic_purses": "Elektronische waardekaart",
"ep_easycard": "Easycard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard contactloos",
"notes": "Bankbiljetten",
"paypal": "PayPal",
"prepaid_ticket": "Prepaid ticket",
"telephone_cards": "Telefoonkaart",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
},
"terms": "betaalmethoden,betaalmiddelen"
},
"phases": {
@@ -1993,7 +2171,6 @@
"label": "Generatiemethode (elektriciteit)"
},
"plant/output/electricity": {
"label": "Stroomuitvoer",
"placeholder": "500 MW, 1000 MW, 2000 MW …"
},
"plant/source": {
@@ -2113,6 +2290,9 @@
"label": "Referentiecode",
"terms": "code,referentie"
},
"ref/FR/siret-FR": {
"label": "SIRET-nummer"
},
"ref/isil": {
"label": "ISIL-referentiecode"
},
@@ -2619,11 +2799,17 @@
"grass": "Gras",
"gravel": "Grind",
"ground": "Grond",
"metal": "Metaal",
"mud": "Altijd modderig",
"paved": "Bestraat",
"paving_stones": "Straatstenen",
"salt": "Zout",
"sand": "Zand",
"sett": "Kasseien",
"unhewn_cobblestone": "Kinderkopjes (onbewerkte, ronde stenen)",
"unpaved": "Niet-bestraat",
"wood": "Hout"
"wood": "Hout",
"woodchips": "Houtsnippers"
},
"terms": "oppervlak,ondergrond,bedekking"
},
@@ -2646,8 +2832,7 @@
"terms": "laatste,vorige,controle,survey"
},
"survey_point/datum_aligned": {
"label": "Uitgelijnd op de lokale geodetische datum",
"terms": "gealigneerd met het locaal geodetisch datum"
"label": "Uitgelijnd op de lokale geodetische datum"
},
"survey_point/purpose": {
"label": "Doel",
@@ -2768,7 +2953,7 @@
"tracktype": {
"label": "Type Veldweg",
"options": {
"grade1": "Vast: verharde of zwaar compacte ondergrond",
"grade1": "Vast: verhard",
"grade2": "Voornamelijk vast: grind/rotsen met wat los materiaal",
"grade3": "Gelijke mengeling van vast en los materiaal",
"grade4": "Voornamelijk los: aarde/zand/gras met wat vast materiaal",
@@ -2825,7 +3010,8 @@
},
"no": "Nee",
"walk": {
"description": "Er is alleen een signaal wanneer doorlopen is toegestaan"
"description": "Er is alleen een signaal wanneer doorlopen is toegestaan",
"title": "Loopaanduiding"
},
"yes": "Ja"
}
@@ -2871,6 +3057,13 @@
"turning_circle": {
"label": "Vorm"
},
"two_sided": {
"label": "Tweezijdig",
"options": {
"undefined": "Nee",
"yes": "Ja"
}
},
"usage_rail": {
"label": "Gebruikstype",
"options": {
@@ -3425,6 +3618,10 @@
"name": "Drinkwaterkraantje",
"terms": "water,kraan,verfrissing"
},
"amenity/driver_training": {
"name": "Rijvaardigheidscentrum",
"terms": "slipcursus,rijles,trainingscentrum,rijtraining"
},
"amenity/driving_school": {
"name": "Rijschool",
"terms": "autorijschool,autoschool,rijlessen,rijinstructeur"
@@ -3449,6 +3646,10 @@
"name": "Burgerrestaurant",
"terms": "hamburgerfastfoodzaak,burgerrestaurant,hamburgerrestaurant"
},
"amenity/fast_food/cafeteria": {
"name": "Kantine",
"terms": "bedrijfsrestaurant,mensa,bedrijfskantine,eetzaal"
},
"amenity/fast_food/chicken": {
"name": "Fastfood kiprestaurant",
"terms": "kippenrestaurant,kiprestaurant,kfc"
@@ -4410,6 +4611,9 @@
"name": "Gebouw",
"terms": "pand,bouwwerk,bouwsel,constructie"
},
"building/allotment_house": {
"name": "Tuinhuisje"
},
"building/apartments": {
"name": "Appartementencomplex",
"terms": "flatgebouw,flats,appartementengebouw,wolkenkrabber,woongebouw,residentie,appartementen,flat"
@@ -4485,6 +4689,9 @@
"name": "Boerderijgebouw",
"terms": "landbouw,erf,schuur,kippenstal,varkensstal,koeienstal"
},
"building/fire_station": {
"name": "Brandweerkazerne"
},
"building/garage": {
"name": "Garage (privéstalling voor voertuigen)",
"terms": "autogarage"
@@ -4677,8 +4884,8 @@
"terms": "boekbinderij,inbinder"
},
"craft/brewery": {
"name": "Brouwerij",
"terms": "bier,wijn,alcohol"
"name": "Microbrouwerij",
"terms": "ambachtelijke brouwerij,ambachtelijk bier"
},
"craft/carpenter": {
"name": "Timmerman",
@@ -5216,6 +5423,10 @@
"name": "Vluchthaven",
"terms": "nooddienst,spoed"
},
"highway/escape": {
"name": "Noodstopstrook",
"terms": "vluchtweg"
},
"highway/footway": {
"name": "Voetpad",
"terms": "voetpad"
@@ -5279,9 +5490,6 @@
"name": "Verbindingsweg van autosnelweg",
"terms": "autostrade,snelweg,autosnelweg,link,invoegstrook,afslag"
},
"highway/motorway_link-US-CA": {
"name": "Verbindingsweg van autosnelweg"
},
"highway/passing_place": {
"name": "Passeerplaats",
"terms": "uitwijkplaats,kruisplaats"
@@ -5314,9 +5522,6 @@
"name": "Verbindingsweg van hoofdweg",
"terms": "invoegstrook,oprit,afrit,provinciale weg,primaire weg,gewestweg,provincieweg"
},
"highway/primary_link-US-CA": {
"name": "Verbindingsweg van hoofdweg"
},
"highway/raceway": {
"name": "Motorsport racecircuit",
"terms": "circuit,racebaan"
@@ -5440,10 +5645,6 @@
"name": "Verbindingsweg van autoweg",
"terms": "invoegstrook,oprit,afrit,expressweg,autostrade,autosnelweg"
},
"highway/trunk_link-US-CA": {
"name": "Verbindingsweg van autoweg",
"terms": "oprit,afrit"
},
"highway/turning_circle": {
"name": "Keerplein",
"terms": "keerlus zonder eiland,draaicirkel,pijpekop,pijpenkop,einde van een doodlopende straat,cul-de-sac"
@@ -5984,11 +6185,17 @@
"name": "Foursquareveld",
"terms": "vierkant"
},
"leisure/pitch/funnel_ball": {
"name": "Funnelbalveld"
},
"leisure/pitch/futsal": {
"name": "Futsalveld",
"terms": "futsal,zaalvoetbal,zaalvoetbalveld",
"aliases": "Zaalvoetbalveld"
},
"leisure/pitch/gaga": {
"name": "Gagaveld"
},
"leisure/pitch/horseshoes": {
"name": "Hoefijzer kuil"
},
@@ -6527,6 +6734,9 @@
"natural/stone": {
"name": "Steen (niet bevestigd)"
},
"natural/strait": {
"name": "Zeestraat"
},
"natural/tree": {
"name": "Boom"
},
@@ -6558,6 +6768,9 @@
"name": "Slotgracht",
"terms": "kasteelgracht,walgracht"
},
"natural/water/oxbow": {
"name": "Hoefijzermeer"
},
"natural/water/pond": {
"name": "Vijver",
"terms": "meer,ven,poel,plas"
@@ -6910,6 +7123,12 @@
"playground": {
"name": "Speeltuinuitrusting"
},
"playground/activitypanel": {
"name": "Activiteitenpaneel"
},
"playground/aerialrotator": {
"name": "Hangend draaitoestel"
},
"playground/balancebeam": {
"name": "Evenwichtsbalk als speeltuig",
"terms": "balk,balanceerbalk"
@@ -6936,6 +7155,10 @@
"name": "Springkussen",
"terms": "springkussen"
},
"playground/funnel_ball": {
"name": "Funnelbaltrechter",
"terms": "trechter,funnelbaldoel,doel"
},
"playground/hopscotch": {
"name": "Hinkelen",
"terms": "hinkelpad"
@@ -7026,6 +7249,10 @@
"name": "Ondergrondse hoogspanningskabel",
"terms": "grondkabel,ondergrondse kabel,elektriciteitskabel,ondergrondse elektriciteitskabel,stroomkabel,ondergrondse stroomkabel"
},
"power/catenary_mast": {
"name": "Bovenleidingpaal",
"terms": "bovenleiding,mast,kabels"
},
"power/generator": {
"name": "Elektriciteitsgenerator",
"terms": "stroom,elektriciteit,energieopwekking,windmolen,windturbine,zonnepaneel,elektriciteitscentrale,energiecentrale,kerncentrale"
@@ -7086,10 +7313,6 @@
"name": "Oliecentrale",
"terms": "elektriciteitscentrale op olie,olie elektriciteitscentrale"
},
"power/plant/source/solar": {
"name": "Zonnepark",
"terms": "zonnepaneelpark"
},
"power/plant/source/waste": {
"name": "Afvalenergiecentrale",
"terms": "afvalverbrandingselektriciteitscentrale,afvalelektriciteitscentrale,afvalverbrandingsenergiecentrale,afvalverbrandingscentrale"
@@ -7210,7 +7433,7 @@
},
"public_transport/station_ferry": {
"name": "Ferry terminal",
"terms": "ferryterminal,veerpontterminal,pontterminal,aanmeren,dok"
"terms": "ferryterminal,veerpontterminal,pontterminal,aanmeerplaats,dok"
},
"public_transport/station_light_rail": {
"name": "Lightrailstation",
@@ -7639,6 +7862,9 @@
"name": "Cosmeticawinkel",
"terms": "parfumerie"
},
"shop/country_store": {
"name": "Plattelandswinkel"
},
"shop/craft": {
"name": "Winkel voor schilder- en tekengereedschap",
"terms": "kunst*,verf*,kader,hobby,borstel"
@@ -7651,6 +7877,9 @@
"name": "Zuivelhandel",
"terms": "zuivelwinkel"
},
"shop/deli": {
"name": "Delicatessen"
},
"shop/department_store": {
"name": "Warenhuis",
"terms": "grootwarenhuis,winkelcentrum,shopping center"
@@ -7775,6 +8004,10 @@
"name": "Bouwmarkt",
"terms": "bouwcentrum,bouwmaterialenspeciaalzaak"
},
"shop/health_food": {
"name": "Natuurvoedingswinkel",
"terms": "biologisch,reformwinkel,gezondheid,vitamines,supplementen,vegetarisch,onbewerkt"
},
"shop/hearing_aids": {
"name": "Hoorapparatenwinkel",
"terms": "doof,slechthorend,oor,oren,hoorhulp"
@@ -7887,6 +8120,9 @@
"name": "Muziekinstrumentenwinkel",
"terms": "musiceren,muziekschool,pianowinkel,gitaarwinkel,vioolwinkel,partituren,pianokruk"
},
"shop/newsagent": {
"name": "Krantenkiosk"
},
"shop/nutrition_supplements": {
"name": "Voedingssupplementenwinkel",
"terms": "supplementen,vitaminen,mineralen,kruiden,eiwitten"
@@ -7916,6 +8152,9 @@
"name": "Patisserie",
"terms": "patisserie,patissier,cake"
},
"shop/pawnbroker": {
"name": "Pandjeshuis"
},
"shop/perfumery": {
"name": "Parfumwinkel",
"terms": "parfumerie,geuren,eau de toilette,eau de parfum"
@@ -8074,6 +8313,10 @@
"name": "Stofzuigerwinkel",
"terms": "huishouden,schoonmaken,poetsen,stofzuigen,electro,elektro"
},
"shop/variety_store": {
"name": "Discountwinkel",
"terms": "discounter,action"
},
"shop/video": {
"name": "Videotheek",
"terms": "videoverhuur,dvd-theek,dvd-verhuur"
+1 -1
View File
File diff suppressed because one or more lines are too long
-6
View File
@@ -161,9 +161,6 @@
"building": {
"label": "Bygning"
},
"building/levels_building": {
"placeholder": "2, 4, 6..."
},
"building_area": {
"label": "Bygning"
},
@@ -335,9 +332,6 @@
"fuel": {
"label": "Drivstoff"
},
"fuel_multi": {
"label": "Drivstofftypar"
},
"gender": {
"label": "Kjønn",
"options": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+344 -27
View File
@@ -125,7 +125,8 @@
"bicycle": "Sykling",
"hiking": "Turgåing",
"horse": "Ridning",
"mtb": "Terrengsykling"
"mtb": "Terrengsykling",
"ski": "Skikjøring"
}
},
"addr/interpolation": {
@@ -285,6 +286,13 @@
"barrier": {
"label": "Type"
},
"barrier_planter": {
"label": "Barriere",
"options": {
"planter": "Ja",
"undefined": "Nei"
}
},
"basin": {
"label": "Type"
},
@@ -386,16 +394,18 @@
"label": "Underjordiske etasjer",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "bygning etasjer",
"placeholder": "2, 4, 6..."
},
"building/material": {
"label": "Materiale"
},
"building/part": {
"label": "Byggningsdel"
},
"building_area": {
"label": "Bygning"
},
"building_area_yes": {
"label": "Byggning"
},
"bunker_type": {
"label": "Type"
},
@@ -458,9 +468,6 @@
"label": "Kapasitet (kubikkmeter) ",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Innskudd"
},
"castle_type": {
"label": "Type",
"options": {
@@ -583,6 +590,7 @@
"label": "Type"
},
"crossing/barrier": {
"label": "Barrierearm",
"options": {
"yes": "Ja"
}
@@ -715,7 +723,6 @@
"label": "Bokstavelig"
},
"departures_board": {
"label": "Avgangsoversikt",
"options": {
"no": "Ingen",
"realtime": "Sanntid",
@@ -825,6 +832,7 @@
"options": {
"analog": "Analog",
"digital": "Digital",
"sundial": "Solur",
"unorthodox": "Uortodoks"
}
},
@@ -864,6 +872,9 @@
"drinking_water": {
"label": "Drikkbar"
},
"drinking_water_available": {
"label": "Drikkevann Tilgjengelig"
},
"drive_through": {
"label": "Gjennomkjøring"
},
@@ -874,6 +885,9 @@
"ele": {
"label": "Høyde (meter)"
},
"ele_node": {
"label": "Høyde (Meter)"
},
"electrified": {
"label": "Elektrifisering",
"options": {
@@ -896,9 +910,12 @@
"embassy": {
"label": "Type",
"options": {
"branch_embassy": "Ambassadeavdeling",
"delegation": "Delegasjon",
"high_commission": "Høykommisjon",
"interests_section": "Interesseseksjon",
"mission": "Diplomatisk Misjon",
"residence": "Offisiell Residens for en Ambassadør",
"yes": "ambassade"
}
},
@@ -929,6 +946,9 @@
"expressway-US": {
"label": "Ekspressvei"
},
"faces": {
"label": "Urskive"
},
"fax": {
"label": "Fax",
"placeholder": "+47 22 12 34 56"
@@ -946,6 +966,7 @@
"fire_hydrant/position": {
"label": "Posisjon",
"options": {
"green": "Grønt/Gress",
"parking_lot": "Parkeringsplass",
"sidewalk": "Fortau"
}
@@ -980,15 +1001,24 @@
"flag/type": {
"label": "Flaggtype"
},
"flag/wikidata": {
"label": "Rapporter Wikidata"
},
"flashing_lights": {
"label": "Blinklys",
"options": {
"always": {
"description": "Lys blinker alltid",
"title": "Alltid blinkende"
},
"button": {
"description": "Lys aktiveres ved å trykke på en knapp",
"title": "Knapp aktivert"
},
"button;sensor": {
"description": "Lys aktiveres av en sensor eller ved å trykke på en knapp",
"title": "Knapp og sensor er aktivert"
},
"no": "Nei",
"sensor": {
"description": "Lys aktivert av en sensor",
@@ -1022,9 +1052,6 @@
"fuel": {
"label": "Drivstoff"
},
"fuel_multi": {
"label": "Drivstofftyper"
},
"gambling": {
"label": "Spill"
},
@@ -1103,6 +1130,11 @@
"highway": {
"label": "Type"
},
"highway_cartpath": {
"options": {
"path": "Golfbilvei"
}
},
"historic": {
"label": "Type"
},
@@ -1118,6 +1150,12 @@
"historic/wreck/visible_at_low_tide": {
"label": "Synlig ved lavvann"
},
"holding_position/type": {
"label": "Type",
"options": {
"runway": "Rullebane"
}
},
"hoops": {
"label": "Bøyler",
"placeholder": "1, 2, 4..."
@@ -1242,6 +1280,9 @@
"kerb/height": {
"label": "Høyde"
},
"kitchen": {
"label": "Kjøkken"
},
"label": {
"label": "Etikett"
},
@@ -1316,6 +1357,9 @@
"liaison": {
"label": "Type"
},
"license_classes": {
"label": "Klasser av førerkort"
},
"lifeguard": {
"label": "Livvakt"
},
@@ -1345,6 +1389,9 @@
"lockable": {
"label": "Låsbar"
},
"locked": {
"label": "Låst"
},
"man_made": {
"label": "Type"
},
@@ -1369,6 +1416,9 @@
"material": {
"label": "Materiale"
},
"mattress": {
"label": "Madrasser Tilgjengelig"
},
"max_age": {
"label": "Maksimum Alder"
},
@@ -1383,6 +1433,9 @@
"label": "Anbefalt fartsgrense",
"placeholder": "40, 50, 60 …"
},
"maxspeed/hgv": {
"placeholder": "40, 50, 60..."
},
"maxstay": {
"label": "Maks Opphold"
},
@@ -1392,12 +1445,18 @@
"maxweight_bridge": {
"label": "Maksvekt"
},
"maxwidth": {
"label": "Maks Bredde"
},
"memorial": {
"label": "Type"
},
"microbrewery": {
"label": "Mikrobryggeri"
},
"military_service": {
"label": "Militærtjeneste"
},
"mimics": {
"label": "Etterligner"
},
@@ -1408,6 +1467,9 @@
"label": "Minimum Fartsgrense",
"placeholder": "20, 30, 40 …"
},
"model": {
"label": "Modell"
},
"monitoring_multi": {
"label": "Overvåkning"
},
@@ -1590,6 +1652,13 @@
"underground": "Under overflaten"
}
},
"parking/orientation": {
"label": "Orientering",
"options": {
"diagonal": "Diagonal i forhold til Gate",
"parallel": "Parallelt med Gate"
}
},
"parking_entrance": {
"label": "Type",
"options": {
@@ -1603,9 +1672,6 @@
"payment_multi": {
"label": "Betalingstyper"
},
"payment_multi_fee": {
"label": "Betalingsmetoder"
},
"phases": {
"label": "faser",
"placeholder": "1, 2, 3 …"
@@ -1679,7 +1745,8 @@
"label": "Preparering",
"options": {
"backcountry": "Terrengløype - upreparert",
"classic": "Klassisk"
"classic": "Klassisk",
"mogul": "Mogul"
}
},
"piste/grooming_hike": {
@@ -1708,6 +1775,7 @@
"ice_skate": "Skøyte",
"nordic": "Langrenn",
"playground": "Lekeplass",
"skitour": "Skitur",
"sled": "Slede",
"sleigh": "Slede",
"snow_park": "Snøpark"
@@ -1716,6 +1784,12 @@
"place": {
"label": "Type"
},
"plant": {
"label": "Plante"
},
"plant/output/electricity": {
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
"label": "Energikilde"
},
@@ -1793,7 +1867,22 @@
"label": "Sykkel Lov"
},
"recycling_accepts": {
"label": "Godtar "
"label": "Godtar ",
"options": {
"batteries": "Batterier",
"cans": "Bokser",
"cardboard": "Papp",
"clothes": "Klær",
"cooking_oil": "Matolje",
"engine_oil": "Motorolje",
"glass_bottles": "Glassflasker og Glass",
"paper": "Papir",
"plastic": "Plastikk",
"plastic_bottles": "Plastikflasker",
"plastic_packaging": "Plastemballasje ",
"scrap_metal": "Skrapmetall",
"shoes": "Sko"
}
},
"recycling_type": {
"label": "Type",
@@ -1812,6 +1901,10 @@
"ref_aeroway_gate": {
"label": "Port Nummer"
},
"ref_disc_golf_hole": {
"label": "Hullnummer",
"placeholder": "1-18"
},
"ref_golf_hole": {
"label": "Hull Nummer",
"placeholder": "1-18"
@@ -1832,6 +1925,12 @@
"label": "Rullebanenummer",
"placeholder": "f.eks. 01L/19R"
},
"ref_stop_position": {
"label": "Stoppnummer"
},
"ref_taxiway": {
"placeholder": "e.g. A5"
},
"relation": {
"label": "Type"
},
@@ -1981,6 +2080,14 @@
"seamark/mooring/category": {
"label": "Kategori"
},
"seamark/rescue_station/category": {
"options": {
"aircraft": "Luftfartøy",
"first_aid": "Førstehjelp ",
"lifeboat": "Livbåt ( på Land)",
"radio": "Radiostasjon"
}
},
"seamark/wreck/category": {
"label": "Kategori"
},
@@ -2015,6 +2122,9 @@
"emergency_access": "Nødtilgang "
}
},
"service/bicycle": {
"label": "Sykkeltjenester"
},
"service/vehicle": {
"label": "Tjenester"
},
@@ -2023,9 +2133,13 @@
"options": {
"crossover": "Overkjøringsspor",
"siding": "Sidespor",
"spur": "Sidespor"
"spur": "Sidespor",
"yard": "Gård"
}
},
"service_times": {
"label": "Tjenestetider"
},
"shelter": {
"label": "Skur"
},
@@ -2085,9 +2199,15 @@
"source": {
"label": "Kilder",
"options": {
"gps": "GPS"
"gps": "GPS",
"osm notes": "OpenStreetMap Notater",
"streetlevel imagery": "Bilder på Gatenivå"
}
},
"species": {
"label": "Arter",
"placeholder": "Acer platanoides, Quercus robur, …"
},
"sport": {
"label": "Sport"
},
@@ -2095,9 +2215,18 @@
"label": "Sport",
"options": {
"ice_hockey": "Ishockey",
"ice_skating": "Skøyting",
"multi": "Flere "
}
},
"sport_pub": {
"label": "Sport",
"options": {
"billiards": "Billiard",
"darts": "Dart",
"table_soccer": "Bordfotball"
}
},
"sport_racing_motor": {
"label": "Sport",
"options": {
@@ -2188,6 +2317,7 @@
"ground": "Bakke",
"paved": "Brolagt",
"paving_stones": "Gateheller",
"salt": "Salt",
"sand": "Sand",
"wood": "Treverk"
}
@@ -2206,12 +2336,26 @@
"surveillance/zone": {
"label": "Overvåkingssone"
},
"survey_point/structure": {
"label": "Struktur",
"options": {
"block": "Blokk",
"bracket": "Brakett",
"cairn": "Varde",
"cut": "Kutt",
"magnet": "Magnet",
"pillar": "Pilar",
"plaque": "plakett",
"pole": "Stolpe"
}
},
"swimming_pool": {
"label": "Type"
},
"switch": {
"label": "Type",
"options": {
"disconnector": "Frakobler",
"earthing": "Jording",
"mechanical": "Mekanisk"
}
@@ -2228,14 +2372,32 @@
},
"placeholder": "Ja, Nei, Kun takeaway…"
},
"target": {
"label": "Mål"
},
"telecom": {
"label": "Type"
},
"telecom/medium": {
"label": "Medium"
},
"tidal": {
"label": "Tidevann"
},
"toilets": {
"label": "Toaletter"
},
"toilets/disposal": {
"options": {
"bucket": "Bøtte"
}
},
"toilets/handwashing": {
"label": "Håndvask"
},
"toilets/position": {
"label": "Posisjoner"
},
"tomb": {
"label": "Type"
},
@@ -2245,9 +2407,12 @@
"tower/type": {
"label": "Type"
},
"townhall/type": {
"label": "Type"
},
"tracktype": {
"label": "Banetype",
"options": {
"grade1": "Solid: Asfaltert eller kompakt grusdekke",
"grade2": "Stort sett solid: Grus eller pukk med noe myke masser iblandet",
"grade3": "Jevn blanding av harde og myke masser",
"grade4": "Stor sett myk: Jord, sand eller gress med noen harde masser iblandet",
@@ -2273,6 +2438,9 @@
"traffic_signals": {
"label": "Type"
},
"traffic_signals/countdown": {
"label": "Nedtellingsklokke"
},
"traffic_signals/direction": {
"options": {
"backward": "Bakover",
@@ -2280,6 +2448,19 @@
"forward": "Framover"
}
},
"traffic_signals/minimap": {
"label": "Taktil Kart"
},
"traffic_signals/sound": {
"label": "Lydsignaler",
"options": {
"no": "Nei",
"yes": "Ja"
}
},
"traffic_signals/vibration": {
"label": "Vibrasjon"
},
"trail_visibility": {
"label": "Sti synlighet",
"options": {
@@ -2293,22 +2474,40 @@
"placeholder": "Utmerket, god, dårlig..."
},
"transformer": {
"label": "Type"
"label": "Type",
"options": {
"yes": "Ukjent Rolle"
}
},
"trees": {
"label": "Trær"
},
"trench": {
"label": "Type"
},
"tunnel": {
"label": "Type",
"placeholder": "Standard"
},
"tunnel_combo": {
"label": "Type"
},
"turning_circle": {
"label": "Form"
},
"usage_rail": {
"label": "Brukstype",
"options": {
"industrial": "Industriell",
"main": "Hoved",
"military": "Militær",
"test": "Test",
"tourism": "Turisme"
}
},
"usage_waterway": {
"label": "Brukstype"
},
"vehicles": {
"label": "Kjøretøy",
"options": {
@@ -2351,6 +2550,9 @@
"voltage": {
"label": "Spenning"
},
"voltage/secondary": {
"label": "Sekundærspenning"
},
"voltage_electrified": {
"label": "Spenning"
},
@@ -2367,7 +2569,8 @@
"label": "Vannkilde"
},
"water_tank/volume": {
"label": "Volum (Liter)"
"label": "Volum (Liter)",
"placeholder": "10000, 20000, 30000…"
},
"waterway": {
"label": "Type"
@@ -2394,7 +2597,8 @@
"label": "Wikidata"
},
"wikimedia_commons": {
"label": "Side på Wikimedia Commons"
"label": "Side på Wikimedia Commons",
"placeholder": "Fil:Eksempel.jpg"
},
"wikipedia": {
"label": "Wikipedia"
@@ -2402,9 +2606,17 @@
"windings": {
"placeholder": "1, 2, 3..."
},
"windings/auto": {
"options": {
"no": "Nei",
"undefined": "Antas å være Nei",
"yes": "Ja"
}
},
"windings/configuration": {
"options": {
"open": "Åpen"
"open": "Åpen",
"zigzag": "Zig Zag"
}
}
},
@@ -2440,6 +2652,9 @@
"aerialway/gondola": {
"name": "Gondolheis"
},
"aerialway/goods": {
"name": "Gods Luftvei"
},
"aerialway/j-bar": {
"name": "J-Bar Heis"
},
@@ -2506,6 +2721,9 @@
"amenity/bar": {
"name": "Bar"
},
"amenity/bar/lgbtq": {
"name": "LGBTQ+ Bar"
},
"amenity/bbq": {
"name": "Grill"
},
@@ -2581,6 +2799,9 @@
"amenity/community_centre": {
"name": "Samfunnshus"
},
"amenity/community_centre/lgbtq": {
"name": "LGBTQ+ samfunnssenter"
},
"amenity/compressed_air": {
"name": "Komprimert Luft"
},
@@ -2659,6 +2880,9 @@
"amenity/fuel": {
"name": "Bensinstasjon"
},
"amenity/gambling": {
"name": "Spillehall"
},
"amenity/give_box": {
"name": "Byttebod"
},
@@ -2806,6 +3030,9 @@
"amenity/pub/irish": {
"name": "Irsk pub"
},
"amenity/pub/lgbtq": {
"name": "LGBTQ+ Pub"
},
"amenity/pub/microbrewery": {
"name": "Bryggeripub"
},
@@ -3151,6 +3378,9 @@
"barrier/retaining_wall": {
"name": "Støttemur"
},
"barrier/rope": {
"name": "Taugjerde"
},
"barrier/sally_port": {
"name": "Sortiport"
},
@@ -3364,9 +3594,6 @@
"craft/bookbinder": {
"name": "Bokbinderi"
},
"craft/brewery": {
"name": "Bryggeri"
},
"craft/carpenter": {
"name": "Snekker"
},
@@ -3924,6 +4151,15 @@
"landuse/military/danger_area": {
"name": "Fareområde"
},
"landuse/military/obstacle_course": {
"name": "Militær Hinderløype"
},
"landuse/military/range": {
"name": "Militær Skytebane"
},
"landuse/military/training_area": {
"name": "Militært Treningsområde"
},
"landuse/orchard": {
"name": "Frukthage"
},
@@ -4086,6 +4322,9 @@
"leisure/playground": {
"name": "Lekeplass"
},
"leisure/playground/indoor": {
"name": "Innendørs Lekeplass"
},
"leisure/sauna": {
"name": "Badstu"
},
@@ -4101,6 +4340,9 @@
"leisure/sports_centre/swimming": {
"name": "Svømmehall / badeland"
},
"leisure/sports_hall": {
"name": "Gymsal"
},
"leisure/stadium": {
"name": "Stadion"
},
@@ -4131,12 +4373,18 @@
"man_made/breakwater": {
"name": "Molo"
},
"man_made/bridge": {
"name": "Bruområde"
},
"man_made/chimney": {
"name": "Pipe"
},
"man_made/clearcut": {
"name": "Nedhugget Skog"
},
"man_made/courtyard": {
"name": "Gårdsplass"
},
"man_made/crane": {
"name": "Kran"
},
@@ -4155,6 +4403,9 @@
"man_made/lighthouse": {
"name": "Fyrtårn"
},
"man_made/manhole": {
"name": "Mannhull"
},
"man_made/mast": {
"name": "Mast"
},
@@ -4224,6 +4475,9 @@
"man_made/tower/communication": {
"name": "Kommunikasjonstårn"
},
"man_made/tower/cooling": {
"name": "Kjøletårn"
},
"man_made/tower/minaret": {
"name": "Minaret"
},
@@ -4317,6 +4571,9 @@
"natural/scrub": {
"name": "Krattskog"
},
"natural/shrub": {
"name": "Krattskog"
},
"natural/spring": {
"name": "Vannkilde"
},
@@ -4359,6 +4616,9 @@
"natural/wetland": {
"name": "Myr"
},
"natural/wetland/tidalflat": {
"name": "Flatt Tidalvann"
},
"natural/wood": {
"name": "Naturlig Skog"
},
@@ -4383,6 +4643,15 @@
"office/charity": {
"name": "Veldedighetskontor"
},
"office/coworking": {
"name": "Medarbeiderområde"
},
"office/diplomatic": {
"name": "Diplomatkontor"
},
"office/diplomatic/consulate": {
"name": "Konsulat"
},
"office/diplomatic/embassy": {
"name": "Ambassade"
},
@@ -4410,6 +4679,9 @@
"office/lawyer": {
"name": "Advokatkontor"
},
"office/moving_company": {
"name": "Flytttefirmakontor"
},
"office/newspaper": {
"name": "Avisredaksjon"
},
@@ -4443,6 +4715,9 @@
"office/travel_agent": {
"name": "Reisebyrå"
},
"office/yes": {
"name": "Office (Unspecified Type)"
},
"piste/downhill": {
"name": "Utforløype"
},
@@ -4503,12 +4778,36 @@
"place/village": {
"name": "Tettsted"
},
"playground/basketswing": {
"name": "Kurvhuske"
},
"playground/bridge": {
"name": "Lekebru"
},
"playground/climbingwall": {
"name": "Leke Klatrevegg"
},
"playground/playhouse": {
"name": "Lekehus"
},
"playground/sandpit": {
"name": "Sandkasse"
},
"playground/seesaw": {
"name": "Vippehuske"
},
"playground/sledding": {
"name": "Akebakke"
},
"playground/slide": {
"name": "Sklie"
},
"playground/springy": {
"name": "Gyngehest (med fjær)"
},
"playground/structure": {
"name": "Lekestativ"
},
"playground/swing": {
"name": "Huske"
},
@@ -4539,6 +4838,9 @@
"power/minor_line": {
"terms": "stolpe,ledning,strøm,strømlinje,linje,elektrisitet"
},
"power/plant/source/nuclear": {
"name": "Atomkraftverk"
},
"power/pole": {
"name": "Høyspentmast"
},
@@ -4572,6 +4874,9 @@
"public_transport/platform/trolleybus_point": {
"name": "Holdeplass for trolleybuss"
},
"public_transport/station_light_rail": {
"name": "Light Rail Station"
},
"public_transport/station_subway": {
"name": "T-banestasjon"
},
@@ -5224,9 +5529,21 @@
"waterway/river": {
"name": "Elv"
},
"waterway/sanitary_dump_station": {
"name": "Marine Toalettavhending"
},
"waterway/stream": {
"name": "Bekk"
},
"waterway/stream_intermittent": {
"name": "Periodisk Bekk"
},
"waterway/tidal_channel": {
"name": "Tidevannskanal"
},
"waterway/water_point": {
"name": "Marint Drikkevann"
},
"waterway/waterfall": {
"name": "Foss"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+1562
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
+35 -33
View File
@@ -411,19 +411,20 @@
"placeholder": "2, 4, 6...",
"terms": "kondygnacje podziemne"
},
"building/levels_building": {
"label": "Liczba kondygnacji",
"placeholder": "2, 4, 6...",
"terms": "liczba kondygnacji"
},
"building/material": {
"label": "Materiał elewacji",
"terms": "materiał"
},
"building/part": {
"label": "Część budynku"
},
"building_area": {
"label": "Budynek",
"terms": "budynek"
},
"building_area_yes": {
"label": "Budynek"
},
"bunker_type": {
"label": "Rodzaj"
},
@@ -489,9 +490,6 @@
"label": "Objętość (m³)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Wpłatomat"
},
"castle_type": {
"label": "Rodzaj",
"options": {
@@ -767,7 +765,6 @@
"label": "Znaczenie"
},
"departures_board": {
"label": "Tablica odjazdów",
"options": {
"no": "Brak",
"realtime": "Tablica elektroniczna",
@@ -935,6 +932,9 @@
"label": "Woda pitna",
"terms": "woda pitna"
},
"drinking_water_available": {
"label": "Dostępna woda pitna"
},
"drive_through": {
"label": "Drive-through (zakupy)",
"terms": "drive-through"
@@ -996,7 +996,10 @@
"label": "Rodzaj"
},
"entrance": {
"label": "Rodzaj"
"label": "Rodzaj",
"options": {
"home": "Prywatny dom lub mieszkanie"
}
},
"except": {
"label": "Wyjątki"
@@ -1125,9 +1128,6 @@
"fuel": {
"label": "Paliwo"
},
"fuel_multi": {
"label": "Rodzaje paliw"
},
"gambling": {
"label": "Gry"
},
@@ -1392,6 +1392,9 @@
"kerb/height": {
"label": "Wysokość"
},
"kitchen": {
"label": "Kuchnia"
},
"kneipp_water_cure_multi": {
"label": "Rodzaje"
},
@@ -1557,6 +1560,9 @@
"placeholder": "40, 50, 60...",
"terms": "zalecane ograniczenie prędkości"
},
"maxspeed/hgv": {
"label": "Ograniczenie prędkości dla ciężarówek"
},
"maxstay": {
"label": "Maksymalny czas postoju",
"terms": "maksymalny czas postoju"
@@ -1598,6 +1604,9 @@
"placeholder": "20, 30, 40...",
"terms": "minimalna prędkość"
},
"model": {
"label": "Model"
},
"monitoring_multi": {
"label": "Monitoring"
},
@@ -1820,10 +1829,6 @@
"label": "Rodzaje płatności",
"terms": "rodzaj płatności,sposób płatności,metoda płatności,płatność,karta płatnicza,karta kredytowa,gotówka"
},
"payment_multi_fee": {
"label": "Rodzaje płatności",
"terms": "rodzaje płatności"
},
"phases": {
"label": "Liczba faz",
"placeholder": "1, 2, 3..."
@@ -1944,7 +1949,6 @@
"label": "Metoda wytwarzania energii"
},
"plant/output/electricity": {
"label": "Moc wyjściowa",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2537,6 +2541,9 @@
"studio": {
"label": "Rodzaj"
},
"subject": {
"label": "Temat"
},
"substance": {
"label": "Substancja"
},
@@ -2564,6 +2571,7 @@
"ground": "ground (gruntowa)",
"paved": "paved (utwardzona)",
"paving_stones": "paving_stones (kostka chodnikowa)",
"salt": "Sól",
"sand": "sand (piasek)",
"unpaved": "unpaved (nieutwardzona)",
"wood": "wood (drewno)"
@@ -2588,9 +2596,6 @@
"label": "Data ostatniej kontroli",
"terms": "data ostatniej kontroli"
},
"survey_point/datum_aligned": {
"label": "Wyrównane do lokalnego układu odniesienia geodezyjnego"
},
"survey_point/purpose": {
"label": "Przeznaczenie",
"options": {
@@ -2602,8 +2607,10 @@
"survey_point/structure": {
"label": "Konstrukcja",
"options": {
"beacon": "Nadajnik",
"block": "Blok",
"cairn": "Kopiec"
"cairn": "Kopiec",
"cut": "Wytnij"
}
},
"swimming_pool": {
@@ -2696,7 +2703,6 @@
"tracktype": {
"label": "Spoistość drogi, zazwyczaj leśnej lub polnej (tracktype)",
"options": {
"grade1": "Utwardzona lub mocno ubita nawierzchnia",
"grade2": "Żwirowa/tłuczniowa z niewielką domieszką piasku, mułu lub gliny",
"grade3": "Składająca się z równej ilości twardych i miękkich materiałów",
"grade4": "Ziemia/piasek/trawa z domieszką twardych materiałów",
@@ -3547,7 +3553,7 @@
"terms": "inpost,orlen paczka,aliexpress,cainiao,allegro,automat przesyłkowy,automat paczkowy"
},
"amenity/parking": {
"name": "Parkirišče",
"name": "Parking samochodowy",
"terms": "parking"
},
"amenity/parking/multi-storey": {
@@ -4325,6 +4331,10 @@
"name": "Budynek (ogólny)",
"terms": "budynek,budowla,dom"
},
"building/allotment_house": {
"name": "Domek działkowy",
"terms": "dom na działce,dom na ogródku działkowym,dom działkowy"
},
"building/apartments": {
"name": "Budynek mieszkalny wielorodzinny",
"terms": "blok,kamienica"
@@ -4596,10 +4606,6 @@
"name": "Introligator",
"terms": "introligator,oprawianie,rzemiosło,rzemieślnik,rzemieślnicy"
},
"craft/brewery": {
"name": "Browar",
"terms": "browar,piwo,rzemiosło,rzemieślnik,rzemieślnicy"
},
"craft/carpenter": {
"name": "Cieśla",
"terms": "cieśla,drewno,rzemiosło,rzemieślnik,rzemieślnicy"
@@ -5463,7 +5469,7 @@
},
"landuse/allotments": {
"name": "Ogródki działkowe",
"terms": "ogródki działkowe,ogród działkowy,działki"
"terms": "ogródki działkowe,ogród działkowy,działki,rod"
},
"landuse/aquaculture": {
"name": "Teren akwakultury",
@@ -6998,10 +7004,6 @@
"name": "Elektrownia zasilana ropą",
"terms": "elektrownia zasilana ropą"
},
"power/plant/source/solar": {
"name": "Elektrownia słoneczna",
"terms": "elektrownia słoneczna,farma fotowoltaiczna"
},
"power/plant/source/waste": {
"name": "Spalarnia odpadów",
"terms": "spalarnia odpadów,elektrownia"
+1 -1
View File
File diff suppressed because one or more lines are too long
+137 -61
View File
@@ -321,7 +321,10 @@
"label": "Assento"
},
"bicycle_parking": {
"label": "Tipo"
"label": "Tipo",
"options": {
"building": "Dentro de edifício"
}
},
"bin": {
"label": "Lixeira"
@@ -393,28 +396,29 @@
"placeholder": "2, 4, 6, 8..."
},
"building/levels": {
"label": "Níveis",
"label": "Pavimentos",
"placeholder": "2, 4, 6...",
"terms": "número de andares,pavimentos,pisos,andares"
},
"building/levels/underground": {
"label": "Níveis subterrâneos",
"label": "Pavimentos subterrâneos",
"placeholder": "2, 4, 6...",
"terms": "subsolo,níveis abaixo do solo,abaixo do solo,subterrâneo,andares"
},
"building/levels_building": {
"label": "Níveis do edifício ",
"placeholder": "2, 4, 6...",
"terms": "andares,níveis,número de andares,andar,nível"
"terms": "subsolo,pavimentos abaixo do solo,abaixo do solo,subterrâneo,andares"
},
"building/material": {
"label": "Material",
"terms": "material,matéria-prima"
},
"building/part": {
"label": "Parte de construção"
},
"building_area": {
"label": "Edifício",
"terms": "prédio,edificação,construção,estrutura"
},
"building_area_yes": {
"label": "Edifício"
},
"bunker_type": {
"label": "Tipo"
},
@@ -434,7 +438,8 @@
"EEA": "EEE: Para caminhantes experientes com equipamento",
"T": "T: Turístico"
},
"placeholder": "T, E, EE, …"
"placeholder": "T, E, EE, …",
"terms": "trilha,caminhada,hiking,rota,pedestre,caminhante,montanhismo"
},
"camera/direction": {
"label": "Direção (graus sentido horário)",
@@ -481,7 +486,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Depósito"
"label": "Depósitos"
},
"castle_type": {
"label": "Tipo",
@@ -514,6 +519,9 @@
"label": "Última data de verificação",
"placeholder": "AAAA-MM-DD"
},
"circumference": {
"placeholder": "1 m, 20 cm, 30\"…"
},
"clothes": {
"label": "Roupas"
},
@@ -603,7 +611,35 @@
}
},
"crop": {
"label": "Espécie cultivada"
"label": "Espécie cultivada",
"options": {
"asparagus": "Aspargos",
"barley": "Cevada",
"beet": "Beterraba",
"cassava": "Mandioca",
"coffee": "Café",
"cotton": "Algodão",
"cranberries": "Oxicoco",
"fast_growing_wood": "Cultivo de curta rotação",
"flowers": "Flores",
"grape": "Uvas",
"grass": "Grama",
"hop": "Lúpulo",
"lavender": "Lavanda",
"maize": "Milho",
"potato": "Batata",
"rape": "Canola",
"rice": "Arroz",
"soy": "Soja",
"strawberry": "Morango",
"sugar_beet": "Beterraba-sacarina",
"sugarcane": "Cana-de-açúcar",
"sunflower": "Girassol",
"tea": "Chá",
"tobacco": "Tabaco",
"vegetable": "Vegetais",
"wheat": "Trigo"
}
},
"crossing": {
"label": "Tipo"
@@ -713,6 +749,9 @@
"description": "Uma ciclofaixa que segue no sentido contrário ao dos automóveis",
"title": "Ciclofaixa no sentido contrário"
},
"separate": {
"title": "Ciclovia mapeada separadamente"
},
"share_busway": {
"description": "Uma ciclofaixa compartilhada com uma faixa para ônibus",
"title": "Ciclofaixa compartilhada com ônibus"
@@ -751,7 +790,6 @@
"label": "Denotação"
},
"departures_board": {
"label": "Quadro de partidas",
"options": {
"no": "Nenhum",
"realtime": "Tempo real",
@@ -805,7 +843,8 @@
"placeholder": "5 mm, 10 cm, 15 in…"
},
"diameter_crown": {
"label": "Diâmetro da coroa"
"label": "Diâmetro da coroa",
"placeholder": "4 m, 9', …"
},
"diet_multi": {
"label": "Tipos de dieta",
@@ -977,7 +1016,19 @@
"label": "Tipo"
},
"entrance": {
"label": "Tipo"
"label": "Tipo",
"options": {
"emergency": "Saída de emergência",
"entrance": "Somente entrada",
"exit": "Somente saída",
"garage": "Entrada de garagem",
"home": "Casa privada ou apartamento",
"main": "Principal",
"secondary": "Secundária",
"service": "Serviço",
"staircase": "Escadaria",
"yes": "Não especificada"
}
},
"except": {
"label": "Exceções"
@@ -1106,8 +1157,8 @@
"fuel": {
"label": "Combustível"
},
"fuel_multi": {
"label": "Tipos de combustível"
"fuel/fuel_multi": {
"label": "Tipos de combusítvel"
},
"gambling": {
"label": "Jogos"
@@ -1155,7 +1206,7 @@
"label": "Tipo"
},
"grades": {
"label": "Níveis de classificação"
"label": "Séries"
},
"grape_variety": {
"label": "Variedades de uva"
@@ -1433,7 +1484,7 @@
"terms": "piso do edifício,área coberta,andar,história"
},
"level_semi": {
"label": "Níveis"
"label": "Pavimento(s) "
},
"liaison": {
"label": "Tipo"
@@ -1462,7 +1513,7 @@
"label": "Portão "
},
"lockable": {
"label": "Bloqueável"
"label": "Possui tranca/fechadura"
},
"locked": {
"label": "Trancado"
@@ -1715,7 +1766,7 @@
"garage_boxes": "Vagas de estacionamento",
"lane": "Faixa de acostamento",
"layby": "Separado/Alça de acesso",
"multi-storey": "Vários níveis",
"multi-storey": "Estacionamento vertical",
"rooftop": "Telhado",
"sheds": "Cabanas",
"street_side": "Lado da rua",
@@ -1742,10 +1793,49 @@
"label": "Tipo"
},
"payment_multi": {
"label": "Tipos de pagamento"
},
"payment_multi_fee": {
"label": "Tipos de pagamento"
"label": "Tipos de pagamento",
"options": {
"account_cards": "Cartão de conta bancária",
"alipay": "Alipay",
"american_express": "American Express",
"app": "App",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "Blik",
"cards": "Cartão",
"cash": "Dinheiro",
"cheque": "Cheque",
"clipper": "Clipper",
"coins": "Moedas",
"contactless": "Pagamento sem contato",
"credit_cards": "Cartões de crédito",
"cryptocurrencies": "Criptomoeda",
"debit_cards": "Cartão de débito",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"electronic_purses": "Carteiras eletrônicas",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard sem contato",
"notes": "Notas",
"paypal": "PayPal",
"prepaid_ticket": "Ticket Pré-Pago",
"telephone_cards": "Cartão telefônico",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
}
},
"phases": {
"label": "Fases",
@@ -1866,7 +1956,6 @@
"label": "Método de geração"
},
"plant/output/electricity": {
"label": "Potência",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -1888,6 +1977,9 @@
"population": {
"label": "População"
},
"population/date": {
"placeholder": "AAAA-MM-DD"
},
"portable": {
"label": "Portátil"
},
@@ -1970,9 +2062,9 @@
"label": "Tipo",
"options": {
"centre": "Centro",
"container": "Container"
"container": "Contêiner"
},
"placeholder": "Container, Centro"
"placeholder": "Contêiner, Centro"
},
"ref": {
"label": "Código de referência"
@@ -2314,7 +2406,7 @@
"local knowledge": "Conhecimento local",
"osm notes": "Notas do OpenStreetMap",
"streetlevel imagery": "Fotos a nível de rua ",
"survey": "Pesquisa"
"survey": "Levantamento em campo"
}
},
"species/wikidata": {
@@ -2452,9 +2544,6 @@
"survey/date": {
"label": "Última data de pesquisa"
},
"survey_point/datum_aligned": {
"label": "Alinhado com o datum geodésico local"
},
"survey_point/purpose": {
"label": "Propósito",
"options": {
@@ -2562,7 +2651,6 @@
"tracktype": {
"label": "Firmeza do solo",
"options": {
"grade1": "Rígida: pavimentada ou material fortemente compactado",
"grade2": "Parcialmente Rígida: brita/rocha com um pouco de material macio",
"grade3": "Mistura homogênea de materiais rígidos e macios",
"grade4": "Parcialmente Macia: terra/areia/grama com um pouco de material rígido",
@@ -3528,19 +3616,19 @@
"name": "Reciclagem"
},
"amenity/recycling/container/electrical_items": {
"name": "Recipiente de lixo eletrônico",
"terms": "recipiente de lixo eletrônico"
"name": "Contêiner de lixo eletrônico",
"terms": "computador,computadores,lixo eletrônico,eletrônico,telefone,tablet"
},
"amenity/recycling/container/green_waste": {
"name": "Recipiente de resíduos verdes",
"terms": "recipiente de resíduos verdes"
"name": "Contêiner de lixo verde",
"terms": "biodegradável,orgânico,biológico,compostagem,comida"
},
"amenity/recycling_centre": {
"name": "Centro de reciclagem",
"terms": "material reciclável,dejetos,material sólido,reciclagem,resíduos,lixo,vidro,garrafa,lata"
},
"amenity/recycling_container": {
"name": "Container para reciclagem",
"name": "Contêiner para reciclagem",
"terms": "reciclagem,lixo,lixeira,lata de reciclagem,lata de lixo,dejetos,resíduos,material reciclável"
},
"amenity/refugee_site": {
@@ -4378,10 +4466,6 @@
"name": "Encadernador",
"terms": "encadernador"
},
"craft/brewery": {
"name": "Cervejaria",
"terms": "cervejas,mestre cervejeiro"
},
"craft/carpenter": {
"name": "Carpinteiro",
"terms": "carpinteiro,marceneiro,marcenaria,carpintaria"
@@ -4827,6 +4911,10 @@
"name": "Faixa de pedestres",
"terms": "faixa de pedestres"
},
"highway/crossing/traffic_signals": {
"name": "Travessia com sinal para pedestres",
"terms": "sinal de travessia de pedestres,travessia de pedestres com sinal,travessia de bicicletas com sinal"
},
"highway/crossing/unmarked": {
"name": "Travessia de pedestres não marcada",
"terms": "travessia de pedestres não marcada"
@@ -4892,6 +4980,10 @@
"name": "Calçada",
"terms": "calçada,passeio"
},
"highway/footway/traffic_signals": {
"name": "Travessia com sinal para pedestres",
"terms": "sinal de travessia de pedestres,travessia de pedestres com sinal,travessia de bicicletas com sinal"
},
"highway/footway/unmarked": {
"name": "Travessia de pedestres não marcada",
"terms": "travessia de pedestres não marcada"
@@ -4927,10 +5019,6 @@
"name": "Ligação de autoestrada",
"terms": "acesso à autoestrada,acesso à via expressa,ligação de via expressa,saída de autoestrada,saída,acesso"
},
"highway/motorway_link-US-CA": {
"name": "Ligação de autoestrada",
"terms": "acesso à autoestrada,acesso à via expressa,ligação de via expressa,saída de autoestrada,saída,acesso"
},
"highway/passing_place": {
"name": "Lugar de passagem",
"terms": "lugar de ultrapassagem"
@@ -4963,10 +5051,6 @@
"name": "Ligação Primária",
"terms": "acesso primário,acesso a via primária"
},
"highway/primary_link-US-CA": {
"name": "Ligação Primária",
"terms": "acesso primário,acesso a via primária,ligação de via primária"
},
"highway/raceway": {
"name": "Pista de automobilismo",
"terms": "pista de automobilismo"
@@ -5086,10 +5170,6 @@
"name": "Ligação Troncal",
"terms": "acesso troncal,acesso a via troncal"
},
"highway/trunk_link-US-CA": {
"name": "Ligação de Via Troncal",
"terms": "acesso troncal,acesso a via troncal"
},
"highway/turning_circle": {
"name": "Balão de retorno",
"terms": "balão de retorno,cul de sac,cul-de-sac,rotunda,rotatória,giradouro,retorno,rótula"
@@ -6439,7 +6519,7 @@
"terms": "escritório religioso"
},
"office/research": {
"name": "Escritório de Pesquisa",
"name": "Escritório de pesquisa",
"terms": "pesquisa,pesquisas,pesquisador,escritório"
},
"office/security": {
@@ -6447,7 +6527,7 @@
"terms": "escritório de segurança"
},
"office/surveyor": {
"name": "Escritório de Pesquisas ou Inspeções",
"name": "Escritório de pesquisas ou inspeções",
"terms": "agrimensura,análise de riscos,ibge,estatística,opinião"
},
"office/tax_advisor": {
@@ -6708,10 +6788,6 @@
"name": "Usina elétrica a petróleo",
"terms": "usina elétrica a petróleo"
},
"power/plant/source/solar": {
"name": "Central fotovoltaica",
"terms": "central fotovoltaica"
},
"power/plant/source/waste": {
"name": "Usina de incineração de resíduos",
"terms": "usina de incineração de resíduos"
@@ -6988,7 +7064,7 @@
"terms": "travessia ferroviária-ferroviária"
},
"railway/signal": {
"name": "Semáforo de Ferrovia",
"name": "Semáforo ferroviário",
"terms": "sinal de ferrovia,sinaleira de ferrovia,ferrovia,farol,trânsito,sinal luminoso"
},
"railway/station": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+414 -44
View File
@@ -328,7 +328,19 @@
"terms": "assento,lugar para sentar,descanso,banco de jardim"
},
"bicycle_parking": {
"label": "Tipo"
"label": "Tipo",
"options": {
"building": "Dentro de edifício",
"handlebar_holder": "Suporte de guiador",
"lockers": "Cacifos individuais",
"shed": "Abrigo fechado",
"stands": "Suportes",
"wall_loops": "Suporte de roda"
}
},
"bike_ride": {
"label": "Bike and Ride",
"terms": "estacionamento,bicicletas,bicicleta,bike,biclas,binas,parque,parquemanto,transporte,público,park & ride,incentivo,dissuasor"
},
"bin": {
"label": "Caixote de lixo",
@@ -359,7 +371,8 @@
"label": "Tipo"
},
"booth": {
"label": "Cabina"
"label": "Cabina",
"terms": "caixa,cabine,cabina"
},
"bottle": {
"label": "Enchimento de garrafas"
@@ -410,11 +423,6 @@
"placeholder": "2, 4, 6...",
"terms": "cave,subsolo,pisos inferiores,andares inferiores,andares"
},
"building/levels_building": {
"label": "Pisos do edifício",
"placeholder": "2, 4, 6...",
"terms": "andares,pisos"
},
"building/material": {
"label": "Material",
"terms": "material,matéria-prima"
@@ -422,6 +430,10 @@
"building/part": {
"label": "Parte de edifício"
},
"building/prefabricated": {
"label": "Pré-fabricado",
"terms": "modular,portable,portátil,móvel,préfabricado"
},
"building_area": {
"label": "Edifício",
"terms": "edifício,edificação,prédio,casa,residência,construção,construções,imóvel,imóveis"
@@ -496,7 +508,7 @@
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Depósito"
"label": "Depósitos"
},
"castle_type": {
"label": "Tipo",
@@ -623,7 +635,35 @@
}
},
"crop": {
"label": "Colheitas"
"label": "Colheitas",
"options": {
"asparagus": "Espargos",
"barley": "Cevada",
"beet": "Beterraba",
"cassava": "Mandioca",
"coffee": "Café",
"cotton": "Algodão",
"cranberries": "Arandos",
"fast_growing_wood": "Madeira de crescimento rápido",
"flowers": "Flores",
"grape": "Uvas",
"grass": "Relva",
"hop": "Lúpulo",
"lavender": "Alfazema",
"maize": "Milho",
"potato": "Batatas",
"rape": "Colza",
"rice": "Arroz",
"soy": "Soja",
"strawberry": "Morangos",
"sugar_beet": "Beterraba sacarina",
"sugarcane": "Cana de açúcar",
"sunflower": "Girassol",
"tea": "Chá",
"tobacco": "Tabaco",
"vegetable": "Hortaliças",
"wheat": "Trigo"
}
},
"crossing": {
"label": "Tipo"
@@ -779,7 +819,7 @@
"label": "Importância"
},
"departures_board": {
"label": "Painel de partidas",
"label": "Painel de partidas/chegadas",
"options": {
"no": "Nenhum",
"realtime": "Tempo real",
@@ -1017,6 +1057,18 @@
},
"entrance": {
"label": "Tipo",
"options": {
"emergency": "Saída de emergência",
"entrance": "Apenas entrada",
"exit": "Apenas saída",
"garage": "Entrada de garagem",
"home": "Habitação privada",
"main": "Principal",
"secondary": "Secundária",
"service": "Serviço",
"staircase": "Escadaria",
"yes": "Não especificada"
},
"terms": "tipo"
},
"except": {
@@ -1145,8 +1197,36 @@
"fuel": {
"label": "Combustível"
},
"fuel_multi": {
"label": "Tipos de combustível"
"fuel/fuel_multi": {
"label": "Tipos de combustível",
"options": {
"GTL_diesel": "GPL",
"HGV_diesel": "Diesel p/ veículos pesados",
"LH2": "Hidrogénio líquido",
"adblue": "AdBlue / AUS 32",
"adblue:canister": "AdBlue / AUS 32 (vasilhas)",
"biodiesel": "Biodiesel",
"cng": "Gás natural comprimido (GNC)",
"diesel": "Diesel",
"e10": "E10",
"e85": "E85",
"h70": "Hidrogénio gasoso (700 bar)",
"lpg": "Gás natural liquefeito (GNL)",
"octane_100": "Gasolina (100 octanas)",
"octane_80": "Gasolina (80 octanas)",
"octane_85": "Gasolina (85 octanas)",
"octane_87": "Gasolina (87 octanas)",
"octane_88": "Gasolina (88 octanas)",
"octane_89": "Gasolina (89 octanas)",
"octane_90": "Gasolina (90 octanas)",
"octane_91": "Gasolina (91 octanas)",
"octane_92": "Gasolina (92 octanas)",
"octane_93": "Gasolina (93 octanas)",
"octane_95": "Gasolina (95 octanas)",
"octane_97": "Gasolina (97 octanas)",
"octane_98": "Gasolina (98 octanas)",
"propane": "Propano"
}
},
"gambling": {
"label": "Jogos"
@@ -1168,14 +1248,48 @@
"terms": "masculino,feminino,sexo,unisexo"
},
"generator/method": {
"label": "Método"
"label": "Método",
"options": {
"anaerobic_digestion": "Digestão anaeróbica",
"barrage": "Maremotriz",
"combustion": "Combustão",
"fission": "Fissão",
"fusion": "Fusão",
"gasification": "Gasificação",
"photovoltaic": "Fotovoltaico",
"run-of-the-river": "Corrente fluvial",
"stream": "Fluxo mareal",
"thermal": "Térmico solar",
"water-pumped-storage": "Reservatório reversível",
"water-storage": "Água represada",
"wind_turbine": "Turbina eólica"
}
},
"generator/output/electricity": {
"label": "Potência de saída",
"placeholder": "50 MW, 100 MW, 200 MW..."
},
"generator/source": {
"label": "Fonte de energia"
"label": "Fonte de energia",
"options": {
"battery": "Bateria",
"biofuel": "Biocombustível",
"biogas": "Biogás",
"biomass": "Biomassa",
"coal": "Carvão",
"diesel": "Diesel",
"gas": "Gás natural",
"gasoline": "Gasolina",
"geothermal": "Energia geotérmica",
"hydro": "Energia hidroelétrica",
"nuclear": "Energia nuclear",
"oil": "Óleo",
"solar": "Radiação solar",
"tidal": "Energia das marés",
"waste": "Resíduos",
"wave": "Energia das ondas",
"wind": "Vento"
}
},
"generator/type": {
"label": "Tipo"
@@ -1224,7 +1338,87 @@
"label": "Tipo"
},
"healthcare/speciality": {
"label": "Especialidades"
"label": "Especialidades",
"options": {
"abortion": "Aborto",
"acupuncture": "Acunpunctura",
"allergology": "Alergias",
"anaesthetics": "Anestesiologia",
"angiology": "Angiologia",
"anthroposophical": "Antroposofia",
"applied_kinesiology": "Kinesiologia aplicada",
"aromatherapy": "Aromaterapia",
"ayurveda": "Ayurveda",
"behavior": "Terapia comportamental",
"biochemistry": "Bioquímica",
"biology": "Biologia",
"blood_check": "Análises sanguíneas",
"cardiology": "Cardiologia",
"cardiothoracic_surgery": "Cirurgia cardiotóracica",
"child_psychiatry": "Psiquiatria pediátrica",
"chiropractic": "Quiropraxia",
"clinical_pathology": "Patologia clínica",
"dermatology": "Dermatologia",
"diabetology": "Diabetologia",
"endocrinology": "Endocrinologia",
"fertility": "Fertilidade",
"gastroenterology": "Gastroenterologia",
"general": "Medicina geral",
"geriatrics": "Geriatria",
"gynaecology": "Obstetrícia e Ginecologia",
"haematology": "Hematologia",
"hepatology": "Hepatologia",
"herbalism": "Herbalismo",
"homeopathy": "Homeopatia",
"humanistic": "Psicologia humanista",
"hydrotherapy": "Hidroterapia",
"hypnosis": "Hipnose",
"infectious_diseases": "Doenças infecciosas",
"intensive": "Cuidados intensivos",
"internal": "Medicina interna",
"naturopathy": "Naturopatia",
"neonatology": "Neonatologia",
"nephrology": "Nefrologia",
"neurology": "Neurologia",
"neuropsychiatry": "Neuropsiquiatria",
"neurosurgery": "Neurocirurgia",
"nuclear": "Medicina nuclear",
"occupational": "Medicina ocupacional",
"oncology": "Oncologia",
"ophthalmology": "Oftalmologia",
"orthodontics": "Ortodontia",
"orthopaedics": "Cirurgia ortopédica",
"osteopathy": "Osteopatia",
"otolaryngology": "Otorrinolaringologia",
"paediatric_surgery": "Cirurgia pediátrica",
"paediatrics": "Pediatria",
"palliative": "Cuidados paliativos",
"pathology": "Patologia",
"physiatry": "Fisiatria / Reabilitação",
"plastic_surgery": "Cirurgia plástica",
"podiatry": "Podologia",
"proctology": "Proctologia",
"psychiatry": "Psiquiatria",
"pulmonology": "Pulmonologia",
"radiology": "Radiologia",
"radiotherapy": "Radioterapia",
"reflexology": "Reflexologia",
"reiki": "Reiki",
"rheumatology": "Reumatologia",
"shiatsu": "Shiatsu",
"stomatology": "Estomatologia",
"surgery": "Cirurgia geral",
"systemic": "Terapia sistémica",
"traditional_chinese_medicine": "Medicina tradicional chinesa",
"transplant": "Transplantes",
"trauma": "Traumatologia",
"tropical": "Medicina tropical",
"tuina": "Tuiná",
"unani": "Medicina unani",
"urology": "Urologia",
"vaccination": "Vacinação",
"vascular_surgery": "Cirurgia vascular"
}
},
"heating": {
"label": "Aquecimento"
@@ -1516,7 +1710,8 @@
"label": "Nadador-salvador"
},
"line_attachment": {
"label": "Ligação dos cabos"
"label": "Ligação dos cabos",
"terms": "catenária,conexão,ligar,conectar,fios"
},
"line_management": {
"label": "Gestão de cabos",
@@ -1644,6 +1839,10 @@
"placeholder": "20, 30, 40...",
"terms": "velocidade mínima"
},
"model": {
"label": "Modelo",
"terms": "model"
},
"monitoring_multi": {
"label": "Monitorização"
},
@@ -1864,10 +2063,48 @@
},
"payment_multi": {
"label": "Tipos de pagamento",
"terms": "cobrança"
},
"payment_multi_fee": {
"label": "Métodos de pagamento",
"options": {
"account_cards": "Cartões de pagamento",
"alipay": "Alipay",
"american_express": "American Express",
"app": "Aplicação móvel",
"apple_pay": "Apple Pay",
"bancomat": "Bancomat",
"blik": "Blik",
"cards": "Cartão de pagamento",
"cash": "Dinheiro",
"cheque": "Cheque",
"clipper": "Clipper",
"coins": "Moedas",
"contactless": "Pagamento sem contacto",
"credit_cards": "Cartão de crédito",
"cryptocurrencies": "Criptomoedas",
"debit_cards": "Cartão de débito",
"diners_club": "Diners Club",
"discover_card": "Discover",
"dkv": "DKV",
"electronic_purses": "Carteira eletrónica",
"ep_easycard": "悠遊卡EasyCard",
"ep_geldkarte": "GeldKarte",
"ep_ipass": "iPASS一卡通",
"girocard": "Girocard",
"google_pay": "Google Pay",
"jcb": "JCB",
"maestro": "Maestro",
"mastercard": "Mastercard",
"mastercard_contactless": "Mastercard contactless",
"notes": "Notas bancárias",
"paypal": "PayPal",
"prepaid_ticket": "Bilhete pré-pago",
"telephone_cards": "Cartão telefónico",
"unionpay": "UnionPay",
"uta": "UTA",
"v_pay": "V Pay",
"visa": "Visa",
"visa_debit": "Visa Debit",
"visa_electron": "Visa Electron",
"wechat": "WeChat Pay"
},
"terms": "cobrança"
},
"phases": {
@@ -1989,8 +2226,21 @@
"plant/method": {
"label": "Método de geração"
},
"plant/output": {
"label": "Tipo de energia produzida",
"options": {
"cold_air": "Ar frio",
"cold_water": "Água fria",
"compressed_air": "Ar comprimido",
"electricity": "Eletricidade",
"hot_air": "Ar quente",
"hot_water": "Água quente",
"steam": "Vapor",
"vacuum": "Vácuo"
}
},
"plant/output/electricity": {
"label": "Potência de saída",
"label": "Produção de eletricidade",
"placeholder": "500 MW, 1000 MW, 2000 MW..."
},
"plant/source": {
@@ -2013,6 +2263,10 @@
"population": {
"label": "População"
},
"population/date": {
"label": "Data do census",
"placeholder": "YYYY-MM-DD"
},
"portable": {
"label": "Portátil",
"terms": "portable,amovível,móvel,destacável"
@@ -2168,6 +2422,30 @@
},
"religion": {
"label": "Religião",
"options": {
"bahai": "Bahá’í",
"benzhu": "Benzhu",
"buddhist": "Budista",
"caodaism": "Caodaísta",
"chinese_folk": "Religião tradicional chinesa",
"christian": "Cristã",
"confucian": "Confucionista",
"hindu": "Hinduísta",
"jain": "Jainista",
"jewish": "Judaica",
"multifaith": "Multifé",
"muslim": "Muçulmana",
"none": "Sem religião",
"pagan": "Pagã",
"shinto": "Xintoísta",
"sikh": "Siquismo",
"spiritualist": "Espiritualista",
"taoist": "Taoísta",
"tenrikyo": "Tenrikyo",
"unitarian_universalist": "Universalista unitária",
"vietnamese_folk": "Religião tradicional vietnamita",
"voodoo": "Vudu"
},
"terms": "fé"
},
"reservation": {
@@ -2482,6 +2760,9 @@
},
"terms": "referências"
},
"source/population": {
"label": "Fonte"
},
"species": {
"label": "Espécie",
"placeholder": "Acer platanoides, Quercus robur…",
@@ -2592,11 +2873,22 @@
"label": "Tema",
"terms": "assunto,matéria,tópico"
},
"subject/wikidata": {
"label": "Tema Wikidata",
"terms": "assunto,tópico,palavra-chave,tema principal"
},
"substance": {
"label": "Substância"
},
"substation": {
"label": "Tipo"
"label": "Tipo",
"options": {
"distribution": "Distribuição regional",
"generation": "Geração",
"industrial": "Industrial",
"minor_distribution": "Distribuição local",
"transmission": "Transmissão"
}
},
"supervised": {
"label": "Vigiado",
@@ -2617,11 +2909,17 @@
"grass": "Relva",
"gravel": "Gravilha",
"ground": "Chão",
"metal": "Metal",
"mud": "Lama (de modo persistente)",
"paved": "Pavimentada",
"paving_stones": "Pavimento ladrilhado",
"salt": "Sal",
"sand": "Areia",
"sett": "Calçada (paralelos regulares)",
"unhewn_cobblestone": "Calçada (pedra irregular/arredondada)",
"unpaved": "Não pavimentada",
"wood": "Madeira"
"wood": "Madeira",
"woodchips": "Serradura"
},
"terms": "piso,superfícies"
},
@@ -2743,6 +3041,14 @@
"label": "Posições",
"terms": "posição,postos"
},
"toilets/wheelchair": {
"options": {
"limited": "Limitado",
"no": "Não",
"yes": "Sim"
},
"terms": "acesso,cadeira,cadeirante,cadeira de rodas,wc,banheiro,casa de banho,retrete,acessível"
},
"toll": {
"label": "Portagem",
"terms": "pedágio,portagens"
@@ -2767,12 +3073,12 @@
"label": "Solidez da superfície",
"options": {
"grade1": "1 - Sólida: pavimentada ou com material fortemente compactado",
"grade2": "2 - Sobretudo sólida: cascalho ou pedras misturadas com algum material macio",
"grade2": "2 - Sobretudo sólida: mistura de gravilha com algum material macio",
"grade3": "3 - Intermédia: mistura equilibrada de materiais sólidos e macios",
"grade4": "4 - Sobretudo macia: terra, erva ou areia misturadas com algum material sólido",
"grade5": "5 - Macia: terra, erva ou areia"
"grade5": "5 - Macia: terra, erva ou areia sem material duro compactado"
},
"placeholder": "Sólida, intermédia, macia..."
"placeholder": "Sólida, Intermédia, Macia..."
},
"trade": {
"label": "Tipo"
@@ -2851,11 +3157,25 @@
"placeholder": "Padrão"
},
"tunnel_combo": {
"label": "Tipo"
"label": "Tipo",
"options": {
"avalanche_protector": "Proteção contra avalanchas",
"building_passage": "Passagem sob edifício",
"culvert": "Túnel",
"flooded": "Túnel inundado"
}
},
"turning_circle": {
"label": "Formato"
},
"two_sided": {
"label": "Dois lados",
"options": {
"undefined": "Não",
"yes": "Sim"
},
"terms": "lados"
},
"usage_rail": {
"label": "Tipo de utilização",
"options": {
@@ -2871,7 +3191,10 @@
"usage_waterway": {
"label": "Tipo de uso",
"options": {
"headrace": "Adutor",
"irrigation": "Irrigação",
"spillway": "Vertedouro",
"tailrace": "Restituição",
"transmission": "Transmissão",
"transportation": "Transporte"
}
@@ -4474,6 +4797,10 @@
"name": "Edifício agrícola",
"terms": "campo,agrícola,agricultura,quinta,sítio,granja,rural"
},
"building/fire_station": {
"name": "Edifício de quartel dos bombeiros",
"terms": "bombeiros,fogo,voluntários,municipais,firefighter,incêndios,combate"
},
"building/garage": {
"name": "Garagem privada",
"terms": "garagem,abrigo de automóveis,veículos,carros"
@@ -4670,7 +4997,7 @@
},
"craft/brewery": {
"name": "Cervejaria artesanal",
"terms": "brewery,mestre cervejeiro,cerveja,cervejaria,cerveja artesanal,álcool,bebida,cevada,trigo"
"terms": "cerveja,artesanal,cervejaria,bar,cidra,álcool,alcool,bebida"
},
"craft/carpenter": {
"name": "Carpinteiro",
@@ -5266,10 +5593,6 @@
"name": "Ligação a autoestrada",
"terms": "ligação a autoestrada,entrada de autoestrada,saída de autoestrada,saída,acesso"
},
"highway/motorway_link-US-CA": {
"name": "Ligação a autoestrada",
"terms": "ligação a autoestrada,entrada de autoestrada,saída de autoestrada,saída,acesso"
},
"highway/passing_place": {
"name": "Lugar de passagem",
"terms": "local de passagem,alargamento de via"
@@ -5302,10 +5625,6 @@
"name": "Ligação a estrada primária",
"terms": "primary link,ligação estrada nacional,ligação rodovia nacional,ligação nacional,ligação estrada principal,entrada estrada nacional,entrada rodovia nacional,entrada nacional,saída nacional,saída rodovia nacional,saída estrada nacional"
},
"highway/primary_link-US-CA": {
"name": "Ligação a estrada primária",
"terms": "primary link,ligação estrada nacional,ligação rodovia nacional,ligação nacional,ligação estrada principal,entrada estrada nacional,entrada rodovia nacional,entrada nacional,saída nacional,saída rodovia nacional,saída estrada nacional"
},
"highway/raceway": {
"name": "Pista de desportos motorizados",
"terms": "corrida de carros,circuito desportos motorizados,corridas,pista de corridas,circuito,fórmula,corridas motorizados,corrida de pista,motas,motociclismo"
@@ -5430,10 +5749,6 @@
"name": "Ligação a via rápida",
"terms": "ligação via rápida,entrada via rápida,saída via rápida,ligação via reservada a automóveis e motociclos,entrada via reservada a automóveis e motociclos,saída via reservada a automóveis e motociclos,ligação via expressa,entrada expressa,saída via expressa,ligação via reservada,entrada via reservada,saída via reservada,ip,ic"
},
"highway/trunk_link-US-CA": {
"name": "Ligação a via rápida",
"terms": "ligação via rápida,entrada via rápida,saída via rápida,ligação via reservada a automóveis e motociclos,entrada via reservada a automóveis e motociclos,saída via reservada a automóveis e motociclos,ligação via expressa,entrada expressa,saída via expressa,ligação via reservada,entrada via reservada,saída via reservada,ip,ic"
},
"highway/turning_circle": {
"name": "Círculo de viragem",
"terms": "inversão de marcha,beco,sem saída,sem-saída,manobra"
@@ -6467,6 +6782,10 @@
"name": "Fábrica",
"terms": "industrial,indústria,manofatura,manofaturação,fabrico,fabricar,works,refinaria,estrutura,fabricação,produção,montagem,factory"
},
"man_made/works/brewery": {
"name": "Cervejaria industrial",
"terms": "cerveja,industrial,indústria,cervejaria,bar,cidra,álcool,alcool,bebida"
},
"man_made/yes": {
"name": "Estrutura artificial"
},
@@ -6609,6 +6928,10 @@
"name": "Rocha solta",
"terms": "unattached rock,boulder,rock,pedregulho,rochedo,pedra,calhau,penedo"
},
"natural/strait": {
"name": "Estreito",
"terms": "strait"
},
"natural/tree": {
"name": "Árvore",
"terms": "tree,abeto,acácia,amendoeira,amoreira,carvalho,castanheiro,cedro,cerejeira,choupo,cipreste,damasqueiro,diospireiro,ébano,eucalipto,eucalito,figueira,freixo,laranjeira,limoeiro,loureiro,macieira,marmeleiro,nogueira,nespereira,oliveira,pereira,pessegueiro,pinheiro,plátano,salgueiro,sequoia,sobreiro"
@@ -6645,6 +6968,10 @@
"name": "Fosso",
"terms": "moat,fosso inundado,muralha,castelo,fortaleza,baluarte"
},
"natural/water/oxbow": {
"name": "Lago em ferradura",
"terms": "anabranch,billabong,cut off,meander,oxbow,resaca,braço morto,meandro,rio"
},
"natural/water/pond": {
"name": "Lagoa",
"terms": "jardim de água,jardim d'água,lagoinha,pateira"
@@ -6892,6 +7219,10 @@
"office/travel_agent": {
"name": "Agência de viagens"
},
"office/union": {
"name": "Sindicato",
"terms": "union,labor,sindicalismo"
},
"office/water_utility": {
"name": "Fornecedor de água",
"terms": "água,companhia de água,cooperativa de água,distribuidor,distribuição,águas"
@@ -7004,6 +7335,10 @@
"name": "Painel de atividades lúdicas",
"terms": "painel,jogos,recreio,brincar"
},
"playground/aerialrotator": {
"name": "Rotador aéreo",
"terms": "giratório,girar,rodar"
},
"playground/balancebeam": {
"name": "Trave de equilíbrio",
"terms": "barra,viga,transversal"
@@ -7044,6 +7379,10 @@
"name": "Barra fixa horizontal",
"terms": "barra horizontal"
},
"playground/map": {
"name": "Mapa",
"terms": "geografia,cartografia,cartográfico,mapear"
},
"playground/playhouse": {
"name": "Casa de brincar",
"terms": "casinha,brincar,casinhas,brincadeira,recreio"
@@ -7060,10 +7399,18 @@
"name": "Balancé",
"terms": "gangorra,baloiço,arre-burrinho,sobe e desce"
},
"playground/sledding": {
"name": "Colina de trenó",
"terms": "deslizar,tobogã,descer,sled"
},
"playground/slide": {
"name": "Escorrega",
"terms": "escorregador,escorregão,escorrego"
},
"playground/splash_pad": {
"name": "Área de brincadeiras na água",
"terms": "chapinhar,aquático,água"
},
"playground/springy": {
"name": "Baloiço de mola",
"terms": "spring,cavalinho,cavalo,molas,amortecedor"
@@ -7076,10 +7423,26 @@
"name": "Baloiço",
"terms": "balanço,brincar,brincadeira,recreio"
},
"playground/teenshelter": {
"name": "Abrigo",
"terms": "refúgio"
},
"playground/tetherball": {
"name": "Poste de espirobol",
"terms": "tetherball,bola"
},
"playground/trampoline": {
"name": "Trampolim",
"terms": "tranpolins,saltar,saltos"
},
"playground/tunnel_tube": {
"name": "Túnel de brincar",
"terms": "tubo"
},
"playground/water": {
"name": "Parafuso de Arquimedes",
"terms": "água,broca,parafuso,lama"
},
"playground/zipwire": {
"name": "Corda suspensa",
"terms": "brincar,recreio,exercício,brincadeira,suspenso"
@@ -7106,6 +7469,10 @@
"name": "Cabo de eletricidade subterrâneo",
"terms": "elétrico,subterrâneo,eletricidade,tensão,voltagem,subsolo"
},
"power/catenary_mast": {
"name": "Poste de catenária",
"terms": "mastro,torre,linha,elétrica,cabo,elétrico,eletricidade,energia,ferroviário,ferrovia,ferroviária,comboios,caminhos de ferro"
},
"power/generator": {
"name": "Gerador elétrico",
"terms": "power generator,gerador elétrico,energia eólica,energia solar,energia termoeléctrica,energia nuclear,central de energia"
@@ -7166,10 +7533,6 @@
"name": "Central elétrica a petróleo",
"terms": "energia,crude,estação elétrica,eletricidade,combustível fóssil,combustíveis fósseis,carbono,combustão,energética"
},
"power/plant/source/solar": {
"name": "Parque solar",
"terms": "central solar,central fotovoltaica,painéis solares,painel solar,fotovoltaico,estação de produção energética,eletricidade,elétrica"
},
"power/plant/source/waste": {
"name": "Central de incineração de resíduos",
"terms": "incineradora,resíduos sólidos,lixo,central incineradora,energia,energética,eletricidade,elétrica,power,valorização"
@@ -8432,6 +8795,10 @@
"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"
},
"traffic_calming/rumble_strip": {
"name": "Banda cromática",
"terms": "rumble strip,bandas cromáticas,banda sonora,redutor de velocidade,redução de velocidade,rodoviária,estrada,linhas"
@@ -8440,6 +8807,9 @@
"name": "Lomba de topo plano (+3 m)",
"terms": "lomba,table,mesa,trânsito,rodoviária,redutor de velocidade,redução de velocidade,estrada"
},
"traffic_calming/yes": {
"name": "Não especificado"
},
"traffic_sign": {
"name": "Sinal de trânsito",
"terms": "sinais de trânsito,sinal de estrada,sinalização,sinal rodoviário"
+1 -1
View File
File diff suppressed because one or more lines are too long
-6
View File
@@ -386,9 +386,6 @@
"fuel": {
"label": "Benzină"
},
"fuel_multi": {
"label": "Tipuri de Benzină"
},
"gender": {
"label": "Sex",
"options": {
@@ -1220,9 +1217,6 @@
"club": {
"name": "Club"
},
"craft/brewery": {
"name": "Berărie"
},
"craft/electrician": {
"name": "Electrician"
},
+1 -1
View File
File diff suppressed because one or more lines are too long
+29 -26
View File
@@ -283,6 +283,12 @@
"barrier": {
"label": "Тип преграды"
},
"barrier_planter": {
"options": {
"planter": "Да",
"undefined": "Нет"
}
},
"basin": {
"label": "Тип"
},
@@ -377,10 +383,6 @@
"label": "Число подземных этажей",
"placeholder": "2, 4, 6..."
},
"building/levels_building": {
"label": "Число этажей",
"placeholder": "2, 4, 6…"
},
"building/material": {
"label": "Материал"
},
@@ -437,9 +439,6 @@
"label": "Вместимость (кубометры)",
"placeholder": "50, 100, 200..."
},
"cash_in": {
"label": "Приём наличных"
},
"castle_type": {
"label": "Тип",
"options": {
@@ -698,7 +697,6 @@
"label": "Значимость дерева"
},
"departures_board": {
"label": "Расписание",
"options": {
"no": "Ничего",
"realtime": "В режиме реального времени",
@@ -978,9 +976,6 @@
"fuel": {
"label": "Топливо"
},
"fuel_multi": {
"label": "Виды топлива"
},
"gambling": {
"label": "Игры"
},
@@ -1538,9 +1533,6 @@
"payment_multi": {
"label": "Способы оплаты"
},
"payment_multi_fee": {
"label": "Способы оплаты"
},
"phases": {
"label": "Количество фаз",
"placeholder": "1, 2, 3…"
@@ -1646,7 +1638,6 @@
"label": "Способ получения энергии"
},
"plant/output/electricity": {
"label": "Выходная электрическая мощность",
"placeholder": "500 МВт, 1000 МВт, 2000 МВт ..."
},
"plant/source": {
@@ -2150,6 +2141,7 @@
"grass": "Трава",
"gravel": "Гравий",
"ground": "Голая почва",
"metal": "Металл",
"paved": "Твердое покрытие (любое)",
"paving_stones": "Брусчатка",
"sand": "Песок",
@@ -2244,7 +2236,6 @@
"tracktype": {
"label": "Тип просёлочных дорог",
"options": {
"grade1": "Твердая: с покрытием, мощение плитами, камнем, кирпичом, укатанный гравий, кирпичный лом",
"grade2": "Скорее твердая: без покрытия, гравий, хорошо укатанный грунт, песок ",
"grade3": "Ровная смесь грунта, песка, гравия ",
"grade4": "Скорее мягкая: укатанный грунт с примесями твёрдых материалов ",
@@ -2725,6 +2716,9 @@
"name": "Фаст-фуд",
"terms": "фастфуд,фаст-фуд,быстрое питание,ресторан быстрого питания,столовая,бистро,кафетерий"
},
"amenity/fast_food/cafeteria": {
"name": "Столовая"
},
"amenity/fast_food/chicken": {
"name": "Куриный Фаст-Фуд"
},
@@ -3024,6 +3018,9 @@
"name": "Амфитеатр",
"terms": "театр,сцена"
},
"amenity/toilets": {
"name": "Туалет"
},
"amenity/townhall": {
"name": "Администрация",
"terms": "администрация,мэрия,администрация города,администрация района,совет,ратуша,муниципалитет"
@@ -3512,10 +3509,6 @@
"name": "Переплётчик книг",
"terms": "переплётчик"
},
"craft/brewery": {
"name": "Небольшая независимая пивоварня",
"terms": "пивоварня"
},
"craft/carpenter": {
"name": "Плотник",
"terms": "плотник,столяр"
@@ -3834,6 +3827,9 @@
"highway/bus_stop": {
"name": "Автобусная остановка"
},
"highway/construction": {
"name": "Строящаяся дорога"
},
"highway/corridor": {
"name": "Внутренний коридор",
"terms": "проход,коридор"
@@ -3841,9 +3837,12 @@
"highway/crossing": {
"name": "Пешеходный переход"
},
"highway/crossing/uncontrolled": {
"name": "Нерегулируемый пешеходный переход"
},
"highway/crossing/unmarked": {
"name": "Неразмеченный переход",
"terms": "народная тропа"
"terms": "народная тропа,пешеходный переход без разметки"
},
"highway/cycleway": {
"name": "Велодорожка",
@@ -4471,7 +4470,7 @@
"name": "Детская площадка внутри здания"
},
"leisure/resort": {
"name": "База отдыха / санаторий / пасионат / детский лагерь",
"name": "База отдыха / санаторий / пансионат / детский лагерь",
"terms": "база отдыха,санатарий,детский спортивный оздоровительный лагерь,детский оздоровительный лагерь,детский спортивный лагерь,дсол,дол,пансионат,туристическая база"
},
"leisure/sauna": {
@@ -4669,7 +4668,7 @@
"terms": "контейнер,танк,танкер"
},
"man_made/street_cabinet": {
"name": "уличный шкаф"
"name": "Уличный шкаф"
},
"man_made/surveillance": {
"name": "Система наблюдения",
@@ -5221,9 +5220,6 @@
"power/plant/source/oil": {
"name": "Электростанция на мазуте"
},
"power/plant/source/solar": {
"name": "Солнечная электростанция"
},
"power/plant/source/waste": {
"name": "Мусоросжигающая электростанция"
},
@@ -5500,6 +5496,9 @@
"shop/anime": {
"name": "Магазин аниме / манги"
},
"shop/antiques": {
"name": "Антиквариат"
},
"shop/appliance": {
"name": "Магазин бытовой техники"
},
@@ -6004,6 +6003,10 @@
"name": "Магазин по продаже пылесосов",
"terms": "пылесосы"
},
"shop/variety_store": {
"name": "Товары по одной цене",
"terms": "товары по одной цене,всё по одной цене,магазин фиксированной цены,фикс прайс,фикспрайс,fix price"
},
"shop/video": {
"name": "Видеомагазин",
"terms": "видео салон,продажа фильмов и видеозаписей"

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