mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix inconsistently spelled occurrences of "add-on" (#25858)
* Fix inconsistently spelled occurrences of "add-on" - add the missing hyphen on three occurrences of "addon" - change one occurrence of "Add-on" to lowercase * Also capitalize one inconsistent occurrence of "Ingress"
This commit is contained in:
parent
a13dae4745
commit
299713fd5e
@ -5680,7 +5680,7 @@
|
||||
"network_settings_title": "Network settings",
|
||||
"change_channel": "Change channel",
|
||||
"channel_dialog": {
|
||||
"title": "Multiprotocol addon in use",
|
||||
"title": "Multiprotocol add-on in use",
|
||||
"text": "Zigbee and Thread share the same radio and must use the same channel. Change the channel of both networks by reconfiguring multiprotocol from the hardware menu."
|
||||
}
|
||||
},
|
||||
@ -9203,12 +9203,12 @@
|
||||
"not_supported": "[%key:ui::panel::my::not_supported%]",
|
||||
"faq_link": "[%key:ui::panel::my::faq_link%]",
|
||||
"add_addon_repository_title": "Missing add-on repository",
|
||||
"add_addon_repository_description": "The addon ''{addon}'' is a part of the add-on repository ''{repository}'', this repository is missing on your system, do you want to add that now?",
|
||||
"add_addon_repository_description": "The add-on ''{addon}'' is a part of the add-on repository ''{repository}'', this repository is missing on your system, do you want to add that now?",
|
||||
"error": "[%key:ui::panel::my::error%]",
|
||||
"error_addon_not_found": "Add-on not found",
|
||||
"error_repository_not_found": "The required repository for this Add-on was not found",
|
||||
"error_repository_not_found": "The required repository for this add-on was not found",
|
||||
"error_addon_not_installed": "The requested add-on is not installed. Please install it first",
|
||||
"error_addon_no_ingress": "The requested add-on does not support ingress"
|
||||
"error_addon_no_ingress": "The requested add-on does not support Ingress"
|
||||
},
|
||||
"ingress": {
|
||||
"error_addon_info": "Unable to fetch add-on info to start Ingress",
|
||||
@ -9408,7 +9408,7 @@
|
||||
},
|
||||
"uninstall_addon": {
|
||||
"title": "Uninstall {name}?",
|
||||
"remove_data": "Also permanently delete this addon's data",
|
||||
"remove_data": "Also permanently delete this add-on's data",
|
||||
"uninstall": "Uninstall"
|
||||
},
|
||||
"hardware": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user