@ailaw/venus 1.92.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/en3.js +2 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -944,6 +944,7 @@ var lang3 = {
|
|
|
944
944
|
confirmToDeleteProgressTemplate: "Are you sure to delete this progress template?",
|
|
945
945
|
saveToProgressTemplates: "Save to Progress Templates",
|
|
946
946
|
selectOrCreateChecklist: "Choose an exist task or Create a new task",
|
|
947
|
-
isCompleted: "Is Completed"
|
|
947
|
+
isCompleted: "Is Completed",
|
|
948
|
+
bills: "Bills"
|
|
948
949
|
};
|
|
949
950
|
export { lang3 as default };
|