Skip to content

Commit

Permalink
Fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Nov 11, 2024
1 parent 046f158 commit 73a1340
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 162 deletions.
64 changes: 64 additions & 0 deletions language/.en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"semantics": [
{
"label": "3D Model Viewer Editor/Navigation",
"fields": [
{
"label": "Models",
"entity": "Model",
"field": {
"fields": [
{
"label": "3D File",
"description": "3D Model (.glb | .gltf)"
},
{},
{
"label": "Model name"
},
{
"field": {
"fields": [
{
"label": "Label",
"description": "If left blank no label will be displayed and we'll try to use the title field for screen readers"
},
{
"label": "Label Settings",
"fields": [
{
"label": "Label position",
"description": "Choose where the label should appear",
"options": [
{
"label": "Use behavioral setting"
},
{
"label": "Right aligned"
},
{
"label": "Left aligned"
},
{
"label": "Top aligned"
},
{
"label": "Bottom aligned"
}
]
}
]
},
{},
{}
]
}
}
]
}
},
{}
]
}
]
}
108 changes: 0 additions & 108 deletions language/de.json

This file was deleted.

54 changes: 0 additions & 54 deletions language/en.json

This file was deleted.

0 comments on commit 73a1340

Please sign in to comment.