@ailaw/venus 1.234.0 → 1.235.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.
Files changed (2) hide show
  1. package/dist/en.js +10 -10
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1725,22 +1725,22 @@ var en$1 = {
1725
1725
  size: "Size",
1726
1726
  quality: "Quality",
1727
1727
  contentGeneration: "Smart Content Generation",
1728
- eFileModalTitle: "E File",
1729
- selectAccount: "Please Select An Account",
1728
+ eFileModalTitle: "E-File",
1729
+ selectAccount: "Please Select an Account",
1730
1730
  rememberPassword: "Remember My Password",
1731
- dataIsPrepared: "All the data is prepared",
1732
- fileFailedPleaseTryAgain: "File failed for this form, You can try again.",
1731
+ dataIsPrepared: "All the Data is Prepared",
1732
+ fileFailedPleaseTryAgain: "File failed for this form. You can try again.",
1733
1733
  checkData: "Check Data",
1734
- pleaseFixErrors: "Please hx the error(s) before proceeding with the e-Filling.",
1735
- errorsRemaining: " error(s) remaining.",
1734
+ pleaseFixErrors: "Please fix the error(s) before proceeding with the e-Filing.",
1735
+ errorsRemaining: "Error(s) Remaining.",
1736
1736
  formName: "Form Name",
1737
1737
  fileStartAt: "File Start At",
1738
- outOfTime: "Out Of Time",
1738
+ outOfTime: "Out of Time",
1739
1739
  failed: "Failed",
1740
- success: "Succeed",
1740
+ success: "Succeeded",
1741
1741
  processing: "Processing",
1742
- pleaseSelectAFormToFile: "Please Select A Form to File",
1743
- checkingYourData: "Checking your data"
1742
+ pleaseSelectAFormToFile: "Please Select a Form to File",
1743
+ checkingYourData: "Checking Your Data"
1744
1744
  };
1745
1745
  var en2 = {
1746
1746
  account: "Account",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.234.0",
3
+ "version": "1.235.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],