@cloudtower/parrot 0.27.74 → 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";
@@ -121,7 +125,7 @@ var as_day$1 = "By Day";
121
125
  var count$1 = "";
122
126
  var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
123
127
  var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
124
- var execution_time$1 = "Execution Time: ";
128
+ var execution_time$1 = "Generation time ";
125
129
  var as_week$1 = "By Week";
126
130
  var as_month$1 = "By Month";
127
131
  var day_date$1 = "day";
@@ -130,12 +134,13 @@ var week_with_below_date$1 = "Generate every <0></0> week on the following {day}
130
134
  var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
131
135
  var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
132
136
  var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
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.";
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 ";
134
139
  var retain_with_count$1 = "Retain {count} reports";
135
140
  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.";
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.";
139
144
  var every_day_with_time$1 = "Every day at {time}";
140
145
  var every_day_with_count_and_time$1 = "Every {count} days at {time}";
141
146
  var every_week_with_time$1 = "Every week at {time}";
@@ -146,7 +151,7 @@ var every_month_with_time$1 = "Every month at {time}";
146
151
  var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
147
152
  var every_months_with_count_and_time$1 = "Every {count} months at {time}";
148
153
  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";
154
+ var generate_date_preview$1 = "Date Preview";
150
155
  var date_with_year_and_month$1 = "{month} {year}";
151
156
  var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
152
157
  var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
@@ -204,6 +209,7 @@ var components$1 = {
204
209
  month_with_below_date: month_with_below_date$1,
205
210
  month_with_below_date_plural: month_with_below_date_plural,
206
211
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
212
+ date_mark: date_mark$1,
207
213
  retain_with_count: retain_with_count$1,
208
214
  start_date: start_date$1,
209
215
  retain_date: retain_date$1,
@@ -272,7 +278,9 @@ var contains$1 = "包含";
272
278
  var confirm$1 = "确定";
273
279
  var empty$1 = "无";
274
280
  var enable = "启用";
281
+ var enabled = "启用";
275
282
  var disable = "禁用";
283
+ var disabled = "禁用";
276
284
  var error = "错误";
277
285
  var next_step = "下一步";
278
286
  var not_contains$1 = "不包含";
@@ -318,7 +326,9 @@ var common = {
318
326
  confirm: confirm$1,
319
327
  empty: empty$1,
320
328
  enable: enable,
329
+ enabled: enabled,
321
330
  disable: disable,
331
+ disabled: disabled,
322
332
  error: error,
323
333
  next_step: next_step,
324
334
  not_contains: not_contains$1,
@@ -388,10 +398,11 @@ var day_date = "日期";
388
398
  var week_with_below_date = "每 <0></0> 周的如下{day}:";
389
399
  var month_with_below_date = "每 <0></0> 个月的如下{day}:";
390
400
  var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
401
+ var date_mark = "、";
391
402
  var retain_with_count = "保留 {count} 份";
392
403
  var start_date = "开始日期";
393
404
  var retain_date = "保留份数";
394
- var next_generate_with_date = "下次生成将会发生在:{date}";
405
+ var next_generate_with_date = "下次生成时间:{date}. ";
395
406
  var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
396
407
  var every_day_with_time = "每天的 {time}";
397
408
  var every_day_with_count_and_time = "每 {count} 天的 {time}";
@@ -457,6 +468,7 @@ var components = {
457
468
  week_with_below_date: week_with_below_date,
458
469
  month_with_below_date: month_with_below_date,
459
470
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
471
+ date_mark: date_mark,
460
472
  retain_with_count: retain_with_count,
461
473
  start_date: start_date,
462
474
  retain_date: retain_date,
@@ -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":"ebc6-25","name":"common.json"},{"uid":"ebc6-27","name":"components.json"},{"uid":"ebc6-29","name":"metric.json"},{"uid":"ebc6-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ebc6-33","name":"common.json"},{"uid":"ebc6-35","name":"components.json"},{"uid":"ebc6-37","name":"metric.json"},{"uid":"ebc6-39","name":"index.ts"}]},{"uid":"ebc6-41","name":"index.ts"}]},{"uid":"ebc6-43","name":"parrotI18n.ts"},{"uid":"ebc6-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ebc6-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-24"},"ebc6-27":{"renderedLength":7096,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-26"},"ebc6-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-28"},"ebc6-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-30"},"ebc6-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-32"},"ebc6-35":{"renderedLength":6145,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-34"},"ebc6-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-36"},"ebc6-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-38"},"ebc6-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-40"},"ebc6-43":{"renderedLength":1921,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-42"},"ebc6-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-44"}},"nodeMetas":{"ebc6-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ebc6-25"},"imported":[],"importedBy":[{"uid":"ebc6-30"}]},"ebc6-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ebc6-27"},"imported":[],"importedBy":[{"uid":"ebc6-30"}]},"ebc6-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ebc6-29"},"imported":[],"importedBy":[{"uid":"ebc6-30"}]},"ebc6-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ebc6-31"},"imported":[{"uid":"ebc6-24"},{"uid":"ebc6-26"},{"uid":"ebc6-28"}],"importedBy":[{"uid":"ebc6-40"}]},"ebc6-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ebc6-33"},"imported":[],"importedBy":[{"uid":"ebc6-38"}]},"ebc6-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ebc6-35"},"imported":[],"importedBy":[{"uid":"ebc6-38"}]},"ebc6-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ebc6-37"},"imported":[],"importedBy":[{"uid":"ebc6-38"}]},"ebc6-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ebc6-39"},"imported":[{"uid":"ebc6-32"},{"uid":"ebc6-34"},{"uid":"ebc6-36"}],"importedBy":[{"uid":"ebc6-40"}]},"ebc6-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ebc6-41"},"imported":[{"uid":"ebc6-30"},{"uid":"ebc6-38"}],"importedBy":[{"uid":"ebc6-44"},{"uid":"ebc6-42"}]},"ebc6-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ebc6-43"},"imported":[{"uid":"ebc6-46"},{"uid":"ebc6-47"},{"uid":"ebc6-40"}],"importedBy":[{"uid":"ebc6-44"}]},"ebc6-44":{"id":"/src/index.ts","moduleParts":{"index.js":"ebc6-45"},"imported":[{"uid":"ebc6-40"},{"uid":"ebc6-42"}],"importedBy":[],"isEntry":true},"ebc6-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-42"}],"isExternal":true},"ebc6-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-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;
@@ -85,6 +87,7 @@ declare const locale: {
85
87
  month_with_below_date: string;
86
88
  month_with_below_date_plural: string;
87
89
  will_excute_at_last_day_with_date: string;
90
+ date_mark: string;
88
91
  retain_with_count: string;
89
92
  start_date: string;
90
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;
@@ -86,6 +88,7 @@ declare const locales: {
86
88
  month_with_below_date: string;
87
89
  month_with_below_date_plural: string;
88
90
  will_excute_at_last_day_with_date: string;
91
+ date_mark: string;
89
92
  retain_with_count: string;
90
93
  start_date: string;
91
94
  retain_date: string;
@@ -146,7 +149,9 @@ declare const locales: {
146
149
  confirm: string;
147
150
  empty: string;
148
151
  enable: string;
152
+ enabled: string;
149
153
  disable: string;
154
+ disabled: string;
150
155
  error: string;
151
156
  next_step: string;
152
157
  not_contains: string;
@@ -217,6 +222,7 @@ declare const locales: {
217
222
  week_with_below_date: string;
218
223
  month_with_below_date: string;
219
224
  will_excute_at_last_day_with_date: string;
225
+ date_mark: string;
220
226
  retain_with_count: string;
221
227
  start_date: string;
222
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;
@@ -81,6 +83,7 @@ declare const locale: {
81
83
  week_with_below_date: string;
82
84
  month_with_below_date: string;
83
85
  will_excute_at_last_day_with_date: string;
86
+ date_mark: string;
84
87
  retain_with_count: string;
85
88
  start_date: string;
86
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";
@@ -124,7 +128,7 @@
124
128
  var count$1 = "";
125
129
  var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
126
130
  var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
127
- var execution_time$1 = "Execution Time: ";
131
+ var execution_time$1 = "Generation time ";
128
132
  var as_week$1 = "By Week";
129
133
  var as_month$1 = "By Month";
130
134
  var day_date$1 = "day";
@@ -133,12 +137,13 @@
133
137
  var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
134
138
  var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
135
139
  var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
136
- 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.";
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 ";
137
142
  var retain_with_count$1 = "Retain {count} reports";
138
143
  var start_date$1 = "Start Date";
139
- var retain_date$1 = "Retain copies";
140
- var next_generate_with_date$1 = "The next report will be generated on {date}";
141
- 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.";
142
147
  var every_day_with_time$1 = "Every day at {time}";
143
148
  var every_day_with_count_and_time$1 = "Every {count} days at {time}";
144
149
  var every_week_with_time$1 = "Every week at {time}";
@@ -149,7 +154,7 @@
149
154
  var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
150
155
  var every_months_with_count_and_time$1 = "Every {count} months at {time}";
151
156
  var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
152
- var generate_date_preview$1 = "Generate Date Preview";
157
+ var generate_date_preview$1 = "Date Preview";
153
158
  var date_with_year_and_month$1 = "{month} {year}";
154
159
  var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
155
160
  var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
@@ -207,6 +212,7 @@
207
212
  month_with_below_date: month_with_below_date$1,
208
213
  month_with_below_date_plural: month_with_below_date_plural,
209
214
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
215
+ date_mark: date_mark$1,
210
216
  retain_with_count: retain_with_count$1,
211
217
  start_date: start_date$1,
212
218
  retain_date: retain_date$1,
@@ -275,7 +281,9 @@
275
281
  var confirm$1 = "确定";
276
282
  var empty$1 = "无";
277
283
  var enable = "启用";
284
+ var enabled = "启用";
278
285
  var disable = "禁用";
286
+ var disabled = "禁用";
279
287
  var error = "错误";
280
288
  var next_step = "下一步";
281
289
  var not_contains$1 = "不包含";
@@ -321,7 +329,9 @@
321
329
  confirm: confirm$1,
322
330
  empty: empty$1,
323
331
  enable: enable,
332
+ enabled: enabled,
324
333
  disable: disable,
334
+ disabled: disabled,
325
335
  error: error,
326
336
  next_step: next_step,
327
337
  not_contains: not_contains$1,
@@ -391,10 +401,11 @@
391
401
  var week_with_below_date = "每 <0></0> 周的如下{day}:";
392
402
  var month_with_below_date = "每 <0></0> 个月的如下{day}:";
393
403
  var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
404
+ var date_mark = "、";
394
405
  var retain_with_count = "保留 {count} 份";
395
406
  var start_date = "开始日期";
396
407
  var retain_date = "保留份数";
397
- var next_generate_with_date = "下次生成将会发生在:{date}";
408
+ var next_generate_with_date = "下次生成时间:{date}. ";
398
409
  var will_save_one_to_thirty_report = "可以保留 1~30 份最近自动生成的报表。";
399
410
  var every_day_with_time = "每天的 {time}";
400
411
  var every_day_with_count_and_time = "每 {count} 天的 {time}";
@@ -460,6 +471,7 @@
460
471
  week_with_below_date: week_with_below_date,
461
472
  month_with_below_date: month_with_below_date,
462
473
  will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
474
+ date_mark: date_mark,
463
475
  retain_with_count: retain_with_count,
464
476
  start_date: start_date,
465
477
  retain_date: retain_date,
@@ -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":"ebc6-1","name":"common.json"},{"uid":"ebc6-3","name":"components.json"},{"uid":"ebc6-5","name":"metric.json"},{"uid":"ebc6-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ebc6-9","name":"common.json"},{"uid":"ebc6-11","name":"components.json"},{"uid":"ebc6-13","name":"metric.json"},{"uid":"ebc6-15","name":"index.ts"}]},{"uid":"ebc6-17","name":"index.ts"}]},{"uid":"ebc6-19","name":"parrotI18n.ts"},{"uid":"ebc6-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ebc6-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-0"},"ebc6-3":{"renderedLength":7400,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-2"},"ebc6-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-4"},"ebc6-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-6"},"ebc6-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-8"},"ebc6-11":{"renderedLength":6433,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-10"},"ebc6-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-12"},"ebc6-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-14"},"ebc6-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-16"},"ebc6-19":{"renderedLength":2033,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-18"},"ebc6-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-20"}},"nodeMetas":{"ebc6-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ebc6-1"},"imported":[],"importedBy":[{"uid":"ebc6-6"}]},"ebc6-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ebc6-3"},"imported":[],"importedBy":[{"uid":"ebc6-6"}]},"ebc6-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ebc6-5"},"imported":[],"importedBy":[{"uid":"ebc6-6"}]},"ebc6-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ebc6-7"},"imported":[{"uid":"ebc6-0"},{"uid":"ebc6-2"},{"uid":"ebc6-4"}],"importedBy":[{"uid":"ebc6-16"}]},"ebc6-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ebc6-9"},"imported":[],"importedBy":[{"uid":"ebc6-14"}]},"ebc6-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ebc6-11"},"imported":[],"importedBy":[{"uid":"ebc6-14"}]},"ebc6-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ebc6-13"},"imported":[],"importedBy":[{"uid":"ebc6-14"}]},"ebc6-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ebc6-15"},"imported":[{"uid":"ebc6-8"},{"uid":"ebc6-10"},{"uid":"ebc6-12"}],"importedBy":[{"uid":"ebc6-16"}]},"ebc6-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ebc6-17"},"imported":[{"uid":"ebc6-6"},{"uid":"ebc6-14"}],"importedBy":[{"uid":"ebc6-20"},{"uid":"ebc6-18"}]},"ebc6-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ebc6-19"},"imported":[{"uid":"ebc6-22"},{"uid":"ebc6-23"},{"uid":"ebc6-16"}],"importedBy":[{"uid":"ebc6-20"}]},"ebc6-20":{"id":"/src/index.ts","moduleParts":{"index.js":"ebc6-21"},"imported":[{"uid":"ebc6-16"},{"uid":"ebc6-18"}],"importedBy":[],"isEntry":true},"ebc6-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-18"}],"isExternal":true},"ebc6-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-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.74",
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": "7f2f63ecf3f0a180b0bd9731d52b98db2b44de05"
48
+ "gitHead": "26be7fe4ddd1d091a596818a66848a8d64ed98fd"
49
49
  }