@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.6
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/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
package/dist/locale/index.js
CHANGED
|
@@ -1,278 +1,165 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.
|
|
4
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var locale_exports = {};
|
|
19
|
+
__export(locale_exports, {
|
|
20
|
+
dayjsLocale: () => dayjsLocale,
|
|
21
|
+
default: () => locale_default
|
|
5
22
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
module.exports = __toCommonJS(locale_exports);
|
|
24
|
+
const dayjsLocale = {
|
|
25
|
+
"ar-EG": "ar",
|
|
26
|
+
"az-AZ": "az",
|
|
27
|
+
"bg-BG": "bg",
|
|
28
|
+
"bn-BD": "bn-bd",
|
|
29
|
+
"by-BY": "en",
|
|
30
|
+
"ca-ES": "ca",
|
|
31
|
+
"cs-CZ": "cs",
|
|
32
|
+
"da-DK": "da",
|
|
33
|
+
"de-DE": "de",
|
|
34
|
+
"el-GR": "el",
|
|
35
|
+
"en-GB": "en-gb",
|
|
36
|
+
"en-US": "en",
|
|
37
|
+
"es-ES": "es",
|
|
38
|
+
"et-EE": "et",
|
|
39
|
+
"fa-IR": "fa",
|
|
40
|
+
"fi-FI": "fi",
|
|
41
|
+
"fr-BE": "fr",
|
|
42
|
+
"fr-CA": "fr",
|
|
43
|
+
"fr-FR": "fr",
|
|
44
|
+
"ga-IE": "ga",
|
|
45
|
+
"gl-ES": "gl",
|
|
46
|
+
"he-IL": "he",
|
|
47
|
+
"hi-IN": "hi",
|
|
48
|
+
"hr-HR": "hr",
|
|
49
|
+
"hu-HU": "hu",
|
|
50
|
+
"hy-AM": "hy-am",
|
|
51
|
+
"id-ID": "id",
|
|
52
|
+
"is-IS": "is",
|
|
53
|
+
"it-IT": "it",
|
|
54
|
+
"ja-JP": "ja",
|
|
55
|
+
"ka-GE": "ka",
|
|
56
|
+
"kk-KZ": "kk",
|
|
57
|
+
"km-KH": "km",
|
|
41
58
|
// 'kmr-IQ': { label: 'kmr_IQ' },
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
59
|
+
"kn-IN": "kn",
|
|
60
|
+
"ko-KR": "kko",
|
|
61
|
+
"ku-IQ": "ku",
|
|
62
|
+
"lt-LT": "lt",
|
|
63
|
+
"lv-LV": "lv",
|
|
64
|
+
"mk-MK": "mk",
|
|
65
|
+
"ml-IN": "ml",
|
|
66
|
+
"mn-MN": "mn",
|
|
67
|
+
"ms-MY": "ms",
|
|
68
|
+
"nb-NO": "nb",
|
|
69
|
+
"ne-NP": "ne",
|
|
70
|
+
"nl-BE": "nl-be",
|
|
71
|
+
"nl-NL": "nl",
|
|
72
|
+
"pl-PL": "pl",
|
|
73
|
+
"pt-BR": "pt-br",
|
|
74
|
+
"pt-PT": "pt",
|
|
75
|
+
"ro-RO": "ro",
|
|
76
|
+
"ru-RU": "ru",
|
|
77
|
+
"si-LK": "si",
|
|
78
|
+
"sk-SK": "sk",
|
|
79
|
+
"sl-SI": "sl",
|
|
80
|
+
"sr-RS": "sr",
|
|
81
|
+
"sv-SE": "sv",
|
|
82
|
+
"ta-IN": "ta",
|
|
83
|
+
"th-TH": "th",
|
|
84
|
+
"tk-TK": "tk",
|
|
85
|
+
"tr-TR": "tr",
|
|
86
|
+
"uk-UA": "uk",
|
|
87
|
+
"ur-PK": "ur",
|
|
88
|
+
"vi-VN": "vi",
|
|
89
|
+
"zh-CN": "zh-cn",
|
|
90
|
+
"zh-HK": "zh-hk",
|
|
91
|
+
"zh-TW": "zh-tw"
|
|
75
92
|
};
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
},
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
},
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
},
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
},
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
},
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
},
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
},
|
|
111
|
-
'en-US': {
|
|
112
|
-
label: 'English'
|
|
113
|
-
},
|
|
114
|
-
'es-ES': {
|
|
115
|
-
label: 'Español'
|
|
116
|
-
},
|
|
117
|
-
'et-EE': {
|
|
118
|
-
label: 'Estonian (Eesti)'
|
|
119
|
-
},
|
|
120
|
-
'fa-IR': {
|
|
121
|
-
label: 'فارسی'
|
|
122
|
-
},
|
|
123
|
-
'fi-FI': {
|
|
124
|
-
label: 'Suomi'
|
|
125
|
-
},
|
|
126
|
-
'fr-BE': {
|
|
127
|
-
label: 'Français(BE)'
|
|
128
|
-
},
|
|
129
|
-
'fr-CA': {
|
|
130
|
-
label: 'Français(CA)'
|
|
131
|
-
},
|
|
132
|
-
'fr-FR': {
|
|
133
|
-
label: 'Français'
|
|
134
|
-
},
|
|
135
|
-
'ga-IE': {
|
|
136
|
-
label: 'Gaeilge'
|
|
137
|
-
},
|
|
138
|
-
'gl-ES': {
|
|
139
|
-
label: 'Galego'
|
|
140
|
-
},
|
|
141
|
-
'he-IL': {
|
|
142
|
-
label: 'עברית'
|
|
143
|
-
},
|
|
144
|
-
'hi-IN': {
|
|
145
|
-
label: 'हिन्दी'
|
|
146
|
-
},
|
|
147
|
-
'hr-HR': {
|
|
148
|
-
label: 'Hrvatski jezik'
|
|
149
|
-
},
|
|
150
|
-
'hu-HU': {
|
|
151
|
-
label: 'Magyar'
|
|
152
|
-
},
|
|
153
|
-
'hy-AM': {
|
|
154
|
-
label: 'Հայերեն'
|
|
155
|
-
},
|
|
156
|
-
'id-ID': {
|
|
157
|
-
label: 'Bahasa Indonesia'
|
|
158
|
-
},
|
|
159
|
-
'is-IS': {
|
|
160
|
-
label: 'Íslenska'
|
|
161
|
-
},
|
|
162
|
-
'it-IT': {
|
|
163
|
-
label: 'Italiano'
|
|
164
|
-
},
|
|
165
|
-
'ja-JP': {
|
|
166
|
-
label: '日本語'
|
|
167
|
-
},
|
|
168
|
-
'ka-GE': {
|
|
169
|
-
label: 'ქართული'
|
|
170
|
-
},
|
|
171
|
-
'kk-KZ': {
|
|
172
|
-
label: 'Қазақ тілі'
|
|
173
|
-
},
|
|
174
|
-
'km-KH': {
|
|
175
|
-
label: 'ភាសាខ្មែរ'
|
|
176
|
-
},
|
|
93
|
+
var locale_default = {
|
|
94
|
+
"ar-EG": { label: "\u0627\u0644\u0639\u0631\u0628\u064A\u0629" },
|
|
95
|
+
"az-AZ": { label: "Az\u0259rbaycan dili" },
|
|
96
|
+
"bg-BG": { label: "\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438" },
|
|
97
|
+
"bn-BD": { label: "Bengali" },
|
|
98
|
+
"by-BY": { label: "\u0411\u0435\u043B\u0430\u0440\u0443\u0441\u043A\u0456" },
|
|
99
|
+
"ca-ES": { label: "\u0421atal\xE0/Espanya" },
|
|
100
|
+
"cs-CZ": { label: "\u010Cesky" },
|
|
101
|
+
"da-DK": { label: "Dansk" },
|
|
102
|
+
"de-DE": { label: "Deutsch" },
|
|
103
|
+
"el-GR": { label: "\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC" },
|
|
104
|
+
"en-GB": { label: "English(GB)" },
|
|
105
|
+
"en-US": { label: "English" },
|
|
106
|
+
"es-ES": { label: "Espa\xF1ol" },
|
|
107
|
+
"et-EE": { label: "Estonian (Eesti)" },
|
|
108
|
+
"fa-IR": { label: "\u0641\u0627\u0631\u0633\u06CC" },
|
|
109
|
+
"fi-FI": { label: "Suomi" },
|
|
110
|
+
"fr-BE": { label: "Fran\xE7ais(BE)" },
|
|
111
|
+
"fr-CA": { label: "Fran\xE7ais(CA)" },
|
|
112
|
+
"fr-FR": { label: "Fran\xE7ais" },
|
|
113
|
+
"ga-IE": { label: "Gaeilge" },
|
|
114
|
+
"gl-ES": { label: "Galego" },
|
|
115
|
+
"he-IL": { label: "\u05E2\u05D1\u05E8\u05D9\u05EA" },
|
|
116
|
+
"hi-IN": { label: "\u0939\u093F\u0928\u094D\u0926\u0940" },
|
|
117
|
+
"hr-HR": { label: "Hrvatski jezik" },
|
|
118
|
+
"hu-HU": { label: "Magyar" },
|
|
119
|
+
"hy-AM": { label: "\u0540\u0561\u0575\u0565\u0580\u0565\u0576" },
|
|
120
|
+
"id-ID": { label: "Bahasa Indonesia" },
|
|
121
|
+
"is-IS": { label: "\xCDslenska" },
|
|
122
|
+
"it-IT": { label: "Italiano" },
|
|
123
|
+
"ja-JP": { label: "\u65E5\u672C\u8A9E" },
|
|
124
|
+
"ka-GE": { label: "\u10E5\u10D0\u10E0\u10D7\u10E3\u10DA\u10D8" },
|
|
125
|
+
"kk-KZ": { label: "\u049A\u0430\u0437\u0430\u049B \u0442\u0456\u043B\u0456" },
|
|
126
|
+
"km-KH": { label: "\u1797\u17B6\u179F\u17B6\u1781\u17D2\u1798\u17C2\u179A" },
|
|
177
127
|
// 'kmr-IQ': { label: 'kmr_IQ' },
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
},
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
},
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
},
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
},
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
},
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
},
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
},
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
},
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
},
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
},
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}
|
|
211
|
-
'nl-BE': {
|
|
212
|
-
label: 'Vlaams'
|
|
213
|
-
},
|
|
214
|
-
'nl-NL': {
|
|
215
|
-
label: 'Nederlands'
|
|
216
|
-
},
|
|
217
|
-
'pl-PL': {
|
|
218
|
-
label: 'Polski'
|
|
219
|
-
},
|
|
220
|
-
'pt-BR': {
|
|
221
|
-
label: 'Português brasileiro'
|
|
222
|
-
},
|
|
223
|
-
'pt-PT': {
|
|
224
|
-
label: 'Português'
|
|
225
|
-
},
|
|
226
|
-
'ro-RO': {
|
|
227
|
-
label: 'România'
|
|
228
|
-
},
|
|
229
|
-
'ru-RU': {
|
|
230
|
-
label: 'Русский'
|
|
231
|
-
},
|
|
232
|
-
'si-LK': {
|
|
233
|
-
label: 'සිංහල'
|
|
234
|
-
},
|
|
235
|
-
'sk-SK': {
|
|
236
|
-
label: 'Slovenčina'
|
|
237
|
-
},
|
|
238
|
-
'sl-SI': {
|
|
239
|
-
label: 'Slovenščina'
|
|
240
|
-
},
|
|
241
|
-
'sr-RS': {
|
|
242
|
-
label: 'српски језик'
|
|
243
|
-
},
|
|
244
|
-
'sv-SE': {
|
|
245
|
-
label: 'Svenska'
|
|
246
|
-
},
|
|
247
|
-
'ta-IN': {
|
|
248
|
-
label: 'Tamil'
|
|
249
|
-
},
|
|
250
|
-
'th-TH': {
|
|
251
|
-
label: 'ภาษาไทย'
|
|
252
|
-
},
|
|
253
|
-
'tk-TK': {
|
|
254
|
-
label: 'Turkmen'
|
|
255
|
-
},
|
|
256
|
-
'tr-TR': {
|
|
257
|
-
label: 'Türkçe'
|
|
258
|
-
},
|
|
259
|
-
'uk-UA': {
|
|
260
|
-
label: 'Українська'
|
|
261
|
-
},
|
|
262
|
-
'ur-PK': {
|
|
263
|
-
label: 'Oʻzbekcha'
|
|
264
|
-
},
|
|
265
|
-
'vi-VN': {
|
|
266
|
-
label: 'Tiếng Việt'
|
|
267
|
-
},
|
|
268
|
-
'zh-CN': {
|
|
269
|
-
label: '简体中文'
|
|
270
|
-
},
|
|
271
|
-
'zh-HK': {
|
|
272
|
-
label: '繁體中文(香港)'
|
|
273
|
-
},
|
|
274
|
-
'zh-TW': {
|
|
275
|
-
label: '繁體中文(台湾)'
|
|
276
|
-
}
|
|
128
|
+
"kn-IN": { label: "\u0C95\u0CA8\u0CCD\u0CA8\u0CA1" },
|
|
129
|
+
"ko-KR": { label: "\uD55C\uAD6D\uC5B4" },
|
|
130
|
+
"ku-IQ": { label: "\u06A9\u0648\u0631\u062F\u06CC" },
|
|
131
|
+
"lt-LT": { label: "lietuvi\u0173" },
|
|
132
|
+
"lv-LV": { label: "Latvie\u0161u valoda" },
|
|
133
|
+
"mk-MK": { label: "\u043C\u0430\u043A\u0435\u0434\u043E\u043D\u0441\u043A\u0438 \u0458\u0430\u0437\u0438\u043A" },
|
|
134
|
+
"ml-IN": { label: "\u0D2E\u0D32\u0D2F\u0D3E\u0D33\u0D02" },
|
|
135
|
+
"mn-MN": { label: "\u041C\u043E\u043D\u0433\u043E\u043B \u0445\u044D\u043B" },
|
|
136
|
+
"ms-MY": { label: "\u0628\u0647\u0627\u0633 \u0645\u0644\u0627\u064A\u0648" },
|
|
137
|
+
"nb-NO": { label: "Norsk bokm\xE5l" },
|
|
138
|
+
"ne-NP": { label: "\u0928\u0947\u092A\u093E\u0932\u0940" },
|
|
139
|
+
"nl-BE": { label: "Vlaams" },
|
|
140
|
+
"nl-NL": { label: "Nederlands" },
|
|
141
|
+
"pl-PL": { label: "Polski" },
|
|
142
|
+
"pt-BR": { label: "Portugu\xEAs brasileiro" },
|
|
143
|
+
"pt-PT": { label: "Portugu\xEAs" },
|
|
144
|
+
"ro-RO": { label: "Rom\xE2nia" },
|
|
145
|
+
"ru-RU": { label: "\u0420\u0443\u0441\u0441\u043A\u0438\u0439" },
|
|
146
|
+
"si-LK": { label: "\u0DC3\u0DD2\u0D82\u0DC4\u0DBD" },
|
|
147
|
+
"sk-SK": { label: "Sloven\u010Dina" },
|
|
148
|
+
"sl-SI": { label: "Sloven\u0161\u010Dina" },
|
|
149
|
+
"sr-RS": { label: "\u0441\u0440\u043F\u0441\u043A\u0438 \u0458\u0435\u0437\u0438\u043A" },
|
|
150
|
+
"sv-SE": { label: "Svenska" },
|
|
151
|
+
"ta-IN": { label: "Tamil" },
|
|
152
|
+
"th-TH": { label: "\u0E20\u0E32\u0E29\u0E32\u0E44\u0E17\u0E22" },
|
|
153
|
+
"tk-TK": { label: "Turkmen" },
|
|
154
|
+
"tr-TR": { label: "T\xFCrk\xE7e" },
|
|
155
|
+
"uk-UA": { label: "\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430" },
|
|
156
|
+
"ur-PK": { label: "O\u02BBzbekcha" },
|
|
157
|
+
"vi-VN": { label: "Ti\u1EBFng Vi\u1EC7t" },
|
|
158
|
+
"zh-CN": { label: "\u7B80\u4F53\u4E2D\u6587" },
|
|
159
|
+
"zh-HK": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u9999\u6E2F\uFF09" },
|
|
160
|
+
"zh-TW": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u53F0\u6E7E\uFF09" }
|
|
277
161
|
};
|
|
278
|
-
|
|
162
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
163
|
+
0 && (module.exports = {
|
|
164
|
+
dayjsLocale
|
|
165
|
+
});
|