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:
parent
08af42b00e
commit
b367c95c81
76 changed files with 177 additions and 150 deletions
|
@ -13,7 +13,7 @@
|
|||
"port": "[%key:common::config_flow::data::port%]"
|
||||
},
|
||||
"description": "Connect to the API of your Advantage Air wall mounted tablet.",
|
||||
"title": "Connect"
|
||||
"title": "[%key:common::action::connect%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
},
|
||||
"services": {
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles alert's notifications."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Silences alert's notifications."
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Resets alert's notifications."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,11 +47,11 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Enables an automation."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Disables an automation.",
|
||||
"fields": {
|
||||
"stop_actions": {
|
||||
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles (enable / disable) an automation."
|
||||
},
|
||||
"trigger": {
|
||||
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads the automation configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads bayesian sensors from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
"description": "Start decreasing the brightness of the light. (deprecated)."
|
||||
},
|
||||
"stop": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Stop any in-progress action and empty the queue. (deprecated)."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"name": "Identify"
|
||||
},
|
||||
"restart": {
|
||||
"name": "Restart"
|
||||
"name": "[%key:common::action::restart%]"
|
||||
},
|
||||
"update": {
|
||||
"name": "Update"
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
"motion_detection": {
|
||||
"name": "Motion detection",
|
||||
"state": {
|
||||
"true": "Enabled",
|
||||
"false": "Disabled"
|
||||
"true": "[%key:common::state::enabled%]",
|
||||
"false": "[%key:common::state::disabled%]"
|
||||
}
|
||||
},
|
||||
"model_name": {
|
||||
|
@ -37,11 +37,11 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns off the camera."
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns on the camera."
|
||||
},
|
||||
"enable_motion_detection": {
|
||||
|
|
|
@ -213,11 +213,11 @@
|
|||
}
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns climate device on."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns climate device off."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"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.",
|
||||
"fields": {
|
||||
"color_extract_url": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads command line configuration from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,15 +79,15 @@
|
|||
},
|
||||
"services": {
|
||||
"open_cover": {
|
||||
"name": "Open",
|
||||
"name": "[%key:common::action::open%]",
|
||||
"description": "Opens a cover."
|
||||
},
|
||||
"close_cover": {
|
||||
"name": "Close",
|
||||
"name": "[%key:common::action::close%]",
|
||||
"description": "Closes a cover."
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles a cover open/closed."
|
||||
},
|
||||
"set_cover_position": {
|
||||
|
@ -101,7 +101,7 @@
|
|||
}
|
||||
},
|
||||
"stop_cover": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Stops the cover movement."
|
||||
},
|
||||
"open_cover_tilt": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"start": {
|
||||
"name": "Start",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Starts the Remote Python Debugger."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,14 +79,14 @@
|
|||
"remote_rotate_from_side_6": "Device rotated from \"side 6\" to \"{subtype}\""
|
||||
},
|
||||
"trigger_subtype": {
|
||||
"turn_on": "Turn on",
|
||||
"turn_off": "Turn off",
|
||||
"turn_on": "[%key:common::action::turn_on%]",
|
||||
"turn_off": "[%key:common::action::turn_off%]",
|
||||
"dim_up": "Dim up",
|
||||
"dim_down": "Dim down",
|
||||
"left": "Left",
|
||||
"right": "Right",
|
||||
"open": "Open",
|
||||
"close": "Close",
|
||||
"open": "[%key:common::action::open%]",
|
||||
"close": "[%key:common::action::close%]",
|
||||
"both_buttons": "Both buttons",
|
||||
"top_buttons": "Top buttons",
|
||||
"bottom_buttons": "Bottom buttons",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns fan on.",
|
||||
"fields": {
|
||||
"percentage": {
|
||||
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns fan off."
|
||||
},
|
||||
"oscillate": {
|
||||
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles the fan on/off."
|
||||
},
|
||||
"set_direction": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"restart": {
|
||||
"name": "Restart",
|
||||
"name": "[%key:common::action::restart%]",
|
||||
"description": "Sends a restart command to a ffmpeg based sensor.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
},
|
||||
"start": {
|
||||
"name": "Start",
|
||||
"name": "[%key:common::action::start%]",
|
||||
"description": "Sends a start command to a ffmpeg based sensor.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
},
|
||||
"stop": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Sends a stop command to a ffmpeg based sensor.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads filters from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads generic cameras from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads generic thermostats from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"description": "Sets vacation responder settings for Google Mail.",
|
||||
"fields": {
|
||||
"enabled": {
|
||||
"name": "Enabled",
|
||||
"name": "[%key:common::state::enabled%]",
|
||||
"description": "Turn this off to end vacation responses."
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads group configuration, entities, and notify services from YAML-configuration."
|
||||
},
|
||||
"set": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"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}).",
|
||||
"menu_options": {
|
||||
"mount_execute_reload": "Reload",
|
||||
"mount_execute_reload": "[%key:common::action::reload%]",
|
||||
"mount_execute_remove": "Remove"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads history stats sensors from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"description": "Reloads the core configuration from the YAML-configuration."
|
||||
},
|
||||
"restart": {
|
||||
"name": "Restart",
|
||||
"name": "[%key:common::action::restart%]",
|
||||
"description": "Restarts Home Assistant."
|
||||
},
|
||||
"set_location": {
|
||||
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
},
|
||||
"stop": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Stops Home Assistant."
|
||||
},
|
||||
"toggle": {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads homekit and re-process YAML-configuration."
|
||||
},
|
||||
"reset_accessory": {
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
"double_buttons_2_4": "Second and Fourth buttons",
|
||||
"dim_down": "Dim down",
|
||||
"dim_up": "Dim up",
|
||||
"turn_off": "Turn off",
|
||||
"turn_on": "Turn on",
|
||||
"turn_off": "[%key:common::action::turn_off%]",
|
||||
"turn_on": "[%key:common::action::turn_on%]",
|
||||
"1": "First button",
|
||||
"2": "Second button",
|
||||
"3": "Third button",
|
||||
|
|
|
@ -97,15 +97,15 @@
|
|||
}
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns the humidifier on."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns the humidifier off."
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles the humidifier on/off."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,19 +20,19 @@
|
|||
},
|
||||
"services": {
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles the helper on/off."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns off the helper."
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns on the helper."
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads helpers from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads helpers from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads helpers from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads helpers from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads helpers from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
"description": "Name of the device to load. Use \"all\" to load the database of all devices."
|
||||
},
|
||||
"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."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads the intent script from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
}
|
||||
},
|
||||
"enable": {
|
||||
"name": "Enable",
|
||||
"name": "[%key:common::action::enable%]",
|
||||
"description": "Starts a charging process if charging station is authorized."
|
||||
},
|
||||
"disable": {
|
||||
"name": "Disable",
|
||||
"name": "[%key:common::action::disable%]",
|
||||
"description": "Stops the charging process if charging station is authorized."
|
||||
},
|
||||
"set_failsafe": {
|
||||
|
|
|
@ -371,7 +371,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads the KNX integration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"description": "Controls the HEV LEDs on a LIFX Clean bulb.",
|
||||
"fields": {
|
||||
"power": {
|
||||
"name": "Enable",
|
||||
"name": "[%key:common::action::enable%]",
|
||||
"description": "Start or stop a Clean cycle."
|
||||
},
|
||||
"duration": {
|
||||
|
|
|
@ -243,7 +243,7 @@
|
|||
},
|
||||
"services": {
|
||||
"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.",
|
||||
"fields": {
|
||||
"transition": {
|
||||
|
@ -317,7 +317,7 @@
|
|||
}
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turn off one or more lights.",
|
||||
"fields": {
|
||||
"transition": {
|
||||
|
@ -331,7 +331,7 @@
|
|||
}
|
||||
},
|
||||
"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.",
|
||||
"fields": {
|
||||
"transition": {
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
"description": "Sets the sleep mode and start time.",
|
||||
"fields": {
|
||||
"enabled": {
|
||||
"name": "Enabled",
|
||||
"name": "[%key:common::state::enabled%]",
|
||||
"description": "Whether sleep mode should be enabled."
|
||||
},
|
||||
"start_time": {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
},
|
||||
"open": {
|
||||
"name": "Open",
|
||||
"name": "[%key:common::action::open%]",
|
||||
"description": "Opens a lock.",
|
||||
"fields": {
|
||||
"code": {
|
||||
|
|
|
@ -162,15 +162,15 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns on the power of the media player."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns off the power of the media player."
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles a media player on/off."
|
||||
},
|
||||
"volume_up": {
|
||||
|
@ -210,11 +210,11 @@
|
|||
"description": "Starts playing."
|
||||
},
|
||||
"media_pause": {
|
||||
"name": "Pause",
|
||||
"name": "[%key:common::action::pause%]",
|
||||
"description": "Pauses."
|
||||
},
|
||||
"media_stop": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Stops playing."
|
||||
},
|
||||
"media_next_track": {
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads min/max sensors from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads all modbus entities."
|
||||
},
|
||||
"write_coil": {
|
||||
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
},
|
||||
"stop": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Stops modbus hub.",
|
||||
"fields": {
|
||||
"hub": {
|
||||
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
},
|
||||
"restart": {
|
||||
"name": "Restart",
|
||||
"name": "[%key:common::action::restart%]",
|
||||
"description": "Restarts modbus hub (if running stop then start).",
|
||||
"fields": {
|
||||
"hub": {
|
||||
|
|
|
@ -70,8 +70,8 @@
|
|||
"button_quintuple_press": "\"{subtype}\" quintuple clicked"
|
||||
},
|
||||
"trigger_subtype": {
|
||||
"turn_on": "Turn on",
|
||||
"turn_off": "Turn off",
|
||||
"turn_on": "[%key:common::action::turn_on%]",
|
||||
"turn_off": "[%key:common::action::turn_off%]",
|
||||
"button_1": "First button",
|
||||
"button_2": "Second button",
|
||||
"button_3": "Third button",
|
||||
|
@ -188,7 +188,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads MQTT entities from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"description": "Enables or disables continuous mode on Nuki Opener.",
|
||||
"fields": {
|
||||
"enable": {
|
||||
"name": "Enable",
|
||||
"name": "[%key:common::action::enable%]",
|
||||
"description": "Whether to enable or disable the feature."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
"services": {
|
||||
"pause": {
|
||||
"name": "Pause",
|
||||
"name": "[%key:common::action::pause%]",
|
||||
"description": "Pauses download queue."
|
||||
},
|
||||
"resume": {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads persons from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
},
|
||||
"services": {
|
||||
"disable": {
|
||||
"name": "Disable",
|
||||
"name": "[%key:common::action::disable%]",
|
||||
"description": "Disables configured Pi-hole(s) for an amount of time.",
|
||||
"fields": {
|
||||
"duration": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads ping sensors from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"services": {
|
||||
"start": {
|
||||
"name": "Start",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Starts the Profiler.",
|
||||
"fields": {
|
||||
"seconds": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads all available Python scripts."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,11 +52,11 @@
|
|||
}
|
||||
},
|
||||
"disable": {
|
||||
"name": "Disable",
|
||||
"name": "[%key:common::action::disable%]",
|
||||
"description": "Stops the recording of events and state changes."
|
||||
},
|
||||
"enable": {
|
||||
"name": "Enable",
|
||||
"name": "[%key:common::action::enable%]",
|
||||
"description": "Starts the recording of events and state changes."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Sends the power on command.",
|
||||
"fields": {
|
||||
"activity": {
|
||||
|
@ -37,11 +37,11 @@
|
|||
}
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles a device on/off."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns the device off."
|
||||
},
|
||||
"send_command": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads REST entities from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"services": {
|
||||
"pause": {
|
||||
"name": "Pause",
|
||||
"name": "[%key:common::action::pause%]",
|
||||
"description": "Pauses downloads.",
|
||||
"fields": {
|
||||
"api_key": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads the scenes from the YAML-configuration."
|
||||
},
|
||||
"apply": {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads schedules from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,19 +34,19 @@
|
|||
},
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads all the available scripts."
|
||||
},
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Runs the sequence of actions defined in a script."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Stops a running script."
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggle a script. Starts it, if isn't running, stops it otherwise."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns the siren on.",
|
||||
"fields": {
|
||||
"tone": {
|
||||
|
@ -34,11 +34,11 @@
|
|||
}
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns the siren off."
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles the siren on/off."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads smtp notify services."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
},
|
||||
"title": "Connect"
|
||||
"title": "[%key:common::action::connect%]"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads statistics sensors from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,15 +33,15 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Turns a switch on."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Turns a switch off."
|
||||
},
|
||||
"toggle": {
|
||||
"name": "Toggle",
|
||||
"name": "[%key:common::action::toggle%]",
|
||||
"description": "Toggles a switch on/off."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads telegram notify services."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads template entities from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"services": {
|
||||
"start": {
|
||||
"name": "Start",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Starts a timer.",
|
||||
"fields": {
|
||||
"duration": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
},
|
||||
"pause": {
|
||||
"name": "Pause",
|
||||
"name": "[%key:common::action::pause%]",
|
||||
"description": "Pauses a timer."
|
||||
},
|
||||
"cancel": {
|
||||
|
|
|
@ -30,13 +30,13 @@
|
|||
"selector": {
|
||||
"weekday": {
|
||||
"options": {
|
||||
"mon": "Monday",
|
||||
"tue": "Tuesday",
|
||||
"wed": "Wednesday",
|
||||
"thu": "Thursday",
|
||||
"fri": "Friday",
|
||||
"sat": "Saturday",
|
||||
"sun": "Sunday"
|
||||
"mon": "[%key:common::time::monday%]",
|
||||
"tue": "[%key:common::time::tuesday%]",
|
||||
"wed": "[%key:common::time::wednesday%]",
|
||||
"thu": "[%key:common::time::thursday%]",
|
||||
"fri": "[%key:common::time::friday%]",
|
||||
"sat": "[%key:common::time::saturday%]",
|
||||
"sun": "[%key:common::time::sunday%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -32,13 +32,13 @@
|
|||
"selector": {
|
||||
"weekday": {
|
||||
"options": {
|
||||
"mon": "Monday",
|
||||
"tue": "Tuesday",
|
||||
"wed": "Wednesday",
|
||||
"thu": "Thursday",
|
||||
"fri": "Friday",
|
||||
"sat": "Saturday",
|
||||
"sun": "Sunday"
|
||||
"mon": "[%key:common::time::monday%]",
|
||||
"tue": "[%key:common::time::tuesday%]",
|
||||
"wed": "[%key:common::time::wednesday%]",
|
||||
"thu": "[%key:common::time::thursday%]",
|
||||
"fri": "[%key:common::time::friday%]",
|
||||
"sat": "[%key:common::time::saturday%]",
|
||||
"sun": "[%key:common::time::sunday%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads trend sensors from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads universal media players from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,15 +37,15 @@
|
|||
},
|
||||
"services": {
|
||||
"turn_on": {
|
||||
"name": "Turn on",
|
||||
"name": "[%key:common::action::turn_on%]",
|
||||
"description": "Starts a new cleaning task."
|
||||
},
|
||||
"turn_off": {
|
||||
"name": "Turn off",
|
||||
"name": "[%key:common::action::turn_off%]",
|
||||
"description": "Stops the current cleaning task and returns to its dock."
|
||||
},
|
||||
"stop": {
|
||||
"name": "Stop",
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"description": "Stops the current cleaning task."
|
||||
},
|
||||
"locate": {
|
||||
|
@ -57,11 +57,11 @@
|
|||
"description": "Starts, pauses, or resumes the cleaning task."
|
||||
},
|
||||
"start": {
|
||||
"name": "Start",
|
||||
"name": "[%key:common::action::start%]",
|
||||
"description": "Starts or resumes the cleaning task."
|
||||
},
|
||||
"pause": {
|
||||
"name": "Pause",
|
||||
"name": "[%key:common::action::pause%]",
|
||||
"description": "Pauses the cleaning task."
|
||||
},
|
||||
"return_to_base": {
|
||||
|
|
|
@ -28,10 +28,10 @@
|
|||
"sensor": {
|
||||
"state": {
|
||||
"state": {
|
||||
"ein": "Enabled",
|
||||
"ein": "[%key:common::state::enabled%]",
|
||||
"deaktiviert": "Inactive",
|
||||
"aus": "Disabled",
|
||||
"standby": "Standby",
|
||||
"aus": "[%key:common::state::disabled%]",
|
||||
"standby": "[%key:common::state::standby%]",
|
||||
"auto": "Auto",
|
||||
"permanent": "Permanent",
|
||||
"initialisierung": "Initialization",
|
||||
|
|
|
@ -73,13 +73,13 @@
|
|||
},
|
||||
"days": {
|
||||
"options": {
|
||||
"mon": "Monday",
|
||||
"tue": "Tuesday",
|
||||
"wed": "Wednesday",
|
||||
"thu": "Thursday",
|
||||
"fri": "Friday",
|
||||
"sat": "Saturday",
|
||||
"sun": "Sunday",
|
||||
"mon": "[%key:common::time::monday%]",
|
||||
"tue": "[%key:common::time::tuesday%]",
|
||||
"wed": "[%key:common::time::wednesday%]",
|
||||
"thu": "[%key:common::time::thursday%]",
|
||||
"fri": "[%key:common::time::friday%]",
|
||||
"sat": "[%key:common::time::saturday%]",
|
||||
"sun": "[%key:common::time::sunday%]",
|
||||
"holiday": "Holidays"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"description": "Name of port to enable/disable."
|
||||
},
|
||||
"enabled": {
|
||||
"name": "Enabled",
|
||||
"name": "[%key:common::state::enabled%]",
|
||||
"description": "Indicate if port should be enabled or not."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -224,14 +224,14 @@
|
|||
"device_offline": "Device offline"
|
||||
},
|
||||
"trigger_subtype": {
|
||||
"turn_on": "Turn on",
|
||||
"turn_off": "Turn off",
|
||||
"turn_on": "[%key:common::action::turn_on%]",
|
||||
"turn_off": "[%key:common::action::turn_off%]",
|
||||
"dim_up": "Dim up",
|
||||
"dim_down": "Dim down",
|
||||
"left": "Left",
|
||||
"right": "Right",
|
||||
"open": "Open",
|
||||
"close": "Close",
|
||||
"open": "[%key:common::action::open%]",
|
||||
"close": "[%key:common::action::close%]",
|
||||
"both_buttons": "Both buttons",
|
||||
"button": "Button",
|
||||
"button_1": "First button",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads zones from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,6 +20,31 @@
|
|||
"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": {
|
||||
"off": "Off",
|
||||
"on": "On",
|
||||
|
@ -27,6 +52,8 @@
|
|||
"no": "No",
|
||||
"open": "Open",
|
||||
"closed": "Closed",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"locked": "Locked",
|
||||
|
|
Loading…
Add table
Reference in a new issue