mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Adjust calendar translations to fix loading issue in calendar card (#8235)
This commit is contained in:
parent
0a09ec706f
commit
417184525f
@ -114,7 +114,7 @@ export class HAFullCalendar extends LitElement {
|
|||||||
class="today"
|
class="today"
|
||||||
@click=${this._handleToday}
|
@click=${this._handleToday}
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.panel.calendar.today"
|
"ui.components.calendar.today"
|
||||||
)}</mwc-button
|
)}</mwc-button
|
||||||
>
|
>
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
@ -169,7 +169,7 @@ export class HAFullCalendar extends LitElement {
|
|||||||
class="today"
|
class="today"
|
||||||
@click=${this._handleToday}
|
@click=${this._handleToday}
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.panel.calendar.today"
|
"ui.components.calendar.today"
|
||||||
)}</mwc-button
|
)}</mwc-button
|
||||||
>
|
>
|
||||||
<ha-button-toggle-group
|
<ha-button-toggle-group
|
||||||
|
@ -74,7 +74,7 @@ class PanelCalendar extends LitElement {
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="calendar-list">
|
<div class="calendar-list">
|
||||||
<div class="calendar-list-header">
|
<div class="calendar-list-header">
|
||||||
${this.hass.localize("ui.panel.calendar.my_calendars")}
|
${this.hass.localize("ui.components.calendar.my_calendars")}
|
||||||
</div>
|
</div>
|
||||||
${this._calendars.map(
|
${this._calendars.map(
|
||||||
(selCal) =>
|
(selCal) =>
|
||||||
|
@ -479,6 +479,10 @@
|
|||||||
"url": "URL",
|
"url": "URL",
|
||||||
"video": "Video"
|
"video": "Video"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"calendar": {
|
||||||
|
"my_calendars": "My Calendars",
|
||||||
|
"today": "Today"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dialogs": {
|
"dialogs": {
|
||||||
@ -779,10 +783,6 @@
|
|||||||
"done": "Done"
|
"done": "Done"
|
||||||
},
|
},
|
||||||
"panel": {
|
"panel": {
|
||||||
"calendar": {
|
|
||||||
"my_calendars": "My Calendars",
|
|
||||||
"today": "Today"
|
|
||||||
},
|
|
||||||
"config": {
|
"config": {
|
||||||
"header": "Configure Home Assistant",
|
"header": "Configure Home Assistant",
|
||||||
"introduction": "In this view it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
|
"introduction": "In this view it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user