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

Add translations for update entity components #103752

Merged
merged 2 commits into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 39 additions & 1 deletion homeassistant/components/update/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down