@nocobase/plugin-calendar 1.3.29-beta → 1.3.31-beta

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": "1.3.29-beta",
11
+ "@nocobase/client": "1.3.31-beta",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/server": "1.3.29-beta",
14
- "@nocobase/test": "1.3.29-beta",
13
+ "@nocobase/server": "1.3.31-beta",
14
+ "@nocobase/test": "1.3.31-beta",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.2.6",
17
17
  "@formily/react": "2.3.0",
@@ -51,5 +51,7 @@ declare const _default: {
51
51
  Monthly: string;
52
52
  Yearly: string;
53
53
  Repeats: string;
54
+ Title: string;
55
+ "{{count}} more items": string;
54
56
  };
55
57
  export default _default;
@@ -73,5 +73,7 @@ var zh_CN_default = {
73
73
  Weekly: "\u6BCF\u5468",
74
74
  Monthly: "\u6BCF\u6708",
75
75
  Yearly: "\u6BCF\u5E74",
76
- Repeats: "\u91CD\u590D"
76
+ Repeats: "\u91CD\u590D",
77
+ "Title": "\u6807\u9898",
78
+ "{{count}} more items": "{{count}} \u66F4\u591A\u4E8B\u9879"
77
79
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "1.3.29-beta",
3
+ "version": "1.3.31-beta",
4
4
  "displayName": "Calendar",
5
5
  "displayName.zh-CN": "日历",
6
6
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
@@ -36,7 +36,7 @@
36
36
  "url": "git+https://github.com/nocobase/nocobase.git",
37
37
  "directory": "packages/plugins/calendar"
38
38
  },
39
- "gitHead": "89c421d4050d5310f089bfad31ce4ffeb3848104",
39
+ "gitHead": "26c9c4db52dd191a37bab7fd26c5de9d96e1748f",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"