mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Rename unassigned areas to other areas (#28305)
This commit is contained in:
@@ -172,7 +172,7 @@ class DialogAreasFloorsOrder extends LitElement {
|
|||||||
? html`<div class="floor-header">
|
? html`<div class="floor-header">
|
||||||
<span class="floor-name">
|
<span class="floor-name">
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.areas.dialog.unassigned_areas"
|
"ui.panel.config.areas.dialog.other_areas"
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
</div>`
|
</div>`
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ export class HaConfigAreasDashboard extends LitElement {
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<h2>
|
<h2>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.areas.picker.unassigned_areas"
|
"ui.panel.config.areas.picker.other_areas"
|
||||||
)}
|
)}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -831,7 +831,6 @@
|
|||||||
"add_new": "Add new area…",
|
"add_new": "Add new area…",
|
||||||
"no_areas": "No areas available",
|
"no_areas": "No areas available",
|
||||||
"no_match": "No areas found for {term}",
|
"no_match": "No areas found for {term}",
|
||||||
"unassigned_areas": "Unassigned areas",
|
|
||||||
"failed_create_area": "Failed to create area."
|
"failed_create_area": "Failed to create area."
|
||||||
},
|
},
|
||||||
"floor-picker": {
|
"floor-picker": {
|
||||||
@@ -2464,7 +2463,7 @@
|
|||||||
"introduction2": "To place devices in an area, use the link below to navigate to the integrations page and then click on a configured integration to get to the device cards.",
|
"introduction2": "To place devices in an area, use the link below to navigate to the integrations page and then click on a configured integration to get to the device cards.",
|
||||||
"integrations_page": "Integrations page",
|
"integrations_page": "Integrations page",
|
||||||
"no_areas": "Looks like you have no areas yet!",
|
"no_areas": "Looks like you have no areas yet!",
|
||||||
"unassigned_areas": "Unassigned areas",
|
"other_areas": "Other areas",
|
||||||
"create_area": "Create area",
|
"create_area": "Create area",
|
||||||
"create_floor": "Create floor",
|
"create_floor": "Create floor",
|
||||||
"floor": {
|
"floor": {
|
||||||
@@ -2480,7 +2479,7 @@
|
|||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"reorder_title": "Reorder floors and areas",
|
"reorder_title": "Reorder floors and areas",
|
||||||
"unassigned_areas": "Unassigned areas",
|
"other_areas": "Other areas",
|
||||||
"reorder_failed": "Failed to save order",
|
"reorder_failed": "Failed to save order",
|
||||||
"empty_floor": "No areas on this floor",
|
"empty_floor": "No areas on this floor",
|
||||||
"empty_unassigned": "All your areas are assigned to floors"
|
"empty_unassigned": "All your areas are assigned to floors"
|
||||||
|
|||||||
Reference in New Issue
Block a user