npm run build + npm run dist

This commit is contained in:
Martin Raifer 2022-01-17 20:11:17 +01:00
parent fefa5d7797
commit 1092b8fc30
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
55 changed files with 1580 additions and 219 deletions

View file

@ -124,7 +124,7 @@
"Ski": "Skifahren",
"bicycle": "Radfahren",
"hiking": "Wandern",
"horse": "Pferdereiten",
"horse": "Reiten",
"mtb": "Mountainbiking"
},
"terms": "aktivität,tätigkeit"
@ -938,7 +938,17 @@
"placeholder": "Standard"
},
"embassy": {
"label": "Typ"
"label": "Typ",
"options": {
"branch_embassy": "Zweigstelle einer Botschaft",
"delegation": "Delegation",
"high_commission": "Hochkommissariat",
"interests_section": "Interessenabteilung",
"mission": "Diplomatische Mission",
"nunciature": "Nuntiatur",
"residence": "Offizielle Residenz eines Botschafters",
"yes": "Botschaft"
}
},
"emergency": {
"label": "Notfall"
@ -1700,7 +1710,6 @@
"multi-storey": "Parkhaus",
"rooftop": "Dachfläche",
"sheds": "Schuppen",
"street_side": "Straßenseitig",
"surface": "Ebenerdig",
"underground": "Tiefgarage"
}
@ -1708,9 +1717,9 @@
"parking/orientation": {
"label": "Ausrichtung",
"options": {
"diagonal": "Schräg zur Fahrbahn",
"parallel": "Parallel zur Fahrbahn",
"perpendicular": "Quer zur Fahrbahn"
"diagonal": "Diagonal zur Straße",
"parallel": "Parallel zur Straße",
"perpendicular": "Quer zur Straße"
}
},
"parking_entrance": {
@ -3409,7 +3418,7 @@
"terms": "einfahrt,ausfahrt,zufahrt,parkgarage,garage,tiefgarage,parkhaus,hochgarage,rampe"
},
"amenity/parking_space": {
"name": "Stellplatz",
"name": "Einzelner Stellplatz",
"terms": "parkplatz,parkbox,parklücke,parkfeld,stellplatz,autoabstellplatz,abstellplatz,stellfläche"
},
"amenity/parking_space/disabled": {
@ -4161,7 +4170,7 @@
},
"building/carport": {
"name": "Carport",
"terms": "caport,überdachter autoabstellplatz,wagenunterstellplatz,autoeinstellplatz"
"terms": "carport,überdachter autoabstellplatz,wagenunterstellplatz,autoeinstellplatz"
},
"building/cathedral": {
"name": "Kathedrale",
@ -4604,6 +4613,10 @@
"name": "Rettungswache",
"terms": "rettungswache"
},
"emergency/assembly_point": {
"name": "Notfallsammelstelle",
"terms": "sammelplatz,sammelstelle,sammelpunkt,versammlungspunkt,versammlungsplatz,versammlungsstelle,notfallsammelplatz,notfallsammelpunkt,anlaufstelle,treffpunkt"
},
"emergency/defibrillator": {
"name": "Defibrillator",
"terms": "defibrillator,defi,schockgeber"
@ -5323,6 +5336,10 @@
"name": "Baustelle",
"terms": "baugebiet,baufeld,bulldozer,baustelle,bauzone,kran,abbruch,entwicklung,infrastruktur"
},
"landuse/education": {
"name": "Gelände für Bildungseinrichtungen",
"terms": "campus,bildungszentrum,bildungscampus,bildungskomplex,schulzentrum,schulcampus,schulkomplex,ausbildungscampus,ausbildungszentrum,ausbildungskomplex,lernzentrum,lerncampus,lernkomplex,berufsschulzentrum,berufsschulcampus,berufsschulkomplex"
},
"landuse/farm": {
"name": "Ackerland"
},