@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.
- package/dist/en3.js +18 -1
- 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 };
|