1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/script/strings.json
2025-10-28 10:33:10 +01:00

71 lines
3.0 KiB
JSON

{
"common": {
"validation_failed_title": "Script {name} failed to set up"
},
"entity_component": {
"_": {
"name": "[%key:component::script::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
},
"state_attributes": {
"current": {
"name": "[%key:component::automation::entity_component::_::state_attributes::current::name%]"
},
"last_action": {
"name": "Last action"
},
"last_triggered": {
"name": "[%key:component::automation::entity_component::_::state_attributes::last_triggered::name%]"
},
"max": {
"name": "Max running scripts"
},
"mode": {
"name": "[%key:component::automation::entity_component::_::state_attributes::mode::name%]",
"state": {
"parallel": "[%key:component::automation::entity_component::_::state_attributes::mode::state::parallel%]",
"queued": "[%key:component::automation::entity_component::_::state_attributes::mode::state::queued%]",
"restart": "[%key:component::automation::entity_component::_::state_attributes::mode::state::restart%]",
"single": "[%key:component::automation::entity_component::_::state_attributes::mode::state::single%]"
}
}
}
}
},
"issues": {
"validation_failed_blueprint": {
"description": "The blueprinted script \"{name}\" (`{entity_id}`) failed to set up.\n\nError:`{error}`.\n\nTo fix this error, [edit the script]({edit}) to correct it, then save and reload the script configuration.",
"title": "[%key:component::script::common::validation_failed_title%]"
},
"validation_failed_schema": {
"description": "The script \"{name}\" (`{entity_id}`) is not active because the configuration has errors.\n\nError:`{error}`.\n\nTo fix this error, [edit the script]({edit}) to correct it, then save and reload the script configuration.",
"title": "[%key:component::script::common::validation_failed_title%]"
},
"validation_failed_sequence": {
"description": "The script \"{name}\" (`{entity_id}`) is not active because its sequence could not be set up.\n\nError:`{error}`.\n\nTo fix this error, [edit the script]({edit}) to correct it, then save and reload the script configuration.",
"title": "[%key:component::script::common::validation_failed_title%]"
}
},
"services": {
"reload": {
"description": "Reloads all the available scripts.",
"name": "[%key:common::action::reload%]"
},
"toggle": {
"description": "Starts a script if it isn't running, stops it otherwise.",
"name": "[%key:common::action::toggle%]"
},
"turn_off": {
"description": "Stops a running script.",
"name": "[%key:common::action::turn_off%]"
},
"turn_on": {
"description": "Runs the sequence of actions defined in a script.",
"name": "[%key:common::action::turn_on%]"
}
},
"title": "Script"
}