mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Translation for number of occurrences (#25117)
* Translation for number of occurrences * Update src/translations/en.json
This commit is contained in:
parent
09a17131ab
commit
6bf8faa96a
@ -159,9 +159,11 @@ class DialogSystemLogDetail extends LitElement {
|
|||||||
this.hass!.locale,
|
this.hass!.locale,
|
||||||
this.hass!.config
|
this.hass!.config
|
||||||
)}
|
)}
|
||||||
(${item.count}
|
(${this.hass.localize(
|
||||||
${this.hass.localize(
|
"ui.panel.config.logs.detail.number_of_occurrences",
|
||||||
"ui.panel.config.logs.detail.occurrences"
|
{
|
||||||
|
count: item.count,
|
||||||
|
}
|
||||||
)}) <br />
|
)}) <br />
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
@ -3162,7 +3162,7 @@
|
|||||||
"documentation": "documentation",
|
"documentation": "documentation",
|
||||||
"issues": "issues",
|
"issues": "issues",
|
||||||
"first_occurred": "First occurred",
|
"first_occurred": "First occurred",
|
||||||
"occurrences": "occurrences",
|
"number_of_occurrences": "{count} {count, plural,\n one {occurrence}\n other {occurrences}\n}",
|
||||||
"last_logged": "Last logged"
|
"last_logged": "Last logged"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -9320,7 +9320,6 @@
|
|||||||
"documentation": "[%key:ui::panel::config::logs::detail::documentation%]",
|
"documentation": "[%key:ui::panel::config::logs::detail::documentation%]",
|
||||||
"issues": "[%key:ui::panel::config::logs::detail::issues%]",
|
"issues": "[%key:ui::panel::config::logs::detail::issues%]",
|
||||||
"first_occurred": "[%key:ui::panel::config::logs::detail::first_occurred%]",
|
"first_occurred": "[%key:ui::panel::config::logs::detail::first_occurred%]",
|
||||||
"occurrences": "[%key:ui::panel::config::logs::detail::occurrences%]",
|
|
||||||
"last_logged": "[%key:ui::panel::config::logs::detail::last_logged%]"
|
"last_logged": "[%key:ui::panel::config::logs::detail::last_logged%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user