@nocobase/plugin-public-forms 1.6.2 → 1.6.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.
- package/dist/externalVersion.js +4 -4
- package/dist/locale/de-DE.json +18 -0
- package/dist/locale/en-US.json +18 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.6.
|
|
11
|
+
"@nocobase/client": "1.6.4",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/plugin-ui-schema-storage": "1.6.
|
|
14
|
-
"@nocobase/server": "1.6.
|
|
13
|
+
"@nocobase/plugin-ui-schema-storage": "1.6.4",
|
|
14
|
+
"@nocobase/server": "1.6.4",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"@ant-design/icons": "5.6.1",
|
|
17
17
|
"antd": "5.12.8",
|
|
@@ -22,5 +22,5 @@ module.exports = {
|
|
|
22
22
|
"@formily/react": "2.3.0",
|
|
23
23
|
"@formily/core": "2.3.0",
|
|
24
24
|
"@formily/shared": "2.3.2",
|
|
25
|
-
"@nocobase/database": "1.6.
|
|
25
|
+
"@nocobase/database": "1.6.4"
|
|
26
26
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Enable form": "Formular aktivieren",
|
|
3
|
+
"Public forms": "Öffentliche Formulare",
|
|
4
|
+
"Add New": "Neu hinzufügen",
|
|
5
|
+
"Type": "Typ",
|
|
6
|
+
"Open form": "Öffentliches Formular öffnen",
|
|
7
|
+
"Set password": "Passwort festlegen",
|
|
8
|
+
"Copy link": "Link kopieren",
|
|
9
|
+
"QR code": "QR-Code",
|
|
10
|
+
"The form is not enabled and cannot be accessed": "Das Formular ist nicht aktiviert und kann nicht aufgerufen werden",
|
|
11
|
+
"Link copied successfully": "Link erfolgreich kopiert",
|
|
12
|
+
"After successful submission": "Nach erfolgreicher Übermittlung",
|
|
13
|
+
"Enable password": "Passwort aktivieren",
|
|
14
|
+
"Prompt after successful submission": "Hinweis nach erfolgreicher Übermittlung",
|
|
15
|
+
"Form": "Normales Formular",
|
|
16
|
+
"# Submitted successfully!\nThis is a demo text, **supports Markdown syntax**.": "# Erfolgreich übermittelt!\nDies ist ein Beispieltext, **unterstützt Markdown-Syntax**.",
|
|
17
|
+
"The form is not found": "Formular nicht gefunden"
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Enable form": "Enable form",
|
|
3
|
+
"Public forms": "Public forms",
|
|
4
|
+
"Add New": "Add New",
|
|
5
|
+
"Type": "Type",
|
|
6
|
+
"Open form": "Open form",
|
|
7
|
+
"Set password": "Set password",
|
|
8
|
+
"Copy link": "Copy link",
|
|
9
|
+
"QR code": "QR code",
|
|
10
|
+
"The form is not enabled and cannot be accessed": "The form is not enabled and cannot be accessed",
|
|
11
|
+
"Link copied successfully": "Link copied successfully",
|
|
12
|
+
"After successful submission": "After successful submission",
|
|
13
|
+
"Enable password": "Enable password",
|
|
14
|
+
"Prompt after successful submission": "Prompt after successful submission",
|
|
15
|
+
"Form": "Form",
|
|
16
|
+
"# Submitted successfully!\nThis is a demo text, **supports Markdown syntax**.": "# Submitted successfully!\nThis is a demo text, **supports Markdown syntax**.",
|
|
17
|
+
"The form is not found": "The form is not found"
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-public-forms",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Public forms",
|
|
6
6
|
"displayName.zh-CN": "公开表单",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"@nocobase/server": "1.x",
|
|
17
17
|
"@nocobase/test": "1.x"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "1df12e1cf58be1c829904346425e857319de3dee"
|
|
20
20
|
}
|