Fix translation of Duplicate label in automation and script editors (#14131)

This commit is contained in:
krazos 2022-10-19 15:59:49 -04:00 committed by GitHub
parent d3015c362d
commit bad3edc340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1861,6 +1861,7 @@
"disabled": "Automation is disabled", "disabled": "Automation is disabled",
"read_only": "This automation can not be edited from the UI, because it is not stored in the automations.yaml file, or doesn't have an ID.", "read_only": "This automation can not be edited from the UI, because it is not stored in the automations.yaml file, or doesn't have an ID.",
"migrate": "Migrate", "migrate": "Migrate",
"duplicate": "[%key:ui::common::duplicate%]",
"run": "[%key:ui::panel::config::automation::editor::actions::run%]", "run": "[%key:ui::panel::config::automation::editor::actions::run%]",
"rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]", "rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]",
"show_trace": "Traces", "show_trace": "Traces",
@ -2337,7 +2338,7 @@
"show_info": "[%key:ui::panel::config::automation::editor::show_info%]", "show_info": "[%key:ui::panel::config::automation::editor::show_info%]",
"read_only": "This script can not be edited from the UI, because it is not stored in the ''scripts.yaml'' file.", "read_only": "This script can not be edited from the UI, because it is not stored in the ''scripts.yaml'' file.",
"migrate": "Migrate", "migrate": "Migrate",
"duplicate": "Duplicate", "duplicate": "[%key:ui::common::duplicate%]",
"header": "Script: {name}", "header": "Script: {name}",
"default_name": "New Script", "default_name": "New Script",
"modes": { "modes": {