mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
#159: display and validate route steps
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user