@ailaw/venus 1.170.0 → 1.173.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 +12 -1
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1570,10 +1570,15 @@ 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
+ 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.",
1577
1582
  newEvent: "New Event",
1578
1583
  addEvent: "Add Event",
1579
1584
  editEvent: "Edit Event",
@@ -1690,6 +1695,10 @@ var en2 = {
1690
1695
  clients: "Clients",
1691
1696
  firmProfile: "Firm Profile",
1692
1697
  advanced: "Advanced",
1698
+ prepareFormsFor: "Prepare Forms for",
1699
+ systemPermissions: "System Permissions",
1700
+ individualStatements: "Individual Statements",
1701
+ companyStatements: "Company Statements",
1693
1702
  accountcontrol: "Account Control",
1694
1703
  lawPayAccount: "LawPay Account",
1695
1704
  bankAccountNotAvailable: "You bank account is not available, please go to LawPay Account setting page and select a bank account.",
@@ -5378,6 +5387,7 @@ var en3 = {
5378
5387
  questions: "Questions",
5379
5388
  intakeTemplate: "Intake Template",
5380
5389
  intakeTemplates: "Intake Templates",
5390
+ goToIntakeTemplates: "Go to Intake Templates",
5381
5391
  intakeSteadyLinks: "Intake Steady Links",
5382
5392
  intakeTemplateName: "Intake Template Name",
5383
5393
  customQuestionList: "Additional Questions",
@@ -5402,6 +5412,7 @@ var en3 = {
5402
5412
  RADIO: "Checklist (Single)",
5403
5413
  CHECKBOX: "Checklist (Multiple)",
5404
5414
  SELECT: "Dropdown",
5415
+ DATE: "Date",
5405
5416
  chooseProfile: "Choose a Profile",
5406
5417
  newIntake: "New Intake",
5407
5418
  intakeCreated: "Intake was created successfully!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.170.0",
3
+ "version": "1.173.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],