@ailaw/venus 1.98.0 → 1.99.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 CHANGED
@@ -1552,7 +1552,7 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1552
1552
  expandAll: "Expand All",
1553
1553
  foldAll: "Fold all",
1554
1554
  completionDate: "Completion Date",
1555
- moveToThisStage: "Advance to this Stage",
1555
+ moveToThisStage: "Move to this Stage",
1556
1556
  addStageBefore: "Add a stage before {progressName}",
1557
1557
  addStageAfter: "Add a stage after {progressName}",
1558
1558
  confirmToMoveStage: "Are you sure to move to this stage?",
package/dist/en3.js CHANGED
@@ -941,7 +941,7 @@ var lang3 = {
941
941
  editProgress: "Edit Progress",
942
942
  newProgress: "New Progress",
943
943
  editStage: "Edit Stage",
944
- confirmToDeleteProgress: "Are you sure to delete this progress?",
944
+ confirmToDeleteProgress: "Are you sure to delete this stage?",
945
945
  confirmToDeleteProgressTemplate: "Are you sure to delete this progress template?",
946
946
  saveToProgressTemplates: "Save to Progress Templates",
947
947
  selectOrCreateChecklist: "Choose an exist task or Create a new task",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.98.0",
3
+ "version": "1.99.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],