@nocobase/plugin-action-bulk-edit 2.0.0-alpha.9 → 2.0.0-beta.1

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,7 +9,7 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.7",
12
- "@nocobase/client": "2.0.0-alpha.9",
12
+ "@nocobase/client": "2.0.0-beta.1",
13
13
  "antd": "5.24.2",
14
14
  "react": "18.2.0",
15
15
  "react-i18next": "11.18.6",
@@ -18,8 +18,8 @@ module.exports = {
18
18
  "@formily/core": "2.3.7",
19
19
  "lodash": "4.17.21",
20
20
  "@formily/shared": "2.3.7",
21
- "@nocobase/utils": "2.0.0-alpha.9",
22
- "@nocobase/server": "2.0.0-alpha.9",
23
- "@nocobase/test": "2.0.0-alpha.9",
21
+ "@nocobase/utils": "2.0.0-beta.1",
22
+ "@nocobase/server": "2.0.0-beta.1",
23
+ "@nocobase/test": "2.0.0-beta.1",
24
24
  "@emotion/css": "11.13.0"
25
25
  };
@@ -2,4 +2,4 @@
2
2
  "Bulk edit": "Massenbearbeitung",
3
3
  "Data will be updated": "Daten werden aktualisiert",
4
4
  "Entire collection": "Gesamte Sammlung"
5
- }
5
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "Bulk edit": "Bulk edit",
3
- "Data will be updated": "Data will be updated"
4
- }
3
+ "Data will be updated": "Data will be updated",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "Bulk edit": "Edición en masa",
3
- "Data will be updated": "Se actualizarán los datos"
4
- }
3
+ "Data will be updated": "Se actualizarán los datos",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Bulk edit",
3
+ "Data will be updated": "Data will be updated",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Tömeges szerkesztés",
3
+ "Data will be updated": "Adatok frissítve lesznek",
4
+ "Entire collection": "Teljes gyűjtemény"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Edit massal",
3
+ "Data will be updated": "Data akan diperbarui",
4
+ "Entire collection": "Seluruh koleksi"
5
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "Bulk edit": "Modifica di massa",
3
3
  "Data will be updated": "I dati saranno aggiornati",
4
- "Entire collection":"Raccolta intera"
5
- }
4
+ "Entire collection": "Raccolta intera"
5
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
- "Bulk edit": "대량 편집",
3
- "Data will be updated": "데이터가 업데이트됩니다"
4
- }
2
+ "Bulk edit": "일괄 편집",
3
+ "Data will be updated": "데이터가 업데이트됩니다",
4
+ "Entire collection": "전체 컬렉션"
5
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "Bulk edit": "Bewerken in bulk",
3
- "Data will be updated": "Gegevens worden bijgewerkt",
4
- "Entire collection": "Gehele collectie"
2
+ "Bulk edit": "Bewerken in bulk",
3
+ "Data will be updated": "Gegevens worden bijgewerkt",
4
+ "Entire collection": "Gehele collectie"
5
5
  }
@@ -1,4 +1,5 @@
1
- {
1
+ {
2
2
  "Bulk edit": "Edição em massa",
3
- "Data will be updated": "Os dados serão atualizados"
4
- }
3
+ "Data will be updated": "Os dados serão atualizados",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Массовое редактирование",
3
+ "Data will be updated": "Данные будут обновлены",
4
+ "Entire collection": "Вся коллекция"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Bulk edit",
3
+ "Data will be updated": "Data will be updated",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Bulk edit",
3
+ "Data will be updated": "Data will be updated",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Bulk edit",
3
+ "Data will be updated": "Data will be updated",
4
+ "Entire collection": "Entire collection"
5
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "Bulk edit": "批量编辑",
3
3
  "Data will be updated": "更新的数据",
4
- "Entire collection":"全表"
5
- }
4
+ "Entire collection": "全表"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Bulk edit": "Bulk edit",
3
+ "Data will be updated": "Data will be updated",
4
+ "Entire collection": "Entire collection"
5
+ }
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-bulk-edit",
3
- "version": "2.0.0-alpha.9",
3
+ "version": "2.0.0-beta.1",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
6
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-edit",
6
7
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-edit",
7
8
  "displayName": "Action: Batch edit",
9
+ "displayName.ru-RU": "Действие: Массовое редактирование",
8
10
  "displayName.zh-CN": "操作:批量编辑",
9
11
  "description": "Batch edit 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": "4a9acf96f21a3aa35bccbd188b942595b09da0a9",
20
+ "gitHead": "b3d1f65848fc91e673372ee734dafe6b1cf80586",
18
21
  "keywords": [
19
22
  "Actions"
20
23
  ]