@ailaw/venus 1.127.0 → 1.128.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 +5 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1579,6 +1579,10 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1579
1579
|
newSigner: "New Signer",
|
|
1580
1580
|
signerName: "Signer Name",
|
|
1581
1581
|
addAnotherSigner: "Add another Signer",
|
|
1582
|
-
moreDetail: "More Detail"
|
|
1582
|
+
moreDetail: "More Detail",
|
|
1583
|
+
lcaEFilling: "File LCA Form",
|
|
1584
|
+
secret: "LCA authorization app secret",
|
|
1585
|
+
showToken: "Show token",
|
|
1586
|
+
eFile: "File Now"
|
|
1583
1587
|
});
|
|
1584
1588
|
export { en as default };
|