-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from otacke/fix-translations
Fix translations
- Loading branch information
Showing
3 changed files
with
64 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{}, | ||
{} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{} | ||
] | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.