diff --git a/data/fields/traffic_calming.json b/data/fields/traffic_calming.json index 9c869e02..694d4f59 100644 --- a/data/fields/traffic_calming.json +++ b/data/fields/traffic_calming.json @@ -7,5 +7,21 @@ "hump", "speed", "slow" - ] + ], + "strings": { + "options": { + "bump": "Speed Bump", + "chicane": "Traffic Chicane", + "choker": "Traffic Choker", + "choked_table": "Choked Speed Table", + "cushion": "Speed Chushion", + "dip": "Dip", + "double_dip": "Double Dip", + "hump": "Speed Hump", + "island": "Traffic Island", + "mini_bumps": "Mini Speed Bumps", + "rumble_strip": "Rumble Strip", + "table": "Speed Table" + } + } }