@nocobase/client 1.6.23 → 1.6.24

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.
@@ -819,7 +819,7 @@ module.exports = {
819
819
  "File size exceeds the limit": "\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236",
820
820
  "File type is not allowed": "\u6587\u4EF6\u7C7B\u578B\u4E0D\u5141\u8BB8",
821
821
  Uploading: "\u4E0A\u4F20\u4E2D",
822
- "Incomplete uploading files need to be resolved": "\u672A\u5B8C\u6210\u4E0A\u4F20\u7684\u6587\u4EF6\u9700\u8981\u5904\u7406",
822
+ "Some files are not uploaded correctly, please check.": "\u90E8\u5206\u6587\u4EF6\u672A\u4E0A\u4F20\u6210\u529F\uFF0C\u8BF7\u68C0\u67E5\u3002",
823
823
  "Default title for each record": "\u7528\u4F5C\u6570\u636E\u7684\u9ED8\u8BA4\u6807\u9898",
824
824
  "If collection inherits, choose inherited collections as templates": "\u5F53\u524D\u8868\u6709\u7EE7\u627F\u5173\u7CFB\u65F6\uFF0C\u53EF\u9009\u62E9\u7EE7\u627F\u94FE\u8DEF\u4E0A\u7684\u8868\u4F5C\u4E3A\u6A21\u677F\u6765\u6E90",
825
825
  "Select an existing piece of data as the initialization data for the form": "\u9009\u62E9\u4E00\u6761\u5DF2\u6709\u7684\u6570\u636E\u4F5C\u4E3A\u8868\u5355\u7684\u521D\u59CB\u5316\u6570\u636E",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.6.23",
3
+ "version": "1.6.24",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -27,9 +27,9 @@
27
27
  "@formily/reactive-react": "^2.2.27",
28
28
  "@formily/shared": "^2.2.27",
29
29
  "@formily/validator": "^2.2.27",
30
- "@nocobase/evaluators": "1.6.23",
31
- "@nocobase/sdk": "1.6.23",
32
- "@nocobase/utils": "1.6.23",
30
+ "@nocobase/evaluators": "1.6.24",
31
+ "@nocobase/sdk": "1.6.24",
32
+ "@nocobase/utils": "1.6.24",
33
33
  "ahooks": "^3.7.2",
34
34
  "antd": "5.12.8",
35
35
  "antd-style": "3.7.1",
@@ -82,5 +82,5 @@
82
82
  "dumi": "2.2.14",
83
83
  "dumi-theme-nocobase": "^0.2.28"
84
84
  },
85
- "gitHead": "2ec917c09dc303978bdd33893d27c775d532c8f9"
85
+ "gitHead": "d453b271bc1dedb56af2252dcb5d1a3ab9828ca1"
86
86
  }