@ailaw/venus 1.97.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.
- package/dist/en3.js +2 -0
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -946,6 +946,8 @@ var lang3 = {
|
|
|
946
946
|
saveToProgressTemplates: "Save to Progress Templates",
|
|
947
947
|
selectOrCreateChecklist: "Choose an exist task or Create a new task",
|
|
948
948
|
isCompleted: "Is Completed",
|
|
949
|
+
estimateDate: "Estimate Date",
|
|
950
|
+
completeDate: "Completion Date",
|
|
949
951
|
bills: "Bills"
|
|
950
952
|
};
|
|
951
953
|
export { lang3 as default };
|