mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix typos and use a common string in synology_dsm
(#143573)
- fix spelling of "Home Assistant", removing wrong hyphen - remove excessive comma - fix spelling of "passcode" (single word) - capitalize "Zeroconf" (name) - use common string for "reconfigure_successful"
This commit is contained in:
parent
e4fe7ba985
commit
9e0a7122f5
@ -28,7 +28,7 @@
|
|||||||
"backup_path": "Path"
|
"backup_path": "Path"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"backup_share": "Select the shared folder, where the automatic Home-Assistant backup should be stored.",
|
"backup_share": "Select the shared folder where the automatic Home Assistant backup should be stored.",
|
||||||
"backup_path": "Define the path on the selected shared folder (will automatically be created, if not exist)."
|
"backup_path": "Define the path on the selected shared folder (will automatically be created, if not exist)."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -54,14 +54,14 @@
|
|||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||||
"missing_data": "Missing data: please retry later or an other configuration",
|
"missing_data": "Missing data: please retry later or an other configuration",
|
||||||
"otp_failed": "Two-step authentication failed, retry with a new pass code",
|
"otp_failed": "Two-step authentication failed, retry with a new passcode",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"no_mac_address": "The MAC address is missing from the zeroconf record",
|
"no_mac_address": "The MAC address is missing from the Zeroconf record",
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||||
"reconfigure_successful": "Re-configuration was successful"
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user