#159: display and validate route steps

This commit is contained in:
Benjamin Gamard
2018-02-02 12:37:56 +01:00
parent 8a854bb37d
commit 5b8cd18128
20 changed files with 292 additions and 50 deletions
@@ -92,6 +92,8 @@
"no_comments": "No comments on this document yet",
"add_comment": "Add a comment",
"error_loading_comments": "Error loading comments",
"workflow_current": "Current workflow step",
"workflow_comment": "Add a workflow comment",
"content": {
"content": "Content",
"delete_file_title": "Delete file",
@@ -103,6 +105,14 @@
"drop_zone": "Drag & drop files here to upload",
"add_files": "Add files"
},
"workflow": {
"workflow": "Workflow",
"message": "Verify or validate your documents with people of your organization using workflows.",
"workflow_start_label": "Which workflow to start?",
"add_more_workflow": "Add more workflows",
"start_workflow_submit": "Start workflow",
"full_name": "<strong>{{ name }}</strong> started on {{ create_date | date }}"
},
"permissions": {
"permissions": "Permissions",
"message": "Permissions can be applied directly to this document, or can come from <a href=\"#/tag\">tags</a>.",
@@ -428,6 +438,15 @@
"GROUP": "Group",
"SHARE": "Shared"
},
"workflow_type": {
"VALIDATE": "Validation",
"APPROVE": "Approbation"
},
"workflow_transition": {
"APPROVED": "Approved",
"REJECTED": "Rejected",
"VALIDATED": "Validated"
},
"validation": {
"required": "Required",
"too_short": "Too short",