@ailaw/venus 1.124.0 → 1.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en.js +14 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1566,6 +1566,19 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1566
1566
|
addStageAfter: "Add a stage after {progressName}",
|
|
1567
1567
|
confirmToMoveStage: "Are you sure to move to this stage?",
|
|
1568
1568
|
addFromProgressTemplates: "Import from Progress Templates",
|
|
1569
|
-
manageProgressTemplates: "Manage Progress Templates"
|
|
1569
|
+
manageProgressTemplates: "Manage Progress Templates",
|
|
1570
|
+
"e-signature": "E-Signature",
|
|
1571
|
+
noESignatureTokenHint: "Your office is not integrated with Dropbox Sign. Please integrate first. <br>Click 'OK' to jump into Integration Page.",
|
|
1572
|
+
createSignatureRequest: "Create an Signature Request",
|
|
1573
|
+
requester: "Requester",
|
|
1574
|
+
requesterName: "Requester Name",
|
|
1575
|
+
file: "File",
|
|
1576
|
+
signers: "Signer(s)",
|
|
1577
|
+
selectClient: "Select Client",
|
|
1578
|
+
selectAClient: "Select a Client",
|
|
1579
|
+
newSigner: "New Signer",
|
|
1580
|
+
signerName: "Signer Name",
|
|
1581
|
+
addAnotherSigner: "Add another Signer",
|
|
1582
|
+
moreDetail: "More Detail"
|
|
1570
1583
|
});
|
|
1571
1584
|
export { en as default };
|