Make the iata and icao field names more descriptive

This commit is contained in:
Quincy Morgan
2019-07-22 13:33:17 -04:00
parent 28617ec116
commit a02776a802
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -892,10 +892,10 @@ en:
undefined: 'No'
iata:
# iata=*
label: IATA
label: IATA Airport Code
icao:
# icao=*
label: ICAO
label: ICAO Airport Code
incline:
# incline=*
label: Incline
+2 -2
View File
@@ -171,8 +171,8 @@
"horse_riding": {"key": "leisure", "type": "check", "label": "Horseback Riding", "strings": {"options": {"undefined": "No", "horse_riding": "Yes"}}, "reference": {"key": "leisure", "value": "horse_riding"}},
"horse_scale": {"key": "horse_scale", "type": "combo", "label": "Horseback Riding Difficulty", "placeholder": "Difficult, Dangerous...", "strings": {"options": {"common": "Easy: No problems or difficulties. (default)", "demanding": "Use with caution: Uneven way, occasional difficult passages.", "difficult": "Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.", "critical": "Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.", "dangerous": "Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.", "impossible": "Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."}}},
"horse_stables": {"key": "amenity", "type": "check", "label": "Riding Stable", "strings": {"options": {"undefined": "No", "stables": "Yes"}}, "reference": {"key": "amenity", "value": "stables"}},
"iata": {"key": "iata", "type": "text", "label": "IATA"},
"icao": {"key": "icao", "type": "text", "label": "ICAO"},
"iata": {"key": "iata", "type": "text", "label": "IATA Airport Code"},
"icao": {"key": "icao", "type": "text", "label": "ICAO Airport Code"},
"incline_steps": {"key": "incline", "type": "combo", "label": "Incline", "strings": {"options": {"up": "Up", "down": "Down"}}},
"incline": {"key": "incline", "type": "combo", "label": "Incline"},
"indoor_type": {"key": "indoor", "type": "typeCombo", "label": "Type"},
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "iata",
"type": "text",
"label": "IATA"
"label": "IATA Airport Code"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "icao",
"type": "text",
"label": "ICAO"
"label": "ICAO Airport Code"
}
+2 -2
View File
@@ -1434,8 +1434,8 @@
{"key": "horse_scale", "value": "dangerous", "description": "🄵 Horseback Riding Difficulty"},
{"key": "horse_scale", "value": "impossible", "description": "🄵 Horseback Riding Difficulty"},
{"key": "amenity", "value": "stables", "description": "🄵 Riding Stable"},
{"key": "iata", "description": "🄵 IATA"},
{"key": "icao", "description": "🄵 ICAO"},
{"key": "iata", "description": "🄵 IATA Airport Code"},
{"key": "icao", "description": "🄵 ICAO Airport Code"},
{"key": "incline", "value": "up", "description": "🄵 Incline"},
{"key": "incline", "value": "down", "description": "🄵 Incline"},
{"key": "incline", "description": "🄵 Incline"},
+2 -2
View File
@@ -3184,10 +3184,10 @@
}
},
"iata": {
"label": "IATA"
"label": "IATA Airport Code"
},
"icao": {
"label": "ICAO"
"label": "ICAO Airport Code"
},
"incline_steps": {
"label": "Incline",