mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 14:01:20 +01:00
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
27 lines
752 B
JSON
27 lines
752 B
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"failed_browse": "Failed to browse media: {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 directory where images will be retrieved from."
|
|
},
|
|
"description": "The Collection Image integration creates a single image entity by selecting an image from the selected media folder.",
|
|
"submit": "Create"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"image_read_error": {
|
|
"message": "Error reading image from {path}: {error}"
|
|
}
|
|
},
|
|
"title": "Collection Image"
|
|
}
|