mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +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:
parent
a960b39235
commit
a7ba1977b4
@ -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
|
${entities.length
|
||||||
? html`
|
? html`
|
||||||
<a
|
<a
|
||||||
|
@ -231,6 +231,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
|
"and": "and",
|
||||||
"previous": "Previous",
|
"previous": "Previous",
|
||||||
"loading": "Loading",
|
"loading": "Loading",
|
||||||
"refresh": "Refresh",
|
"refresh": "Refresh",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user