@ailaw/venus 1.85.0 → 1.86.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/en3.js +4 -0
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -880,6 +880,7 @@ var lang3 = {
|
|
|
880
880
|
searchTaskPlaceholder: "Search Task name/Tag",
|
|
881
881
|
taskManagement: "Task Management",
|
|
882
882
|
addFromList: "Add from list",
|
|
883
|
+
addTasksFromCaseTemplate: "Add Task(s) from Case Template",
|
|
883
884
|
createANewTask: "Create a new task",
|
|
884
885
|
moreThan150: "Should not be longer than 150 chars.",
|
|
885
886
|
confirmDeleteTask: "This task will be permanently deleted. Existing cases won't be affected.",
|
|
@@ -923,6 +924,9 @@ var lang3 = {
|
|
|
923
924
|
pleaseCreateIntakeTemplate: 'Click the "Create" button to add a template',
|
|
924
925
|
addReceipt: "Add Receipt",
|
|
925
926
|
form: "Form",
|
|
927
|
+
addForm: "Add Form",
|
|
928
|
+
addForms: "Add Form(s)",
|
|
929
|
+
addFormsFromCaseTemplate: "Add Form(s) From Case Template",
|
|
926
930
|
latestEdition: "Latest Edition",
|
|
927
931
|
formUpdateWarningTitle: "The following form(s) in this case had been updated to the latest version. Please check the version when you use the form(s).",
|
|
928
932
|
formUpdateWarningCheckDesc: "Remind me next time in this case"
|