@nocobase/plugin-snapshot-field 0.11.1-alpha.2 → 0.11.1-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.
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _default = {
8
+ Detail: 'Détail',
9
+ Snapshot: 'Snapshot',
10
+ 'View record': "Voir l'enregistrement",
11
+ 'Add block': 'Ajouter un bloc',
12
+ 'Allow linking to multiple records': 'Autoriser la liaison à plusieurs enregistrements',
13
+ '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.': "Lors de l'ajout d'un nouvel enregistrement, créez un snapshot pour son enregistrement relationnel et enregistrez-le dans l'enregistrement actuel. Le snapshot n'est pas mis à jour lorsque l'enregistrement est ultérieurement modifié.",
14
+ 'The association field to snapshot': "Le champ d'association à un snapshot",
15
+ "Snapshot the snapshot's association fields": "Snapshot des champs d'association du snapshot",
16
+ 'Please select': 'Veuillez sélectionner'
17
+ };
18
+ exports.default = _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ Detail: string;
3
+ Snapshot: string;
4
+ 'View record': string;
5
+ 'Add block': string;
6
+ 'Allow linking to multiple records': string;
7
+ '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.': string;
8
+ 'The association field to snapshot': string;
9
+ "Snapshot the snapshot's association fields": string;
10
+ 'Please select': string;
11
+ };
12
+ export default _default;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "关系数据库快照",
5
5
  "description": "provide fast and reliable database backup and recovery functionality for database systems.",
6
6
  "description.zh-CN": "为数据库系统提供快速、可靠的数据库备份和恢复功能。。",
7
- "version": "0.11.1-alpha.2",
7
+ "version": "0.11.1-alpha.4",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./lib/server/index.js",
10
10
  "files": [
@@ -23,15 +23,15 @@
23
23
  "@formily/core": "2.2.26",
24
24
  "@formily/react": "2.2.26",
25
25
  "@formily/shared": "2.2.26",
26
- "@nocobase/client": "0.11.1-alpha.2",
27
- "@nocobase/database": "0.11.1-alpha.2",
28
- "@nocobase/server": "0.11.1-alpha.2",
29
- "@nocobase/test": "0.11.1-alpha.2",
30
- "@nocobase/utils": "0.11.1-alpha.2",
26
+ "@nocobase/client": "0.11.1-alpha.4",
27
+ "@nocobase/database": "0.11.1-alpha.4",
28
+ "@nocobase/server": "0.11.1-alpha.4",
29
+ "@nocobase/test": "0.11.1-alpha.4",
30
+ "@nocobase/utils": "0.11.1-alpha.4",
31
31
  "antd": "^5.6.4",
32
32
  "rc-tree-select": "5.5.5",
33
33
  "react": "18.x",
34
34
  "react-i18next": "^11.15.1"
35
35
  },
36
- "gitHead": "8482aa720ea1c3abbbb9fe1208e73778bd63f1cf"
36
+ "gitHead": "d9b5bde913013f1057e1aab49587eb0ad3dcb06e"
37
37
  }
@@ -0,0 +1,12 @@
1
+ export default {
2
+ Detail: 'Détail',
3
+ Snapshot: 'Snapshot',
4
+ 'View record': "Voir l'enregistrement",
5
+ 'Add block': 'Ajouter un bloc',
6
+ 'Allow linking to multiple records': 'Autoriser la liaison à plusieurs enregistrements',
7
+ '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.':
8
+ "Lors de l'ajout d'un nouvel enregistrement, créez un snapshot pour son enregistrement relationnel et enregistrez-le dans l'enregistrement actuel. Le snapshot n'est pas mis à jour lorsque l'enregistrement est ultérieurement modifié.",
9
+ 'The association field to snapshot': "Le champ d'association à un snapshot",
10
+ "Snapshot the snapshot's association fields": "Snapshot des champs d'association du snapshot",
11
+ 'Please select': 'Veuillez sélectionner',
12
+ };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes