mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 03:42:24 +02:00
141 lines
5.0 KiB
JSON
141 lines
5.0 KiB
JSON
{
|
|
"string": {
|
|
"Method": "Method",
|
|
"Execution": "Execution",
|
|
"Process": "Process",
|
|
"Step": "Step",
|
|
"DeleteProcess": "Delete process",
|
|
"DeleteProcessConfirm": "Do you want to delete process?",
|
|
"DeleteState": "Delete State",
|
|
"DeleteStateConfirm": "Do you want to delete state?",
|
|
"RunProcess": "Run process",
|
|
"Processes": "Processes (beta)",
|
|
"Untitled": "Untitled",
|
|
"States": "States",
|
|
"AddState": "Add state",
|
|
"Rollback": "Rollback",
|
|
"NewProcess": "New process",
|
|
"NewState": "New state",
|
|
"AddAction": "Add action",
|
|
"CreateProcess": "Create process",
|
|
"UpdateCard": "Update card",
|
|
"CreateToDo": "Create Action item",
|
|
"NoProcesses": "No processes",
|
|
"Done": "Done",
|
|
"ProcessName": "Process name",
|
|
"NoAttributesForUpdate": "No attributes for update",
|
|
"MissingRequiredFields": "Missing required {length, plural, =1 {field} other {fields}}: {value}",
|
|
"CustomValue": "Custom value",
|
|
"FallbackValue": "Fallback value",
|
|
"Functions": "Functions",
|
|
"UpperCase": "Upper case",
|
|
"LowerCase": "Lower case",
|
|
"Trim": "Trim",
|
|
"FirstValue": "First value",
|
|
"LastValue": "Last value",
|
|
"Random": "Random",
|
|
"AllProcesses": "All processes",
|
|
"MyProcesses": "My processes",
|
|
"ShowDone": "Show done",
|
|
"Add": "Add",
|
|
"Subtract": "Subtract",
|
|
"Offset": "Offset",
|
|
"FirstWorkingDayAfter": "First working day after",
|
|
"FallbackValueError": "Show error if empty",
|
|
"Required": "Required",
|
|
"ParallelExecutionForbidden": "Parallel execution forbidden",
|
|
"StartAutomatically": "Start automatically",
|
|
"Error": "Error",
|
|
"Continue": "Continue",
|
|
"RequestFromUser": "Request from user",
|
|
"EnterValue": "Enter value",
|
|
"OnToDoDone": "When action item done",
|
|
"OnSubProcessesDone": "On sub processes done",
|
|
"Result": "Result",
|
|
"RequestResult": "Request result",
|
|
"NoResultRequired": "No result required",
|
|
"From": "From",
|
|
"To": "To",
|
|
"Trigger": "Trigger",
|
|
"Actions": "Actions",
|
|
"Transition": "Transition",
|
|
"OnToDoCancelled": "When action item is cancelled",
|
|
"DeleteTransition": "Delete transition",
|
|
"DeleteTransitionConfirm": "Do you want to delete transition?",
|
|
"AddTransition": "Add transition",
|
|
"ToDo": "Action item",
|
|
"CurrentCard": "Current card",
|
|
"Data": "Data",
|
|
"Transitions": "Transitions",
|
|
"OnExecutionStart": "On execution start",
|
|
"Prepend": "Prepend",
|
|
"Append": "Append",
|
|
"Replace": "Replace",
|
|
"ReplaceAll": "Replace all",
|
|
"Split": "Split",
|
|
"Cut": "Cut",
|
|
"Replacement": "Replacement",
|
|
"Search": "Search",
|
|
"Separator": "Separator",
|
|
"Start": "Start",
|
|
"End": "End",
|
|
"Multiply": "Multiply",
|
|
"Divide": "Divide",
|
|
"Modulo": "Modulo",
|
|
"Power": "Power",
|
|
"Sqrt": "Sqrt",
|
|
"Round": "Round",
|
|
"Absolute": "Absolute",
|
|
"Ceil": "Ceil",
|
|
"Floor": "Floor",
|
|
"LogAction": "Event",
|
|
"Started": "Started",
|
|
"Each": "Each",
|
|
"CreateCard": "Create card",
|
|
"WhenCardMatches": "When card matches",
|
|
"WhenFieldChanges": "When field changes",
|
|
"ArraySizeEquals": "Size equals",
|
|
"ArraySizeGt": "Size greater than",
|
|
"ArraySizeGte": "Size greater than or equal",
|
|
"ArraySizeLt": "Size less than",
|
|
"ArraySizeLte": "Size less than or equal",
|
|
"Insert": "Insert",
|
|
"Remove": "Remove",
|
|
"RemoveFirst": "Remove first",
|
|
"RemoveLast": "Remove last",
|
|
"Cancelled": "Cancelled",
|
|
"WaitUntil": "Wait until",
|
|
"CurrentUser": "Current user",
|
|
"CurrentDate": "Current date",
|
|
"AddResult": "Add result",
|
|
"For": "For",
|
|
"Context": "Context",
|
|
"Attribute": "Attribute",
|
|
"ProcessRunned": "Process \"{process}\" started",
|
|
"ProcessStateChanged": "Process \"{process}\" changed state to \"{state}\"",
|
|
"ProcessFinished": "Process \"{process}\" finished in \"{state}\"",
|
|
"NewProcessToDo": "New process Action item",
|
|
"EmptyArray": "Empty array",
|
|
"ExecutionInitiator": "Execution initiator",
|
|
"ExecutionStarted": "Execution started",
|
|
"Filter": "Filter",
|
|
"FirstMatchValue": "First match value"
|
|
},
|
|
"error": {
|
|
"MethodNotFound": "Method not found: {methodId}",
|
|
"AttributeNotExists": "Attribute not exists: {key}",
|
|
"RelatedObjectNotFound": "Related object not found: {attr}",
|
|
"RelationNotExists": "Relation not exists: {association}",
|
|
"EmptyAttributeContextValue": "Empty attribute value: {attr}",
|
|
"UserRequestedValueNotProvided": "User requested value not provided: {attr}",
|
|
"ObjectNotFound": "Object not found: {_id}",
|
|
"EmptyRelatedObjectValue": "Empty related object {parent} value: {attr}",
|
|
"InternalServerError": "Internal server error, contact support, error id: {errorId}",
|
|
"ResultNotProvided": "Result not provided",
|
|
"EmptyFunctionResult": "Empty function result {func}",
|
|
"ContextValueNotProvided": "Context value not provided: {name}",
|
|
"RequiredParamsNotProvided": "Required parameters not provided: {params}",
|
|
"TooDeepTransitionRecursion": "Too deep transition recursion"
|
|
}
|
|
}
|