-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: change strings descriptions #2701
Merged
alandtse
merged 13 commits into
alandtse:dev
from
danielbrunt57:strings_description_changes
Nov 28, 2024
Merged
fix: change strings descriptions #2701
alandtse
merged 13 commits into
alandtse:dev
from
danielbrunt57:strings_description_changes
Nov 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change "2fa_key_invalid": "Invalid Built-In 2FA key" to "2fa_key_invalid": "Invalid Authenticator App key for Amazon 2SV"
Change description from "Unable to connect to Home Assistant URL. Please check the Internal URL under Configuration -> General" to "Unable to connect to Home Assistant Local URL. Please check the URL under Settings > System > Network > Home Assistant URL > Local network"
Change description from "Built-in 2FA App Key - This is 52 characters, not six!" to "Amazon 2SV Authenticator App Key"
Change description from "Local URL to access Home Assistant" to "Local network URL to access Home Assistant"
Change description from "Public Url to access Home Assistant" to "Public URL shared with external hosted services"
Change description from "Included device (comma separated)" to "Only include these devices (comma separated)"
Change description from "Excluded device (comma separated)" to "or Exclude these devices from all (comma separated)"
Change description from "Seconds between scans" to "Scheduled polling interval (seconds)"
Change description from "Seconds to wait to queue commands together" to "Delay to queue multiple commands together (seconds)"
Change "The HA server cannot connect to the URL provided: {hass_url}.\n> {error}\n\nTo fix this, please confirm your **HA server** can reach {hass_url}. This field is from the External URL under Configuration -> General but you can try your internal URL.\n\nIf you are **certain** your client can reach this URL, you can bypass this warning." to "The HA server cannot connect to the URL provided: {hass_url}.\n> {error}\n\nTo fix this, please confirm your browser can reach {hass_url}. This field is from Settings > System > Network > Home Assistant URL.\n\nIf you are **certain** your browser can reach this URL, you can bypass this warning."
Change "OTP from the Built-in 2FA App Key confirmed successfully." to "Yes, OTP code was verified"
Change "**{email} - alexa.{url}** \nHave you successfully confirmed an OTP from the Built-in 2FA App Key with Amazon? \n >OTP Code {message}" to "**{email} - alexa.{url}** \nHave you verified the OTP code in Amazon 2SV? \n >OTP Code: {message}"
Change: "public_url": "Public URL to access Home Assistant (including trailing '/')", "include_devices": "Included device (comma separated)", "exclude_devices": "Excluded device (comma separated)", "scan_interval": "Seconds between scans", "queue_delay": "Seconds to wait to queue commands together", "extended_entity_discovery": "Include devices connected via Echo", "debug": "Advanced debugging" to: "public_url": "Public URL shared with external hosted services", "include_devices": "Only include these devices (comma separated)", "exclude_devices": "or Exclude these devices from all (comma separated)", "scan_interval": "Scheduled polling frequency (seconds)", "queue_delay": "Delay to queue multiple commands together (seconds)", "extended_entity_discovery": "Include devices connected via Echo", "debug": "Advanced debugging"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed:
"registered"
"description"
"public_url"
"include_devices"
"exclude_devices"
"scan_interval"
"queue_delay"