@ailaw/venus 0.12.14 → 0.12.17

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/en3.js +18 -1
  2. package/package.json +1 -1
package/dist/en3.js CHANGED
@@ -891,6 +891,23 @@ var lang3 = {
891
891
  getData: "Get Data",
892
892
  downloadReady: "Download Ready",
893
893
  requestMoreReports: "To request more reports, please click here.",
894
- beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files."
894
+ beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
895
+ intakeTemplates: "Intake Template",
896
+ customQuestionList: "Additional Questions",
897
+ customQuestion: "Additional Question",
898
+ questionType: "Question Type",
899
+ questionText: "Question Text",
900
+ createIntakeTemplate: "Create a New Template",
901
+ addQuestionAfter: "Add a question after this question",
902
+ deleteIntakeTemplateConfirm: "Do you confirm to delete this intake template? This action is permanent and cannot be undone.",
903
+ intakeForms: "Intake Forms",
904
+ editIntakeTemplate: "Edit Intake Template",
905
+ intakeTemplateSetting: "Intake Template Setting",
906
+ chooseProfile: "Choose a Profile",
907
+ newIntake: "New Intake",
908
+ intakeCreated: "Intake was created successfully!",
909
+ intakePleaseAware: "Please be aware this link will expire by",
910
+ intakeLink: "Intake Link",
911
+ templateManagement: "Template Management"
895
912
  };
896
913
  export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.12.14",
3
+ "version": "0.12.17",
4
4
  "files": [
5
5
  "dist"
6
6
  ],