mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 20:55:49 +00:00
Add translation for and word on the integration card (#5811)
* Add translation for and word on tje integration card * Move and to ui.common
This commit is contained in:
@@ -148,7 +148,9 @@ export class HaIntegrationCard extends LitElement {
|
||||
>
|
||||
`
|
||||
: ""}
|
||||
${devices.length && entities.length ? "and" : ""}
|
||||
${devices.length && entities.length
|
||||
? this.hass.localize("ui.common.and")
|
||||
: ""}
|
||||
${entities.length
|
||||
? html`
|
||||
<a
|
||||
|
||||
@@ -231,6 +231,7 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"and": "and",
|
||||
"previous": "Previous",
|
||||
"loading": "Loading",
|
||||
"refresh": "Refresh",
|
||||
|
||||
Reference in New Issue
Block a user