1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Rename unassigned areas to other areas (#28305)

This commit is contained in:
Paul Bottein
2025-12-03 12:42:14 +01:00
committed by GitHub
parent 147600ea43
commit 78c4dc48d0
3 changed files with 4 additions and 5 deletions

View File

@@ -172,7 +172,7 @@ class DialogAreasFloorsOrder extends LitElement {
? html`<div class="floor-header">
<span class="floor-name">
${this.hass.localize(
"ui.panel.config.areas.dialog.unassigned_areas"
"ui.panel.config.areas.dialog.other_areas"
)}
</span>
</div>`

View File

@@ -266,7 +266,7 @@ export class HaConfigAreasDashboard extends LitElement {
<div class="header">
<h2>
${this.hass.localize(
"ui.panel.config.areas.picker.unassigned_areas"
"ui.panel.config.areas.picker.other_areas"
)}
</h2>
</div>

View File

@@ -831,7 +831,6 @@
"add_new": "Add new area…",
"no_areas": "No areas available",
"no_match": "No areas found for {term}",
"unassigned_areas": "Unassigned areas",
"failed_create_area": "Failed to create area."
},
"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.",
"integrations_page": "Integrations page",
"no_areas": "Looks like you have no areas yet!",
"unassigned_areas": "Unassigned areas",
"other_areas": "Other areas",
"create_area": "Create area",
"create_floor": "Create floor",
"floor": {
@@ -2480,7 +2479,7 @@
},
"dialog": {
"reorder_title": "Reorder floors and areas",
"unassigned_areas": "Unassigned areas",
"other_areas": "Other areas",
"reorder_failed": "Failed to save order",
"empty_floor": "No areas on this floor",
"empty_unassigned": "All your areas are assigned to floors"