mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Translate "No integration" in device dashboard table (#11362)
This commit is contained in:
parent
50bea33a19
commit
68dd818f7a
@ -207,7 +207,9 @@ export class HaConfigDeviceDashboard extends LitElement {
|
||||
entryLookup[entId].domain
|
||||
)
|
||||
.join(", ")
|
||||
: "No integration",
|
||||
: this.hass.localize(
|
||||
"ui.panel.config.devices.data_table.no_integration"
|
||||
),
|
||||
battery_entity: [
|
||||
this._batteryEntity(device.id, deviceEntityLookup),
|
||||
this._batteryChargingEntity(device.id, deviceEntityLookup),
|
||||
|
@ -2265,7 +2265,8 @@
|
||||
"area": "Area",
|
||||
"integration": "Integration",
|
||||
"battery": "Battery",
|
||||
"no_devices": "No devices"
|
||||
"no_devices": "No devices",
|
||||
"no_integration": "No integration"
|
||||
},
|
||||
"delete": "Delete",
|
||||
"confirm_delete": "Are you sure you want to delete this device?",
|
||||
|
Loading…
x
Reference in New Issue
Block a user