@ailaw/venus 1.100.0 → 1.102.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.
- package/dist/en.js +9 -0
- package/dist/en3.js +7 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1520,10 +1520,19 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1520
1520
|
recentUpdated: "Recent Updated",
|
|
1521
1521
|
action: "Action",
|
|
1522
1522
|
sendMessage: "Send Message",
|
|
1523
|
+
sendIntake: "Send Intake",
|
|
1523
1524
|
phoneNumber: "Mobile Number",
|
|
1524
1525
|
messageBody: "Message Body",
|
|
1525
1526
|
fillLink: "Fill Link",
|
|
1526
1527
|
sendTextMessage: "Send Text Message",
|
|
1528
|
+
send: "Send",
|
|
1529
|
+
link: "Link",
|
|
1530
|
+
preview: "Preview",
|
|
1531
|
+
instakes: "Instakes",
|
|
1532
|
+
sendHistory: "Send Historys",
|
|
1533
|
+
sendBy: "Send By",
|
|
1534
|
+
sendDate: "Send Date",
|
|
1535
|
+
invitedBy: "Invited By",
|
|
1527
1536
|
newEvent: "New Event",
|
|
1528
1537
|
addEvent: "Add Event",
|
|
1529
1538
|
editEvent: "Edit Event",
|
package/dist/en3.js
CHANGED
|
@@ -896,7 +896,12 @@ var lang3 = {
|
|
|
896
896
|
downloadReady: "Download Ready",
|
|
897
897
|
requestMoreReports: "To request more reports, please click here.",
|
|
898
898
|
beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
|
|
899
|
-
|
|
899
|
+
intakeRecords: "Intake Record",
|
|
900
|
+
intakeSendHistory: "Intake Send History",
|
|
901
|
+
intakeTemplate: "Intake Template",
|
|
902
|
+
intakeTemplates: "Intake Templates",
|
|
903
|
+
intakeSteadyLinks: "Intake Steady Links",
|
|
904
|
+
intakeTemplateName: "Intake Template Name",
|
|
900
905
|
customQuestionList: "Additional Questions",
|
|
901
906
|
customQuestion: "Additional Question",
|
|
902
907
|
questionType: "Question Type",
|
|
@@ -919,6 +924,7 @@ var lang3 = {
|
|
|
919
924
|
intakeRecordDetail: "Intake Detail",
|
|
920
925
|
copyLink: "Copy link",
|
|
921
926
|
intake: "Intake",
|
|
927
|
+
intakes: "Intakes",
|
|
922
928
|
intakeTemplateManagement: "Intake Template Management",
|
|
923
929
|
submittedDate: "Submit Date",
|
|
924
930
|
pleaseCreateIntakeTemplate: 'Click the "Create" button to add a template',
|