@nocobase/plugin-calendar 1.3.24-beta → 1.3.26-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.
- package/dist/externalVersion.js +3 -3
- package/dist/locale/ja_JP.d.ts +23 -0
- package/dist/locale/ja_JP.js +16 -1
- 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.3.
|
|
11
|
+
"@nocobase/client": "1.3.26-beta",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/server": "1.3.
|
|
14
|
-
"@nocobase/test": "1.3.
|
|
13
|
+
"@nocobase/server": "1.3.26-beta",
|
|
14
|
+
"@nocobase/test": "1.3.26-beta",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"@ant-design/icons": "5.2.6",
|
|
17
17
|
"@formily/react": "2.3.0",
|
package/dist/locale/ja_JP.d.ts
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* This file is part of the NocoBase (R) project.
|
|
3
11
|
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
@@ -37,5 +45,20 @@ declare const _default: {
|
|
|
37
45
|
Edit: string;
|
|
38
46
|
Delete: string;
|
|
39
47
|
Print: string;
|
|
48
|
+
"Custom title": string;
|
|
49
|
+
"Show lunar": string;
|
|
50
|
+
nan: string;
|
|
51
|
+
"Delete events": string;
|
|
52
|
+
"This event": string;
|
|
53
|
+
"This and following events": string;
|
|
54
|
+
"All events": string;
|
|
55
|
+
"Delete this event?": string;
|
|
56
|
+
"Delete Event": string;
|
|
57
|
+
Daily: string;
|
|
58
|
+
Weekly: string;
|
|
59
|
+
Monthly: string;
|
|
60
|
+
Yearly: string;
|
|
61
|
+
Repeats: string;
|
|
62
|
+
"Update record": string;
|
|
40
63
|
};
|
|
41
64
|
export default _default;
|
package/dist/locale/ja_JP.js
CHANGED
|
@@ -59,5 +59,20 @@ var ja_JP_default = {
|
|
|
59
59
|
"Custom request": "\u30AB\u30B9\u30BF\u30E0\u30EA\u30AF\u30A8\u30B9\u30C8",
|
|
60
60
|
"Edit": "\u7DE8\u96C6",
|
|
61
61
|
"Delete": "\u524A\u9664",
|
|
62
|
-
"Print": "Print"
|
|
62
|
+
"Print": "Print",
|
|
63
|
+
"Custom title": "\u30AB\u30B9\u30BF\u30E0\u30BF\u30A4\u30C8\u30EB",
|
|
64
|
+
"Show lunar": "\u65E7\u66A6\u3092\u8868\u793A",
|
|
65
|
+
"nan": "\u306A\u3057",
|
|
66
|
+
"Delete events": "\u65E5\u7A0B\u3092\u524A\u9664",
|
|
67
|
+
"This event": "\u3053\u306E\u65E5\u7A0B",
|
|
68
|
+
"This and following events": "\u3053\u306E\u65E5\u7A0B\u3068\u5F8C\u7D9A\u306E\u65E5\u7A0B",
|
|
69
|
+
"All events": "\u3059\u3079\u3066\u306E\u65E5\u7A0B",
|
|
70
|
+
"Delete this event?": "\u3053\u306E\u65E5\u7A0B\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",
|
|
71
|
+
"Delete Event": "\u65E5\u7A0B\u3092\u524A\u9664",
|
|
72
|
+
"Daily": "\u6BCE\u65E5",
|
|
73
|
+
"Weekly": "\u6BCE\u9031",
|
|
74
|
+
"Monthly": "\u6BCE\u6708",
|
|
75
|
+
"Yearly": "\u6BCE\u5E74",
|
|
76
|
+
"Repeats": "\u7E70\u308A\u8FD4\u3057",
|
|
77
|
+
"Update record": "\u30EC\u30B3\u30FC\u30C9\u3092\u66F4\u65B0\u3059\u308B"
|
|
63
78
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-calendar",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.26-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": "
|
|
39
|
+
"gitHead": "492868e32388615f75ba5af28f33420899d3b211",
|
|
40
40
|
"keywords": [
|
|
41
41
|
"Collections",
|
|
42
42
|
"Blocks"
|