Add translatable strings to bollard type field (#702)

This commit is contained in:
kjonosm
2022-12-22 15:44:58 +01:00
committed by GitHub
parent f4894d9c5d
commit 79e5752ffc
+10 -1
View File
@@ -1,5 +1,14 @@
{
"key": "bollard",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"fixed": "Fixed Bollard",
"flexible": "Flexible Bollard",
"foldable": "Foldable Bollard",
"removable": "Removable Bollard",
"rising": "Rising Bollard"
}
}
}