@nocobase/client 2.0.0-alpha.55 → 2.0.0-alpha.57

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.
@@ -318,7 +318,7 @@
318
318
  "Copy": "复制",
319
319
  "Copy into the form and continue to fill in": "复制到表单并继续填写",
320
320
  "Cover": "覆盖",
321
- "Create": "仅新增",
321
+ "Create": "新增",
322
322
  "Create an account": "注册账号",
323
323
  "Create calendar block": "创建日历区块",
324
324
  "Create collection": "创建数据表",
@@ -1327,7 +1327,7 @@
1327
1327
  "Text input": "文本输入",
1328
1328
  "Text only": "纯文本",
1329
1329
  "The application is reloading, please do not close the page.": "应用正在重新加载,请勿关闭页面。",
1330
- "The current button is hidden and cannot be clicked (this message is only visible when the UI Editor is active).": "当前按钮已被隐藏,你无法点击(该内容仅在激活 UI Editor 时显示)。",
1330
+ "The button is hidden and only visible when the UI Editor is active": "当前按钮已被隐藏,仅配置状态下显示",
1331
1331
  "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "当前插件的依赖版本与应用的版本不一致,可能无法正常工作。您确定要继续激活插件吗?",
1332
1332
  "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for collection \"{{name}}\"": "当前用户只有 UI 配置权限,但没有数据表 \"{{name}}\"的 \"{{actionName}}\"权限。",
1333
1333
  "The current user only has the UI configuration permission, but don't have \"{{actionName}}\" permission for field \"{{name}}\"": "当前用户只有 UI 配置权限,但没有字段 \"{{name}}\"的 \"{{actionName}}\"权限。",
@@ -1555,5 +1555,14 @@
1555
1555
  "Enable add new action": "启用添加操作",
1556
1556
  "Enable select action": "启用选择操作",
1557
1557
  "Enable remove action": "启用移除操作",
1558
- "Multiple": "多选"
1558
+ "Multiple": "多选",
1559
+ "Custom column width": "自定义列宽度",
1560
+ "The block is hidden and only visible when the UI Editor is active": "当前区块已被隐藏,仅配置状态下显示",
1561
+ "The field is hidden and only visible when the UI Editor is active": "当前字段已被隐藏,仅配置状态下显示",
1562
+ "Destroy": "删除",
1563
+ "The current storage \"{{storageName}}\" does not support file uploads.": "当前存储 \"{{storageName}}\" 不支持上传文件。",
1564
+ "File type is not supported for previewing,": "文件类型不支持预览,",
1565
+ "download it to preview": "请下载后预览",
1566
+ "Your browser does not support the video tag.": "您的浏览器不支持视频标签。",
1567
+ "Your browser does not support the audio tag.": "您的浏览器不支持音频标签。"
1559
1568
  }
@@ -318,7 +318,7 @@
318
318
  "Copy": "Copy",
319
319
  "Copy into the form and continue to fill in": "複製到表單並繼續填寫",
320
320
  "Cover": "覆蓋",
321
- "Create": "僅新增",
321
+ "Create": "新增",
322
322
  "Create an account": "註冊帳號",
323
323
  "Create calendar block": "建立日曆區塊",
324
324
  "Create collection": "建立資料表",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "2.0.0-alpha.55",
3
+ "version": "2.0.0-alpha.57",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -28,10 +28,10 @@
28
28
  "@formily/reactive-react": "^2.2.27",
29
29
  "@formily/shared": "^2.2.27",
30
30
  "@formily/validator": "^2.2.27",
31
- "@nocobase/evaluators": "2.0.0-alpha.55",
32
- "@nocobase/flow-engine": "2.0.0-alpha.55",
33
- "@nocobase/sdk": "2.0.0-alpha.55",
34
- "@nocobase/utils": "2.0.0-alpha.55",
31
+ "@nocobase/evaluators": "2.0.0-alpha.57",
32
+ "@nocobase/flow-engine": "2.0.0-alpha.57",
33
+ "@nocobase/sdk": "2.0.0-alpha.57",
34
+ "@nocobase/utils": "2.0.0-alpha.57",
35
35
  "@tanstack/react-table": "^8.21.3",
36
36
  "@types/tabulator-tables": "^6.2.6",
37
37
  "acorn-jsx": "^5.3.2",
@@ -95,5 +95,5 @@
95
95
  "dumi": "2.2.14",
96
96
  "dumi-theme-nocobase": "^0.2.32"
97
97
  },
98
- "gitHead": "7e65ad6b6e4e76a51f82c69b04b563fbcc7e1c25"
98
+ "gitHead": "b9ec8bc83fd86a9cadfc4fb2f87a4e015061b289"
99
99
  }