mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add a missing translation (#17351)
This commit is contained in:
parent
f8fcf304d4
commit
e6a3bd4b8c
@ -627,7 +627,11 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
}
|
||||
|
||||
if (devicesLine.length === 0) {
|
||||
devicesLine = ["No devices or entities"];
|
||||
devicesLine = [
|
||||
this.hass.localize(
|
||||
"ui.panel.config.integrations.config_entry.no_devices_or_entities"
|
||||
),
|
||||
];
|
||||
} else if (devicesLine.length === 2) {
|
||||
devicesLine = [
|
||||
devicesLine[0],
|
||||
|
@ -3455,6 +3455,7 @@
|
||||
"entities": "{count} {count, plural,\n one {entity}\n other {entities}\n}",
|
||||
"services": "{count} {count, plural,\n one {service}\n other {services}\n}",
|
||||
"entries": "{count} {count, plural,\n one {entry}\n other {entries}\n}",
|
||||
"no_devices_or_entities": "No devices or entities",
|
||||
"rename": "Rename",
|
||||
"configure": "Configure",
|
||||
"system_options": "System options",
|
||||
|
Loading…
x
Reference in New Issue
Block a user