Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix translations #3

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading