mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Different sentence-casing fixes in user-facing strings (#26200)
* Several casing fixes in en.json * Include "Security Devices PIN" * Include "Browser Media Player"
This commit is contained in:
parent
0d6db8b834
commit
1012245ef7
@ -1002,7 +1002,7 @@
|
||||
"media_player": "Media player",
|
||||
"audio_not_supported": "Your browser does not support the audio element.",
|
||||
"video_not_supported": "Your browser does not support the video element.",
|
||||
"media_not_supported": "The Browser Media Player does not support this type of media",
|
||||
"media_not_supported": "Your browser's media player does not support this type of media",
|
||||
"media_browsing_error": "Media browsing error",
|
||||
"learn_adding_local_media": "Learn more about adding media in the {documentation}.",
|
||||
"local_media_files": "Place your video, audio, and image files in the media directory to be able to browse and play them in the browser or on supported media players.",
|
||||
@ -4318,7 +4318,7 @@
|
||||
},
|
||||
"wait_template": {
|
||||
"label": "Wait for a template",
|
||||
"wait_template": "Wait Template",
|
||||
"wait_template": "Wait template",
|
||||
"timeout": "Timeout (optional)",
|
||||
"continue_timeout": "Continue on timeout",
|
||||
"description": {
|
||||
@ -4516,7 +4516,7 @@
|
||||
"error": "Error: {error}",
|
||||
"result": "Result:",
|
||||
"step_not_executed": "This step was not executed.",
|
||||
"no_logbook_entries": "No Logbook entries found for this step.",
|
||||
"no_logbook_entries": "No logbook entries found for this step.",
|
||||
"no_variables_changed": "No variables changed",
|
||||
"unable_to_find_config": "Unable to find config"
|
||||
},
|
||||
@ -4961,7 +4961,7 @@
|
||||
"info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Google. This speeds up voice commands and allows you to always see the latest states in the Google app.",
|
||||
"security_devices": "Security devices",
|
||||
"enter_pin_info": "Please enter a PIN to interact with security devices. Security devices are doors, garage doors, and locks. You will be asked to say/enter this PIN when interacting with security devices via Google Assistant.",
|
||||
"devices_pin": "Security Devices PIN",
|
||||
"devices_pin": "Security devices PIN",
|
||||
"enter_pin_hint": "Enter a PIN to use security devices",
|
||||
"show_entities": "Show entities",
|
||||
"exposed_entities": "{number} {number, plural,\n one {entity}\n other {entities}\n} exposed",
|
||||
@ -6265,7 +6265,7 @@
|
||||
"title": "Rebuild routes for a Z-Wave device",
|
||||
"introduction": "Assign new routes between {device} and the adapter. This can help with communication issues if you have recently moved the device or your adapter.",
|
||||
"traffic_warning": "The route rebuilding process generates a large amount of traffic on the Z-Wave network. This may cause devices to respond slowly (or not at all) while the rebuilding is in progress.",
|
||||
"start_rebuilding_routes": "Rebuild Routes for Device",
|
||||
"start_rebuilding_routes": "Rebuild routes for device",
|
||||
"rebuilding_routes_failed": "{device} routes could not be rebuild.",
|
||||
"rebuilding_routes_failed_check_logs": "Additional information may be available in the logs.",
|
||||
"rebuilding_routes_complete": "{device} routes have been rebuilt.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user