tachybase_todo/packages/plugins/@nocobase/plugin-workflow/src/locale/en-US.json
Junyi 0e7cb9e5cf
refactor(plugin-workflow): split workflow features into plugins (#3115)
* refactor(plugin-workflow): split manual and dynamic calculation into plugins

* refactor(plugin-workflow): move loop to plugin

* refactor(plugin-workflow): move parallel to plugin

* fix(plugin-dynamic-calculation): fix package title

* fix(plugin-workflow): fix plugin name

* refactor(plugin-workflow): move delay to plugin

* refactor(plugin-workflow): simplify exporting names

* refactor(plugin-workflow): move aggregate to plugin

* refactor(plugin-workflow): move sql to plugin

* refactor(plugin-workflow): move reqeust to plugin

* refactor(plugin-workflow): move form trigger to plugin

* refactor(plugin-workflow): move locale to plugins

* fix(plugin-workflow): fix test cases

* fix(plugin-workflow-request): package name typo

* fix(plugin-workflow): remove clean db from testkit

* fix(plugin-workflow-sql): skip independent case

* fix(plugin-workflow-sql): skip independent case

* fix(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* test(plugin-workflow-delay): fix test cases

* fix(plugin-workflow): fix migration version matching

* test(plugin-workflow): fix test case

* refactor(plugin-workflow): correct exporting of testkit

* fix(plugin-workflow): fix testkit and require module

* refactor(plugin-workflow): add workflow-test package for testing

* test(plugin-workflow): test weird case

* fix(plugin-workflow-test): remove workflow dependency to avoid cycling

* fix(plugin-workflow): fix migration version

* fix(plugin-workflow): fix migration and packages

* fix(plugin-workflow): fix package dependencies

* fix(preset): fix builtin list in preset

* fix(plugin-workflow): add package entry file

* fix(plugin-workflow): fix migrations

* refactor(plugin-workflow): remove require

* fix(plugin-workflow): fix locale namespace

* fix(plugin-workflow): fix merged errors

* fix(plugin-workflow): fix import cycling references

* refactor(plugin-workflow): change instruction and triggers to classes in client

* fix(plugin-workflow): fix migration version
2023-12-07 05:46:58 -08:00

99 lines
4.2 KiB
JSON

{
"Workflow": "Workflow",
"Execution history": "Execution history",
"Executed": "Executed",
"Trigger type": "Trigger type",
"Status": "Status",
"On": "On",
"Off": "Off",
"Version": "Version",
"Copy to new version": "Copy to new version",
"Duplicate": "Duplicate",
"Loading": "Loading",
"Load failed": "Load failed",
"Trigger": "Trigger",
"Trigger variables": "Trigger variables",
"Trigger data": "Trigger data",
"Trigger time": "Trigger time",
"Triggered at": "Triggered at",
"Collection event": "Collection event",
"Trigger on": "Trigger on",
"After record added": "After record added",
"After record updated": "After record updated",
"After record added or updated": "After record added or updated",
"After record deleted": "After record deleted",
"Changed fields": "Changed fields",
"Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.",
"Only triggers when match conditions": "Only triggers when match conditions",
"Schedule event": "Schedule event",
"Trigger mode": "Trigger mode",
"Based on certain date": "Based on certain date",
"Based on date field of collection": "Based on date field of collection",
"Starts on": "Starts on",
"Ends on": "Ends on",
"No end": "No end",
"Exactly at": "Exactly at",
"Repeat mode": "Repeat mode",
"Repeat limit": "Repeat limit",
"No limit": "No limit",
"Seconds": "Seconds",
"Minutes": "Minutes",
"Hours": "Hours",
"Days": "Days",
"Weeks": "Weeks",
"Months": "Months",
"No repeat": "No repeat",
"Every": "Every",
"By minute": "By minute",
"By hour": "By hour",
"By day": "By day",
"By week": "By week",
"By month": "By month",
"By field": "By field",
"By custom date": "By custom date",
"Advanced": "Advanced",
"End": "End",
"Node result": "Node result",
"Constant": "Constant",
"Null": "Null",
"Boolean": "Boolean",
"String": "String",
"Calculator": "Calculator",
"Arithmetic calculation": "Arithmetic calculation",
"String operation": "String operation",
"Executed at": "Executed at",
"Queueing": "Queueing",
"On going": "On going",
"Succeeded": "Succeeded",
"Failed": "Failed",
"Pending": "Pending",
"Canceled": "Canceled",
"This node contains branches, deleting will also be preformed to them, are you sure?": "This node contains branches, deleting will also be preformed to them, are you sure?",
"Control": "Control",
"Collection operations": "Collection operations",
"Extended types": "Extended types",
"Node type": "Node type",
"Calculation": "Calculation",
"Configure calculation": "Configure calculation",
"Calculation result": "Calculation result",
"True": "True",
"False": "False",
"concat": "concat",
"Condition": "Condition",
"Mode": "Mode",
"Continue when \"Yes\"": "Continue when \"Yes\"",
"Branch into \"Yes\" and \"No\"": "Branch into \"Yes\" and \"No\"",
"Conditions": "Conditions",
"Create record": "Create record",
"Update record": "Update record",
"Query record": "Query record",
"Multiple records": "Multiple records",
"Please select collection first": "Please select collection first",
"Only update records matching conditions": "Only update records matching conditions",
"Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.",
"Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
"Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
"Can not delete": "Can not delete",
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting."
}