@nocobase/plugin-gantt 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,7 +8,7 @@
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": "18.2.0",
13
13
  "@formily/react": "2.3.7",
14
14
  "react-i18next": "11.18.6",
@@ -16,10 +16,10 @@ module.exports = {
16
16
  "@formily/antd-v5": "1.2.3",
17
17
  "lodash": "4.17.21",
18
18
  "@formily/shared": "2.3.7",
19
- "@nocobase/server": "2.0.0-alpha.41",
20
- "@nocobase/test": "2.0.0-alpha.41",
19
+ "@nocobase/server": "2.0.0-alpha.43",
20
+ "@nocobase/test": "2.0.0-alpha.43",
21
21
  "@emotion/css": "11.13.0",
22
22
  "antd-style": "3.7.1",
23
- "@nocobase/utils": "2.0.0-alpha.41",
23
+ "@nocobase/utils": "2.0.0-alpha.43",
24
24
  "antd": "5.24.2"
25
25
  };
@@ -0,0 +1,6 @@
1
+ {
2
+ "Title field": "Поле заголовка",
3
+ "Time scale": "Временная шкала",
4
+ "Start date field": "Поле даты начала",
5
+ "Progress field": "Поле прогресса"
6
+ }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-gantt",
3
- "version": "2.0.0-alpha.41",
3
+ "version": "2.0.0-alpha.43",
4
4
  "displayName": "Block: Gantt",
5
+ "displayName.ru-RU": "Блок: Диаграмма Ганта",
5
6
  "displayName.zh-CN": "区块:甘特图",
6
7
  "description": "Provides Gantt block.",
8
+ "description.ru-RU": "Предоставляет блок диаграммы Ганта.",
7
9
  "description.zh-CN": "提供甘特图区块。",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/block-gantt",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/block-gantt",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-gantt",
12
15
  "devDependencies": {
13
16
  "antd-style": "3.7.1"
@@ -17,7 +20,7 @@
17
20
  "@nocobase/server": "2.x",
18
21
  "@nocobase/test": "2.x"
19
22
  },
20
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1",
23
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
21
24
  "keywords": [
22
25
  "Blocks"
23
26
  ]