@ailaw/venus 1.96.0 → 1.98.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/en3.js +3 -0
  2. package/package.json +1 -1
package/dist/en3.js CHANGED
@@ -940,11 +940,14 @@ var lang3 = {
940
940
  detailProgress: "Progress Detail",
941
941
  editProgress: "Edit Progress",
942
942
  newProgress: "New Progress",
943
+ editStage: "Edit Stage",
943
944
  confirmToDeleteProgress: "Are you sure to delete this progress?",
944
945
  confirmToDeleteProgressTemplate: "Are you sure to delete this progress template?",
945
946
  saveToProgressTemplates: "Save to Progress Templates",
946
947
  selectOrCreateChecklist: "Choose an exist task or Create a new task",
947
948
  isCompleted: "Is Completed",
949
+ estimateDate: "Estimate Date",
950
+ completeDate: "Completion Date",
948
951
  bills: "Bills"
949
952
  };
950
953
  export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.96.0",
3
+ "version": "1.98.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],