mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Simplify - "Site Type"
This commit is contained in:
+1
-1
@@ -1356,7 +1356,7 @@ en:
|
||||
label: Type
|
||||
site_type:
|
||||
# site_type=*
|
||||
label: Archaeological Site Type
|
||||
label: Site Type
|
||||
smoking:
|
||||
# smoking=*
|
||||
label: Smoking
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
"shop": {"key": "shop", "type": "typeCombo", "label": "Type"},
|
||||
"siren/purpose": {"key": "siren:purpose", "type": "combo", "label": "Purpose"},
|
||||
"siren/type": {"key": "siren:type", "type": "combo", "label": "Type", "strings": {"options": {"pneumatic": "Pneumatic", "electronic": "Electronic", "other": "Other"}}},
|
||||
"site_type": {"key": "site_type", "type": "combo", "label": "Archaeological Site Type"},
|
||||
"site_type": {"key": "site_type", "type": "combo", "label": "Site Type"},
|
||||
"site": {"key": "site", "type": "combo", "label": "Type"},
|
||||
"smoking": {"key": "smoking", "type": "combo", "label": "Smoking", "placeholder": "No, Separated, Yes...", "strings": {"options": {"no": "No smoking anywhere", "separated": "In smoking areas, not physically isolated", "isolated": "In smoking areas, physically isolated", "outside": "Allowed outside", "yes": "Allowed everywhere", "dedicated": "Dedicated to smokers (e.g. smokers' club)"}}},
|
||||
"smoothness": {"key": "smoothness", "type": "combo", "label": "Smoothness", "placeholder": "Thin Rollers, Wheels, Off-Road...", "strings": {"options": {"excellent": "Thin Rollers: rollerblade, skateboard", "good": "Thin Wheels: racing bike", "intermediate": "Wheels: city bike, wheelchair, scooter", "bad": "Robust Wheels: trekking bike, car, rickshaw", "very_bad": "High Clearance: light duty off-road vehicle", "horrible": "Off-Road: heavy duty off-road vehicle", "very_horrible": "Specialized off-road: tractor, ATV", "impassable": "Impassable / No wheeled vehicle"}}},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "site_type",
|
||||
"type": "combo",
|
||||
"label": "Archaeological Site Type"
|
||||
"label": "Site Type"
|
||||
}
|
||||
|
||||
+1
-1
@@ -6894,7 +6894,7 @@
|
||||
{"key": "siren:type", "value": "pneumatic", "description": "Type"},
|
||||
{"key": "siren:type", "value": "electronic", "description": "Type"},
|
||||
{"key": "siren:type", "value": "other", "description": "Type"},
|
||||
{"key": "site_type", "description": "Archaeological Site Type"},
|
||||
{"key": "site_type", "description": "Site Type"},
|
||||
{"key": "site", "description": "Type"},
|
||||
{"key": "smoking", "value": "no", "description": "Smoking"},
|
||||
{"key": "smoking", "value": "separated", "description": "Smoking"},
|
||||
|
||||
Vendored
+1
-1
@@ -2518,7 +2518,7 @@
|
||||
}
|
||||
},
|
||||
"site_type": {
|
||||
"label": "Archaeological Site Type"
|
||||
"label": "Site Type"
|
||||
},
|
||||
"site": {
|
||||
"label": "Type"
|
||||
|
||||
Reference in New Issue
Block a user