mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Sugestion -> Suggestion (#29490)
* Update en.json * Update ha-area-picker.ts * Update ha-label-picker.ts * Update ha-floor-picker.ts * Update ha-category-picker.ts
This commit is contained in:
committed by
GitHub
parent
f93ae58b83
commit
fb8d6062c5
@@ -163,7 +163,7 @@ export class HaAreaPicker extends LitElement {
|
||||
{
|
||||
id: ADD_NEW_ID + searchString,
|
||||
primary: this.hass.localize(
|
||||
"ui.components.area-picker.add_new_sugestion",
|
||||
"ui.components.area-picker.add_new_suggestion",
|
||||
{
|
||||
name: searchString,
|
||||
}
|
||||
|
||||
@@ -359,7 +359,7 @@ export class HaFloorPicker extends LitElement {
|
||||
{
|
||||
id: ADD_NEW_ID + searchString,
|
||||
primary: this.hass.localize(
|
||||
"ui.components.floor-picker.add_new_sugestion",
|
||||
"ui.components.floor-picker.add_new_suggestion",
|
||||
{
|
||||
name: searchString,
|
||||
}
|
||||
|
||||
@@ -182,7 +182,7 @@ export class HaLabelPicker extends SubscribeMixin(LitElement) {
|
||||
{
|
||||
id: ADD_NEW_ID + searchString,
|
||||
primary: this.hass.localize(
|
||||
"ui.components.label-picker.add_new_sugestion",
|
||||
"ui.components.label-picker.add_new_suggestion",
|
||||
{
|
||||
name: searchString,
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@ export class HaCategoryPicker extends SubscribeMixin(LitElement) {
|
||||
{
|
||||
id: ADD_NEW_ID + searchString,
|
||||
primary: this.hass.localize(
|
||||
"ui.components.category-picker.add_new_sugestion",
|
||||
"ui.components.category-picker.add_new_suggestion",
|
||||
{
|
||||
name: searchString,
|
||||
}
|
||||
|
||||
@@ -826,7 +826,7 @@
|
||||
"categories": "Categories",
|
||||
"category": "Category",
|
||||
"add_category": "Add category",
|
||||
"add_new_sugestion": "Add new category ''{name}''",
|
||||
"add_new_suggestion": "Add new category ''{name}''",
|
||||
"add_new": "Add new category…",
|
||||
"no_categories": "No categories available",
|
||||
"no_match": "No categories found for {term}",
|
||||
@@ -842,7 +842,7 @@
|
||||
"label-picker": {
|
||||
"label": "Label",
|
||||
"labels": "Labels",
|
||||
"add_new_sugestion": "Add new label ''{name}''",
|
||||
"add_new_suggestion": "Add new label ''{name}''",
|
||||
"add_new": "Add new label…",
|
||||
"add": "Add label",
|
||||
"no_labels": "No labels available",
|
||||
@@ -853,7 +853,7 @@
|
||||
"clear": "Clear",
|
||||
"show_areas": "Show areas",
|
||||
"area": "Area",
|
||||
"add_new_sugestion": "Add new area ''{name}''",
|
||||
"add_new_suggestion": "Add new area ''{name}''",
|
||||
"add_new": "Add new area…",
|
||||
"no_areas": "No areas available",
|
||||
"no_match": "No areas found for {term}",
|
||||
@@ -864,7 +864,7 @@
|
||||
"clear": "Clear",
|
||||
"show_floors": "Show floors",
|
||||
"floor": "Floor",
|
||||
"add_new_sugestion": "Add new floor ''{name}''",
|
||||
"add_new_suggestion": "Add new floor ''{name}''",
|
||||
"add_new": "Add new floor…",
|
||||
"no_floors": "No floors available",
|
||||
"no_match": "No floors found for {term}",
|
||||
|
||||
Reference in New Issue
Block a user