@nocobase/plugin-calendar 1.3.35-beta → 1.3.36-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/{en_US.js → en_US.json} +1 -23
- package/dist/locale/{es_ES.js → es_ES.json} +9 -31
- package/dist/locale/fr_FR.json +54 -0
- package/dist/locale/ja_JP.json +65 -0
- package/dist/locale/ko_KR.json +55 -0
- package/dist/locale/pt_BR.json +51 -0
- package/dist/locale/ru_RU.json +40 -0
- package/dist/locale/tr_TR.json +40 -0
- package/dist/locale/uk_UA.json +54 -0
- package/dist/locale/zh-CN.json +50 -0
- package/package.json +2 -2
- package/dist/locale/en_US.d.ts +0 -54
- package/dist/locale/es_ES.d.ts +0 -54
- package/dist/locale/fr_FR.d.ts +0 -54
- package/dist/locale/fr_FR.js +0 -76
- package/dist/locale/ja_JP.d.ts +0 -64
- package/dist/locale/ja_JP.js +0 -78
- package/dist/locale/ko_KR.d.ts +0 -55
- package/dist/locale/ko_KR.js +0 -77
- package/dist/locale/pt_BR.d.ts +0 -51
- package/dist/locale/pt_BR.js +0 -73
- package/dist/locale/ru_RU.d.ts +0 -40
- package/dist/locale/ru_RU.js +0 -62
- package/dist/locale/tr_TR.d.ts +0 -40
- package/dist/locale/tr_TR.js +0 -62
- package/dist/locale/uk_UA.d.ts +0 -54
- package/dist/locale/uk_UA.js +0 -76
- package/dist/locale/zh-CN.d.ts +0 -57
- package/dist/locale/zh-CN.js +0 -79
package/dist/locale/fr_FR.d.ts
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
"Configure calendar": string;
|
|
11
|
-
"Title field": string;
|
|
12
|
-
"Custom title": string;
|
|
13
|
-
"Show lunar": string;
|
|
14
|
-
"Start date field": string;
|
|
15
|
-
"End date field": string;
|
|
16
|
-
"Work week": string;
|
|
17
|
-
Today: string;
|
|
18
|
-
Day: string;
|
|
19
|
-
Agenda: string;
|
|
20
|
-
Date: string;
|
|
21
|
-
Time: string;
|
|
22
|
-
Event: string;
|
|
23
|
-
None: string;
|
|
24
|
-
Calendar: string;
|
|
25
|
-
"Delete events": string;
|
|
26
|
-
"This event": string;
|
|
27
|
-
"This and following events": string;
|
|
28
|
-
"All events": string;
|
|
29
|
-
"Delete this event?": string;
|
|
30
|
-
"Delete Event": string;
|
|
31
|
-
"Calendar collection": string;
|
|
32
|
-
"Create calendar block": string;
|
|
33
|
-
Filter: string;
|
|
34
|
-
"Configure actions": string;
|
|
35
|
-
"Enable actions": string;
|
|
36
|
-
"Turn pages": string;
|
|
37
|
-
"Select view": string;
|
|
38
|
-
"Add new": string;
|
|
39
|
-
"View record": string;
|
|
40
|
-
Details: string;
|
|
41
|
-
Customize: string;
|
|
42
|
-
Popup: string;
|
|
43
|
-
"Updated successfully": string;
|
|
44
|
-
"Custom request": string;
|
|
45
|
-
Edit: string;
|
|
46
|
-
Delete: string;
|
|
47
|
-
Print: string;
|
|
48
|
-
Daily: string;
|
|
49
|
-
Weekly: string;
|
|
50
|
-
Monthly: string;
|
|
51
|
-
Yearly: string;
|
|
52
|
-
Repeats: string;
|
|
53
|
-
};
|
|
54
|
-
export default _default;
|
package/dist/locale/fr_FR.js
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var fr_FR_exports = {};
|
|
28
|
-
__export(fr_FR_exports, {
|
|
29
|
-
default: () => fr_FR_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(fr_FR_exports);
|
|
32
|
-
var fr_FR_default = {
|
|
33
|
-
"Configure calendar": "Configurer le calendrier",
|
|
34
|
-
"Title field": "Champ de titre",
|
|
35
|
-
"Custom title": "Titre personnalis\xE9",
|
|
36
|
-
"Show lunar": "Afficher le calendrier lunaire",
|
|
37
|
-
"Start date field": "Champ de date de d\xE9but",
|
|
38
|
-
"End date field": "Champ de date de fin",
|
|
39
|
-
"Work week": "Semaine de travail",
|
|
40
|
-
"Today": "Aujourd'hui",
|
|
41
|
-
"Day": "Jour",
|
|
42
|
-
"Agenda": "Agenda",
|
|
43
|
-
"Date": "Date",
|
|
44
|
-
"Time": "Heure",
|
|
45
|
-
"Event": "\xC9v\xE9nement",
|
|
46
|
-
"None": "Aucun",
|
|
47
|
-
"Calendar": "Calendrier",
|
|
48
|
-
"Delete events": "Supprimer les \xE9v\xE9nements",
|
|
49
|
-
"This event": "Cet \xE9v\xE9nement",
|
|
50
|
-
"This and following events": "Cet \xE9v\xE9nement et les suivants",
|
|
51
|
-
"All events": "Tous les \xE9v\xE9nements",
|
|
52
|
-
"Delete this event?": "Supprimer cet \xE9v\xE9nement ?",
|
|
53
|
-
"Delete Event": "Supprimer l'\xE9v\xE9nement",
|
|
54
|
-
"Calendar collection": "Collection de calendrier",
|
|
55
|
-
"Create calendar block": "Cr\xE9er un bloc de calendrier",
|
|
56
|
-
"Filter": "Filtrer",
|
|
57
|
-
"Configure actions": "Configurer les actions",
|
|
58
|
-
"Enable actions": "Activer les actions",
|
|
59
|
-
"Turn pages": "Tourner les pages",
|
|
60
|
-
"Select view": "S\xE9lectionner la vue",
|
|
61
|
-
"Add new": "Ajouter nouveau",
|
|
62
|
-
"View record": "Voir l'enregistrement",
|
|
63
|
-
"Details": "D\xE9tails",
|
|
64
|
-
"Customize": "Personnaliser",
|
|
65
|
-
"Popup": "Popup",
|
|
66
|
-
"Updated successfully": "Mis \xE0 jour avec succ\xE8s",
|
|
67
|
-
"Custom request": "Requ\xEAte personnalis\xE9e",
|
|
68
|
-
"Edit": "Modifier",
|
|
69
|
-
"Delete": "Supprimer",
|
|
70
|
-
"Print": "Imprimer",
|
|
71
|
-
"Daily": "Quotidien",
|
|
72
|
-
"Weekly": "Hebdomadaire",
|
|
73
|
-
"Monthly": "Mensuel",
|
|
74
|
-
"Yearly": "Annuel",
|
|
75
|
-
"Repeats": "R\xE9p\xE9titions"
|
|
76
|
-
};
|
package/dist/locale/ja_JP.d.ts
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* This file is part of the NocoBase (R) project.
|
|
11
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
12
|
-
* Authors: NocoBase Team.
|
|
13
|
-
*
|
|
14
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
15
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
16
|
-
*/
|
|
17
|
-
declare const _default: {
|
|
18
|
-
"Configure calendar": string;
|
|
19
|
-
"Title field": string;
|
|
20
|
-
"Start date field": string;
|
|
21
|
-
"End date field": string;
|
|
22
|
-
"Work week": string;
|
|
23
|
-
Today: string;
|
|
24
|
-
Day: string;
|
|
25
|
-
Agenda: string;
|
|
26
|
-
Date: string;
|
|
27
|
-
Time: string;
|
|
28
|
-
Event: string;
|
|
29
|
-
None: string;
|
|
30
|
-
Calendar: string;
|
|
31
|
-
"Calendar collection": string;
|
|
32
|
-
"Create calendar block": string;
|
|
33
|
-
Filter: string;
|
|
34
|
-
"Configure actions": string;
|
|
35
|
-
"Enable actions": string;
|
|
36
|
-
"Turn pages": string;
|
|
37
|
-
"Select view": string;
|
|
38
|
-
"Add new": string;
|
|
39
|
-
"View record": string;
|
|
40
|
-
Details: string;
|
|
41
|
-
Customize: string;
|
|
42
|
-
Popup: string;
|
|
43
|
-
"Updated successfully": string;
|
|
44
|
-
"Custom request": string;
|
|
45
|
-
Edit: string;
|
|
46
|
-
Delete: string;
|
|
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;
|
|
63
|
-
};
|
|
64
|
-
export default _default;
|
package/dist/locale/ja_JP.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var ja_JP_exports = {};
|
|
28
|
-
__export(ja_JP_exports, {
|
|
29
|
-
default: () => ja_JP_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(ja_JP_exports);
|
|
32
|
-
var ja_JP_default = {
|
|
33
|
-
"Configure calendar": "\u30AB\u30EC\u30F3\u30C0\u30FC\u306E\u8A2D\u5B9A",
|
|
34
|
-
"Title field": "\u30BF\u30A4\u30C8\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9",
|
|
35
|
-
"Start date field": "\u958B\u59CB\u65E5\u30D5\u30A3\u30FC\u30EB\u30C9",
|
|
36
|
-
"End date field": "\u7D42\u4E86\u65E5\u30D5\u30A3\u30FC\u30EB\u30C9",
|
|
37
|
-
"Work week": "\u7A3C\u50CD\u65E5",
|
|
38
|
-
"Today": "\u4ECA\u65E5",
|
|
39
|
-
"Day": "\u65E5",
|
|
40
|
-
"Agenda": "\u30A2\u30B8\u30A7\u30F3\u30C0",
|
|
41
|
-
"Date": "\u65E5\u4ED8",
|
|
42
|
-
"Time": "\u6642\u9593",
|
|
43
|
-
"Event": "\u30A4\u30D9\u30F3\u30C8",
|
|
44
|
-
"None": "\u306A\u3057",
|
|
45
|
-
"Calendar": "\u30AB\u30EC\u30F3\u30C0\u30FC",
|
|
46
|
-
"Calendar collection": "\u30AB\u30EC\u30F3\u30C0\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EB",
|
|
47
|
-
"Create calendar block": "\u30AB\u30EC\u30F3\u30C0\u30FC\u30D6\u30ED\u30C3\u30AF\u306E\u4F5C\u6210",
|
|
48
|
-
"Filter": "\u30D5\u30A3\u30EB\u30BF\u30FC",
|
|
49
|
-
"Configure actions": "\u64CD\u4F5C\u306E\u8A2D\u5B9A",
|
|
50
|
-
"Enable actions": "\u6709\u52B9\u306A\u64CD\u4F5C",
|
|
51
|
-
"Turn pages": "\u30DA\u30FC\u30B8\u3092\u3081\u304F\u308B",
|
|
52
|
-
"Select view": "\u30D3\u30E5\u30FC\u306E\u5207\u308A\u66FF\u3048",
|
|
53
|
-
"Add new": "\u8FFD\u52A0",
|
|
54
|
-
"View record": "\u30EC\u30B3\u30FC\u30C9\u3092\u898B\u308B",
|
|
55
|
-
"Details": "\u8A73\u7D30",
|
|
56
|
-
"Customize": "\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA",
|
|
57
|
-
"Popup": "\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7",
|
|
58
|
-
"Updated successfully": "\u66F4\u65B0\u6210\u529F",
|
|
59
|
-
"Custom request": "\u30AB\u30B9\u30BF\u30E0\u30EA\u30AF\u30A8\u30B9\u30C8",
|
|
60
|
-
"Edit": "\u7DE8\u96C6",
|
|
61
|
-
"Delete": "\u524A\u9664",
|
|
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"
|
|
78
|
-
};
|
package/dist/locale/ko_KR.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
"Configure calendar": string;
|
|
11
|
-
"Title field": string;
|
|
12
|
-
"Custom title": string;
|
|
13
|
-
"Show lunar": string;
|
|
14
|
-
"Start date field": string;
|
|
15
|
-
"End date field": string;
|
|
16
|
-
"Work week": string;
|
|
17
|
-
Today: string;
|
|
18
|
-
Day: string;
|
|
19
|
-
Agenda: string;
|
|
20
|
-
Date: string;
|
|
21
|
-
Time: string;
|
|
22
|
-
Event: string;
|
|
23
|
-
None: string;
|
|
24
|
-
Calendar: string;
|
|
25
|
-
"Delete events": string;
|
|
26
|
-
"This event": string;
|
|
27
|
-
"This and following events": string;
|
|
28
|
-
"All events": string;
|
|
29
|
-
"Delete this event?": string;
|
|
30
|
-
"Delete Event": string;
|
|
31
|
-
"Calendar collection": string;
|
|
32
|
-
"Create calendar block": string;
|
|
33
|
-
Filter: string;
|
|
34
|
-
"Configure actions": string;
|
|
35
|
-
"Enable actions": string;
|
|
36
|
-
"Turn pages": string;
|
|
37
|
-
"Select view": string;
|
|
38
|
-
"Add new": string;
|
|
39
|
-
"View record": string;
|
|
40
|
-
Details: string;
|
|
41
|
-
Customize: string;
|
|
42
|
-
"Update record": string;
|
|
43
|
-
Popup: string;
|
|
44
|
-
"Updated successfully": string;
|
|
45
|
-
"Custom request": string;
|
|
46
|
-
Edit: string;
|
|
47
|
-
Delete: string;
|
|
48
|
-
Print: string;
|
|
49
|
-
Daily: string;
|
|
50
|
-
Weekly: string;
|
|
51
|
-
Monthly: string;
|
|
52
|
-
Yearly: string;
|
|
53
|
-
Repeats: string;
|
|
54
|
-
};
|
|
55
|
-
export default _default;
|
package/dist/locale/ko_KR.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var ko_KR_exports = {};
|
|
28
|
-
__export(ko_KR_exports, {
|
|
29
|
-
default: () => ko_KR_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(ko_KR_exports);
|
|
32
|
-
var ko_KR_default = {
|
|
33
|
-
"Configure calendar": "\uCE98\uB9B0\uB354 \uAD6C\uC131",
|
|
34
|
-
"Title field": "\uC81C\uBAA9 \uD544\uB4DC",
|
|
35
|
-
"Custom title": "\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uBAA9",
|
|
36
|
-
"Show lunar": "\uC74C\uB825 \uD45C\uC2DC",
|
|
37
|
-
"Start date field": "\uC2DC\uC791 \uB0A0\uC9DC \uD544\uB4DC",
|
|
38
|
-
"End date field": "\uC885\uB8CC \uB0A0\uC9DC \uD544\uB4DC",
|
|
39
|
-
"Work week": "\uADFC\uBB34 \uC8FC",
|
|
40
|
-
"Today": "\uC624\uB298",
|
|
41
|
-
"Day": "\uC77C\uC77C",
|
|
42
|
-
"Agenda": "\uC77C\uC815",
|
|
43
|
-
"Date": "\uB0A0\uC9DC",
|
|
44
|
-
"Time": "\uC2DC\uAC04",
|
|
45
|
-
"Event": "\uC774\uBCA4\uD2B8",
|
|
46
|
-
"None": "\uC5C6\uC74C",
|
|
47
|
-
"Calendar": "\uCE98\uB9B0\uB354",
|
|
48
|
-
"Delete events": "\uC774\uBCA4\uD2B8 \uC0AD\uC81C",
|
|
49
|
-
"This event": "\uC774 \uC774\uBCA4\uD2B8",
|
|
50
|
-
"This and following events": "\uC774 \uC774\uBCA4\uD2B8 \uBC0F \uC774\uD6C4 \uC774\uBCA4\uD2B8",
|
|
51
|
-
"All events": "\uBAA8\uB4E0 \uC774\uBCA4\uD2B8",
|
|
52
|
-
"Delete this event?": "\uC774 \uC774\uBCA4\uD2B8\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
53
|
-
"Delete Event": "\uC774\uBCA4\uD2B8 \uC0AD\uC81C",
|
|
54
|
-
"Calendar collection": "\uCE98\uB9B0\uB354 \uB370\uC774\uD130 \uD14C\uC774\uBE14",
|
|
55
|
-
"Create calendar block": "\uCE98\uB9B0\uB354 \uBE14\uB85D \uC0DD\uC131",
|
|
56
|
-
"Filter": "\uD544\uD130",
|
|
57
|
-
"Configure actions": "\uC791\uC5C5 \uAD6C\uC131",
|
|
58
|
-
"Enable actions": "\uC791\uC5C5 \uD65C\uC131\uD654",
|
|
59
|
-
"Turn pages": "\uD398\uC774\uC9C0 \uC804\uD658",
|
|
60
|
-
"Select view": "\uBCF4\uAE30 \uC120\uD0DD",
|
|
61
|
-
"Add new": "\uC0C8\uB85C \uCD94\uAC00",
|
|
62
|
-
"View record": "\uB370\uC774\uD130 \uBCF4\uAE30",
|
|
63
|
-
"Details": "\uC138\uBD80 \uC815\uBCF4",
|
|
64
|
-
"Customize": "\uC0AC\uC6A9\uC790 \uC815\uC758",
|
|
65
|
-
"Update record": "\uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8",
|
|
66
|
-
"Popup": "\uD31D\uC5C5",
|
|
67
|
-
"Updated successfully": "\uC131\uACF5\uC801\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uB428",
|
|
68
|
-
"Custom request": "\uC0AC\uC6A9\uC790 \uC815\uC758 \uC694\uCCAD",
|
|
69
|
-
"Edit": "\uD3B8\uC9D1",
|
|
70
|
-
"Delete": "\uC0AD\uC81C",
|
|
71
|
-
"Print": "\uC778\uC1C4",
|
|
72
|
-
"Daily": "\uB9E4\uC77C",
|
|
73
|
-
"Weekly": "\uB9E4\uC8FC",
|
|
74
|
-
"Monthly": "\uB9E4\uC6D4",
|
|
75
|
-
"Yearly": "\uB9E4\uB144",
|
|
76
|
-
"Repeats": "\uBC18\uBCF5"
|
|
77
|
-
};
|
package/dist/locale/pt_BR.d.ts
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
"Configure calendar": string;
|
|
11
|
-
"Title field": string;
|
|
12
|
-
"Custom title": string;
|
|
13
|
-
"Show lunar": string;
|
|
14
|
-
"Start date field": string;
|
|
15
|
-
"End date field": string;
|
|
16
|
-
"Work week": string;
|
|
17
|
-
Today: string;
|
|
18
|
-
Day: string;
|
|
19
|
-
Agenda: string;
|
|
20
|
-
Date: string;
|
|
21
|
-
Time: string;
|
|
22
|
-
Event: string;
|
|
23
|
-
None: string;
|
|
24
|
-
Calendar: string;
|
|
25
|
-
"Delete events": string;
|
|
26
|
-
"This event": string;
|
|
27
|
-
"This and following events": string;
|
|
28
|
-
"All events": string;
|
|
29
|
-
"Delete this event?": string;
|
|
30
|
-
"Delete Event": string;
|
|
31
|
-
"Calendar collection": string;
|
|
32
|
-
"Create calendar block": string;
|
|
33
|
-
Filter: string;
|
|
34
|
-
"Configure actions": string;
|
|
35
|
-
"Enable actions": string;
|
|
36
|
-
"Turn pages": string;
|
|
37
|
-
"Select view": string;
|
|
38
|
-
"Add new": string;
|
|
39
|
-
"View record": string;
|
|
40
|
-
Details: string;
|
|
41
|
-
Customize: string;
|
|
42
|
-
Popup: string;
|
|
43
|
-
Edit: string;
|
|
44
|
-
Delete: string;
|
|
45
|
-
Daily: string;
|
|
46
|
-
Weekly: string;
|
|
47
|
-
Monthly: string;
|
|
48
|
-
Yearly: string;
|
|
49
|
-
Repeats: string;
|
|
50
|
-
};
|
|
51
|
-
export default _default;
|
package/dist/locale/pt_BR.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var pt_BR_exports = {};
|
|
28
|
-
__export(pt_BR_exports, {
|
|
29
|
-
default: () => pt_BR_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(pt_BR_exports);
|
|
32
|
-
var pt_BR_default = {
|
|
33
|
-
"Configure calendar": "Configurar calend\xE1rio",
|
|
34
|
-
"Title field": "Campo de t\xEDtulo",
|
|
35
|
-
"Custom title": "T\xEDtulo personalizado",
|
|
36
|
-
"Show lunar": "Mostrar calend\xE1rio lunar",
|
|
37
|
-
"Start date field": "Campo de data de in\xEDcio",
|
|
38
|
-
"End date field": "Campo de data de t\xE9rmino",
|
|
39
|
-
"Work week": "Semana de trabalho",
|
|
40
|
-
"Today": "Hoje",
|
|
41
|
-
"Day": "Dia",
|
|
42
|
-
"Agenda": "Agenda",
|
|
43
|
-
"Date": "Data",
|
|
44
|
-
"Time": "Hora",
|
|
45
|
-
"Event": "Evento",
|
|
46
|
-
"None": "Nenhum",
|
|
47
|
-
"Calendar": "Calend\xE1rio",
|
|
48
|
-
"Delete events": "Excluir eventos",
|
|
49
|
-
"This event": "Este evento",
|
|
50
|
-
"This and following events": "Este e os pr\xF3ximos eventos",
|
|
51
|
-
"All events": "Todos os eventos",
|
|
52
|
-
"Delete this event?": "Excluir este evento?",
|
|
53
|
-
"Delete Event": "Excluir Evento",
|
|
54
|
-
"Calendar collection": "Cole\xE7\xE3o de calend\xE1rio",
|
|
55
|
-
"Create calendar block": "Criar bloco de calend\xE1rio",
|
|
56
|
-
"Filter": "Filtro",
|
|
57
|
-
"Configure actions": "Configurar a\xE7\xF5es",
|
|
58
|
-
"Enable actions": "Ativar a\xE7\xF5es",
|
|
59
|
-
"Turn pages": "Virar p\xE1ginas",
|
|
60
|
-
"Select view": "Selecionar visualiza\xE7\xE3o",
|
|
61
|
-
"Add new": "Adicionar novo",
|
|
62
|
-
"View record": "Visualizar registro",
|
|
63
|
-
"Details": "Detalhes",
|
|
64
|
-
"Customize": "Customizar",
|
|
65
|
-
"Popup": "Pop-up",
|
|
66
|
-
"Edit": "Editar",
|
|
67
|
-
"Delete": "Excluir",
|
|
68
|
-
"Daily": "Di\xE1rio",
|
|
69
|
-
"Weekly": "Semanal",
|
|
70
|
-
"Monthly": "Mensal",
|
|
71
|
-
"Yearly": "Anual",
|
|
72
|
-
"Repeats": "Repete"
|
|
73
|
-
};
|
package/dist/locale/ru_RU.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
"Configure calendar": string;
|
|
11
|
-
"Title field": string;
|
|
12
|
-
"Start date field": string;
|
|
13
|
-
"End date field": string;
|
|
14
|
-
"Work week": string;
|
|
15
|
-
Today: string;
|
|
16
|
-
Day: string;
|
|
17
|
-
Agenda: string;
|
|
18
|
-
Date: string;
|
|
19
|
-
Time: string;
|
|
20
|
-
Event: string;
|
|
21
|
-
None: string;
|
|
22
|
-
Calendar: string;
|
|
23
|
-
"Create calendar block": string;
|
|
24
|
-
Filter: string;
|
|
25
|
-
"Configure actions": string;
|
|
26
|
-
"Enable actions": string;
|
|
27
|
-
"Turn pages": string;
|
|
28
|
-
"Select view": string;
|
|
29
|
-
"Add new": string;
|
|
30
|
-
"View record": string;
|
|
31
|
-
Details: string;
|
|
32
|
-
Customize: string;
|
|
33
|
-
Popup: string;
|
|
34
|
-
"Updated successfully": string;
|
|
35
|
-
"Custom request": string;
|
|
36
|
-
Edit: string;
|
|
37
|
-
Delete: string;
|
|
38
|
-
Print: string;
|
|
39
|
-
};
|
|
40
|
-
export default _default;
|
package/dist/locale/ru_RU.js
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var ru_RU_exports = {};
|
|
28
|
-
__export(ru_RU_exports, {
|
|
29
|
-
default: () => ru_RU_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(ru_RU_exports);
|
|
32
|
-
var ru_RU_default = {
|
|
33
|
-
"Configure calendar": "\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",
|
|
34
|
-
"Title field": "\u041F\u043E\u043B\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",
|
|
35
|
-
"Start date field": "\u041F\u043E\u043B\u0435 \u0434\u0430\u0442\u044B \u043D\u0430\u0447\u0430\u043B\u0430",
|
|
36
|
-
"End date field": "\u041F\u043E\u043B\u0435 \u0434\u0430\u0442\u044B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F",
|
|
37
|
-
"Work week": "\u0420\u0430\u0431\u043E\u0447\u0430\u044F \u043D\u0435\u0434\u0435\u043B\u044F",
|
|
38
|
-
"Today": "\u0421\u0435\u0433\u043E\u0434\u043D\u044F",
|
|
39
|
-
"Day": "\u0414\u0435\u043D\u044C",
|
|
40
|
-
"Agenda": "\u0420\u0430\u0441\u043F\u0438\u0441\u0430\u043D\u0438\u0435",
|
|
41
|
-
"Date": "\u0414\u0430\u0442\u0430",
|
|
42
|
-
"Time": "\u0412\u0440\u0435\u043C\u044F",
|
|
43
|
-
"Event": "\u0421\u043E\u0431\u044B\u0442\u0438\u0435",
|
|
44
|
-
"None": "\u041D\u0438\u0447\u0435\u0433\u043E",
|
|
45
|
-
"Calendar": "\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",
|
|
46
|
-
"Create calendar block": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0431\u043B\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",
|
|
47
|
-
"Filter": "\u0424\u0438\u043B\u044C\u0442\u0440",
|
|
48
|
-
"Configure actions": "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
|
|
49
|
-
"Enable actions": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",
|
|
50
|
-
"Turn pages": "\u041F\u0435\u0440\u0435\u043B\u0438\u0441\u0442\u044B\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",
|
|
51
|
-
"Select view": "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0438\u0434",
|
|
52
|
-
"Add new": "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u044B\u0439",
|
|
53
|
-
"View record": "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u044C",
|
|
54
|
-
"Details": "\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438",
|
|
55
|
-
"Customize": "\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C",
|
|
56
|
-
"Popup": "\u0412\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0438\u0439",
|
|
57
|
-
"Updated successfully": "\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E",
|
|
58
|
-
"Custom request": "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0437\u0430\u043F\u0440\u043E\u0441",
|
|
59
|
-
"Edit": "\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C",
|
|
60
|
-
"Delete": "\u0423\u0434\u0430\u043B\u0438\u0442\u044C",
|
|
61
|
-
"Print": "\u041F\u0435\u0447\u0430\u0442\u044C"
|
|
62
|
-
};
|
package/dist/locale/tr_TR.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
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
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
"Configure calendar": string;
|
|
11
|
-
"Title field": string;
|
|
12
|
-
"Start date field": string;
|
|
13
|
-
"End date field": string;
|
|
14
|
-
"Work week": string;
|
|
15
|
-
Today: string;
|
|
16
|
-
Day: string;
|
|
17
|
-
Agenda: string;
|
|
18
|
-
Date: string;
|
|
19
|
-
Time: string;
|
|
20
|
-
Event: string;
|
|
21
|
-
None: string;
|
|
22
|
-
Calendar: string;
|
|
23
|
-
"Create calendar block": string;
|
|
24
|
-
Filter: string;
|
|
25
|
-
"Configure actions": string;
|
|
26
|
-
"Enable actions": string;
|
|
27
|
-
"Turn pages": string;
|
|
28
|
-
"Select view": string;
|
|
29
|
-
"Add new": string;
|
|
30
|
-
"View record": string;
|
|
31
|
-
Details: string;
|
|
32
|
-
Customize: string;
|
|
33
|
-
Popup: string;
|
|
34
|
-
"Updated successfully": string;
|
|
35
|
-
"Custom request": string;
|
|
36
|
-
Edit: string;
|
|
37
|
-
Delete: string;
|
|
38
|
-
Print: string;
|
|
39
|
-
};
|
|
40
|
-
export default _default;
|