mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 09:04:03 +02:00
Add translatable strings to material field (#735)
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
{
|
||||
"key": "material",
|
||||
"type": "combo",
|
||||
"label": "Material"
|
||||
"label": "Material",
|
||||
"strings": {
|
||||
"options": {
|
||||
"adobe": "Adobe",
|
||||
"aluminium": "Aluminum",
|
||||
"brass": "Brass",
|
||||
"brick": "Brick",
|
||||
"bronze": "Bronze",
|
||||
"concrete": "Concrete",
|
||||
"dry_stone": "Dry Stone",
|
||||
"glas": "Glas",
|
||||
"granite": "Granite",
|
||||
"iron": "Iron",
|
||||
"limestone": "Limestone",
|
||||
"marble": "Marble",
|
||||
"metal": "Metal",
|
||||
"plastic": "Plastic",
|
||||
"reinforced_conrete": "Reinforced Concrete",
|
||||
"rock": "Rock",
|
||||
"sand": "Sand",
|
||||
"sandstone": "Sandstone",
|
||||
"soil": "Soil, Earth",
|
||||
"steel": "Steel",
|
||||
"stone": "Stone",
|
||||
"wood": "Wood"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user