mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Changed field name
This commit is contained in:
+1
-1
@@ -2093,7 +2093,7 @@ en:
|
||||
terms: '[translate with synonyms or related terms for ''Sells Used'', separated by commas]'
|
||||
segregated:
|
||||
# segregated=*
|
||||
label: Bicycle-Pedestrian Segregation
|
||||
label: Bicycle-Pedestrian Separation
|
||||
self_service:
|
||||
# self_service=*
|
||||
label: Self-Service
|
||||
|
||||
@@ -362,7 +362,7 @@
|
||||
"seasonal": {"key": "seasonal", "type": "check", "label": "Seasonal"},
|
||||
"seats": {"key": "seats", "type": "number", "minValue": 0, "label": "Seats", "placeholder": "2, 4, 6..."},
|
||||
"second_hand": {"key": "second_hand", "type": "combo", "label": "Sells Used", "placeholder": "Yes, No, Only", "strings": {"options": {"yes": "Yes", "no": "No", "only": "Only"}}},
|
||||
"segregated": {"key": "segregated", "type": "check", "label": "Bicycle-Pedestrian Segregation"},
|
||||
"segregated": {"key": "segregated", "type": "check", "label": "Bicycle-Pedestrian Separation"},
|
||||
"self_service": {"key": "self_service", "type": "check", "label": "Self-Service"},
|
||||
"service_rail": {"key": "service", "type": "combo", "label": "Service Type", "strings": {"options": {"spur": "Spur", "yard": "Yard", "siding": "Siding", "crossover": "Crossover"}}},
|
||||
"service_times": {"key": "service_times", "type": "text", "label": "Service Times"},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "segregated",
|
||||
"type": "check",
|
||||
"label": "Bicycle-Pedestrian Segregation"
|
||||
"label": "Bicycle-Pedestrian Separation"
|
||||
}
|
||||
+1
-1
@@ -1762,7 +1762,7 @@
|
||||
{"key": "second_hand", "value": "yes", "description": "🄵 Sells Used"},
|
||||
{"key": "second_hand", "value": "no", "description": "🄵 Sells Used"},
|
||||
{"key": "second_hand", "value": "only", "description": "🄵 Sells Used"},
|
||||
{"key": "segregated", "description": "🄵 Bicycle-Pedestrian Segregation"},
|
||||
{"key": "segregated", "description": "🄵 Bicycle-Pedestrian Separation"},
|
||||
{"key": "self_service", "description": "🄵 Self-Service"},
|
||||
{"key": "service", "value": "spur", "description": "🄵 Service Type"},
|
||||
{"key": "service", "value": "yard", "description": "🄵 Service Type"},
|
||||
|
||||
Vendored
+1
-1
@@ -4331,7 +4331,7 @@
|
||||
}
|
||||
},
|
||||
"segregated": {
|
||||
"label": "Bicycle-Pedestrian Segregation"
|
||||
"label": "Bicycle-Pedestrian Separation"
|
||||
},
|
||||
"self_service": {
|
||||
"label": "Self-Service"
|
||||
|
||||
Reference in New Issue
Block a user