@nocobase/plugin-public-forms 2.0.0-alpha.41 → 2.0.0-alpha.43

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.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.41",
11
+ "@nocobase/client": "2.0.0-alpha.43",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.41",
14
- "@nocobase/server": "2.0.0-alpha.41",
13
+ "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.43",
14
+ "@nocobase/server": "2.0.0-alpha.43",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.6.1",
17
17
  "antd": "5.24.2",
@@ -22,6 +22,6 @@ module.exports = {
22
22
  "@formily/react": "2.3.7",
23
23
  "@formily/core": "2.3.7",
24
24
  "@formily/shared": "2.3.7",
25
- "@nocobase/database": "2.0.0-alpha.41",
25
+ "@nocobase/database": "2.0.0-alpha.43",
26
26
  "dayjs": "1.11.13"
27
27
  };
@@ -0,0 +1,18 @@
1
+ {
2
+ "Enable form": "Включить форму",
3
+ "Public forms": "Публичные формы",
4
+ "Add New": "Добавить новое",
5
+ "Type": "Тип",
6
+ "Open form": "Открыть форму",
7
+ "Set password": "Установить пароль",
8
+ "Copy link": "Копировать ссылку",
9
+ "QR code": "QR код",
10
+ "The form is not enabled and cannot be accessed": "Форма не включена и недоступна",
11
+ "Link copied successfully": "Ссылка успешно скопирована",
12
+ "After successful submission": "После успешной отправки",
13
+ "Enable password": "Включить пароль",
14
+ "Prompt after successful submission": "Сообщение после успешной отправки",
15
+ "Form": "Форма",
16
+ "# Submitted successfully!\nThis is a demo text, **supports Markdown syntax**.": "# Отправлено успешно!\nЭто демонстрационный текст, **поддерживает синтаксис Markdown**.",
17
+ "The form is not found": "Форма не найдена"
18
+ }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-public-forms",
3
- "version": "2.0.0-alpha.41",
3
+ "version": "2.0.0-alpha.43",
4
4
  "main": "dist/server/index.js",
5
5
  "displayName": "Public forms",
6
+ "displayName.ru-RU": "Публичные формы",
6
7
  "displayName.zh-CN": "公开表单",
7
8
  "description": "Share public forms externally to collect information from anonymous users",
9
+ "description.ru-RU": "Позволяет распространять публичные формы для сбора информации от анонимных пользователей.",
8
10
  "description.zh-CN": "对外分享公开表单,向匿名用户收集信息。",
9
11
  "license": "AGPL-3.0",
10
12
  "homepage": "https://docs.nocobase.com/handbook/public-form",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/public-form",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/public-form",
12
15
  "peerDependencies": {
13
16
  "@nocobase/client": "2.x",
@@ -19,5 +22,5 @@
19
22
  "devDependencies": {
20
23
  "react-device-detect": "2.2.3"
21
24
  },
22
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1"
25
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05"
23
26
  }