|
7 | 7 | "footer": { |
8 | 8 | "title": "DocuSign: it’s time to agree better", |
9 | 9 | "paragraph": "DocuSign helps organizations connect and automate how they prepare, sign, act on, and manage agreements.", |
10 | | - "copyright": "© 2023 DocuSign Inc.", |
| 10 | + "copyright": "© 2024 DocuSign Inc.", |
11 | 11 | "createButton": "Create developer account", |
12 | 12 | "learnButton": "Learn more ->" |
13 | 13 | } |
14 | 14 | }, |
| 15 | + "login": { |
| 16 | + "acg": "Authorization Code Grant", |
| 17 | + "acgDescription": "This authentication type provides functionality of creating, triggering and managing workflows.", |
| 18 | + "jwt": "JSON Web Token", |
| 19 | + "jwtDescription": "This authentication type provides functionality of only triggering and managing workflows." |
| 20 | + }, |
| 21 | + "triggerForm": { |
| 22 | + "formTitle": "Fill in details", |
| 23 | + "formName": "Participant Information", |
| 24 | + "fields": { |
| 25 | + "instanceName": "Instance Name", |
| 26 | + "signerName": "Signer Name", |
| 27 | + "signerEmail": "Signer Email", |
| 28 | + "ccName": "CC Name", |
| 29 | + "ccEmail": "CC Email" |
| 30 | + } |
| 31 | + }, |
| 32 | + "home": { |
| 33 | + "card1": { |
| 34 | + "title": "'Create a workflow'", |
| 35 | + "description": "Create workflow definitions from the dropdown list below" |
| 36 | + }, |
| 37 | + "card2": { |
| 38 | + "title": "Trigger a workflow", |
| 39 | + "description": "Get list of workflow definitions created and trigger workflows" |
| 40 | + }, |
| 41 | + "card3": { |
| 42 | + "title": "Manage a workflow", |
| 43 | + "description": "Get list of workflow instances, update their status and cancel them" |
| 44 | + } |
| 45 | + }, |
15 | 46 | "loader": { |
16 | 47 | "title": "Waiting for log in", |
17 | 48 | "paragraph": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." |
18 | 49 | }, |
| 50 | + "behindTheScenes": { |
| 51 | + "titles": { |
| 52 | + "main": "This sample features", |
| 53 | + "code": "Code flow", |
| 54 | + "step1": "Step 1", |
| 55 | + "step2": "Step 2", |
| 56 | + "step3": "Step 3" |
| 57 | + }, |
| 58 | + "descriptions": { |
| 59 | + "codeDescription": "See the source code: " |
| 60 | + }, |
| 61 | + "createWorkflow": { |
| 62 | + "mainDescription": "- Creation of 1-9 workflow\n - Creation of Offer Letter workflow\n - Creation of NDA workflow", |
| 63 | + "step1Description": "Using the Envelopes:list API method, check that template is imported to the account, otherwise give an ability to download needed template.", |
| 64 | + "step2Description": "Using the WorkflowManagement:create API method, create a workflow definition with all the data from the template.", |
| 65 | + "step3Description": "Using the WorkflowManagement:publish API method, publish the created workflow definition to the account to make it visible and usable." |
| 66 | + }, |
| 67 | + "triggerWorkflow": { |
| 68 | + "mainDescription": "- Gets published workflow definitions from the account\n - Gets last run status of workflow definition used in this sample app\n - Triggers workflow definition", |
| 69 | + "step1Description": "Using the WorkflowManagement:getWorkflowDefinitions API method, gets workflow definitions created on user account and filters last published definitions used in this app.", |
| 70 | + "step2Description": "Using the WorkflowTrigger:triggerWorkflow API method, triggers chosen workflow definition with data parsed from the form" |
| 71 | + }, |
| 72 | + "manageWorkflow": { |
| 73 | + "mainDescription": "- Gets triggered workflow instances of sample app workflow definitions\n - Gets status of workflow instances created using Trigger Workflow functionality\n - Cancels chosen workflow instance", |
| 74 | + "step1Description": "Using the WorkflowInstanceManagement:getWorkflowInstances API method, gets workflow instances triggered from workflow definition used for this sample app and filters only created in this user session4.", |
| 75 | + "step2Description": "Using the WorkflowInstanceManagement:getWorkflowInstance API method, gets the status of the chosen workflow instance.", |
| 76 | + "step3Description": "Using the WorkflowInstanceManagement:cancelWorkflowInstance API method, cancels the chosen workflow instance." |
| 77 | + } |
| 78 | + }, |
| 79 | + "workflowList": { |
| 80 | + "doNotHaveWorkflow": "You don't have any workflows", |
| 81 | + "columns": { |
| 82 | + "lastRunStatus": "Status of last run", |
| 83 | + "workflowName": "Workflow name", |
| 84 | + "workflowType": "Workflow type" |
| 85 | + } |
| 86 | + }, |
| 87 | + "pageTitles": { |
| 88 | + "manageWorkflow": "Manage workflows", |
| 89 | + "triggerWorkflow": "Trigger a workflow" |
| 90 | + }, |
| 91 | + "popups": { |
| 92 | + "workflowTriggered": { |
| 93 | + "title": "Workflow Triggered", |
| 94 | + "description": "To complete the workflow steps click the button below" |
| 95 | + }, |
| 96 | + "workflowDefinitionCreated": { |
| 97 | + "publish": { |
| 98 | + "description": "To publish the workflow, proceed with the button below", |
| 99 | + "button": "Publish the workflow" |
| 100 | + }, |
| 101 | + "published": { |
| 102 | + "title": "Done", |
| 103 | + "description": "Workflow successfully published" |
| 104 | + }, |
| 105 | + "error": { |
| 106 | + "title": "Workflow creation was unsuccessful", |
| 107 | + "button": "Download Template" |
| 108 | + } |
| 109 | + } |
| 110 | + }, |
| 111 | + "buttons": { |
| 112 | + "login": "Log in", |
| 113 | + "logout": "Log out", |
| 114 | + "behindTheScenes": "Behind the scenes", |
| 115 | + "continue": "Continue", |
| 116 | + "cancel": "Cancel", |
| 117 | + "createWorkflow": "Create a new workflow ->", |
| 118 | + "triggerWorkflow": "Trigger workflow", |
| 119 | + "triggerNewWorkflow": "Trigger new workflow ->", |
| 120 | + "updateWorkflow": "Update workflow status", |
| 121 | + "cancelWorkflow": "Cancel workflow", |
| 122 | + "getStarted": "Get Started", |
| 123 | + "moreInfo": "More Info" |
| 124 | + }, |
19 | 125 | "links": { |
20 | 126 | "github": "https://github.com/docusign/sample-app-mymaestro-node", |
21 | 127 | "createsandbox": "https://go.docusign.com/o/sandbox/", |
|
0 commit comments