@cloudtower/parrot 0.27.73 → 0.27.75
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/esm/index.js +42 -25
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +9 -3
- package/dist/locales/index.d.ts +14 -6
- package/dist/locales/zh-CN/index.d.ts +5 -3
- package/dist/umd/index.js +42 -25
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
@@ -11,6 +11,8 @@ var contains$3 = "Contains";
|
|
11
11
|
var confirm$3 = "Confirm";
|
12
12
|
var empty$3 = "No ";
|
13
13
|
var enable$1 = "Enable";
|
14
|
+
var enabled$1 = "Enabled";
|
15
|
+
var disabled$1 = "Disabled";
|
14
16
|
var disable$1 = "Disable";
|
15
17
|
var error$1 = "Error";
|
16
18
|
var next_step$1 = "Next";
|
@@ -57,6 +59,8 @@ var common$1 = {
|
|
57
59
|
confirm: confirm$3,
|
58
60
|
empty: empty$3,
|
59
61
|
enable: enable$1,
|
62
|
+
enabled: enabled$1,
|
63
|
+
disabled: disabled$1,
|
60
64
|
disable: disable$1,
|
61
65
|
error: error$1,
|
62
66
|
next_step: next_step$1,
|
@@ -99,8 +103,8 @@ var custom_column$1 = "Customize Columns & Order";
|
|
99
103
|
var not$1 = "Not";
|
100
104
|
var not_contains$2 = "Not Contains";
|
101
105
|
var or$1 = "or";
|
102
|
-
var previous_items$1 = "Previous
|
103
|
-
var next_items$1 = "Next
|
106
|
+
var previous_items$1 = "Previous";
|
107
|
+
var next_items$1 = "Next";
|
104
108
|
var push_to$1 = "Jump to";
|
105
109
|
var pagination_range$1 = "Item {range1} – {range2}";
|
106
110
|
var pagination_total$1 = "Item {range1} – {range2}, {total} in total";
|
@@ -119,20 +123,24 @@ var prefix$1 = "Prefix";
|
|
119
123
|
var suffix$1 = "Suffix";
|
120
124
|
var as_day$1 = "By Day";
|
121
125
|
var count$1 = "";
|
122
|
-
var
|
123
|
-
var
|
124
|
-
var
|
125
|
-
var execution_time$1 = "Execution Time: ";
|
126
|
+
var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
|
127
|
+
var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
|
128
|
+
var execution_time$1 = "Generation time ";
|
126
129
|
var as_week$1 = "By Week";
|
127
130
|
var as_month$1 = "By Month";
|
128
|
-
var
|
129
|
-
var
|
130
|
-
var
|
131
|
+
var day_date$1 = "day";
|
132
|
+
var day_date_plural = "days";
|
133
|
+
var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
|
134
|
+
var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
|
135
|
+
var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
|
136
|
+
var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
|
137
|
+
var will_excute_at_last_day_with_date$1 = "For the months that do not have {date} days, the plan will be executed on the last day of the month.";
|
138
|
+
var date_mark$1 = " or ";
|
131
139
|
var retain_with_count$1 = "Retain {count} reports";
|
132
140
|
var start_date$1 = "Start Date";
|
133
|
-
var retain_date$1 = "
|
134
|
-
var next_generate_with_date$1 = "The next report will be generated
|
135
|
-
var will_save_one_to_thirty_report$1 = "You can retain 1
|
141
|
+
var retain_date$1 = "Number";
|
142
|
+
var next_generate_with_date$1 = "The next report will be generated at {date}.";
|
143
|
+
var will_save_one_to_thirty_report$1 = "You can retain 1 to 30 most recently generated reports.";
|
136
144
|
var every_day_with_time$1 = "Every day at {time}";
|
137
145
|
var every_day_with_count_and_time$1 = "Every {count} days at {time}";
|
138
146
|
var every_week_with_time$1 = "Every week at {time}";
|
@@ -143,7 +151,7 @@ var every_month_with_time$1 = "Every month at {time}";
|
|
143
151
|
var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
|
144
152
|
var every_months_with_count_and_time$1 = "Every {count} months at {time}";
|
145
153
|
var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
|
146
|
-
var generate_date_preview$1 = "
|
154
|
+
var generate_date_preview$1 = "Date Preview";
|
147
155
|
var date_with_year_and_month$1 = "{month} {year}";
|
148
156
|
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
149
157
|
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
@@ -189,15 +197,19 @@ var components$1 = {
|
|
189
197
|
suffix: suffix$1,
|
190
198
|
as_day: as_day$1,
|
191
199
|
count: count$1,
|
192
|
-
|
193
|
-
|
194
|
-
per_day_3: per_day_3$1,
|
200
|
+
day_execute_task: day_execute_task$1,
|
201
|
+
day_execute_task_plural: day_execute_task_plural,
|
195
202
|
execution_time: execution_time$1,
|
196
203
|
as_week: as_week$1,
|
197
204
|
as_month: as_month$1,
|
205
|
+
day_date: day_date$1,
|
206
|
+
day_date_plural: day_date_plural,
|
198
207
|
week_with_below_date: week_with_below_date$1,
|
208
|
+
week_with_below_date_plural: week_with_below_date_plural,
|
199
209
|
month_with_below_date: month_with_below_date$1,
|
210
|
+
month_with_below_date_plural: month_with_below_date_plural,
|
200
211
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
|
212
|
+
date_mark: date_mark$1,
|
201
213
|
retain_with_count: retain_with_count$1,
|
202
214
|
start_date: start_date$1,
|
203
215
|
retain_date: retain_date$1,
|
@@ -266,7 +278,9 @@ var contains$1 = "包含";
|
|
266
278
|
var confirm$1 = "确定";
|
267
279
|
var empty$1 = "无";
|
268
280
|
var enable = "启用";
|
281
|
+
var enabled = "启用";
|
269
282
|
var disable = "禁用";
|
283
|
+
var disabled = "禁用";
|
270
284
|
var error = "错误";
|
271
285
|
var next_step = "下一步";
|
272
286
|
var not_contains$1 = "不包含";
|
@@ -312,7 +326,9 @@ var common = {
|
|
312
326
|
confirm: confirm$1,
|
313
327
|
empty: empty$1,
|
314
328
|
enable: enable,
|
329
|
+
enabled: enabled,
|
315
330
|
disable: disable,
|
331
|
+
disabled: disabled,
|
316
332
|
error: error,
|
317
333
|
next_step: next_step,
|
318
334
|
not_contains: not_contains$1,
|
@@ -374,19 +390,19 @@ var prefix = "前缀";
|
|
374
390
|
var suffix = "后缀";
|
375
391
|
var as_day = "按天";
|
376
392
|
var count = "份";
|
377
|
-
var
|
378
|
-
var per_day_2 = "天,";
|
379
|
-
var per_day_3 = "生成。";
|
393
|
+
var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
|
380
394
|
var execution_time = "生成时间:";
|
381
395
|
var as_week = "按周";
|
382
396
|
var as_month = "按月";
|
383
|
-
var
|
384
|
-
var
|
397
|
+
var day_date = "日期";
|
398
|
+
var week_with_below_date = "每 <0></0> 周的如下{day}:";
|
399
|
+
var month_with_below_date = "每 <0></0> 个月的如下{day}:";
|
385
400
|
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
401
|
+
var date_mark = "、";
|
386
402
|
var retain_with_count = "保留 {count} 份";
|
387
403
|
var start_date = "开始日期";
|
388
404
|
var retain_date = "保留份数";
|
389
|
-
var next_generate_with_date = "
|
405
|
+
var next_generate_with_date = "下次生成时间:{date}. ";
|
390
406
|
var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
|
391
407
|
var every_day_with_time = "每天的 {time}";
|
392
408
|
var every_day_with_count_and_time = "每 {count} 天的 {time}";
|
@@ -444,15 +460,15 @@ var components = {
|
|
444
460
|
suffix: suffix,
|
445
461
|
as_day: as_day,
|
446
462
|
count: count,
|
447
|
-
|
448
|
-
per_day_2: per_day_2,
|
449
|
-
per_day_3: per_day_3,
|
463
|
+
day_execute_task: day_execute_task,
|
450
464
|
execution_time: execution_time,
|
451
465
|
as_week: as_week,
|
452
466
|
as_month: as_month,
|
467
|
+
day_date: day_date,
|
453
468
|
week_with_below_date: week_with_below_date,
|
454
469
|
month_with_below_date: month_with_below_date,
|
455
470
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
471
|
+
date_mark: date_mark,
|
456
472
|
retain_with_count: retain_with_count,
|
457
473
|
start_date: start_date,
|
458
474
|
retain_date: retain_date,
|
@@ -542,6 +558,7 @@ var ParrotLngs = /* @__PURE__ */ ((ParrotLngs2) => {
|
|
542
558
|
})(ParrotLngs || {});
|
543
559
|
const defaultOptions = {
|
544
560
|
lng: "zh-CN" /* zh */,
|
561
|
+
compatibilityJSON: "v3",
|
545
562
|
fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
|
546
563
|
interpolation: {
|
547
564
|
prefix: "{",
|
package/dist/esm/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"150d-25","name":"common.json"},{"uid":"150d-27","name":"components.json"},{"uid":"150d-29","name":"metric.json"},{"uid":"150d-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"150d-33","name":"common.json"},{"uid":"150d-35","name":"components.json"},{"uid":"150d-37","name":"metric.json"},{"uid":"150d-39","name":"index.ts"}]},{"uid":"150d-41","name":"index.ts"}]},{"uid":"150d-43","name":"parrotI18n.ts"},{"uid":"150d-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"150d-25":{"renderedLength":2393,"gzipLength":0,"brotliLength":0,"metaUid":"150d-24"},"150d-27":{"renderedLength":7102,"gzipLength":0,"brotliLength":0,"metaUid":"150d-26"},"150d-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"150d-28"},"150d-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"150d-30"},"150d-33":{"renderedLength":2199,"gzipLength":0,"brotliLength":0,"metaUid":"150d-32"},"150d-35":{"renderedLength":6184,"gzipLength":0,"brotliLength":0,"metaUid":"150d-34"},"150d-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"150d-36"},"150d-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"150d-38"},"150d-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"150d-40"},"150d-43":{"renderedLength":1921,"gzipLength":0,"brotliLength":0,"metaUid":"150d-42"},"150d-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"150d-44"}},"nodeMetas":{"150d-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"150d-25"},"imported":[],"importedBy":[{"uid":"150d-30"}]},"150d-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"150d-27"},"imported":[],"importedBy":[{"uid":"150d-30"}]},"150d-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"150d-29"},"imported":[],"importedBy":[{"uid":"150d-30"}]},"150d-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"150d-31"},"imported":[{"uid":"150d-24"},{"uid":"150d-26"},{"uid":"150d-28"}],"importedBy":[{"uid":"150d-40"}]},"150d-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"150d-33"},"imported":[],"importedBy":[{"uid":"150d-38"}]},"150d-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"150d-35"},"imported":[],"importedBy":[{"uid":"150d-38"}]},"150d-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"150d-37"},"imported":[],"importedBy":[{"uid":"150d-38"}]},"150d-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"150d-39"},"imported":[{"uid":"150d-32"},{"uid":"150d-34"},{"uid":"150d-36"}],"importedBy":[{"uid":"150d-40"}]},"150d-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"150d-41"},"imported":[{"uid":"150d-30"},{"uid":"150d-38"}],"importedBy":[{"uid":"150d-44"},{"uid":"150d-42"}]},"150d-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"150d-43"},"imported":[{"uid":"150d-46"},{"uid":"150d-47"},{"uid":"150d-40"}],"importedBy":[{"uid":"150d-44"}]},"150d-44":{"id":"/src/index.ts","moduleParts":{"index.js":"150d-45"},"imported":[{"uid":"150d-40"},{"uid":"150d-42"}],"importedBy":[],"isEntry":true},"150d-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"150d-42"}],"isExternal":true},"150d-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"150d-42"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
@@ -10,6 +10,8 @@ declare const locale: {
|
|
10
10
|
confirm: string;
|
11
11
|
empty: string;
|
12
12
|
enable: string;
|
13
|
+
enabled: string;
|
14
|
+
disabled: string;
|
13
15
|
disable: string;
|
14
16
|
error: string;
|
15
17
|
next_step: string;
|
@@ -73,15 +75,19 @@ declare const locale: {
|
|
73
75
|
suffix: string;
|
74
76
|
as_day: string;
|
75
77
|
count: string;
|
76
|
-
|
77
|
-
|
78
|
-
per_day_3: string;
|
78
|
+
day_execute_task: string;
|
79
|
+
day_execute_task_plural: string;
|
79
80
|
execution_time: string;
|
80
81
|
as_week: string;
|
81
82
|
as_month: string;
|
83
|
+
day_date: string;
|
84
|
+
day_date_plural: string;
|
82
85
|
week_with_below_date: string;
|
86
|
+
week_with_below_date_plural: string;
|
83
87
|
month_with_below_date: string;
|
88
|
+
month_with_below_date_plural: string;
|
84
89
|
will_excute_at_last_day_with_date: string;
|
90
|
+
date_mark: string;
|
85
91
|
retain_with_count: string;
|
86
92
|
start_date: string;
|
87
93
|
retain_date: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -11,6 +11,8 @@ declare const locales: {
|
|
11
11
|
confirm: string;
|
12
12
|
empty: string;
|
13
13
|
enable: string;
|
14
|
+
enabled: string;
|
15
|
+
disabled: string;
|
14
16
|
disable: string;
|
15
17
|
error: string;
|
16
18
|
next_step: string;
|
@@ -74,15 +76,19 @@ declare const locales: {
|
|
74
76
|
suffix: string;
|
75
77
|
as_day: string;
|
76
78
|
count: string;
|
77
|
-
|
78
|
-
|
79
|
-
per_day_3: string;
|
79
|
+
day_execute_task: string;
|
80
|
+
day_execute_task_plural: string;
|
80
81
|
execution_time: string;
|
81
82
|
as_week: string;
|
82
83
|
as_month: string;
|
84
|
+
day_date: string;
|
85
|
+
day_date_plural: string;
|
83
86
|
week_with_below_date: string;
|
87
|
+
week_with_below_date_plural: string;
|
84
88
|
month_with_below_date: string;
|
89
|
+
month_with_below_date_plural: string;
|
85
90
|
will_excute_at_last_day_with_date: string;
|
91
|
+
date_mark: string;
|
86
92
|
retain_with_count: string;
|
87
93
|
start_date: string;
|
88
94
|
retain_date: string;
|
@@ -143,7 +149,9 @@ declare const locales: {
|
|
143
149
|
confirm: string;
|
144
150
|
empty: string;
|
145
151
|
enable: string;
|
152
|
+
enabled: string;
|
146
153
|
disable: string;
|
154
|
+
disabled: string;
|
147
155
|
error: string;
|
148
156
|
next_step: string;
|
149
157
|
not_contains: string;
|
@@ -206,15 +214,15 @@ declare const locales: {
|
|
206
214
|
suffix: string;
|
207
215
|
as_day: string;
|
208
216
|
count: string;
|
209
|
-
|
210
|
-
per_day_2: string;
|
211
|
-
per_day_3: string;
|
217
|
+
day_execute_task: string;
|
212
218
|
execution_time: string;
|
213
219
|
as_week: string;
|
214
220
|
as_month: string;
|
221
|
+
day_date: string;
|
215
222
|
week_with_below_date: string;
|
216
223
|
month_with_below_date: string;
|
217
224
|
will_excute_at_last_day_with_date: string;
|
225
|
+
date_mark: string;
|
218
226
|
retain_with_count: string;
|
219
227
|
start_date: string;
|
220
228
|
retain_date: string;
|
@@ -10,7 +10,9 @@ declare const locale: {
|
|
10
10
|
confirm: string;
|
11
11
|
empty: string;
|
12
12
|
enable: string;
|
13
|
+
enabled: string;
|
13
14
|
disable: string;
|
15
|
+
disabled: string;
|
14
16
|
error: string;
|
15
17
|
next_step: string;
|
16
18
|
not_contains: string;
|
@@ -73,15 +75,15 @@ declare const locale: {
|
|
73
75
|
suffix: string;
|
74
76
|
as_day: string;
|
75
77
|
count: string;
|
76
|
-
|
77
|
-
per_day_2: string;
|
78
|
-
per_day_3: string;
|
78
|
+
day_execute_task: string;
|
79
79
|
execution_time: string;
|
80
80
|
as_week: string;
|
81
81
|
as_month: string;
|
82
|
+
day_date: string;
|
82
83
|
week_with_below_date: string;
|
83
84
|
month_with_below_date: string;
|
84
85
|
will_excute_at_last_day_with_date: string;
|
86
|
+
date_mark: string;
|
85
87
|
retain_with_count: string;
|
86
88
|
start_date: string;
|
87
89
|
retain_date: string;
|
package/dist/umd/index.js
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
var confirm$3 = "Confirm";
|
15
15
|
var empty$3 = "No ";
|
16
16
|
var enable$1 = "Enable";
|
17
|
+
var enabled$1 = "Enabled";
|
18
|
+
var disabled$1 = "Disabled";
|
17
19
|
var disable$1 = "Disable";
|
18
20
|
var error$1 = "Error";
|
19
21
|
var next_step$1 = "Next";
|
@@ -60,6 +62,8 @@
|
|
60
62
|
confirm: confirm$3,
|
61
63
|
empty: empty$3,
|
62
64
|
enable: enable$1,
|
65
|
+
enabled: enabled$1,
|
66
|
+
disabled: disabled$1,
|
63
67
|
disable: disable$1,
|
64
68
|
error: error$1,
|
65
69
|
next_step: next_step$1,
|
@@ -102,8 +106,8 @@
|
|
102
106
|
var not$1 = "Not";
|
103
107
|
var not_contains$2 = "Not Contains";
|
104
108
|
var or$1 = "or";
|
105
|
-
var previous_items$1 = "Previous
|
106
|
-
var next_items$1 = "Next
|
109
|
+
var previous_items$1 = "Previous";
|
110
|
+
var next_items$1 = "Next";
|
107
111
|
var push_to$1 = "Jump to";
|
108
112
|
var pagination_range$1 = "Item {range1} – {range2}";
|
109
113
|
var pagination_total$1 = "Item {range1} – {range2}, {total} in total";
|
@@ -122,20 +126,24 @@
|
|
122
126
|
var suffix$1 = "Suffix";
|
123
127
|
var as_day$1 = "By Day";
|
124
128
|
var count$1 = "";
|
125
|
-
var
|
126
|
-
var
|
127
|
-
var
|
128
|
-
var execution_time$1 = "Execution Time: ";
|
129
|
+
var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
|
130
|
+
var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
|
131
|
+
var execution_time$1 = "Generation time ";
|
129
132
|
var as_week$1 = "By Week";
|
130
133
|
var as_month$1 = "By Month";
|
131
|
-
var
|
132
|
-
var
|
133
|
-
var
|
134
|
+
var day_date$1 = "day";
|
135
|
+
var day_date_plural = "days";
|
136
|
+
var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
|
137
|
+
var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
|
138
|
+
var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
|
139
|
+
var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
|
140
|
+
var will_excute_at_last_day_with_date$1 = "For the months that do not have {date} days, the plan will be executed on the last day of the month.";
|
141
|
+
var date_mark$1 = " or ";
|
134
142
|
var retain_with_count$1 = "Retain {count} reports";
|
135
143
|
var start_date$1 = "Start Date";
|
136
|
-
var retain_date$1 = "
|
137
|
-
var next_generate_with_date$1 = "The next report will be generated
|
138
|
-
var will_save_one_to_thirty_report$1 = "You can retain 1
|
144
|
+
var retain_date$1 = "Number";
|
145
|
+
var next_generate_with_date$1 = "The next report will be generated at {date}.";
|
146
|
+
var will_save_one_to_thirty_report$1 = "You can retain 1 to 30 most recently generated reports.";
|
139
147
|
var every_day_with_time$1 = "Every day at {time}";
|
140
148
|
var every_day_with_count_and_time$1 = "Every {count} days at {time}";
|
141
149
|
var every_week_with_time$1 = "Every week at {time}";
|
@@ -146,7 +154,7 @@
|
|
146
154
|
var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
|
147
155
|
var every_months_with_count_and_time$1 = "Every {count} months at {time}";
|
148
156
|
var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
|
149
|
-
var generate_date_preview$1 = "
|
157
|
+
var generate_date_preview$1 = "Date Preview";
|
150
158
|
var date_with_year_and_month$1 = "{month} {year}";
|
151
159
|
var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
|
152
160
|
var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
|
@@ -192,15 +200,19 @@
|
|
192
200
|
suffix: suffix$1,
|
193
201
|
as_day: as_day$1,
|
194
202
|
count: count$1,
|
195
|
-
|
196
|
-
|
197
|
-
per_day_3: per_day_3$1,
|
203
|
+
day_execute_task: day_execute_task$1,
|
204
|
+
day_execute_task_plural: day_execute_task_plural,
|
198
205
|
execution_time: execution_time$1,
|
199
206
|
as_week: as_week$1,
|
200
207
|
as_month: as_month$1,
|
208
|
+
day_date: day_date$1,
|
209
|
+
day_date_plural: day_date_plural,
|
201
210
|
week_with_below_date: week_with_below_date$1,
|
211
|
+
week_with_below_date_plural: week_with_below_date_plural,
|
202
212
|
month_with_below_date: month_with_below_date$1,
|
213
|
+
month_with_below_date_plural: month_with_below_date_plural,
|
203
214
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
|
215
|
+
date_mark: date_mark$1,
|
204
216
|
retain_with_count: retain_with_count$1,
|
205
217
|
start_date: start_date$1,
|
206
218
|
retain_date: retain_date$1,
|
@@ -269,7 +281,9 @@
|
|
269
281
|
var confirm$1 = "确定";
|
270
282
|
var empty$1 = "无";
|
271
283
|
var enable = "启用";
|
284
|
+
var enabled = "启用";
|
272
285
|
var disable = "禁用";
|
286
|
+
var disabled = "禁用";
|
273
287
|
var error = "错误";
|
274
288
|
var next_step = "下一步";
|
275
289
|
var not_contains$1 = "不包含";
|
@@ -315,7 +329,9 @@
|
|
315
329
|
confirm: confirm$1,
|
316
330
|
empty: empty$1,
|
317
331
|
enable: enable,
|
332
|
+
enabled: enabled,
|
318
333
|
disable: disable,
|
334
|
+
disabled: disabled,
|
319
335
|
error: error,
|
320
336
|
next_step: next_step,
|
321
337
|
not_contains: not_contains$1,
|
@@ -377,19 +393,19 @@
|
|
377
393
|
var suffix = "后缀";
|
378
394
|
var as_day = "按天";
|
379
395
|
var count = "份";
|
380
|
-
var
|
381
|
-
var per_day_2 = "天,";
|
382
|
-
var per_day_3 = "生成。";
|
396
|
+
var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
|
383
397
|
var execution_time = "生成时间:";
|
384
398
|
var as_week = "按周";
|
385
399
|
var as_month = "按月";
|
386
|
-
var
|
387
|
-
var
|
400
|
+
var day_date = "日期";
|
401
|
+
var week_with_below_date = "每 <0></0> 周的如下{day}:";
|
402
|
+
var month_with_below_date = "每 <0></0> 个月的如下{day}:";
|
388
403
|
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
404
|
+
var date_mark = "、";
|
389
405
|
var retain_with_count = "保留 {count} 份";
|
390
406
|
var start_date = "开始日期";
|
391
407
|
var retain_date = "保留份数";
|
392
|
-
var next_generate_with_date = "
|
408
|
+
var next_generate_with_date = "下次生成时间:{date}. ";
|
393
409
|
var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
|
394
410
|
var every_day_with_time = "每天的 {time}";
|
395
411
|
var every_day_with_count_and_time = "每 {count} 天的 {time}";
|
@@ -447,15 +463,15 @@
|
|
447
463
|
suffix: suffix,
|
448
464
|
as_day: as_day,
|
449
465
|
count: count,
|
450
|
-
|
451
|
-
per_day_2: per_day_2,
|
452
|
-
per_day_3: per_day_3,
|
466
|
+
day_execute_task: day_execute_task,
|
453
467
|
execution_time: execution_time,
|
454
468
|
as_week: as_week,
|
455
469
|
as_month: as_month,
|
470
|
+
day_date: day_date,
|
456
471
|
week_with_below_date: week_with_below_date,
|
457
472
|
month_with_below_date: month_with_below_date,
|
458
473
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
474
|
+
date_mark: date_mark,
|
459
475
|
retain_with_count: retain_with_count,
|
460
476
|
start_date: start_date,
|
461
477
|
retain_date: retain_date,
|
@@ -545,6 +561,7 @@
|
|
545
561
|
})(ParrotLngs || {});
|
546
562
|
const defaultOptions = {
|
547
563
|
lng: "zh-CN" /* zh */,
|
564
|
+
compatibilityJSON: "v3",
|
548
565
|
fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
|
549
566
|
interpolation: {
|
550
567
|
prefix: "{",
|
package/dist/umd/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"150d-1","name":"common.json"},{"uid":"150d-3","name":"components.json"},{"uid":"150d-5","name":"metric.json"},{"uid":"150d-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"150d-9","name":"common.json"},{"uid":"150d-11","name":"components.json"},{"uid":"150d-13","name":"metric.json"},{"uid":"150d-15","name":"index.ts"}]},{"uid":"150d-17","name":"index.ts"}]},{"uid":"150d-19","name":"parrotI18n.ts"},{"uid":"150d-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"150d-1":{"renderedLength":2585,"gzipLength":0,"brotliLength":0,"metaUid":"150d-0"},"150d-3":{"renderedLength":7410,"gzipLength":0,"brotliLength":0,"metaUid":"150d-2"},"150d-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"150d-4"},"150d-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"150d-6"},"150d-9":{"renderedLength":2391,"gzipLength":0,"brotliLength":0,"metaUid":"150d-8"},"150d-11":{"renderedLength":6476,"gzipLength":0,"brotliLength":0,"metaUid":"150d-10"},"150d-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"150d-12"},"150d-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"150d-14"},"150d-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"150d-16"},"150d-19":{"renderedLength":2033,"gzipLength":0,"brotliLength":0,"metaUid":"150d-18"},"150d-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"150d-20"}},"nodeMetas":{"150d-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"150d-1"},"imported":[],"importedBy":[{"uid":"150d-6"}]},"150d-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"150d-3"},"imported":[],"importedBy":[{"uid":"150d-6"}]},"150d-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"150d-5"},"imported":[],"importedBy":[{"uid":"150d-6"}]},"150d-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"150d-7"},"imported":[{"uid":"150d-0"},{"uid":"150d-2"},{"uid":"150d-4"}],"importedBy":[{"uid":"150d-16"}]},"150d-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"150d-9"},"imported":[],"importedBy":[{"uid":"150d-14"}]},"150d-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"150d-11"},"imported":[],"importedBy":[{"uid":"150d-14"}]},"150d-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"150d-13"},"imported":[],"importedBy":[{"uid":"150d-14"}]},"150d-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"150d-15"},"imported":[{"uid":"150d-8"},{"uid":"150d-10"},{"uid":"150d-12"}],"importedBy":[{"uid":"150d-16"}]},"150d-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"150d-17"},"imported":[{"uid":"150d-6"},{"uid":"150d-14"}],"importedBy":[{"uid":"150d-20"},{"uid":"150d-18"}]},"150d-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"150d-19"},"imported":[{"uid":"150d-22"},{"uid":"150d-23"},{"uid":"150d-16"}],"importedBy":[{"uid":"150d-20"}]},"150d-20":{"id":"/src/index.ts","moduleParts":{"index.js":"150d-21"},"imported":[{"uid":"150d-16"},{"uid":"150d-18"}],"importedBy":[],"isEntry":true},"150d-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"150d-18"}],"isExternal":true},"150d-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"150d-18"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/parrot",
|
3
|
-
"version": "0.27.
|
3
|
+
"version": "0.27.75",
|
4
4
|
"description": "i18n modules for cloudtower sparrow and eagle",
|
5
5
|
"keywords": [
|
6
6
|
"i18n",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"typescript": "5.0.2",
|
46
46
|
"vitest": "^0.24.1"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "26be7fe4ddd1d091a596818a66848a8d64ed98fd"
|
49
49
|
}
|