mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
npm run build for new presets
This commit is contained in:
@@ -1410,6 +1410,9 @@ en:
|
||||
grade5: 'Soft: soil/sand/grass'
|
||||
# tracktype field placeholder
|
||||
placeholder: 'Solid, Mostly Solid, Soft...'
|
||||
trade:
|
||||
# trade=*
|
||||
label: Type
|
||||
traffic_calming:
|
||||
# traffic_calming=*
|
||||
label: Type
|
||||
@@ -4698,6 +4701,10 @@ en:
|
||||
# shop=ticket
|
||||
name: Ticket Seller
|
||||
terms: '<translate with synonyms or related terms for ''Ticket Seller'', separated by commas>'
|
||||
shop/tiles:
|
||||
# shop=tiles
|
||||
name: Tile Shop
|
||||
terms: '<translate with synonyms or related terms for ''Tile Shop'', separated by commas>'
|
||||
shop/tobacco:
|
||||
# shop=tobacco
|
||||
name: Tobacco Shop
|
||||
@@ -4706,6 +4713,10 @@ en:
|
||||
# shop=toys
|
||||
name: Toy Store
|
||||
terms: '<translate with synonyms or related terms for ''Toy Store'', separated by commas>'
|
||||
shop/trade:
|
||||
# shop=trade
|
||||
name: Trade Shop
|
||||
terms: '<translate with synonyms or related terms for ''Trade Shop'', separated by commas>'
|
||||
shop/travel_agency:
|
||||
# shop=travel_agency
|
||||
name: Travel Agency
|
||||
|
||||
@@ -1922,6 +1922,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"trade": {
|
||||
"key": "trade",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"traffic_calming": {
|
||||
"key": "traffic_calming",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -14577,6 +14577,24 @@
|
||||
},
|
||||
"name": "Ticket Seller"
|
||||
},
|
||||
"shop/tiles": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "tiles"
|
||||
},
|
||||
"name": "Tile Shop"
|
||||
},
|
||||
"shop/tobacco": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
@@ -14613,6 +14631,25 @@
|
||||
},
|
||||
"name": "Toy Store"
|
||||
},
|
||||
"shop/trade": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"trade",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "trade"
|
||||
},
|
||||
"name": "Trade Shop"
|
||||
},
|
||||
"shop/travel_agency": {
|
||||
"icon": "suitcase",
|
||||
"fields": [
|
||||
|
||||
@@ -2851,6 +2851,10 @@
|
||||
"key": "shop",
|
||||
"value": "ticket"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "tiles"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "tobacco"
|
||||
@@ -2859,6 +2863,10 @@
|
||||
"key": "shop",
|
||||
"value": "toys"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "trade"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "travel_agency"
|
||||
|
||||
Vendored
+11
@@ -2272,6 +2272,9 @@
|
||||
"grade5": "Soft: soil/sand/grass"
|
||||
}
|
||||
},
|
||||
"trade": {
|
||||
"label": "Type"
|
||||
},
|
||||
"traffic_calming": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -5230,6 +5233,10 @@
|
||||
"name": "Ticket Seller",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/tiles": {
|
||||
"name": "Tile Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/tobacco": {
|
||||
"name": "Tobacco Shop",
|
||||
"terms": ""
|
||||
@@ -5238,6 +5245,10 @@
|
||||
"name": "Toy Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/trade": {
|
||||
"name": "Trade Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/travel_agency": {
|
||||
"name": "Travel Agency",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user