@nocobase/plugin-multi-app-share-collection 0.19.0-alpha.3 → 0.19.0-alpha.4

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.
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "@formily/react": "2.3.0",
3
- "@nocobase/client": "0.19.0-alpha.3",
4
- "@nocobase/plugin-multi-app-manager": "0.19.0-alpha.3",
3
+ "@nocobase/client": "0.19.0-alpha.4",
4
+ "@nocobase/plugin-multi-app-manager": "0.19.0-alpha.4",
5
5
  "antd": "5.12.8",
6
6
  "react": "18.2.0",
7
- "@nocobase/utils": "0.19.0-alpha.3",
7
+ "@nocobase/utils": "0.19.0-alpha.4",
8
8
  "react-i18next": "11.18.6",
9
- "@nocobase/database": "0.19.0-alpha.3",
10
- "@nocobase/server": "0.19.0-alpha.3",
9
+ "@nocobase/database": "0.19.0-alpha.4",
10
+ "@nocobase/server": "0.19.0-alpha.4",
11
11
  "lodash": "4.17.21"
12
12
  };
@@ -0,0 +1,12 @@
1
+ {
2
+ "Share collections": "데이터 테이블 공유",
3
+ "Unshared collections": "공유되지 않은 데이터 테이블",
4
+ "Shared collections": "공유된 데이터 테이블",
5
+ "All categories": "모든 카테고리",
6
+ "Enter name or title...": "이름 또는 제목 입력...",
7
+ "Are you sure to add the following collections?": "다음 데이터 테이블을 추가하시겠습니까?",
8
+ "Are you sure to remove the following collections?": "다음 데이터 테이블을 제거하시겠습니까?",
9
+ "Collection display name": "제목",
10
+ "Collection name": "식별자",
11
+ "Collection category": "카테고리"
12
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "多应用数据表共享",
5
5
  "description": "",
6
6
  "description.zh-CN": "",
7
- "version": "0.19.0-alpha.3",
7
+ "version": "0.19.0-alpha.4",
8
8
  "main": "./dist/server/index.js",
9
9
  "devDependencies": {
10
10
  "@formily/react": "2.x",
@@ -23,5 +23,5 @@
23
23
  "@nocobase/test": "0.x",
24
24
  "@nocobase/utils": "0.x"
25
25
  },
26
- "gitHead": "3cee597df101a3f8f0f1e2a6f75fc2dddd02ac74"
26
+ "gitHead": "9583023f7bea828da5192384a5c002782c341b65"
27
27
  }