mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix already_configured string in workday (#92901)
* Fix already_configured string in workday * Fix strings
This commit is contained in:
parent
81796fbf7b
commit
01e131b278
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"incorrect_province": "Incorrect subdivision from yaml import"
|
"incorrect_province": "Incorrect subdivision from yaml import",
|
||||||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
@ -31,8 +32,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"add_holiday_error": "Incorrect format on date (YYYY-MM-DD)",
|
"add_holiday_error": "Incorrect format on date (YYYY-MM-DD)",
|
||||||
"remove_holiday_error": "Incorrect format on date (YYYY-MM-DD) or holiday name not found",
|
"remove_holiday_error": "Incorrect format on date (YYYY-MM-DD) or holiday name not found"
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
@ -59,7 +59,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"add_holiday_error": "Incorrect format on date (YYYY-MM-DD)",
|
"add_holiday_error": "Incorrect format on date (YYYY-MM-DD)",
|
||||||
"remove_holiday_error": "Incorrect format on date (YYYY-MM-DD) or holiday name not found",
|
"remove_holiday_error": "Incorrect format on date (YYYY-MM-DD) or holiday name not found",
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
"already_configured": "Service with this configuration already exist"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user