mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
@@ -167,6 +167,8 @@ en:
|
||||
label: Type
|
||||
cuisine:
|
||||
label: Cuisine
|
||||
delivery:
|
||||
label: Delivery
|
||||
denomination:
|
||||
label: Denomination
|
||||
denotation:
|
||||
@@ -494,6 +496,13 @@ en:
|
||||
label: Surface
|
||||
tactile_paving:
|
||||
label: Tactile Paving
|
||||
takeaway:
|
||||
label: Takeaway
|
||||
placeholder: "Yes, No, Takeaway Only..."
|
||||
options:
|
||||
"yes": "Yes"
|
||||
"no": "No"
|
||||
only: Takeaway Only
|
||||
toilets/disposal:
|
||||
label: Disposal
|
||||
options:
|
||||
|
||||
@@ -311,6 +311,11 @@
|
||||
"type": "combo",
|
||||
"label": "Cuisine"
|
||||
},
|
||||
"delivery": {
|
||||
"key": "delivery",
|
||||
"type": "check",
|
||||
"label": "Delivery"
|
||||
},
|
||||
"denomination": {
|
||||
"key": "denomination",
|
||||
"type": "combo",
|
||||
@@ -1047,6 +1052,19 @@
|
||||
"type": "check",
|
||||
"label": "Tactile Paving"
|
||||
},
|
||||
"takeaway": {
|
||||
"key": "takeaway",
|
||||
"type": "combo",
|
||||
"label": "Takeaway",
|
||||
"placeholder": "Yes, No, Takeaway Only...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"only": "Takeaway Only"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"key": "toilets:disposal",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "delivery",
|
||||
"type": "check",
|
||||
"label": "Delivery"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "takeaway",
|
||||
"type": "combo",
|
||||
"label": "Takeaway",
|
||||
"placeholder": "Yes, No, Takeaway Only...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"only": "Takeaway Only"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,8 @@
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"takeaway",
|
||||
"delivery",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"capacity",
|
||||
"takeaway",
|
||||
"delivery",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Vendored
+12
@@ -735,6 +735,9 @@
|
||||
"cuisine": {
|
||||
"label": "Cuisine"
|
||||
},
|
||||
"delivery": {
|
||||
"label": "Delivery"
|
||||
},
|
||||
"denomination": {
|
||||
"label": "Denomination"
|
||||
},
|
||||
@@ -1178,6 +1181,15 @@
|
||||
"tactile_paving": {
|
||||
"label": "Tactile Paving"
|
||||
},
|
||||
"takeaway": {
|
||||
"label": "Takeaway",
|
||||
"placeholder": "Yes, No, Takeaway Only...",
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"only": "Takeaway Only"
|
||||
}
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"label": "Disposal",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user