mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
139 lines
4.3 KiB
JSON
139 lines
4.3 KiB
JSON
{
|
|
"common": {
|
|
"data_desc_api_key": "API key to connect to your Immich instance.",
|
|
"data_desc_ssl_verify": "Whether to verify the SSL certificate when SSL encryption is used to connect to your Immich instance.",
|
|
"data_desc_url": "The full URL of your Immich instance."
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "This user is already configured for this Immich instance.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "The provided API key does not match the configured user."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_url": "The provided URL is invalid.",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::immich::common::data_desc_api_key%]"
|
|
},
|
|
"description": "Update the API key for {name}."
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"url": "[%key:component::immich::common::data_desc_url%]",
|
|
"verify_ssl": "[%key:component::immich::common::data_desc_ssl_verify%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::immich::common::data_desc_api_key%]",
|
|
"url": "[%key:component::immich::common::data_desc_url%]",
|
|
"verify_ssl": "[%key:component::immich::common::data_desc_ssl_verify%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"disk_available": {
|
|
"name": "Disk available"
|
|
},
|
|
"disk_size": {
|
|
"name": "Disk size"
|
|
},
|
|
"disk_usage": {
|
|
"name": "Disk usage"
|
|
},
|
|
"disk_use": {
|
|
"name": "Disk used"
|
|
},
|
|
"photos_count": {
|
|
"name": "Photos count",
|
|
"unit_of_measurement": "photos"
|
|
},
|
|
"usage_by_photos": {
|
|
"name": "Disk used by photos"
|
|
},
|
|
"usage_by_videos": {
|
|
"name": "Disk used by videos"
|
|
},
|
|
"videos_count": {
|
|
"name": "Videos count",
|
|
"unit_of_measurement": "videos"
|
|
}
|
|
},
|
|
"update": {
|
|
"update": {
|
|
"name": "Version"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"album_not_found": {
|
|
"message": "Album with ID `{album_id}` not found ({error})."
|
|
},
|
|
"auth_error": {
|
|
"message": "Authentication failed, please update your API key"
|
|
},
|
|
"cannot_connect": {
|
|
"message": "Cannot connect to your Immich instance."
|
|
},
|
|
"identifier_no_mime_type_unresolvable": {
|
|
"message": "Could not resolve identifier that has no MIME type: {identifier}"
|
|
},
|
|
"identifier_unresolvable": {
|
|
"message": "Could not parse identifier: {identifier}"
|
|
},
|
|
"not_configured": {
|
|
"message": "Immich is not configured."
|
|
},
|
|
"only_local_media_supported": {
|
|
"message": "Only local media files are currently supported."
|
|
},
|
|
"update_error": {
|
|
"message": "An error occurred while retrieving data from your Immich instance: {error}"
|
|
},
|
|
"upload_failed": {
|
|
"message": "Upload of file `{file}` failed ({error})."
|
|
}
|
|
},
|
|
"services": {
|
|
"upload_file": {
|
|
"description": "Uploads a file to your Immich instance.",
|
|
"fields": {
|
|
"album_id": {
|
|
"description": "The album in which the file should be placed after uploading.",
|
|
"name": "Album ID"
|
|
},
|
|
"config_entry_id": {
|
|
"description": "The Immich instance where to upload the file.",
|
|
"name": "Immich instance"
|
|
},
|
|
"file": {
|
|
"description": "The path to the file to be uploaded.",
|
|
"name": "File"
|
|
}
|
|
},
|
|
"name": "Upload file"
|
|
}
|
|
}
|
|
}
|