@nocobase/plugin-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
244 lines (243 loc) • 20 kB
JSON
{
"\"Submit to workflow\" to \"Post-action event\" is deprecated, please use \"Custom action event\" instead.": "\"Submit to workflow\" to \"Post-action event\" is deprecated, please use \"Custom action event\" instead.",
"\"{{branchName}}\" branch": "\"{{branchName}}\" branch",
"A new version will be created automatically after execution if current version is not executed.": "A new version will be created automatically after execution if current version is not executed.",
"Aborted": "Aborted",
"Add": "Add",
"Add category": "Add category",
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "Add new record to a collection. You can use variables from upstream nodes to assign values to fields.",
"Add node": "Add node",
"Add workflow": "Add workflow",
"Advanced": "Avanzada",
"After end of branches": "After end of branches",
"After record added": "Después de añadir el registro",
"After record added or updated": "Después de añadir o actualizar el registro",
"After record deleted": "Después de eliminar el registro",
"After record updated": "Después de actualizar el registro",
"All": "All",
"Allow multiple records as result": "Allow multiple records as result",
"Are you sure you want to cancel the execution?": "Are you sure you want to cancel the execution?",
"Arithmetic calculation": "Cálculo aritmético",
"Asynchronously": "Asynchronously",
"Auto delete history when execution is on end status": "Auto delete history when execution is on end status",
"Automatically create a new version after execution": "Automatically create a new version after execution",
"Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".": "Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".",
"Based on certain date": "Basado en fecha determinada",
"Based on date field of collection": "Basado en el campo de fecha de la colección",
"Basic": "Basic",
"Bind workflows": "Bind workflows",
"Boolean": "Booleano",
"Branch into \"Yes\" and \"No\"": "Ramificarse en \"Sí\" y \"No\"",
"Branch to keep": "Branch to keep",
"Branch {{index}}": "Branch {{index}}",
"By custom date": "Por fecha personalizada",
"By day": "Por día",
"By field": "Por campo",
"By hour": "Por hora",
"By minute": "Por minuto",
"By month": "Por mes",
"By week": "Por semana",
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.": "Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.",
"Calculation": "Cálculo",
"Calculation engine": "Calculation engine",
"Calculation expression": "Calculation expression",
"Calculation result": "Resultado del cálculo",
"Can not delete": "No se puede eliminar",
"Cancel the execution": "Cancel the execution",
"Canceled": "Cancelado",
"Category": "Category",
"Changed fields": "Campos modificados",
"Choose a record or primary key of a record in the collection to trigger.": "Choose a record or primary key of a record in the collection to trigger.",
"Clear all executions": "Clear all executions",
"Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?": "Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?",
"Collection event": "Evento de recogida",
"Collection operations": "Operaciones de recogida",
"Completed": "Completed",
"Concat": "Concat",
"Condition": "Condición",
"Condition expression": "Condition expression",
"Conditions": "Condiciones",
"Configure calculation": "Configurar cálculo",
"Constant": "Constante",
"Continue when \"Yes\"": "Continuar cuando \"Sí\"",
"Continue when disabled or upgraded": "Continue when disabled or upgraded",
"Control": "Control",
"Copy to new version": "Copiar a nueva versión",
"Create record": "Crear registro",
"Current time": "Current time",
"Current version will be deleted (without affecting other versions).": "Current version will be deleted (without affecting other versions).",
"Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.": "Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.",
"Date range": "Date range",
"Date variables": "Date variables",
"Days": "Días",
"Delete all": "Delete all",
"Delete category": "Delete category",
"Delete node": "Delete node",
"Delete record": "Delete record",
"Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.": "Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.",
"Duplicate": "Duplicar",
"Duplicate to new workflow": "Duplicate to new workflow",
"Edit category": "Edit category",
"End": "Fin",
"End process": "End process",
"End status": "End status",
"End the process immediately, with set status.": "End the process immediately, with set status.",
"Ends on": "Finaliza el",
"Error": "Error",
"Every": "Cada",
"Exactly at": "Exactamente en",
"Execute manually": "Execute manually",
"Execute mode": "Execute mode",
"Execute on": "Execute on",
"Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.": "Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.",
"Executed": "Ejecutado",
"Executed at": "Ejecutado en",
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
"Execution history": "Historial de ejecución",
"Exit when query result is null": "Exit when query result is null",
"Expression syntax error": "Expression syntax error",
"Extended types": "Tipos ampliados",
"Failed": "Fallido",
"Failed to satisfy node configurations.": "Failed to satisfy node configurations.",
"False": "Falso",
"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.": "Los campos a los que no se les asigne un valor se establecerán en el valor predeterminado, y los que no tengan un valor predeterminado se establecerán en nulo.",
"For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.": "For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.",
"Full form data": "Full form data",
"General failed but should do another try.": "General failed but should do another try.",
"Go back": "Go back",
"Hours": "Horas",
"If checked, all nodes in-progress could continue to be processed in execution of disabled workflow. Otherwise, all nodes in-progress will be aborted automatically.": "If checked, all nodes in-progress could continue to be processed in execution of disabled workflow. Otherwise, all nodes in-progress will be aborted automatically.",
"If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.": "If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.",
"Inside of \"No\" branch": "Inside of \"No\" branch",
"Inside of \"Yes\" branch": "Inside of \"Yes\" branch",
"Inside of \"{{branchName}}\" branch": "Inside of \"{{branchName}}\" branch",
"Inside of branch": "Inside of branch",
"Keep": "Keep",
"Load failed": "Carga fallida",
"Loading": "Cargando",
"Log": "Log",
"Manual": "Manual",
"Manually canceled whole execution when waiting.": "Manually canceled whole execution when waiting.",
"Maximum number of cycling triggers": "Maximum number of cycling triggers",
"Minutes": "Minutos",
"Mode": "Modo",
"Months": "Meses",
"Move all downstream nodes to": "Move all downstream nodes to",
"Multiple records": "Múltiples registros",
"New version enabled": "New version enabled",
"No": "No",
"No end": "Sin fin",
"No limit": "Sin límite",
"No repeat": "No repetir",
"No variable": "No variable",
"No workflow tasks available. Please contact the administrator.": "No workflow tasks available. Please contact the administrator.",
"Node in executed workflow cannot be modified": "Nodo en flujo de trabajo ejecutado no puede ser modificado",
"Node result": "Resultado nodo",
"Node type": "Tipo de nodo",
"Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "Node with unknown type will cause error. Please delete it or check plugin which provide this type.",
"Null": "Null",
"Off": "Apagado",
"On": "Activado",
"On going": "En curso",
"Only triggers when match conditions": "Sólo se dispara cuando coinciden las condiciones",
"Only update records matching conditions": "Actualizar sólo los registros que cumplan las condiciones",
"Operations": "Operations",
"Operator": "Calculadora",
"Pending": "Pendiente",
"Please add at least one condition": "Please add at least one condition",
"Please select collection first": "Por favor, seleccione primero la colección",
"Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.": "Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.",
"Preload associations": "Preload associations",
"Query record": "Consultar registro",
"Query records from a collection. You can use variables from upstream nodes as query conditions.": "Query records from a collection. You can use variables from upstream nodes as query conditions.",
"Query users": "Query users",
"Queueing": "Puesta en cola",
"Rejected": "Rejected",
"Rejected from a manual node.": "Rejected from a manual node.",
"Repeat limit": "Límite de repetición",
"Repeat mode": "Modo repetición",
"Replace variables": "Replace variables",
"Resolved": "Resolved",
"Result": "Result",
"Result type": "Result type",
"Retry needed": "Retry needed",
"Running of some node was aborted by program flow.": "Running of some node was aborted by program flow.",
"Schedule event": "Programar evento",
"Scope variables": "Scope variables",
"Seconds": "Segundos",
"Select context": "Select context",
"Select users": "Select users",
"Select workflow": "Select workflow",
"Single record": "Single record",
"Some node meets error.": "Some node meets error.",
"Started and executing, maybe waiting for an async callback (manual, delay etc.).": "Started and executing, maybe waiting for an async callback (manual, delay etc.).",
"Starts on": "Comienza el",
"Status": "Estado",
"String": "Cadena",
"String operation": "Operación de Cadena",
"Submit to workflow": "Submit to workflow",
"Succeeded": "Logrado",
"Successfully finished.": "Successfully finished.",
"Support pre-action event (local mode), post-action event (local mode), and approval event here.": "Support pre-action event (local mode), post-action event (local mode), and approval event here.",
"Sync": "Sync",
"Sync enabled status of all workflows from database": "Sync enabled status of all workflows from database",
"Synchronously": "Synchronously",
"Syntax references: ": "Syntax references: ",
"System time": "System time",
"System variables": "System variables",
"Task type {{type}} is invalid": "Task type {{type}} is invalid",
"Test run": "Test run",
"Test run will do the actual data manipulating or API calling, please use with caution.": "Test run will do the actual data manipulating or API calling, please use with caution.",
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "El resultado de este nodo ha sido referenciado por otros nodos ({{nodes}}",
"The result will be an array containing matched records, or an empty one if no matching records. This can be used to be processed in a loop node.": "The result will be an array containing matched records, or an empty one if no matching records. This can be used to be processed in a loop node.",
"The result will be an object of the first matching record only, or null if no matched record.": "The result will be an object of the first matching record only, or null if no matched record.",
"The trigger is not configured correctly, please check the trigger configuration.": "The trigger is not configured correctly, please check the trigger configuration.",
"The triggers of same workflow by some node (create, update and sub-flow etc.) more than this number will be ignored. Large number may cause performance issues. Please use with caution.": "The triggers of same workflow by some node (create, update and sub-flow etc.) more than this number will be ignored. Large number may cause performance issues. Please use with caution.",
"The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.": "The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.",
"The workflow tasks page has already been created.": "The workflow tasks page has already been created.",
"This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).": "This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).",
"This node contains branches, deleting will also be preformed to them, are you sure?": "Este nodo contiene ramas, el borrado también se preformará a ellas, ¿estás seguro?",
"This type of trigger has not been supported to be executed manually.": "This type of trigger has not been supported to be executed manually.",
"This will perform all the actions configured in the workflow. Are you sure you want to continue?": "This will perform all the actions configured in the workflow. Are you sure you want to continue?",
"Trigger": "Disparador",
"Trigger data": "Datos de activación",
"Trigger data context": "Trigger data context",
"Trigger in executed workflow cannot be modified": "No se puede modificar el desencadenante en el flujo de trabajo ejecutado",
"Trigger mode": "Modo de activación",
"Trigger on": "Activado en",
"Trigger time": "Tiempo de activación",
"Trigger type": "Tipo de activador",
"Trigger variables": "Variables de activación",
"Trigger variables need to be filled for executing.": "Trigger variables need to be filled for executing.",
"Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.": "Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.",
"Triggered at": "Disparado a las",
"Triggered but still waiting in queue to execute.": "Triggered but still waiting in queue to execute.",
"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, any field is considered to have been changed.": "Se activa sólo si cambia uno de los campos seleccionados. Si no se selecciona, significa que se activará cuando cambie cualquier campo. Cuando se añade o elimina un registro, se considera que se ha modificado cualquier campo.",
"Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".": "Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".",
"True": "Verdadero",
"Unassigned fields will be set to default values, and those without default values will be set to null.": "Unassigned fields will be set to default values, and those without default values will be set to null.",
"Unknown node": "Unknown node",
"Unknown trigger": "Unknown trigger",
"Update all eligible data at one time, which has better performance when the amount of data is large. But association fields are not supported (unless foreign key in current collection), and the updated data will not trigger other workflows.": "Update all eligible data at one time, which has better performance when the amount of data is large. But association fields are not supported (unless foreign key in current collection), and the updated data will not trigger other workflows.",
"Update in a batch": "Update in a batch",
"Update mode": "Update mode",
"Update one by one": "Update one by one",
"Update record": "Actualizar registro",
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "Update records of a collection. You can use variables from upstream nodes as query conditions and field values.",
"Use transaction": "Use transaction",
"Variable key of node": "Variable key of node",
"Version": "Versión",
"View result": "View result",
"Weeks": "Semanas",
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
"Workflow": "Flujo de trabajo",
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>",
"Workflow is not exists": "Workflow is not exists",
"Workflow tasks": "Workflow tasks",
"Workflow todos": "Workflow todos",
"Workflow will be triggered before deleting succeeded (only supports pre-action event in local mode).": "Workflow will be triggered before deleting succeeded (only supports pre-action event in local mode).",
"Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".",
"Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.",
"Yes": "Yes",
"concat": "concat"
}