@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 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 {size} items";
103
- var next_items$1 = "Next {size} items";
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 per_day_1$1 = "Repeat every";
123
- var per_day_2$1 = "day(s) at";
124
- var per_day_3$1 = "";
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 week_with_below_date$1 = "week(s), on the following day(s):";
129
- var month_with_below_date$1 = "month(s), on the following days(s):";
130
- var will_excute_at_last_day_with_date$1 = "If there is no {date} in the current month, it will be executed in the last day of the month.";
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 = "Retain copies";
134
- var next_generate_with_date$1 = "The next report will be generated on {date}";
135
- var will_save_one_to_thirty_report$1 = "You can retain 1-30 copies of the most recently generated reports.";
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 = "Generate Date Preview";
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
- per_day_1: per_day_1$1,
193
- per_day_2: per_day_2$1,
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 per_day_1 = "每";
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 week_with_below_date = "周的如下日期:";
384
- var month_with_below_date = "个月的如下日期:";
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 = "下次生成将会发生在:{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
- per_day_1: per_day_1,
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: "{",
@@ -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":"17db-25","name":"common.json"},{"uid":"17db-27","name":"components.json"},{"uid":"17db-29","name":"metric.json"},{"uid":"17db-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"17db-33","name":"common.json"},{"uid":"17db-35","name":"components.json"},{"uid":"17db-37","name":"metric.json"},{"uid":"17db-39","name":"index.ts"}]},{"uid":"17db-41","name":"index.ts"}]},{"uid":"17db-43","name":"parrotI18n.ts"},{"uid":"17db-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"17db-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"17db-24"},"17db-27":{"renderedLength":6557,"gzipLength":0,"brotliLength":0,"metaUid":"17db-26"},"17db-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"17db-28"},"17db-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"17db-30"},"17db-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"17db-32"},"17db-35":{"renderedLength":6124,"gzipLength":0,"brotliLength":0,"metaUid":"17db-34"},"17db-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"17db-36"},"17db-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"17db-38"},"17db-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"17db-40"},"17db-43":{"renderedLength":1894,"gzipLength":0,"brotliLength":0,"metaUid":"17db-42"},"17db-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"17db-44"}},"nodeMetas":{"17db-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"17db-25"},"imported":[],"importedBy":[{"uid":"17db-30"}]},"17db-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"17db-27"},"imported":[],"importedBy":[{"uid":"17db-30"}]},"17db-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"17db-29"},"imported":[],"importedBy":[{"uid":"17db-30"}]},"17db-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"17db-31"},"imported":[{"uid":"17db-24"},{"uid":"17db-26"},{"uid":"17db-28"}],"importedBy":[{"uid":"17db-40"}]},"17db-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"17db-33"},"imported":[],"importedBy":[{"uid":"17db-38"}]},"17db-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"17db-35"},"imported":[],"importedBy":[{"uid":"17db-38"}]},"17db-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"17db-37"},"imported":[],"importedBy":[{"uid":"17db-38"}]},"17db-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"17db-39"},"imported":[{"uid":"17db-32"},{"uid":"17db-34"},{"uid":"17db-36"}],"importedBy":[{"uid":"17db-40"}]},"17db-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"17db-41"},"imported":[{"uid":"17db-30"},{"uid":"17db-38"}],"importedBy":[{"uid":"17db-44"},{"uid":"17db-42"}]},"17db-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"17db-43"},"imported":[{"uid":"17db-46"},{"uid":"17db-47"},{"uid":"17db-40"}],"importedBy":[{"uid":"17db-44"}]},"17db-44":{"id":"/src/index.ts","moduleParts":{"index.js":"17db-45"},"imported":[{"uid":"17db-40"},{"uid":"17db-42"}],"importedBy":[],"isEntry":true},"17db-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"17db-42"}],"isExternal":true},"17db-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"17db-42"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
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
- per_day_1: string;
77
- per_day_2: string;
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;
@@ -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
- per_day_1: string;
78
- per_day_2: string;
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
- per_day_1: string;
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
- per_day_1: string;
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 {size} items";
106
- var next_items$1 = "Next {size} items";
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 per_day_1$1 = "Repeat every";
126
- var per_day_2$1 = "day(s) at";
127
- var per_day_3$1 = "";
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 week_with_below_date$1 = "week(s), on the following day(s):";
132
- var month_with_below_date$1 = "month(s), on the following days(s):";
133
- var will_excute_at_last_day_with_date$1 = "If there is no {date} in the current month, it will be executed in the last day of the month.";
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 = "Retain copies";
137
- var next_generate_with_date$1 = "The next report will be generated on {date}";
138
- var will_save_one_to_thirty_report$1 = "You can retain 1-30 copies of the most recently generated reports.";
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 = "Generate Date Preview";
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
- per_day_1: per_day_1$1,
196
- per_day_2: per_day_2$1,
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 per_day_1 = "每";
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 week_with_below_date = "周的如下日期:";
387
- var month_with_below_date = "个月的如下日期:";
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 = "下次生成将会发生在:{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
- per_day_1: per_day_1,
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: "{",
@@ -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":"17db-1","name":"common.json"},{"uid":"17db-3","name":"components.json"},{"uid":"17db-5","name":"metric.json"},{"uid":"17db-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"17db-9","name":"common.json"},{"uid":"17db-11","name":"components.json"},{"uid":"17db-13","name":"metric.json"},{"uid":"17db-15","name":"index.ts"}]},{"uid":"17db-17","name":"index.ts"}]},{"uid":"17db-19","name":"parrotI18n.ts"},{"uid":"17db-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"17db-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"17db-0"},"17db-3":{"renderedLength":6849,"gzipLength":0,"brotliLength":0,"metaUid":"17db-2"},"17db-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"17db-4"},"17db-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"17db-6"},"17db-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"17db-8"},"17db-11":{"renderedLength":6416,"gzipLength":0,"brotliLength":0,"metaUid":"17db-10"},"17db-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"17db-12"},"17db-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"17db-14"},"17db-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"17db-16"},"17db-19":{"renderedLength":2004,"gzipLength":0,"brotliLength":0,"metaUid":"17db-18"},"17db-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"17db-20"}},"nodeMetas":{"17db-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"17db-1"},"imported":[],"importedBy":[{"uid":"17db-6"}]},"17db-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"17db-3"},"imported":[],"importedBy":[{"uid":"17db-6"}]},"17db-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"17db-5"},"imported":[],"importedBy":[{"uid":"17db-6"}]},"17db-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"17db-7"},"imported":[{"uid":"17db-0"},{"uid":"17db-2"},{"uid":"17db-4"}],"importedBy":[{"uid":"17db-16"}]},"17db-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"17db-9"},"imported":[],"importedBy":[{"uid":"17db-14"}]},"17db-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"17db-11"},"imported":[],"importedBy":[{"uid":"17db-14"}]},"17db-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"17db-13"},"imported":[],"importedBy":[{"uid":"17db-14"}]},"17db-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"17db-15"},"imported":[{"uid":"17db-8"},{"uid":"17db-10"},{"uid":"17db-12"}],"importedBy":[{"uid":"17db-16"}]},"17db-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"17db-17"},"imported":[{"uid":"17db-6"},{"uid":"17db-14"}],"importedBy":[{"uid":"17db-20"},{"uid":"17db-18"}]},"17db-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"17db-19"},"imported":[{"uid":"17db-22"},{"uid":"17db-23"},{"uid":"17db-16"}],"importedBy":[{"uid":"17db-20"}]},"17db-20":{"id":"/src/index.ts","moduleParts":{"index.js":"17db-21"},"imported":[{"uid":"17db-16"},{"uid":"17db-18"}],"importedBy":[],"isEntry":true},"17db-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"17db-18"}],"isExternal":true},"17db-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"17db-18"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
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.73",
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": "af647b625b8d7ea0401fbee104532306d32f1436"
48
+ "gitHead": "26be7fe4ddd1d091a596818a66848a8d64ed98fd"
49
49
  }