Files

62 lines
1.9 KiB
JSON

{
"config": {
"error": {
"failed_browse": "Failed to browse media: {error}",
"invalid_selection": "Invalid media selected: {error}",
"selected_media_no_images": "The selected media has no images. Please select a media directory with images."
},
"step": {
"user": {
"data": {
"media": "Media"
},
"data_description": {
"media": "The media where images will be retrieved from."
},
"description": "The Collection Image integration creates an image entity which renders an image from the selected media.",
"submit": "Create"
}
}
},
"exceptions": {
"image_read_error": {
"message": "Error reading image from {path}: {error}"
}
},
"services": {
"select_first": {
"description": "Update the image entity to the first image in the configured media.",
"name": "Select first"
},
"select_last": {
"description": "Update the image entity to the last image in the configured media.",
"name": "Select last"
},
"select_next": {
"description": "Update the image entity to the next image in the configured media.",
"fields": {
"wrap": {
"description": "Advances to the first image after reaching the end of the list.",
"name": "Wrap"
}
},
"name": "Select next"
},
"select_previous": {
"description": "Update the image entity to the previous image in the configured media.",
"fields": {
"wrap": {
"description": "Advances to the last image after reaching the beginning of the list.",
"name": "Wrap"
}
},
"name": "Select previous"
},
"shuffle": {
"description": "Update the image entity to a random image from the configured media.",
"name": "Shuffle"
}
},
"title": "Collection image"
}