@ailaw/venus 0.12.19 → 0.12.20

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/en2.js CHANGED
@@ -244,6 +244,10 @@ var lang2 = {
244
244
  notificationCont5: " in ",
245
245
  notificationCont6: " updated in ",
246
246
  notificationCont7: " (and more) updated in ",
247
+ notificationCont8: `'s intake "`,
248
+ notificationCont9: '" has been submitted',
249
+ notificationIntakeRecord: "Intake",
250
+ notificationIntakeRecordInfo: "Notifications of intake status update",
247
251
  cases: "Cases",
248
252
  profiles: "Profiles",
249
253
  reminders: "Reminders",
package/dist/en3.js CHANGED
@@ -831,6 +831,7 @@ var lang3 = {
831
831
  editTemplate: "Edit Template",
832
832
  saveAsNewTemplate: "Save as a new template",
833
833
  templateNameLengthLimit: "The case template name cannot exceed 200 characters. Please review.",
834
+ templateNameRequired: "The case template name is required. Please review.",
834
835
  saveChange: "Do you want to save your changes?",
835
836
  changeNotSave: "Do you want to leave this page? Your changes won't be saved.",
836
837
  deleteCaseTemplate: "Do you confirm to delete this case template? This action is permanent and cannot be undone.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.12.19",
3
+ "version": "0.12.20",
4
4
  "files": [
5
5
  "dist"
6
6
  ],