@ailaw/venus 1.91.0 → 1.93.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 +6 -3
- package/dist/en3.js +6 -2
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -1552,8 +1552,11 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1552
1552
|
expandAll: "Expand All",
|
|
1553
1553
|
foldAll: "Fold all",
|
|
1554
1554
|
completionDate: "Completion Date",
|
|
1555
|
-
|
|
1556
|
-
addStageBefore: "Add a
|
|
1557
|
-
addStageAfter: "Add a
|
|
1555
|
+
moveToThisStage: "Advance to this Stage",
|
|
1556
|
+
addStageBefore: "Add a stage before {progressName}",
|
|
1557
|
+
addStageAfter: "Add a stage after {progressName}",
|
|
1558
|
+
confirmToMoveStage: "Do you confirm to move to stage {progressName}",
|
|
1559
|
+
addFromProgressTemplates: "Add from progress templates",
|
|
1560
|
+
manageProgressTemplates: "Manage Progress Templates"
|
|
1558
1561
|
});
|
|
1559
1562
|
export { en as default };
|
package/dist/en3.js
CHANGED
|
@@ -940,7 +940,11 @@ var lang3 = {
|
|
|
940
940
|
detailProgress: "Progress Detail",
|
|
941
941
|
editProgress: "Edit Progress",
|
|
942
942
|
newProgress: "New Progress",
|
|
943
|
-
confirmToDeleteProgress: "Are you sure to delete this progress
|
|
944
|
-
|
|
943
|
+
confirmToDeleteProgress: "Are you sure to delete this progress?",
|
|
944
|
+
confirmToDeleteProgressTemplate: "Are you sure to delete this progress template?",
|
|
945
|
+
saveToProgressTemplates: "Save to Progress Templates",
|
|
946
|
+
selectOrCreateChecklist: "Choose an exist task or Create a new task",
|
|
947
|
+
isCompleted: "Is Completed",
|
|
948
|
+
bills: "Bills"
|
|
945
949
|
};
|
|
946
950
|
export { lang3 as default };
|