We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2300280 commit b8ecd5eCopy full SHA for b8ecd5e
data/fields/material.json
@@ -1,5 +1,31 @@
1
{
2
"key": "material",
3
"type": "combo",
4
- "label": "Material"
+ "label": "Material",
5
+ "strings": {
6
+ "options": {
7
+ "adobe": "Adobe",
8
+ "aluminium": "Aluminum",
9
+ "brass": "Brass",
10
+ "brick": "Brick",
11
+ "bronze": "Bronze",
12
+ "concrete": "Concrete",
13
+ "dry_stone": "Dry Stone",
14
+ "glas": "Glas",
15
+ "granite": "Granite",
16
+ "iron": "Iron",
17
+ "limestone": "Limestone",
18
+ "marble": "Marble",
19
+ "metal": "Metal",
20
+ "plastic": "Plastic",
21
+ "reinforced_conrete": "Reinforced Concrete",
22
+ "rock": "Rock",
23
+ "sand": "Sand",
24
+ "sandstone": "Sandstone",
25
+ "soil": "Soil, Earth",
26
+ "steel": "Steel",
27
+ "stone": "Stone",
28
+ "wood": "Wood"
29
+ }
30
31
}
0 commit comments