@@ -55,12 +55,16 @@ export default class ScriptEditor extends Component<{
- Sequence
+
+ {localize("ui.panel.config.script.editor.sequence")}
+
- The sequence of actions of this script.
+ {localize("ui.panel.config.script.editor.sequence_sentence")}
- Learn more about available actions.
+ {localize(
+ "ui.panel.config.script.editor.link_available_actions"
+ )}
diff --git a/src/panels/config/script/ha-script-editor.js b/src/panels/config/script/ha-script-editor.js
index 9f14af1c1b..dd06a37aae 100644
--- a/src/panels/config/script/ha-script-editor.js
+++ b/src/panels/config/script/ha-script-editor.js
@@ -104,6 +104,7 @@ class HaScriptEditor extends LocalizeMixin(NavigateMixin(PolymerElement)) {
diff --git a/src/panels/config/script/ha-script-picker.ts b/src/panels/config/script/ha-script-picker.ts
index 99d23503e1..6373cf1407 100644
--- a/src/panels/config/script/ha-script-picker.ts
+++ b/src/panels/config/script/ha-script-picker.ts
@@ -72,6 +72,9 @@ class HaScriptPicker extends LitElement {
@@ -81,6 +84,9 @@ class HaScriptPicker extends LitElement {
diff --git a/src/translations/en.json b/src/translations/en.json
index 2c0d282612..da6083486a 100755
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -739,7 +739,12 @@
"learn_more": "Learn more about automations",
"pick_automation": "Pick automation to edit",
"no_automations": "We couldn’t find any editable automations",
- "add_automation": "Add automation"
+ "add_automation": "Add automation",
+ "only_editable": "Only automations defined in automations.yaml are editable.",
+ "edit_automation": "Edit automation",
+ "show_info_automation": "Show info about automation",
+ "delete_automation": "Delete automation",
+ "delete_confirm": "Are you sure you want to delete this automation?"
},
"editor": {
"introduction": "Use automations to bring your home alive.",
@@ -956,13 +961,20 @@
"introduction": "The script editor allows you to create and edit scripts. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
"learn_more": "Learn more about scripts",
"no_scripts": "We couldn’t find any editable scripts",
- "add_script": "Add script"
+ "add_script": "Add script",
+ "trigger_script": "Trigger script",
+ "edit_script": "Edit script"
},
"editor": {
+ "introduction": "Use scripts to execute a sequence of actions.",
"header": "Script: {name}",
"default_name": "New Script",
"load_error_not_editable": "Only scripts inside scripts.yaml are editable.",
- "delete_confirm": "Are you sure you want to delete this script?"
+ "delete_confirm": "Are you sure you want to delete this script?",
+ "delete_script": "Delete script",
+ "sequence": "Sequence",
+ "sequence_sentence": "The sequence of actions of this script.",
+ "link_available_actions": "Learn more about available actions."
}
},
"cloud": {