This commit is contained in:
Mateusz Gruszczyński
2026-09-02 23:10:44 +02:00
parent 563523d2e2
commit 76bbd39378
16 changed files with 196 additions and 57 deletions
+8 -1
View File
@@ -1093,6 +1093,13 @@
"flow.cronEveryMinutes": "CRON every {minutes} min",
"flow.cronHourlyAt": "CRON hourly at :{minute}",
"flow.cronDailyAt": "CRON daily at {time}",
"flow.cronCustom": "CRON {expression}"
"flow.cronCustom": "CRON {expression}",
"flow.draft": "Draft",
"flow.draftStatus": "Draft · not executable",
"flow.draftNoExecution": "Draft — disabled, with no executable tasks",
"flow.draftDisabledHint": "A draft is always disabled. Finish the Flow and save it again to create executable tasks.",
"flow.draftCannotEnable": "Finish and save the Flow first. A draft cannot be enabled.",
"flow.saveAsDraftConfirm": "The Flow cannot be saved as executable:\n\n{reason}\n\nSave it as a draft instead? The draft will be disabled and will not create any tasks or schedules.",
"flow.savedAsDraft": "Flow saved as a disabled draft. You can return to it later."
}
}