prettify all presets and fields

This commit is contained in:
Martin Raifer 2022-01-25 14:24:04 +01:00
parent 8de7591a55
commit 1f585962ce
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
207 changed files with 644 additions and 507 deletions

View file

@ -3,20 +3,20 @@
"type": "combo",
"label": "Surface",
"strings": {
"options": {
"asphalt": "Asphalt",
"unpaved": "Unpaved",
"paved": "Paved",
"ground": "Ground",
"gravel": "Gravel",
"compacted": "Compacted",
"concrete": "Concrete",
"paving_stones": "Paving Stones",
"dirt": "Dirt",
"grass": "Grass",
"sand": "Sand",
"wood": "Wood",
"artificial_turf": "Artificial Turf"
}
}
"options": {
"asphalt": "Asphalt",
"unpaved": "Unpaved",
"paved": "Paved",
"ground": "Ground",
"gravel": "Gravel",
"compacted": "Compacted",
"concrete": "Concrete",
"paving_stones": "Paving Stones",
"dirt": "Dirt",
"grass": "Grass",
"sand": "Sand",
"wood": "Wood",
"artificial_turf": "Artificial Turf"
}
}
}