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

Translations update from Translate H5P #21

Merged
merged 1 commit into from
Jan 27, 2024
Merged
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
117 changes: 117 additions & 0 deletions language/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"semantics": [
{
"label": "Image",
"description": "Image to be used in the background."
},
{
"label": "Image",
"description": "Image to be used in the foreground."
},
{
"label": "Visual settings",
"description": "These options will let you control visual aspects.",
"fields": [
{
"label": "Image width",
"description": "Select the width of the space given that the image should cover. The image's height will be scaled accordingly and never exceed 100% width.",
"options": [
{
"label": "35 %"
},
{
"label": "50 %"
},
{
"label": "75 %"
},
{
"label": "100 %"
},
{
"label": "Image's natural width"
}
]
},
{
"label": "Image alignment",
"description": "Select where the image should be positioned relative to the rest of the content.",
"options": [
{
"label": "left"
},
{
"label": "center"
},
{
"label": "right"
}
]
},
{
"label": "X-ray lens width",
"description": "Set the width of the X-ray lens as percentage of the image's width (e.g. 20%) or as a fixed value in pixels (e.g. 160px).",
"default": "20%"
},
{
"label": "X-ray lens height",
"description": "Set the height of the X-ray lens as percentage of the image's height (e.g. 25%) or as a fixed value in pixels (e.g. 90px).",
"default": "25%"
},
{
"label": "Darken foreground image on X-raying",
"description": "If set, the foreground image will darken to strengthen the focussing effect of X-raying."
}
]
},
{
"label": "Behavioural settings",
"description": "These options will let you control how the task behaves.",
"fields": [
{
"label": "Automatic X-raying",
"description": "If checked, the image gets X-rayed automatically while hovering it. Otherwise, the user needs to toggle X-Raying on and off."
},
{
"label": "Hide X-ray indicator",
"description": "The X-ray indicator is used as the button for keyboard use. Hiding it will not prevent it from working, but users will have less navigational information."
}
]
},
{
"label": "Screenreader",
"fields": [
{
"label": "X-Ray",
"description": "Label for X-ray button (only visible to screenreader).",
"default": "X-Ray"
},
{
"label": "X-Ray activated.",
"description": "Read when the X-Ray was activated.",
"default": "X-Ray activated."
},
{
"label": "X-ray deactivated.",
"description": "Read when the X-ray was deactivated.",
"default": "X-Ray deactivated."
},
{
"label": "Instructions",
"description": "Instructions on how to use the keyboard. Read when the X-ray is activated",
"default": "Use arrow keys to move X-ray lens."
},
{
"label": "Moved lens to",
"description": "Read when the X-ray lens is moved. @positionHorizontal and @positionVertical are placeholders that will be replaced by the respective values.",
"default": "Moved lens to @positionHorizontal horizontally and to @positionVertical vertically."
},
{
"label": "Unknown",
"description": "Fallback text for when the position of the lens cannot be determined.",
"default": "unknown"
}
]
}
]
}
Loading