|
@@ -0,0 +1,132 @@
|
|
|
+export default {
|
|
|
+ // branch.vue
|
|
|
+ branchTips: 'Enter this branch when the following conditions are met',
|
|
|
+ orSatisfied: 'Or satisfy',
|
|
|
+ conditionGroup: 'Condition Group',
|
|
|
+ desc: 'Description',
|
|
|
+ conditionField: 'Condition Field',
|
|
|
+ operator: 'Operator',
|
|
|
+ value: 'Value',
|
|
|
+ when: 'When',
|
|
|
+ and: 'And',
|
|
|
+ pleaseSelect: 'Please select',
|
|
|
+ eq: 'Equal',
|
|
|
+ neq: 'Not equal',
|
|
|
+ gt: 'Greater than',
|
|
|
+ gte: 'Greater than or equal',
|
|
|
+ lt: 'Less than',
|
|
|
+ lte: 'Less than or equal',
|
|
|
+ include: 'Include',
|
|
|
+ notInclude: 'Not include',
|
|
|
+ addCondition: 'Add condition',
|
|
|
+ addConditionGroup: 'Add condition group',
|
|
|
+
|
|
|
+ // CommonProperty.vue
|
|
|
+ nodeName: 'Node Name',
|
|
|
+ reviewMethod: 'Review Method',
|
|
|
+ pleaseSelectReviewMethod: 'Please select review method',
|
|
|
+ receiveMethod: 'Receive Method',
|
|
|
+ pleaseSelectReceiveMethod: 'Please select receive method',
|
|
|
+ dynamicAssignExpr: 'Dynamic Assign Expression',
|
|
|
+ assignUpperDept: 'Assign Upper Department',
|
|
|
+ pleaseInput: 'Please input',
|
|
|
+ upper: 'Upper',
|
|
|
+ department: 'Department',
|
|
|
+ assignRole: 'Assign Roles',
|
|
|
+ pleaseSelectRole: 'Please select roles',
|
|
|
+ assignDept: 'Assign Departments',
|
|
|
+ pleaseSelectDept: 'Please select departments',
|
|
|
+ assignPost: 'Assign Posts',
|
|
|
+ assignUser: 'Assign Users',
|
|
|
+ multiApproveRule: 'Multi-person Approval Rule',
|
|
|
+ pleaseSelectMultiApproveRule: 'Please select multi-person approval rule',
|
|
|
+ gatewayApproveRule: 'Gateway Approval Rule',
|
|
|
+ sendNotice: 'Send Notice',
|
|
|
+ sms: 'SMS',
|
|
|
+ email: 'Email',
|
|
|
+ innerNotice: 'In-site Notice',
|
|
|
+ allowRollback: 'Allow Rollback',
|
|
|
+ yes: 'Yes',
|
|
|
+ no: 'No',
|
|
|
+ branchCondition: 'Branch Condition',
|
|
|
+ requestUrl: 'Request URL',
|
|
|
+ pleaseInputWebhookUrl: 'Please input WebHook URL',
|
|
|
+ requestMethod: 'Request Method',
|
|
|
+ pleaseSelectRequestMethod: 'Please select request method',
|
|
|
+ requestHeaders: 'Request Headers',
|
|
|
+ requestHeaderParams: 'Header Parameters',
|
|
|
+ requestBodyType: 'Request Body Type',
|
|
|
+ json: 'JSON',
|
|
|
+ requestBody: 'Request Body',
|
|
|
+ requestBodyParams: 'Body Parameters',
|
|
|
+ save: 'Save',
|
|
|
+
|
|
|
+ // DynamicJudgeInput.vue
|
|
|
+ dynamicExprPlaceholder: "Please enter expression, e.g. {example}",
|
|
|
+ insertField: 'Insert Field',
|
|
|
+ exprShouldBeUserId: 'The expression value should be user id',
|
|
|
+
|
|
|
+ // FieldSelector.vue
|
|
|
+ formCategory: 'Form Category',
|
|
|
+ fieldList: 'Field List',
|
|
|
+
|
|
|
+ // webhookParams.vue
|
|
|
+ addParam: 'Add Parameter',
|
|
|
+ paramName: 'Parameter Name',
|
|
|
+ paramValue: 'Parameter Value',
|
|
|
+ paramNameExist: 'Parameter name already exists',
|
|
|
+
|
|
|
+ // checkFlow.vue
|
|
|
+ startApproval: 'Start Approval',
|
|
|
+ projectName: 'Project Name',
|
|
|
+ selectWorkflow: 'Select Workflow',
|
|
|
+ flowChart: 'Flow Chart',
|
|
|
+ clickToViewFlowChart: 'Click to view {name} flow chart',
|
|
|
+ urgency: 'Urgency',
|
|
|
+ reviewOpinion: 'Review Opinion',
|
|
|
+ confirm: 'Confirm',
|
|
|
+ cancel: 'Cancel',
|
|
|
+ processApproval: 'Process Approval',
|
|
|
+ approvalOpinion: 'Approval Opinion',
|
|
|
+ clickToViewFlowChartBtn: 'Click to view flow chart',
|
|
|
+ nextStep: 'Next Step',
|
|
|
+ approvalCompleted: 'Approval Completed',
|
|
|
+ rollbackStep: 'Rollback Step',
|
|
|
+ selectRollbackStep: 'Please select rollback step',
|
|
|
+ attachment: 'Attachment',
|
|
|
+ submitApproval: 'Submit Approval',
|
|
|
+ rollback: 'Rollback',
|
|
|
+ approvalRecords: 'Approval Records',
|
|
|
+ plsSelectWorkflow: 'Please select workflow',
|
|
|
+ plsSelectUrgency: 'Please select urgency',
|
|
|
+ plsFillApprovalOpinion: 'Please fill approval opinion',
|
|
|
+ startSuccess: 'Started successfully',
|
|
|
+ noPermission: 'You do not have approval permission',
|
|
|
+ approvalSuccess: 'Approved successfully',
|
|
|
+ rollbackSuccess: 'Rollback successfully',
|
|
|
+
|
|
|
+ // Control.vue
|
|
|
+ zoomIn: 'Zoom In',
|
|
|
+ zoomOut: 'Zoom Out',
|
|
|
+ fitView: 'Fit View',
|
|
|
+ resetPosition: 'Reset Position',
|
|
|
+ resetAll: 'Reset (Zoom & Position)',
|
|
|
+ undo: 'Undo (ctrl+z)',
|
|
|
+ redo: 'Redo (ctrl+y)',
|
|
|
+ downloadImage: 'Download Image',
|
|
|
+ viewData: 'View Data',
|
|
|
+ viewTurboData: 'View Turbo Data',
|
|
|
+ viewMiniMap: 'View Mini Map',
|
|
|
+ saveModel: 'Save Model',
|
|
|
+
|
|
|
+ // flowLog.vue
|
|
|
+ noData: 'No Data',
|
|
|
+ flowRollback: 'Flow Rollback',
|
|
|
+ returnForModification: 'Return for Modification',
|
|
|
+ approver: 'Approver',
|
|
|
+ approvalAction: 'Approval Action',
|
|
|
+
|
|
|
+ // showDesign.vue
|
|
|
+ setNodeProps: 'Set Node Properties',
|
|
|
+}
|
|
|
+
|