mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
124 lines
4.3 KiB
JSON
124 lines
4.3 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 ToDo",
|
|
"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 completing ToDo",
|
|
"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 ToDo cancelling",
|
|
"DeleteTransition": "Delete transition",
|
|
"DeleteTransitionConfirm": "Do you want to delete transition?",
|
|
"AddTransition": "Add transition",
|
|
"ToDo": "ToDo",
|
|
"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",
|
|
"Round": "Round",
|
|
"Absolute": "Absolute",
|
|
"Ceil": "Ceil",
|
|
"Floor": "Floor",
|
|
"LogAction": "Event",
|
|
"Started": "Started",
|
|
"Each": "Each",
|
|
"CreateCard": "Create card",
|
|
"OnCardUpdate": "On card update",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|