mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
@@ -3885,6 +3885,11 @@ en:
|
||||
name: Garden Center
|
||||
# 'terms: landscape,mulch,shrub,tree'
|
||||
terms: '<translate with synonyms or related terms for ''Garden Center'', separated by commas>'
|
||||
shop/gas:
|
||||
# shop=gas
|
||||
name: Bottled Gas Shop
|
||||
# 'terms: cng,lpg,natural gas,propane,refill,tank'
|
||||
terms: '<translate with synonyms or related terms for ''Bottled Gas Shop'', separated by commas>'
|
||||
shop/gift:
|
||||
# shop=gift
|
||||
name: Gift Shop
|
||||
@@ -4027,6 +4032,10 @@ en:
|
||||
# shop=pawnbroker
|
||||
name: Pawn Shop
|
||||
terms: '<translate with synonyms or related terms for ''Pawn Shop'', separated by commas>'
|
||||
shop/perfumery:
|
||||
# shop=perfumery
|
||||
name: Perfume Store
|
||||
terms: '<translate with synonyms or related terms for ''Perfume Store'', separated by commas>'
|
||||
shop/pet:
|
||||
# shop=pet
|
||||
name: Pet Store
|
||||
|
||||
@@ -10672,6 +10672,31 @@
|
||||
},
|
||||
"name": "Garden Center"
|
||||
},
|
||||
"shop/gas": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"cng",
|
||||
"lpg",
|
||||
"natural gas",
|
||||
"propane",
|
||||
"refill",
|
||||
"tank"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "gas"
|
||||
},
|
||||
"name": "Bottled Gas Shop"
|
||||
},
|
||||
"shop/gift": {
|
||||
"icon": "gift",
|
||||
"fields": [
|
||||
@@ -11272,6 +11297,23 @@
|
||||
},
|
||||
"name": "Pawn Shop"
|
||||
},
|
||||
"shop/perfumery": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "perfumery"
|
||||
},
|
||||
"name": "Perfume Store"
|
||||
},
|
||||
"shop/pet": {
|
||||
"icon": "dog-park",
|
||||
"fields": [
|
||||
|
||||
25
data/presets/presets/shop/gas.json
Normal file
25
data/presets/presets/shop/gas.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"cng",
|
||||
"lpg",
|
||||
"natural gas",
|
||||
"propane",
|
||||
"refill",
|
||||
"tank"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "gas"
|
||||
},
|
||||
"name": "Bottled Gas Shop"
|
||||
}
|
||||
17
data/presets/presets/shop/perfumery.json
Normal file
17
data/presets/presets/shop/perfumery.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "perfumery"
|
||||
},
|
||||
"name": "Perfume Store"
|
||||
}
|
||||
@@ -2310,6 +2310,10 @@
|
||||
"key": "shop",
|
||||
"value": "garden_centre"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "gas"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "gift"
|
||||
@@ -2438,6 +2442,10 @@
|
||||
"key": "shop",
|
||||
"value": "pawnbroker"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "perfumery"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "pet"
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -4192,6 +4192,10 @@
|
||||
"name": "Garden Center",
|
||||
"terms": "landscape,mulch,shrub,tree"
|
||||
},
|
||||
"shop/gas": {
|
||||
"name": "Bottled Gas Shop",
|
||||
"terms": "cng,lpg,natural gas,propane,refill,tank"
|
||||
},
|
||||
"shop/gift": {
|
||||
"name": "Gift Shop",
|
||||
"terms": "souvenir"
|
||||
@@ -4320,6 +4324,10 @@
|
||||
"name": "Pawn Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/perfumery": {
|
||||
"name": "Perfume Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/pet": {
|
||||
"name": "Pet Store",
|
||||
"terms": "cat,dog,fish"
|
||||
|
||||
Reference in New Issue
Block a user