mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00
Area strategy: Translate no entities in this area (#25101)
No entities in this area
This commit is contained in:
parent
3f17548582
commit
6aa78794a7
@ -83,7 +83,9 @@ export class AreasOverviewViewStrategy extends ReactiveElement {
|
||||
: [
|
||||
{
|
||||
type: "markdown",
|
||||
content: "No entities in this area.",
|
||||
content: hass.localize(
|
||||
"ui.panel.lovelace.strategy.areas.no_entities"
|
||||
),
|
||||
},
|
||||
]),
|
||||
],
|
||||
|
@ -6452,6 +6452,7 @@
|
||||
"helpers": "[%key:ui::panel::config::helpers::caption%]"
|
||||
},
|
||||
"areas": {
|
||||
"no_entities": "No entities in this area.",
|
||||
"groups": {
|
||||
"lights": "Lights",
|
||||
"covers": "Covers",
|
||||
|
Loading…
x
Reference in New Issue
Block a user