@ailaw/venus 1.173.0 → 1.175.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 +9 -4
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1575,10 +1575,11 @@ var en$1 = {
1575
1575
  sendDate: "Send Date",
1576
1576
  invitedBy: "Invited By",
1577
1577
  shareIntake: "Share the Intake",
1578
- clientHavingProfile: "A client having a profile",
1579
- clientHavingProfileHint: "Send an intake to the specified profile to collect his/her information, so that the information can be reused in the case.",
1580
- doNotHaveProfile: "Do not have profile",
1581
- doNotHaveProfileHint: "To effiently gather essential information from potential customers, you may share the questionnaire's link on your official website or via email.",
1578
+ createIntake: "Create Intake",
1579
+ clientHavingProfile: "Existing Client",
1580
+ clientHavingProfileHint: "Send an intake form relevant to an existing profile for information collection, which can be reused in the future.",
1581
+ doNotHaveProfile: "Potential Client",
1582
+ doNotHaveProfileHint: "To gather information from potential clients, you may share the intake form on your website or send it by email.",
1582
1583
  newEvent: "New Event",
1583
1584
  addEvent: "Add Event",
1584
1585
  editEvent: "Edit Event",
@@ -5383,6 +5384,7 @@ var en3 = {
5383
5384
  beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
5384
5385
  intakeRecords: "Intake Record",
5385
5386
  intakeSendHistory: "Intake Send History",
5387
+ inviteHistory: "Invite History",
5386
5388
  questionList: "Question List",
5387
5389
  questions: "Questions",
5388
5390
  intakeTemplate: "Intake Template",
@@ -5403,6 +5405,9 @@ var en3 = {
5403
5405
  addQuestion: "Add a question",
5404
5406
  addQuestionAfter: "Add a question after this question",
5405
5407
  deleteIntakeTemplateConfirm: "Do you confirm to delete this intake template? ",
5408
+ questionCorrelation: "Question Correlation",
5409
+ addQuestionCorrelation: "Add Question Correlation",
5410
+ relatedQuestion: "Related Question",
5406
5411
  actionCannotUndone: "This action is permanent and cannot be undone.",
5407
5412
  intakeForms: "Intake Forms",
5408
5413
  editIntakeTemplate: "Edit Intake Template",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.173.0",
3
+ "version": "1.175.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],