mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Make the iata and icao field names more descriptive
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
{
|
||||
"key": "iata",
|
||||
"type": "text",
|
||||
"label": "IATA"
|
||||
"label": "IATA Airport Code"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "icao",
|
||||
"type": "text",
|
||||
"label": "ICAO"
|
||||
"label": "ICAO Airport Code"
|
||||
}
|
||||
|
||||
+2
-2
@@ -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"},
|
||||
|
||||
Vendored
+2
-2
@@ -3184,10 +3184,10 @@
|
||||
}
|
||||
},
|
||||
"iata": {
|
||||
"label": "IATA"
|
||||
"label": "IATA Airport Code"
|
||||
},
|
||||
"icao": {
|
||||
"label": "ICAO"
|
||||
"label": "ICAO Airport Code"
|
||||
},
|
||||
"incline_steps": {
|
||||
"label": "Incline",
|
||||
|
||||
Reference in New Issue
Block a user