@ailaw/venus 1.103.0 → 1.104.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 +3 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -954,6 +954,8 @@ var lang3 = {
|
|
|
954
954
|
isCompleted: "Is Completed",
|
|
955
955
|
estimateDate: "Estimate Date",
|
|
956
956
|
completeDate: "Completion Date",
|
|
957
|
-
bills: "Bills"
|
|
957
|
+
bills: "Bills",
|
|
958
|
+
youCanChangeFormVersion: "You can change the following forms' version: ",
|
|
959
|
+
formUpdate: "Form Update"
|
|
958
960
|
};
|
|
959
961
|
export { lang3 as default };
|