@ailaw/venus 1.174.0 → 1.176.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 +10 -7
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1576,10 +1576,10 @@ var en$1 = {
1576
1576
  invitedBy: "Invited By",
1577
1577
  shareIntake: "Share the Intake",
1578
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.",
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.",
1583
1583
  newEvent: "New Event",
1584
1584
  addEvent: "Add Event",
1585
1585
  editEvent: "Edit Event",
@@ -1696,10 +1696,12 @@ var en2 = {
1696
1696
  clients: "Clients",
1697
1697
  firmProfile: "Firm Profile",
1698
1698
  advanced: "Advanced",
1699
- prepareFormsFor: "Prepare Forms for",
1699
+ prepareStatementTitle: "Default Setting for Prepare\u2019s Statement",
1700
+ prepareStatementHint: "Advance Setting will be applied to all cases in the firm.\nThe choice will impact the following question for all relevant forms.",
1701
+ prepareFormsFor: "A preparer will prepare the form for the clients:",
1700
1702
  systemPermissions: "System Permissions",
1701
- individualStatements: "Individual Statements",
1702
- companyStatements: "Company Statements",
1703
+ individualStatements: "All Individual Clients",
1704
+ companyStatements: "All Company Clients",
1703
1705
  accountcontrol: "Account Control",
1704
1706
  lawPayAccount: "LawPay Account",
1705
1707
  bankAccountNotAvailable: "You bank account is not available, please go to LawPay Account setting page and select a bank account.",
@@ -5384,6 +5386,7 @@ var en3 = {
5384
5386
  beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
5385
5387
  intakeRecords: "Intake Record",
5386
5388
  intakeSendHistory: "Intake Send History",
5389
+ inviteHistory: "Invite History",
5387
5390
  questionList: "Question List",
5388
5391
  questions: "Questions",
5389
5392
  intakeTemplate: "Intake Template",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.174.0",
3
+ "version": "1.176.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],