@nocobase/plugin-snapshot-field 0.19.0-alpha.3 → 0.19.0-alpha.5
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.
- package/dist/externalVersion.js +3 -3
- package/dist/locale/ko_KR.json +14 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.5",
|
|
3
3
|
"react": "18.2.0",
|
|
4
4
|
"@formily/react": "2.3.0",
|
|
5
5
|
"@formily/core": "2.3.0",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
8
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
7
|
+
"@nocobase/database": "0.19.0-alpha.5",
|
|
8
|
+
"@nocobase/server": "0.19.0-alpha.5",
|
|
9
9
|
"antd": "5.12.8",
|
|
10
10
|
"react-i18next": "11.18.6",
|
|
11
11
|
"@ant-design/icons": "5.2.6",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Detail": "상세 정보",
|
|
3
|
+
"Snapshot": "스냅샷",
|
|
4
|
+
"Add block": "블록 추가",
|
|
5
|
+
"When adding a new record, create a snapshot for its relational record and save in the current record. The snapshot is not updated when the record is subsequently updated.":
|
|
6
|
+
"새로운 레코드를 추가할 때 해당 레코드의 관련 데이터에 대한 스냅샷을 생성하고 현재 레코드에 저장합니다. 레코드가 이후에 업데이트되어도 스냅샷은 업데이트되지 않습니다.",
|
|
7
|
+
"View record": "레코드 보기",
|
|
8
|
+
"Allow linking to multiple records": "다중 레코드에 연결 허용",
|
|
9
|
+
"The association field to snapshot": "스냅샷을 찍을 관련 필드",
|
|
10
|
+
"Snapshot the snapshot's association fields": "스냅샷의 관련 필드를 스냅샷으로 만듭니다.",
|
|
11
|
+
"Please select": "선택하세요",
|
|
12
|
+
"When a record is created, association data is backed up in a snapshot": "레코드가 생성되면 관련 데이터가 스냅샷에 백업됩니다.",
|
|
13
|
+
"Snapshot data": "스냅샷 데이터"
|
|
14
|
+
}
|
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.
|
|
7
|
+
"version": "0.19.0-alpha.5",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@nocobase/test": "0.x",
|
|
25
25
|
"@nocobase/utils": "0.x"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "580eca25451ec731d17ddef285d0b8c52c48d501"
|
|
28
28
|
}
|