Add more common translations (#96429)

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations
This commit is contained in:
Joost Lekkerkerker 2023-07-13 04:00:05 +02:00 committed by GitHub
parent 08af42b00e
commit b367c95c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 177 additions and 150 deletions

View file

@ -13,7 +13,7 @@
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
}, },
"description": "Connect to the API of your Advantage Air wall mounted tablet.", "description": "Connect to the API of your Advantage Air wall mounted tablet.",
"title": "Connect" "title": "[%key:common::action::connect%]"
} }
} }
}, },

View file

@ -12,15 +12,15 @@
}, },
"services": { "services": {
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles alert's notifications." "description": "Toggles alert's notifications."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Silences alert's notifications." "description": "Silences alert's notifications."
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Resets alert's notifications." "description": "Resets alert's notifications."
} }
} }

View file

@ -47,11 +47,11 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Enables an automation." "description": "Enables an automation."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Disables an automation.", "description": "Disables an automation.",
"fields": { "fields": {
"stop_actions": { "stop_actions": {
@ -61,7 +61,7 @@
} }
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles (enable / disable) an automation." "description": "Toggles (enable / disable) an automation."
}, },
"trigger": { "trigger": {
@ -75,7 +75,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads the automation configuration." "description": "Reloads the automation configuration."
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads bayesian sensors from the YAML-configuration." "description": "Reloads bayesian sensors from the YAML-configuration."
} }
} }

View file

@ -91,7 +91,7 @@
"description": "Start decreasing the brightness of the light. (deprecated)." "description": "Start decreasing the brightness of the light. (deprecated)."
}, },
"stop": { "stop": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Stop any in-progress action and empty the queue. (deprecated)." "description": "Stop any in-progress action and empty the queue. (deprecated)."
} }
} }

View file

@ -16,7 +16,7 @@
"name": "Identify" "name": "Identify"
}, },
"restart": { "restart": {
"name": "Restart" "name": "[%key:common::action::restart%]"
}, },
"update": { "update": {
"name": "Update" "name": "Update"

View file

@ -25,8 +25,8 @@
"motion_detection": { "motion_detection": {
"name": "Motion detection", "name": "Motion detection",
"state": { "state": {
"true": "Enabled", "true": "[%key:common::state::enabled%]",
"false": "Disabled" "false": "[%key:common::state::disabled%]"
} }
}, },
"model_name": { "model_name": {
@ -37,11 +37,11 @@
}, },
"services": { "services": {
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns off the camera." "description": "Turns off the camera."
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns on the camera." "description": "Turns on the camera."
}, },
"enable_motion_detection": { "enable_motion_detection": {

View file

@ -213,11 +213,11 @@
} }
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns climate device on." "description": "Turns climate device on."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns climate device off." "description": "Turns climate device off."
} }
}, },

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Sets the light RGB to the predominant color found in the image provided by URL or file path.", "description": "Sets the light RGB to the predominant color found in the image provided by URL or file path.",
"fields": { "fields": {
"color_extract_url": { "color_extract_url": {

View file

@ -7,7 +7,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads command line configuration from the YAML-configuration." "description": "Reloads command line configuration from the YAML-configuration."
} }
} }

View file

@ -79,15 +79,15 @@
}, },
"services": { "services": {
"open_cover": { "open_cover": {
"name": "Open", "name": "[%key:common::action::open%]",
"description": "Opens a cover." "description": "Opens a cover."
}, },
"close_cover": { "close_cover": {
"name": "Close", "name": "[%key:common::action::close%]",
"description": "Closes a cover." "description": "Closes a cover."
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles a cover open/closed." "description": "Toggles a cover open/closed."
}, },
"set_cover_position": { "set_cover_position": {
@ -101,7 +101,7 @@
} }
}, },
"stop_cover": { "stop_cover": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Stops the cover movement." "description": "Stops the cover movement."
}, },
"open_cover_tilt": { "open_cover_tilt": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"start": { "start": {
"name": "Start", "name": "[%key:common::action::stop%]",
"description": "Starts the Remote Python Debugger." "description": "Starts the Remote Python Debugger."
} }
} }

View file

@ -79,14 +79,14 @@
"remote_rotate_from_side_6": "Device rotated from \"side 6\" to \"{subtype}\"" "remote_rotate_from_side_6": "Device rotated from \"side 6\" to \"{subtype}\""
}, },
"trigger_subtype": { "trigger_subtype": {
"turn_on": "Turn on", "turn_on": "[%key:common::action::turn_on%]",
"turn_off": "Turn off", "turn_off": "[%key:common::action::turn_off%]",
"dim_up": "Dim up", "dim_up": "Dim up",
"dim_down": "Dim down", "dim_down": "Dim down",
"left": "Left", "left": "Left",
"right": "Right", "right": "Right",
"open": "Open", "open": "[%key:common::action::open%]",
"close": "Close", "close": "[%key:common::action::close%]",
"both_buttons": "Both buttons", "both_buttons": "Both buttons",
"top_buttons": "Top buttons", "top_buttons": "Top buttons",
"bottom_buttons": "Bottom buttons", "bottom_buttons": "Bottom buttons",

View file

@ -75,7 +75,7 @@
} }
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns fan on.", "description": "Turns fan on.",
"fields": { "fields": {
"percentage": { "percentage": {
@ -89,7 +89,7 @@
} }
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns fan off." "description": "Turns fan off."
}, },
"oscillate": { "oscillate": {
@ -103,7 +103,7 @@
} }
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles the fan on/off." "description": "Toggles the fan on/off."
}, },
"set_direction": { "set_direction": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"restart": { "restart": {
"name": "Restart", "name": "[%key:common::action::restart%]",
"description": "Sends a restart command to a ffmpeg based sensor.", "description": "Sends a restart command to a ffmpeg based sensor.",
"fields": { "fields": {
"entity_id": { "entity_id": {
@ -11,7 +11,7 @@
} }
}, },
"start": { "start": {
"name": "Start", "name": "[%key:common::action::start%]",
"description": "Sends a start command to a ffmpeg based sensor.", "description": "Sends a start command to a ffmpeg based sensor.",
"fields": { "fields": {
"entity_id": { "entity_id": {
@ -21,7 +21,7 @@
} }
}, },
"stop": { "stop": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Sends a stop command to a ffmpeg based sensor.", "description": "Sends a stop command to a ffmpeg based sensor.",
"fields": { "fields": {
"entity_id": { "entity_id": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads filters from the YAML-configuration." "description": "Reloads filters from the YAML-configuration."
} }
} }

View file

@ -86,7 +86,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads generic cameras from the YAML-configuration." "description": "Reloads generic cameras from the YAML-configuration."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads generic thermostats from the YAML-configuration." "description": "Reloads generic thermostats from the YAML-configuration."
} }
} }

View file

@ -44,7 +44,7 @@
"description": "Sets vacation responder settings for Google Mail.", "description": "Sets vacation responder settings for Google Mail.",
"fields": { "fields": {
"enabled": { "enabled": {
"name": "Enabled", "name": "[%key:common::state::enabled%]",
"description": "Turn this off to end vacation responses." "description": "Turn this off to end vacation responses."
}, },
"title": { "title": {

View file

@ -193,7 +193,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads group configuration, entities, and notify services from YAML-configuration." "description": "Reloads group configuration, entities, and notify services from YAML-configuration."
}, },
"set": { "set": {

View file

@ -24,7 +24,7 @@
"fix_menu": { "fix_menu": {
"description": "Could not connect to `{reference}`. Check host logs for errors from the mount service for more details.\n\nUse reload to try to connect again. If you need to update `{reference}`, go to [storage]({storage_url}).", "description": "Could not connect to `{reference}`. Check host logs for errors from the mount service for more details.\n\nUse reload to try to connect again. If you need to update `{reference}`, go to [storage]({storage_url}).",
"menu_options": { "menu_options": {
"mount_execute_reload": "Reload", "mount_execute_reload": "[%key:common::action::reload%]",
"mount_execute_remove": "Remove" "mount_execute_remove": "Remove"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads history stats sensors from the YAML-configuration." "description": "Reloads history stats sensors from the YAML-configuration."
} }
} }

View file

@ -56,7 +56,7 @@
"description": "Reloads the core configuration from the YAML-configuration." "description": "Reloads the core configuration from the YAML-configuration."
}, },
"restart": { "restart": {
"name": "Restart", "name": "[%key:common::action::restart%]",
"description": "Restarts Home Assistant." "description": "Restarts Home Assistant."
}, },
"set_location": { "set_location": {
@ -74,7 +74,7 @@
} }
}, },
"stop": { "stop": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Stops Home Assistant." "description": "Stops Home Assistant."
}, },
"toggle": { "toggle": {

View file

@ -71,7 +71,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads homekit and re-process YAML-configuration." "description": "Reloads homekit and re-process YAML-configuration."
}, },
"reset_accessory": { "reset_accessory": {

View file

@ -44,8 +44,8 @@
"double_buttons_2_4": "Second and Fourth buttons", "double_buttons_2_4": "Second and Fourth buttons",
"dim_down": "Dim down", "dim_down": "Dim down",
"dim_up": "Dim up", "dim_up": "Dim up",
"turn_off": "Turn off", "turn_off": "[%key:common::action::turn_off%]",
"turn_on": "Turn on", "turn_on": "[%key:common::action::turn_on%]",
"1": "First button", "1": "First button",
"2": "Second button", "2": "Second button",
"3": "Third button", "3": "Third button",

View file

@ -97,15 +97,15 @@
} }
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns the humidifier on." "description": "Turns the humidifier on."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns the humidifier off." "description": "Turns the humidifier off."
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles the humidifier on/off." "description": "Toggles the humidifier on/off."
} }
} }

View file

@ -20,19 +20,19 @@
}, },
"services": { "services": {
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles the helper on/off." "description": "Toggles the helper on/off."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns off the helper." "description": "Turns off the helper."
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns on the helper." "description": "Turns on the helper."
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads helpers from the YAML-configuration." "description": "Reloads helpers from the YAML-configuration."
} }
} }

View file

@ -59,7 +59,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads helpers from the YAML-configuration." "description": "Reloads helpers from the YAML-configuration."
} }
} }

View file

@ -54,7 +54,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads helpers from the YAML-configuration." "description": "Reloads helpers from the YAML-configuration."
} }
} }

View file

@ -67,7 +67,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads helpers from the YAML-configuration." "description": "Reloads helpers from the YAML-configuration."
} }
} }

View file

@ -42,7 +42,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads helpers from the YAML-configuration." "description": "Reloads helpers from the YAML-configuration."
} }
} }

View file

@ -144,7 +144,7 @@
"description": "Name of the device to load. Use \"all\" to load the database of all devices." "description": "Name of the device to load. Use \"all\" to load the database of all devices."
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads all records. If true the current records are cleared from memory (does not effect the device) and the records are reloaded. If false the existing records are left in place and only missing records are added. Default is false." "description": "Reloads all records. If true the current records are cleared from memory (does not effect the device) and the records are reloaded. If false the existing records are left in place and only missing records are added. Default is false."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads the intent script from the YAML-configuration." "description": "Reloads the intent script from the YAML-configuration."
} }
} }

View file

@ -33,11 +33,11 @@
} }
}, },
"enable": { "enable": {
"name": "Enable", "name": "[%key:common::action::enable%]",
"description": "Starts a charging process if charging station is authorized." "description": "Starts a charging process if charging station is authorized."
}, },
"disable": { "disable": {
"name": "Disable", "name": "[%key:common::action::disable%]",
"description": "Stops the charging process if charging station is authorized." "description": "Stops the charging process if charging station is authorized."
}, },
"set_failsafe": { "set_failsafe": {

View file

@ -371,7 +371,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads the KNX integration." "description": "Reloads the KNX integration."
} }
} }

View file

@ -52,7 +52,7 @@
"description": "Controls the HEV LEDs on a LIFX Clean bulb.", "description": "Controls the HEV LEDs on a LIFX Clean bulb.",
"fields": { "fields": {
"power": { "power": {
"name": "Enable", "name": "[%key:common::action::enable%]",
"description": "Start or stop a Clean cycle." "description": "Start or stop a Clean cycle."
}, },
"duration": { "duration": {

View file

@ -243,7 +243,7 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turn on one or more lights and adjust properties of the light, even when they are turned on already.", "description": "Turn on one or more lights and adjust properties of the light, even when they are turned on already.",
"fields": { "fields": {
"transition": { "transition": {
@ -317,7 +317,7 @@
} }
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turn off one or more lights.", "description": "Turn off one or more lights.",
"fields": { "fields": {
"transition": { "transition": {
@ -331,7 +331,7 @@
} }
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles one or more lights, from on to off, or, off to on, based on their current state.", "description": "Toggles one or more lights, from on to off, or, off to on, based on their current state.",
"fields": { "fields": {
"transition": { "transition": {

View file

@ -144,7 +144,7 @@
"description": "Sets the sleep mode and start time.", "description": "Sets the sleep mode and start time.",
"fields": { "fields": {
"enabled": { "enabled": {
"name": "Enabled", "name": "[%key:common::state::enabled%]",
"description": "Whether sleep mode should be enabled." "description": "Whether sleep mode should be enabled."
}, },
"start_time": { "start_time": {

View file

@ -47,7 +47,7 @@
} }
}, },
"open": { "open": {
"name": "Open", "name": "[%key:common::action::open%]",
"description": "Opens a lock.", "description": "Opens a lock.",
"fields": { "fields": {
"code": { "code": {

View file

@ -162,15 +162,15 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns on the power of the media player." "description": "Turns on the power of the media player."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns off the power of the media player." "description": "Turns off the power of the media player."
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles a media player on/off." "description": "Toggles a media player on/off."
}, },
"volume_up": { "volume_up": {
@ -210,11 +210,11 @@
"description": "Starts playing." "description": "Starts playing."
}, },
"media_pause": { "media_pause": {
"name": "Pause", "name": "[%key:common::action::pause%]",
"description": "Pauses." "description": "Pauses."
}, },
"media_stop": { "media_stop": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Stops playing." "description": "Stops playing."
}, },
"media_next_track": { "media_next_track": {

View file

@ -46,7 +46,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads min/max sensors from the YAML-configuration." "description": "Reloads min/max sensors from the YAML-configuration."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads all modbus entities." "description": "Reloads all modbus entities."
}, },
"write_coil": { "write_coil": {
@ -49,7 +49,7 @@
} }
}, },
"stop": { "stop": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Stops modbus hub.", "description": "Stops modbus hub.",
"fields": { "fields": {
"hub": { "hub": {
@ -59,7 +59,7 @@
} }
}, },
"restart": { "restart": {
"name": "Restart", "name": "[%key:common::action::restart%]",
"description": "Restarts modbus hub (if running stop then start).", "description": "Restarts modbus hub (if running stop then start).",
"fields": { "fields": {
"hub": { "hub": {

View file

@ -70,8 +70,8 @@
"button_quintuple_press": "\"{subtype}\" quintuple clicked" "button_quintuple_press": "\"{subtype}\" quintuple clicked"
}, },
"trigger_subtype": { "trigger_subtype": {
"turn_on": "Turn on", "turn_on": "[%key:common::action::turn_on%]",
"turn_off": "Turn off", "turn_off": "[%key:common::action::turn_off%]",
"button_1": "First button", "button_1": "First button",
"button_2": "Second button", "button_2": "Second button",
"button_3": "Third button", "button_3": "Third button",
@ -188,7 +188,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads MQTT entities from the YAML-configuration." "description": "Reloads MQTT entities from the YAML-configuration."
} }
} }

View file

@ -62,7 +62,7 @@
"description": "Enables or disables continuous mode on Nuki Opener.", "description": "Enables or disables continuous mode on Nuki Opener.",
"fields": { "fields": {
"enable": { "enable": {
"name": "Enable", "name": "[%key:common::action::enable%]",
"description": "Whether to enable or disable the feature." "description": "Whether to enable or disable the feature."
} }
} }

View file

@ -34,7 +34,7 @@
}, },
"services": { "services": {
"pause": { "pause": {
"name": "Pause", "name": "[%key:common::action::pause%]",
"description": "Pauses download queue." "description": "Pauses download queue."
}, },
"resume": { "resume": {

View file

@ -28,7 +28,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads persons from the YAML-configuration." "description": "Reloads persons from the YAML-configuration."
} }
} }

View file

@ -82,7 +82,7 @@
}, },
"services": { "services": {
"disable": { "disable": {
"name": "Disable", "name": "[%key:common::action::disable%]",
"description": "Disables configured Pi-hole(s) for an amount of time.", "description": "Disables configured Pi-hole(s) for an amount of time.",
"fields": { "fields": {
"duration": { "duration": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads ping sensors from the YAML-configuration." "description": "Reloads ping sensors from the YAML-configuration."
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"services": { "services": {
"start": { "start": {
"name": "Start", "name": "[%key:common::action::stop%]",
"description": "Starts the Profiler.", "description": "Starts the Profiler.",
"fields": { "fields": {
"seconds": { "seconds": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads all available Python scripts." "description": "Reloads all available Python scripts."
} }
} }

View file

@ -52,11 +52,11 @@
} }
}, },
"disable": { "disable": {
"name": "Disable", "name": "[%key:common::action::disable%]",
"description": "Stops the recording of events and state changes." "description": "Stops the recording of events and state changes."
}, },
"enable": { "enable": {
"name": "Enable", "name": "[%key:common::action::enable%]",
"description": "Starts the recording of events and state changes." "description": "Starts the recording of events and state changes."
} }
} }

View file

@ -27,7 +27,7 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Sends the power on command.", "description": "Sends the power on command.",
"fields": { "fields": {
"activity": { "activity": {
@ -37,11 +37,11 @@
} }
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles a device on/off." "description": "Toggles a device on/off."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns the device off." "description": "Turns the device off."
}, },
"send_command": { "send_command": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads REST entities from the YAML-configuration." "description": "Reloads REST entities from the YAML-configuration."
} }
} }

View file

@ -16,7 +16,7 @@
}, },
"services": { "services": {
"pause": { "pause": {
"name": "Pause", "name": "[%key:common::action::pause%]",
"description": "Pauses downloads.", "description": "Pauses downloads.",
"fields": { "fields": {
"api_key": { "api_key": {

View file

@ -12,7 +12,7 @@
} }
}, },
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads the scenes from the YAML-configuration." "description": "Reloads the scenes from the YAML-configuration."
}, },
"apply": { "apply": {

View file

@ -23,7 +23,7 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads schedules from the YAML-configuration." "description": "Reloads schedules from the YAML-configuration."
} }
} }

View file

@ -34,19 +34,19 @@
}, },
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads all the available scripts." "description": "Reloads all the available scripts."
}, },
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Runs the sequence of actions defined in a script." "description": "Runs the sequence of actions defined in a script."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Stops a running script." "description": "Stops a running script."
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggle a script. Starts it, if isn't running, stops it otherwise." "description": "Toggle a script. Starts it, if isn't running, stops it otherwise."
} }
} }

View file

@ -16,7 +16,7 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns the siren on.", "description": "Turns the siren on.",
"fields": { "fields": {
"tone": { "tone": {
@ -34,11 +34,11 @@
} }
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns the siren off." "description": "Turns the siren off."
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles the siren on/off." "description": "Toggles the siren on/off."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads smtp notify services." "description": "Reloads smtp notify services."
} }
} }

View file

@ -7,7 +7,7 @@
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
}, },
"title": "Connect" "title": "[%key:common::action::connect%]"
} }
}, },
"abort": { "abort": {

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads statistics sensors from the YAML-configuration." "description": "Reloads statistics sensors from the YAML-configuration."
} }
} }

View file

@ -33,15 +33,15 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Turns a switch on." "description": "Turns a switch on."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Turns a switch off." "description": "Turns a switch off."
}, },
"toggle": { "toggle": {
"name": "Toggle", "name": "[%key:common::action::toggle%]",
"description": "Toggles a switch on/off." "description": "Toggles a switch on/off."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads telegram notify services." "description": "Reloads telegram notify services."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads template entities from the YAML-configuration." "description": "Reloads template entities from the YAML-configuration."
} }
} }

View file

@ -32,7 +32,7 @@
}, },
"services": { "services": {
"start": { "start": {
"name": "Start", "name": "[%key:common::action::stop%]",
"description": "Starts a timer.", "description": "Starts a timer.",
"fields": { "fields": {
"duration": { "duration": {
@ -42,7 +42,7 @@
} }
}, },
"pause": { "pause": {
"name": "Pause", "name": "[%key:common::action::pause%]",
"description": "Pauses a timer." "description": "Pauses a timer."
}, },
"cancel": { "cancel": {

View file

@ -30,13 +30,13 @@
"selector": { "selector": {
"weekday": { "weekday": {
"options": { "options": {
"mon": "Monday", "mon": "[%key:common::time::monday%]",
"tue": "Tuesday", "tue": "[%key:common::time::tuesday%]",
"wed": "Wednesday", "wed": "[%key:common::time::wednesday%]",
"thu": "Thursday", "thu": "[%key:common::time::thursday%]",
"fri": "Friday", "fri": "[%key:common::time::friday%]",
"sat": "Saturday", "sat": "[%key:common::time::saturday%]",
"sun": "Sunday" "sun": "[%key:common::time::sunday%]"
} }
} }
}, },

View file

@ -32,13 +32,13 @@
"selector": { "selector": {
"weekday": { "weekday": {
"options": { "options": {
"mon": "Monday", "mon": "[%key:common::time::monday%]",
"tue": "Tuesday", "tue": "[%key:common::time::tuesday%]",
"wed": "Wednesday", "wed": "[%key:common::time::wednesday%]",
"thu": "Thursday", "thu": "[%key:common::time::thursday%]",
"fri": "Friday", "fri": "[%key:common::time::friday%]",
"sat": "Saturday", "sat": "[%key:common::time::saturday%]",
"sun": "Sunday" "sun": "[%key:common::time::sunday%]"
} }
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads trend sensors from the YAML-configuration." "description": "Reloads trend sensors from the YAML-configuration."
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads universal media players from the YAML-configuration." "description": "Reloads universal media players from the YAML-configuration."
} }
} }

View file

@ -37,15 +37,15 @@
}, },
"services": { "services": {
"turn_on": { "turn_on": {
"name": "Turn on", "name": "[%key:common::action::turn_on%]",
"description": "Starts a new cleaning task." "description": "Starts a new cleaning task."
}, },
"turn_off": { "turn_off": {
"name": "Turn off", "name": "[%key:common::action::turn_off%]",
"description": "Stops the current cleaning task and returns to its dock." "description": "Stops the current cleaning task and returns to its dock."
}, },
"stop": { "stop": {
"name": "Stop", "name": "[%key:common::action::stop%]",
"description": "Stops the current cleaning task." "description": "Stops the current cleaning task."
}, },
"locate": { "locate": {
@ -57,11 +57,11 @@
"description": "Starts, pauses, or resumes the cleaning task." "description": "Starts, pauses, or resumes the cleaning task."
}, },
"start": { "start": {
"name": "Start", "name": "[%key:common::action::start%]",
"description": "Starts or resumes the cleaning task." "description": "Starts or resumes the cleaning task."
}, },
"pause": { "pause": {
"name": "Pause", "name": "[%key:common::action::pause%]",
"description": "Pauses the cleaning task." "description": "Pauses the cleaning task."
}, },
"return_to_base": { "return_to_base": {

View file

@ -28,10 +28,10 @@
"sensor": { "sensor": {
"state": { "state": {
"state": { "state": {
"ein": "Enabled", "ein": "[%key:common::state::enabled%]",
"deaktiviert": "Inactive", "deaktiviert": "Inactive",
"aus": "Disabled", "aus": "[%key:common::state::disabled%]",
"standby": "Standby", "standby": "[%key:common::state::standby%]",
"auto": "Auto", "auto": "Auto",
"permanent": "Permanent", "permanent": "Permanent",
"initialisierung": "Initialization", "initialisierung": "Initialization",

View file

@ -73,13 +73,13 @@
}, },
"days": { "days": {
"options": { "options": {
"mon": "Monday", "mon": "[%key:common::time::monday%]",
"tue": "Tuesday", "tue": "[%key:common::time::tuesday%]",
"wed": "Wednesday", "wed": "[%key:common::time::wednesday%]",
"thu": "Thursday", "thu": "[%key:common::time::thursday%]",
"fri": "Friday", "fri": "[%key:common::time::friday%]",
"sat": "Saturday", "sat": "[%key:common::time::saturday%]",
"sun": "Sunday", "sun": "[%key:common::time::sunday%]",
"holiday": "Holidays" "holiday": "Holidays"
} }
} }

View file

@ -9,7 +9,7 @@
"description": "Name of port to enable/disable." "description": "Name of port to enable/disable."
}, },
"enabled": { "enabled": {
"name": "Enabled", "name": "[%key:common::state::enabled%]",
"description": "Indicate if port should be enabled or not." "description": "Indicate if port should be enabled or not."
} }
} }

View file

@ -224,14 +224,14 @@
"device_offline": "Device offline" "device_offline": "Device offline"
}, },
"trigger_subtype": { "trigger_subtype": {
"turn_on": "Turn on", "turn_on": "[%key:common::action::turn_on%]",
"turn_off": "Turn off", "turn_off": "[%key:common::action::turn_off%]",
"dim_up": "Dim up", "dim_up": "Dim up",
"dim_down": "Dim down", "dim_down": "Dim down",
"left": "Left", "left": "Left",
"right": "Right", "right": "Right",
"open": "Open", "open": "[%key:common::action::open%]",
"close": "Close", "close": "[%key:common::action::close%]",
"both_buttons": "Both buttons", "both_buttons": "Both buttons",
"button": "Button", "button": "Button",
"button_1": "First button", "button_1": "First button",

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"reload": { "reload": {
"name": "Reload", "name": "[%key:common::action::reload%]",
"description": "Reloads zones from the YAML-configuration." "description": "Reloads zones from the YAML-configuration."
} }
} }

View file

@ -20,6 +20,31 @@
"turn_off": "Turn off {entity_name}" "turn_off": "Turn off {entity_name}"
} }
}, },
"action": {
"connect": "Connect",
"disconnect": "Disconnect",
"enable": "Enable",
"disable": "Disable",
"open": "Open",
"close": "Close",
"reload": "Reload",
"restart": "Restart",
"start": "Start",
"stop": "Stop",
"pause": "Pause",
"turn_on": "Turn on",
"turn_off": "Turn off",
"toggle": "Toggle"
},
"time": {
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"sunday": "Sunday"
},
"state": { "state": {
"off": "Off", "off": "Off",
"on": "On", "on": "On",
@ -27,6 +52,8 @@
"no": "No", "no": "No",
"open": "Open", "open": "Open",
"closed": "Closed", "closed": "Closed",
"enabled": "Enabled",
"disabled": "Disabled",
"connected": "Connected", "connected": "Connected",
"disconnected": "Disconnected", "disconnected": "Disconnected",
"locked": "Locked", "locked": "Locked",