Add translations for update entity components (#103752)

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/103781/head
Paul Bottein 2023-11-11 01:33:02 +01:00 committed by GitHub
parent 531a3e4fa8
commit eaaca3e556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 1 deletions

View File

@ -9,7 +9,45 @@
},
"entity_component": {
"_": {
"name": "[%key:component::update::title%]"
"name": "[%key:component::update::title%]",
"state": {
"on": "Update available",
"off": "Up-to-date"
},
"state_attributes": {
"in_progress": {
"name": "In progress",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"auto_update": {
"name": "Auto update",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"title": {
"name": "Title"
},
"skipped_version": {
"name": "Skipped version"
},
"release_url": {
"name": "Release URL"
},
"release_summary": {
"name": "Release summary"
},
"installed_version": {
"name": "Installed version"
},
"latest_version": {
"name": "Latest version"
}
}
},
"firmware": {
"name": "Firmware"