@nocobase/plugin-action-bulk-update 2.0.0-alpha.42 → 2.0.0-alpha.44

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.
@@ -9,12 +9,12 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.7",
12
- "@nocobase/client": "2.0.0-alpha.42",
12
+ "@nocobase/client": "2.0.0-alpha.44",
13
13
  "react-i18next": "11.18.6",
14
14
  "react": "18.2.0",
15
- "@nocobase/flow-engine": "2.0.0-alpha.42",
15
+ "@nocobase/flow-engine": "2.0.0-alpha.44",
16
16
  "antd": "5.24.2",
17
- "@nocobase/utils": "2.0.0-alpha.42",
18
- "@nocobase/server": "2.0.0-alpha.42",
19
- "@nocobase/test": "2.0.0-alpha.42"
17
+ "@nocobase/utils": "2.0.0-alpha.44",
18
+ "@nocobase/server": "2.0.0-alpha.44",
19
+ "@nocobase/test": "2.0.0-alpha.44"
20
20
  };
@@ -0,0 +1,6 @@
1
+ {
2
+ "After successful bulk update": "После успешного массового обновления",
3
+ "Bulk update": "Массовое обновление",
4
+ "Entire collection": "Вся коллекция",
5
+ "Please select the records to be updated": "Пожалуйста, выберите записи для обновления"
6
+ }
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-update",
3
- "version": "2.0.0-alpha.42",
3
+ "version": "2.0.0-alpha.44",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
6
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-update",
6
7
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
7
8
  "displayName": "Action: Batch update",
9
+ "displayName.ru-RU": "Действие: Массовое обновление",
8
10
  "displayName.zh-CN": "操作:批量更新",
9
11
  "description": "Batch update all records or selected records.",
12
+ "description.ru-RU": "Массовое обновление всех или только выбранных записей.",
10
13
  "description.zh-CN": "对全部数据或选中的数据进行批量更新。",
11
14
  "license": "AGPL-3.0",
12
15
  "peerDependencies": {
@@ -14,7 +17,7 @@
14
17
  "@nocobase/server": "2.x",
15
18
  "@nocobase/test": "2.x"
16
19
  },
17
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90",
20
+ "gitHead": "075bd484c270740fe9b02f1989818da91139b6b9",
18
21
  "keywords": [
19
22
  "Actions"
20
23
  ]