mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +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
|
||||
? html`
|
||||
<a
|
||||
|
@ -231,6 +231,7 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"and": "and",
|
||||
"previous": "Previous",
|
||||
"loading": "Loading",
|
||||
"refresh": "Refresh",
|
||||
|
Loading…
x
Reference in New Issue
Block a user