mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Fix translation of Duplicate label in automation and script editors (#14131)
This commit is contained in:
parent
d3015c362d
commit
bad3edc340
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user