@ailaw/venus 1.172.0 → 1.174.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 +11 -1
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1570,10 +1570,16 @@ var en$1 = {
1570
1570
  link: "Link",
1571
1571
  preview: "Preview",
1572
1572
  instakes: "Instakes",
1573
- sendHistory: "Send Historys",
1573
+ sendHistory: "Send History",
1574
1574
  sendBy: "Send By",
1575
1575
  sendDate: "Send Date",
1576
1576
  invitedBy: "Invited By",
1577
+ shareIntake: "Share the Intake",
1578
+ createIntake: "Create Intake",
1579
+ clientHavingProfile: "A client having a profile",
1580
+ clientHavingProfileHint: "Send an intake to the specified profile to collect his/her information, so that the information can be reused in the case.",
1581
+ doNotHaveProfile: "Do not have profile",
1582
+ doNotHaveProfileHint: "To effiently gather essential information from potential customers, you may share the questionnaire's link on your official website or via email.",
1577
1583
  newEvent: "New Event",
1578
1584
  addEvent: "Add Event",
1579
1585
  editEvent: "Edit Event",
@@ -5382,6 +5388,7 @@ var en3 = {
5382
5388
  questions: "Questions",
5383
5389
  intakeTemplate: "Intake Template",
5384
5390
  intakeTemplates: "Intake Templates",
5391
+ goToIntakeTemplates: "Go to Intake Templates",
5385
5392
  intakeSteadyLinks: "Intake Steady Links",
5386
5393
  intakeTemplateName: "Intake Template Name",
5387
5394
  customQuestionList: "Additional Questions",
@@ -5397,6 +5404,9 @@ var en3 = {
5397
5404
  addQuestion: "Add a question",
5398
5405
  addQuestionAfter: "Add a question after this question",
5399
5406
  deleteIntakeTemplateConfirm: "Do you confirm to delete this intake template? ",
5407
+ questionCorrelation: "Question Correlation",
5408
+ addQuestionCorrelation: "Add Question Correlation",
5409
+ relatedQuestion: "Related Question",
5400
5410
  actionCannotUndone: "This action is permanent and cannot be undone.",
5401
5411
  intakeForms: "Intake Forms",
5402
5412
  editIntakeTemplate: "Edit Intake Template",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.172.0",
3
+ "version": "1.174.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],