mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
More search terms for several amenity presets (closes #2880)
This commit is contained in:
@@ -1195,6 +1195,7 @@ en:
|
||||
amenity/bench:
|
||||
# amenity=bench
|
||||
name: Bench
|
||||
# 'terms: seat'
|
||||
terms: "<translate with synonyms or related terms for 'Bench', separated by commas>"
|
||||
amenity/bicycle_parking:
|
||||
# amenity=bicycle_parking
|
||||
@@ -1232,7 +1233,7 @@ en:
|
||||
amenity/cafe:
|
||||
# amenity=cafe
|
||||
name: Cafe
|
||||
# 'terms: coffee,tea'
|
||||
# 'terms: bistro,coffee,tea'
|
||||
terms: "<translate with synonyms or related terms for 'Cafe', separated by commas>"
|
||||
amenity/car_rental:
|
||||
# amenity=car_rental
|
||||
@@ -1333,7 +1334,7 @@ en:
|
||||
amenity/fuel:
|
||||
# amenity=fuel
|
||||
name: Gas Station
|
||||
# 'terms: petrol,fuel,propane,diesel,lng,cng,biodiesel'
|
||||
# 'terms: petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel'
|
||||
terms: "<translate with synonyms or related terms for 'Gas Station', separated by commas>"
|
||||
amenity/grave_yard:
|
||||
# amenity=grave_yard
|
||||
@@ -1583,7 +1584,7 @@ en:
|
||||
amenity/waste_basket:
|
||||
# amenity=waste_basket
|
||||
name: Waste Basket
|
||||
# 'terms: rubbish,litter,trash,garbage'
|
||||
# 'terms: bin,rubbish,litter,trash,garbage'
|
||||
terms: "<translate with synonyms or related terms for 'Waste Basket', separated by commas>"
|
||||
area:
|
||||
# area=yes
|
||||
|
||||
@@ -456,6 +456,9 @@
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"seat"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bench"
|
||||
},
|
||||
@@ -612,6 +615,7 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bistro",
|
||||
"coffee",
|
||||
"tea"
|
||||
],
|
||||
@@ -1007,6 +1011,7 @@
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel",
|
||||
"gasoline",
|
||||
"propane",
|
||||
"diesel",
|
||||
"lng",
|
||||
@@ -2137,6 +2142,7 @@
|
||||
"amenity": "waste_basket"
|
||||
},
|
||||
"terms": [
|
||||
"bin",
|
||||
"rubbish",
|
||||
"litter",
|
||||
"trash",
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"seat"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bench"
|
||||
},
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bistro",
|
||||
"coffee",
|
||||
"tea"
|
||||
],
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel",
|
||||
"gasoline",
|
||||
"propane",
|
||||
"diesel",
|
||||
"lng",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"amenity": "waste_basket"
|
||||
},
|
||||
"terms": [
|
||||
"bin",
|
||||
"rubbish",
|
||||
"litter",
|
||||
"trash",
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -1620,7 +1620,7 @@
|
||||
},
|
||||
"amenity/bench": {
|
||||
"name": "Bench",
|
||||
"terms": ""
|
||||
"terms": "seat"
|
||||
},
|
||||
"amenity/bicycle_parking": {
|
||||
"name": "Bicycle Parking",
|
||||
@@ -1652,7 +1652,7 @@
|
||||
},
|
||||
"amenity/cafe": {
|
||||
"name": "Cafe",
|
||||
"terms": "coffee,tea"
|
||||
"terms": "bistro,coffee,tea"
|
||||
},
|
||||
"amenity/car_rental": {
|
||||
"name": "Car Rental",
|
||||
@@ -1740,7 +1740,7 @@
|
||||
},
|
||||
"amenity/fuel": {
|
||||
"name": "Gas Station",
|
||||
"terms": "petrol,fuel,propane,diesel,lng,cng,biodiesel"
|
||||
"terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
|
||||
},
|
||||
"amenity/grave_yard": {
|
||||
"name": "Graveyard",
|
||||
@@ -1948,7 +1948,7 @@
|
||||
},
|
||||
"amenity/waste_basket": {
|
||||
"name": "Waste Basket",
|
||||
"terms": "rubbish,litter,trash,garbage"
|
||||
"terms": "bin,rubbish,litter,trash,garbage"
|
||||
},
|
||||
"area": {
|
||||
"name": "Area",
|
||||
|
||||
Reference in New Issue
Block a user