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:
Maciej Bieniek 2020-05-08 17:43:21 +02:00 committed by GitHub
parent a960b39235
commit a7ba1977b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -231,6 +231,7 @@
}
},
"common": {
"and": "and",
"previous": "Previous",
"loading": "Loading",
"refresh": "Refresh",