@ailaw/venus 0.12.15 → 0.12.16
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 +8 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -900,6 +900,13 @@ var lang3 = {
|
|
|
900
900
|
createIntakeTemplate: "Create a New Template",
|
|
901
901
|
addQuestionAfter: "Add a question after this question",
|
|
902
902
|
deleteIntakeTemplateConfirm: "Do you confirm to delete this intake template? This action is permanent and cannot be undone.",
|
|
903
|
-
intakeForms: "Intake Forms"
|
|
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"
|
|
904
911
|
};
|
|
905
912
|
export { lang3 as default };
|