@cloudtower/parrot 0.0.0-config-rc-9 → 0.0.0-data-testid

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
@@ -9,7 +9,7 @@ var clear_query$1 = "Clear the filter criteria";
9
9
  var close$1 = "Close";
10
10
  var contains$3 = "Contains";
11
11
  var confirm$3 = "Confirm";
12
- var empty$3 = "No ";
12
+ var empty$5 = "No ";
13
13
  var enable$1 = "Enable";
14
14
  var enabled$1 = "Enabled";
15
15
  var disabled$1 = "Disabled";
@@ -29,16 +29,16 @@ var calculation$1 = "Computing";
29
29
  var on$1 = "On";
30
30
  var error_message$1 = "Error Message";
31
31
  var retry$1 = "Retry";
32
- var week_abbreviation$1 = "week";
33
- var day_abbreviation$1 = "day";
34
- var hour_abbreviation$1 = "h";
35
- var minute_abbreviation$1 = "min";
36
- var second_abbreviation$1 = "sec";
37
- var week$1 = "Week";
38
- var day$1 = "Day";
39
- var hour$1 = "Hour";
40
- var minute$1 = "Minute";
41
- var second$1 = "Second";
32
+ var week_abbreviation$3 = "week";
33
+ var day_abbreviation$3 = "day";
34
+ var hour_abbreviation$3 = "h";
35
+ var minute_abbreviation$3 = "min";
36
+ var second_abbreviation$3 = "sec";
37
+ var week$3 = "Week";
38
+ var day$3 = "Day";
39
+ var hour$3 = "Hour";
40
+ var minute$3 = "Minute";
41
+ var second$3 = "Second";
42
42
  var monday$1 = "Monday";
43
43
  var tuesday$1 = "Tuesday";
44
44
  var wednesday$1 = "Wednesday";
@@ -46,8 +46,29 @@ var thursday$1 = "Thursday";
46
46
  var friday$1 = "Friday";
47
47
  var saturday$1 = "Saturday";
48
48
  var sunday$1 = "Sunday";
49
- var month$1 = "Month";
50
- var year$1 = "Year";
49
+ var month$3 = "Month";
50
+ var year$3 = "Year";
51
+ var day_count$1 = "{count} day";
52
+ var day_count_plural = "{count} days";
53
+ var hour_count$1 = "{count} hour";
54
+ var hour_count_plural = "{count} hours";
55
+ var minute_count$1 = "{count} minute";
56
+ var minute_count_plural = "{count} minutes";
57
+ var month_measure_count$1 = "{count} month";
58
+ var month_measure_count_plural = "{count} months";
59
+ var show_unpassed$1 = "Show Failed only";
60
+ var copy$1 = "Copy";
61
+ var click_to_copy$1 = "Copy";
62
+ var copy_done$1 = "Copy successfully";
63
+ var has_copied_to_clipboard$1 = "Copied to clipboard";
64
+ var download$1 = "Download";
65
+ var copy_kubeconfig_success$1 = "Kubeconfig copied.";
66
+ var download_kubeconfig$1 = "Download Kubeconfig";
67
+ var download_kubeconfig_tip$1 = "You may use the following Kubeconfig file to access this cluster.";
68
+ var obtain_data_error$1 = "Data retrieval error";
69
+ var colon_with_space$1 = ": ";
70
+ var semicolon_with_space$1 = "; ";
71
+ var remove$3 = "Remove";
51
72
  var common$1 = {
52
73
  _action_: _action_$1,
53
74
  action: action$1,
@@ -55,9 +76,10 @@ var common$1 = {
55
76
  cancel: cancel$1,
56
77
  clear_query: clear_query$1,
57
78
  close: close$1,
79
+ "delete": "Delete",
58
80
  contains: contains$3,
59
81
  confirm: confirm$3,
60
- empty: empty$3,
82
+ empty: empty$5,
61
83
  enable: enable$1,
62
84
  enabled: enabled$1,
63
85
  disabled: disabled$1,
@@ -77,16 +99,16 @@ var common$1 = {
77
99
  on: on$1,
78
100
  error_message: error_message$1,
79
101
  retry: retry$1,
80
- week_abbreviation: week_abbreviation$1,
81
- day_abbreviation: day_abbreviation$1,
82
- hour_abbreviation: hour_abbreviation$1,
83
- minute_abbreviation: minute_abbreviation$1,
84
- second_abbreviation: second_abbreviation$1,
85
- week: week$1,
86
- day: day$1,
87
- hour: hour$1,
88
- minute: minute$1,
89
- second: second$1,
102
+ week_abbreviation: week_abbreviation$3,
103
+ day_abbreviation: day_abbreviation$3,
104
+ hour_abbreviation: hour_abbreviation$3,
105
+ minute_abbreviation: minute_abbreviation$3,
106
+ second_abbreviation: second_abbreviation$3,
107
+ week: week$3,
108
+ day: day$3,
109
+ hour: hour$3,
110
+ minute: minute$3,
111
+ second: second$3,
90
112
  monday: monday$1,
91
113
  tuesday: tuesday$1,
92
114
  wednesday: wednesday$1,
@@ -94,8 +116,29 @@ var common$1 = {
94
116
  friday: friday$1,
95
117
  saturday: saturday$1,
96
118
  sunday: sunday$1,
97
- month: month$1,
98
- year: year$1
119
+ month: month$3,
120
+ year: year$3,
121
+ day_count: day_count$1,
122
+ day_count_plural: day_count_plural,
123
+ hour_count: hour_count$1,
124
+ hour_count_plural: hour_count_plural,
125
+ minute_count: minute_count$1,
126
+ minute_count_plural: minute_count_plural,
127
+ month_measure_count: month_measure_count$1,
128
+ month_measure_count_plural: month_measure_count_plural,
129
+ show_unpassed: show_unpassed$1,
130
+ copy: copy$1,
131
+ click_to_copy: click_to_copy$1,
132
+ copy_done: copy_done$1,
133
+ has_copied_to_clipboard: has_copied_to_clipboard$1,
134
+ download: download$1,
135
+ copy_kubeconfig_success: copy_kubeconfig_success$1,
136
+ download_kubeconfig: download_kubeconfig$1,
137
+ download_kubeconfig_tip: download_kubeconfig_tip$1,
138
+ obtain_data_error: obtain_data_error$1,
139
+ colon_with_space: colon_with_space$1,
140
+ semicolon_with_space: semicolon_with_space$1,
141
+ remove: remove$3
99
142
  };
100
143
 
101
144
  var contains$2 = "Contains";
@@ -108,7 +151,8 @@ var next_items$1 = "Next";
108
151
  var push_to$1 = "Jump to";
109
152
  var pagination_range$1 = "Item {range1} – {range2}";
110
153
  var pagination_total$1 = "Item {range1} – {range2}, {total} in total";
111
- var pagination_lots_total$1 = "{total} items in total";
154
+ var pagination_lots_total$1 = "{count} item in total";
155
+ var pagination_lots_total_plural = "{count} items in total";
112
156
  var unknow_error$1 = "Unknown error";
113
157
  var to$1 = "to";
114
158
  var time_zone_select_placeholder$1 = "Enter city or time zone";
@@ -117,7 +161,7 @@ var coordinated_universal_time$1 = "Coordinated Universal Time";
117
161
  var Architecture_AARCH64$1 = "AArch64";
118
162
  var Architecture_X86_64$1 = "x86_64";
119
163
  var maximum_row_count_desc$1 = "At most {count} items.";
120
- var remove$1 = "Remove";
164
+ var remove$2 = "Remove";
121
165
  var add$1 = "Add";
122
166
  var prefix$1 = "Prefix";
123
167
  var suffix$1 = "Suffix";
@@ -170,6 +214,24 @@ var search_relative_time_placeholder$1 = "Search relative time";
170
214
  var select_all$1 = "Select All";
171
215
  var unselect_all$1 = "Clear";
172
216
  var other$1 = "Other";
217
+ var prev$1 = "Previous";
218
+ var next$1 = "Next";
219
+ var clear$1 = "Clear";
220
+ var loading$1 = "Loading...";
221
+ var upgrade_to_version$1 = "<0>{{text}}</0> upgraded to <1>{{version}}</1>";
222
+ var update_to_version$1 = "<0>{{text}}</0> updated to <1>{{version}}</1>";
223
+ var failed_upgrade_to_version$1 = "<0>{{text}}</0> failed to upgrade to <1>{{version}}</1>";
224
+ var config_updated$1 = "<0>{{text}}</0> updated <1>{{version}}</1>";
225
+ var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
226
+ var empty$4 = "No history records";
227
+ var view_detail$1 = "View Details";
228
+ var initializing_failed$1 = "Failed to load the page. Please try again.";
229
+ var recent_search$1 = "Recent search";
230
+ var select_file$1 = "Select File";
231
+ var reselect_file$1 = "Re-select";
232
+ var exceed_max_count$1 = "Maximum {count} file allowed";
233
+ var exceed_max_count_plural = "Maximum {count} files allowed";
234
+ var upload_file_desc$1 = "Click or drag file to this area to upload";
173
235
  var components$1 = {
174
236
  contains: contains$2,
175
237
  custom_column: custom_column$1,
@@ -183,6 +245,7 @@ var components$1 = {
183
245
  pagination_range: pagination_range$1,
184
246
  pagination_total: pagination_total$1,
185
247
  pagination_lots_total: pagination_lots_total$1,
248
+ pagination_lots_total_plural: pagination_lots_total_plural,
186
249
  unknow_error: unknow_error$1,
187
250
  to: to$1,
188
251
  time_zone_select_placeholder: time_zone_select_placeholder$1,
@@ -191,7 +254,7 @@ var components$1 = {
191
254
  Architecture_AARCH64: Architecture_AARCH64$1,
192
255
  Architecture_X86_64: Architecture_X86_64$1,
193
256
  maximum_row_count_desc: maximum_row_count_desc$1,
194
- remove: remove$1,
257
+ remove: remove$2,
195
258
  add: add$1,
196
259
  prefix: prefix$1,
197
260
  suffix: suffix$1,
@@ -250,22 +313,92 @@ var components$1 = {
250
313
  search_relative_time_placeholder: search_relative_time_placeholder$1,
251
314
  select_all: select_all$1,
252
315
  unselect_all: unselect_all$1,
253
- other: other$1
316
+ other: other$1,
317
+ prev: prev$1,
318
+ next: next$1,
319
+ clear: clear$1,
320
+ loading: loading$1,
321
+ upgrade_to_version: upgrade_to_version$1,
322
+ update_to_version: update_to_version$1,
323
+ failed_upgrade_to_version: failed_upgrade_to_version$1,
324
+ config_updated: config_updated$1,
325
+ db_migrated: db_migrated$1,
326
+ empty: empty$4,
327
+ view_detail: view_detail$1,
328
+ initializing_failed: initializing_failed$1,
329
+ recent_search: recent_search$1,
330
+ select_file: select_file$1,
331
+ reselect_file: reselect_file$1,
332
+ exceed_max_count: exceed_max_count$1,
333
+ exceed_max_count_plural: exceed_max_count_plural,
334
+ upload_file_desc: upload_file_desc$1
254
335
  };
255
336
 
256
337
  var current$1 = "Current value";
257
- var empty$2 = "No data in this time range";
338
+ var empty$3 = "No data in this time range";
258
339
  var max$1 = "Max";
259
340
  var metric$1 = {
260
341
  current: current$1,
261
- empty: empty$2,
342
+ empty: empty$3,
262
343
  max: max$1
263
344
  };
264
345
 
346
+ var year_abbreviation$1 = "<0>{count}</0> <1>y</1>";
347
+ var month_abbreviation$1 = "<0>{count}</0> <1>m</1>";
348
+ var week_abbreviation$2 = "<0>{count}</0> <1>w</1>";
349
+ var day_abbreviation$2 = "<0>{count}</0> <1>d</1>";
350
+ var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
351
+ var minute_abbreviation$2 = "<0>{count}</0> <1>min</1>";
352
+ var second_abbreviation$2 = "<0>{count}</0> <1>s</1>";
353
+ var millisecond_abbreviation$1 = "<0>{count}</0> <1>ms</1>";
354
+ var year$2 = "<0>{count}</0> <1>year</1>";
355
+ var year_plural = "<0>{count}</0> <1>years</1>";
356
+ var month$2 = "<0>{count}</0> <1>month</1>";
357
+ var month_plural = "<0>{count}</0> <1>months</1>";
358
+ var week$2 = "<0>{count}</0> <1>week</1>";
359
+ var week_plural = "<0>{count}</0> <1>weeks</1>";
360
+ var day$2 = "<0>{count}</0> <1>day</1>";
361
+ var day_plural = "<0>{count}</0> <1>days</1>";
362
+ var hour$2 = "<0>{count}</0> <1>hour</1>";
363
+ var hour_plural = "<0>{count}</0> <1>hours</1>";
364
+ var minute$2 = "<0>{count}</0> <1>minute</1>";
365
+ var minute_plural = "<0>{count}</0> <1>minutes</1>";
366
+ var second$2 = "<0>{count}</0> <1>second</1>";
367
+ var second_plural = "<0>{count}</0> <1>seconds</1>";
368
+ var millisecond$1 = "<0>{count}</0> <1>millisecond</1>";
369
+ var millisecond_plural = "<0>{count}</0> <1>milliseconds</1>";
370
+ var unit$1 = {
371
+ year_abbreviation: year_abbreviation$1,
372
+ month_abbreviation: month_abbreviation$1,
373
+ week_abbreviation: week_abbreviation$2,
374
+ day_abbreviation: day_abbreviation$2,
375
+ hour_abbreviation: hour_abbreviation$2,
376
+ minute_abbreviation: minute_abbreviation$2,
377
+ second_abbreviation: second_abbreviation$2,
378
+ millisecond_abbreviation: millisecond_abbreviation$1,
379
+ year: year$2,
380
+ year_plural: year_plural,
381
+ month: month$2,
382
+ month_plural: month_plural,
383
+ week: week$2,
384
+ week_plural: week_plural,
385
+ day: day$2,
386
+ day_plural: day_plural,
387
+ hour: hour$2,
388
+ hour_plural: hour_plural,
389
+ minute: minute$2,
390
+ minute_plural: minute_plural,
391
+ second: second$2,
392
+ second_plural: second_plural,
393
+ millisecond: millisecond$1,
394
+ millisecond_plural: millisecond_plural
395
+ };
396
+
265
397
  const locale$1 = {
266
398
  common: common$1,
267
399
  components: components$1,
268
- metric: metric$1
400
+ metric: metric$1,
401
+ unit: unit$1
269
402
  };
270
403
 
271
404
  var _action_ = "操作";
@@ -276,7 +409,7 @@ var clear_query = "清空筛选条件";
276
409
  var close = "关闭";
277
410
  var contains$1 = "包含";
278
411
  var confirm$1 = "确定";
279
- var empty$1 = "无";
412
+ var empty$2 = "无";
280
413
  var enable = "启用";
281
414
  var enabled = "启用";
282
415
  var disable = "禁用";
@@ -296,16 +429,16 @@ var calculation = "计算中";
296
429
  var on = "开启";
297
430
  var error_message = "错误信息";
298
431
  var retry = "重试";
299
- var week_abbreviation = "周";
300
- var day_abbreviation = "天";
301
- var hour_abbreviation = "小时";
302
- var minute_abbreviation = "分钟";
303
- var second_abbreviation = "秒";
304
- var week = "周";
305
- var day = "天";
306
- var hour = "小时";
307
- var minute = "分钟";
308
- var second = "秒";
432
+ var week_abbreviation$1 = "周";
433
+ var day_abbreviation$1 = "天";
434
+ var hour_abbreviation$1 = "小时";
435
+ var minute_abbreviation$1 = "分钟";
436
+ var second_abbreviation$1 = "秒";
437
+ var week$1 = "周";
438
+ var day$1 = "天";
439
+ var hour$1 = "小时";
440
+ var minute$1 = "分钟";
441
+ var second$1 = "秒";
309
442
  var monday = "周一";
310
443
  var tuesday = "周二";
311
444
  var wednesday = "周三";
@@ -313,8 +446,25 @@ var thursday = "周四";
313
446
  var friday = "周五";
314
447
  var saturday = "周六";
315
448
  var sunday = "周日";
316
- var month = "月";
317
- var year = "年";
449
+ var month$1 = "月";
450
+ var year$1 = "年";
451
+ var day_count = "{count} 天";
452
+ var hour_count = "{count} 小时";
453
+ var minute_count = "{count} 分钟";
454
+ var month_measure_count = "{count} 个月";
455
+ var show_unpassed = "只看未满足";
456
+ var copy = "复制";
457
+ var click_to_copy = "点击复制";
458
+ var copy_done = "复制成功";
459
+ var has_copied_to_clipboard = "已复制到剪贴板";
460
+ var download = "下载";
461
+ var copy_kubeconfig_success = "Kubeconfig 复制成功。";
462
+ var download_kubeconfig = "下载 Kubeconfig";
463
+ var download_kubeconfig_tip = "通过使用 Kubeconfig 文件配置当前集群的访问信息。";
464
+ var obtain_data_error = "获取数据时遇到问题";
465
+ var colon_with_space = ":";
466
+ var semicolon_with_space = ";";
467
+ var remove$1 = "移除";
318
468
  var common = {
319
469
  _action_: _action_,
320
470
  action: action,
@@ -322,9 +472,10 @@ var common = {
322
472
  cancel: cancel,
323
473
  clear_query: clear_query,
324
474
  close: close,
475
+ "delete": "删除",
325
476
  contains: contains$1,
326
477
  confirm: confirm$1,
327
- empty: empty$1,
478
+ empty: empty$2,
328
479
  enable: enable,
329
480
  enabled: enabled,
330
481
  disable: disable,
@@ -344,16 +495,16 @@ var common = {
344
495
  on: on,
345
496
  error_message: error_message,
346
497
  retry: retry,
347
- week_abbreviation: week_abbreviation,
348
- day_abbreviation: day_abbreviation,
349
- hour_abbreviation: hour_abbreviation,
350
- minute_abbreviation: minute_abbreviation,
351
- second_abbreviation: second_abbreviation,
352
- week: week,
353
- day: day,
354
- hour: hour,
355
- minute: minute,
356
- second: second,
498
+ week_abbreviation: week_abbreviation$1,
499
+ day_abbreviation: day_abbreviation$1,
500
+ hour_abbreviation: hour_abbreviation$1,
501
+ minute_abbreviation: minute_abbreviation$1,
502
+ second_abbreviation: second_abbreviation$1,
503
+ week: week$1,
504
+ day: day$1,
505
+ hour: hour$1,
506
+ minute: minute$1,
507
+ second: second$1,
357
508
  monday: monday,
358
509
  tuesday: tuesday,
359
510
  wednesday: wednesday,
@@ -361,8 +512,25 @@ var common = {
361
512
  friday: friday,
362
513
  saturday: saturday,
363
514
  sunday: sunday,
364
- month: month,
365
- year: year
515
+ month: month$1,
516
+ year: year$1,
517
+ day_count: day_count,
518
+ hour_count: hour_count,
519
+ minute_count: minute_count,
520
+ month_measure_count: month_measure_count,
521
+ show_unpassed: show_unpassed,
522
+ copy: copy,
523
+ click_to_copy: click_to_copy,
524
+ copy_done: copy_done,
525
+ has_copied_to_clipboard: has_copied_to_clipboard,
526
+ download: download,
527
+ copy_kubeconfig_success: copy_kubeconfig_success,
528
+ download_kubeconfig: download_kubeconfig,
529
+ download_kubeconfig_tip: download_kubeconfig_tip,
530
+ obtain_data_error: obtain_data_error,
531
+ colon_with_space: colon_with_space,
532
+ semicolon_with_space: semicolon_with_space,
533
+ remove: remove$1
366
534
  };
367
535
 
368
536
  var contains = "包含";
@@ -375,7 +543,7 @@ var next_items = "后 {size} 项";
375
543
  var push_to = "跳转至";
376
544
  var pagination_range = "第 {range1} – {range2} 项";
377
545
  var pagination_total = "第 {range1} – {range2} 项,共 {total} 项";
378
- var pagination_lots_total = "共 {total} 项";
546
+ var pagination_lots_total = "共 {count} 项";
379
547
  var unknow_error = "未知错误";
380
548
  var to = "至";
381
549
  var time_zone_select_placeholder = "输入城市、时区";
@@ -433,6 +601,23 @@ var search_relative_time_placeholder = "搜索相对时间";
433
601
  var select_all = "全选";
434
602
  var unselect_all = "取消全选";
435
603
  var other = "其他";
604
+ var prev = "上一个";
605
+ var next = "下一个";
606
+ var clear = "清空";
607
+ var loading = "正在加载...";
608
+ var upgrade_to_version = "<0>{{text}}</0>升级到<1>{{version}}</1>";
609
+ var update_to_version = "<0>{{text}}</0>更新到<1>{{version}}</1>";
610
+ var failed_upgrade_to_version = "<0>{{text}}</0>升级<1>{{version}}</1>失败";
611
+ var config_updated = "<0>{{text}}</0>更新<1>{{version}}</1>";
612
+ var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
613
+ var empty$1 = "暂无历史记录";
614
+ var view_detail = "查看详情";
615
+ var initializing_failed = "加载时遇到问题,请重试";
616
+ var recent_search = "最近搜索";
617
+ var select_file = "选择文件";
618
+ var reselect_file = "重新选择";
619
+ var exceed_max_count = "最多只能选择 {count} 个文件";
620
+ var upload_file_desc = "点击或拖拽文件到此区域上传";
436
621
  var components = {
437
622
  contains: contains,
438
623
  custom_column: custom_column,
@@ -509,7 +694,24 @@ var components = {
509
694
  search_relative_time_placeholder: search_relative_time_placeholder,
510
695
  select_all: select_all,
511
696
  unselect_all: unselect_all,
512
- other: other
697
+ other: other,
698
+ prev: prev,
699
+ next: next,
700
+ clear: clear,
701
+ loading: loading,
702
+ upgrade_to_version: upgrade_to_version,
703
+ update_to_version: update_to_version,
704
+ failed_upgrade_to_version: failed_upgrade_to_version,
705
+ config_updated: config_updated,
706
+ db_migrated: db_migrated,
707
+ empty: empty$1,
708
+ view_detail: view_detail,
709
+ initializing_failed: initializing_failed,
710
+ recent_search: recent_search,
711
+ select_file: select_file,
712
+ reselect_file: reselect_file,
713
+ exceed_max_count: exceed_max_count,
714
+ upload_file_desc: upload_file_desc
513
715
  };
514
716
 
515
717
  var current = "当前值";
@@ -521,10 +723,46 @@ var metric = {
521
723
  max: max
522
724
  };
523
725
 
726
+ var year_abbreviation = "<0>{count}</0> <1>年</1>";
727
+ var month_abbreviation = "<0>{count}</0> <1>月</1>";
728
+ var week_abbreviation = "<0>{count}</0> <1>周</1>";
729
+ var day_abbreviation = "<0>{count}</0> <1>天</1>";
730
+ var hour_abbreviation = "<0>{count}</0> <1>小时</1>";
731
+ var minute_abbreviation = "<0>{count}</0> <1>分</1>";
732
+ var second_abbreviation = "<0>{count}</0> <1>秒</1>";
733
+ var millisecond_abbreviation = "<0>{count}</0> <1>毫秒</1>";
734
+ var year = "<0>{count}</0> <1>年</1>";
735
+ var month = "<0>{count}</0> <1>月</1>";
736
+ var week = "<0>{count}</0> <1>周</1>";
737
+ var day = "<0>{count}</0> <1>天</1>";
738
+ var hour = "<0>{count}</0> <1>小时</1>";
739
+ var minute = "<0>{count}</0> <1>分钟</1>";
740
+ var second = "<0>{count}</0> <1>秒</1>";
741
+ var millisecond = "<0>{count}</0> <1>毫秒</1>";
742
+ var unit = {
743
+ year_abbreviation: year_abbreviation,
744
+ month_abbreviation: month_abbreviation,
745
+ week_abbreviation: week_abbreviation,
746
+ day_abbreviation: day_abbreviation,
747
+ hour_abbreviation: hour_abbreviation,
748
+ minute_abbreviation: minute_abbreviation,
749
+ second_abbreviation: second_abbreviation,
750
+ millisecond_abbreviation: millisecond_abbreviation,
751
+ year: year,
752
+ month: month,
753
+ week: week,
754
+ day: day,
755
+ hour: hour,
756
+ minute: minute,
757
+ second: second,
758
+ millisecond: millisecond
759
+ };
760
+
524
761
  const locale = {
525
762
  common,
526
763
  components,
527
- metric
764
+ metric,
765
+ unit
528
766
  };
529
767
 
530
768
  const locales = {
@@ -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":"ff8a-25","name":"common.json"},{"uid":"ff8a-27","name":"components.json"},{"uid":"ff8a-29","name":"metric.json"},{"uid":"ff8a-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ff8a-33","name":"common.json"},{"uid":"ff8a-35","name":"components.json"},{"uid":"ff8a-37","name":"metric.json"},{"uid":"ff8a-39","name":"index.ts"}]},{"uid":"ff8a-41","name":"index.ts"}]},{"uid":"ff8a-43","name":"parrotI18n.ts"},{"uid":"ff8a-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ff8a-25":{"renderedLength":2393,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-24"},"ff8a-27":{"renderedLength":7102,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-26"},"ff8a-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-28"},"ff8a-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-30"},"ff8a-33":{"renderedLength":2199,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-32"},"ff8a-35":{"renderedLength":6184,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-34"},"ff8a-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-36"},"ff8a-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-38"},"ff8a-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-40"},"ff8a-43":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-42"},"ff8a-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ff8a-44"}},"nodeMetas":{"ff8a-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ff8a-25"},"imported":[],"importedBy":[{"uid":"ff8a-30"}]},"ff8a-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ff8a-27"},"imported":[],"importedBy":[{"uid":"ff8a-30"}]},"ff8a-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ff8a-29"},"imported":[],"importedBy":[{"uid":"ff8a-30"}]},"ff8a-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ff8a-31"},"imported":[{"uid":"ff8a-24"},{"uid":"ff8a-26"},{"uid":"ff8a-28"}],"importedBy":[{"uid":"ff8a-40"}]},"ff8a-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ff8a-33"},"imported":[],"importedBy":[{"uid":"ff8a-38"}]},"ff8a-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ff8a-35"},"imported":[],"importedBy":[{"uid":"ff8a-38"}]},"ff8a-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ff8a-37"},"imported":[],"importedBy":[{"uid":"ff8a-38"}]},"ff8a-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ff8a-39"},"imported":[{"uid":"ff8a-32"},{"uid":"ff8a-34"},{"uid":"ff8a-36"}],"importedBy":[{"uid":"ff8a-40"}]},"ff8a-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ff8a-41"},"imported":[{"uid":"ff8a-30"},{"uid":"ff8a-38"}],"importedBy":[{"uid":"ff8a-44"},{"uid":"ff8a-42"}]},"ff8a-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ff8a-43"},"imported":[{"uid":"ff8a-46"},{"uid":"ff8a-47"},{"uid":"ff8a-40"}],"importedBy":[{"uid":"ff8a-44"}]},"ff8a-44":{"id":"/src/index.ts","moduleParts":{"index.js":"ff8a-45"},"imported":[{"uid":"ff8a-40"},{"uid":"ff8a-42"}],"importedBy":[],"isEntry":true},"ff8a-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ff8a-42"}],"isExternal":true},"ff8a-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ff8a-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":"b833-29","name":"common.json"},{"uid":"b833-31","name":"components.json"},{"uid":"b833-33","name":"metric.json"},{"uid":"b833-35","name":"unit.json"},{"uid":"b833-37","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"b833-39","name":"common.json"},{"uid":"b833-41","name":"components.json"},{"uid":"b833-43","name":"metric.json"},{"uid":"b833-45","name":"unit.json"},{"uid":"b833-47","name":"index.ts"}]},{"uid":"b833-49","name":"index.ts"}]},{"uid":"b833-51","name":"parrotI18n.ts"},{"uid":"b833-53","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"b833-29":{"renderedLength":4088,"gzipLength":0,"brotliLength":0,"metaUid":"b833-28"},"b833-31":{"renderedLength":8739,"gzipLength":0,"brotliLength":0,"metaUid":"b833-30"},"b833-33":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"b833-32"},"b833-35":{"renderedLength":1964,"gzipLength":0,"brotliLength":0,"metaUid":"b833-34"},"b833-37":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"b833-36"},"b833-39":{"renderedLength":3549,"gzipLength":0,"brotliLength":0,"metaUid":"b833-38"},"b833-41":{"renderedLength":7510,"gzipLength":0,"brotliLength":0,"metaUid":"b833-40"},"b833-43":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"b833-42"},"b833-45":{"renderedLength":1255,"gzipLength":0,"brotliLength":0,"metaUid":"b833-44"},"b833-47":{"renderedLength":60,"gzipLength":0,"brotliLength":0,"metaUid":"b833-46"},"b833-49":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"b833-48"},"b833-51":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"b833-50"},"b833-53":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"b833-52"}},"nodeMetas":{"b833-28":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"b833-29"},"imported":[],"importedBy":[{"uid":"b833-36"}]},"b833-30":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"b833-31"},"imported":[],"importedBy":[{"uid":"b833-36"}]},"b833-32":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"b833-33"},"imported":[],"importedBy":[{"uid":"b833-36"}]},"b833-34":{"id":"/src/locales/en-US/unit.json","moduleParts":{"index.js":"b833-35"},"imported":[],"importedBy":[{"uid":"b833-36"}]},"b833-36":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"b833-37"},"imported":[{"uid":"b833-28"},{"uid":"b833-30"},{"uid":"b833-32"},{"uid":"b833-34"}],"importedBy":[{"uid":"b833-48"}]},"b833-38":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"b833-39"},"imported":[],"importedBy":[{"uid":"b833-46"}]},"b833-40":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"b833-41"},"imported":[],"importedBy":[{"uid":"b833-46"}]},"b833-42":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"b833-43"},"imported":[],"importedBy":[{"uid":"b833-46"}]},"b833-44":{"id":"/src/locales/zh-CN/unit.json","moduleParts":{"index.js":"b833-45"},"imported":[],"importedBy":[{"uid":"b833-46"}]},"b833-46":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"b833-47"},"imported":[{"uid":"b833-38"},{"uid":"b833-40"},{"uid":"b833-42"},{"uid":"b833-44"}],"importedBy":[{"uid":"b833-48"}]},"b833-48":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"b833-49"},"imported":[{"uid":"b833-36"},{"uid":"b833-46"}],"importedBy":[{"uid":"b833-52"},{"uid":"b833-50"}]},"b833-50":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"b833-51"},"imported":[{"uid":"b833-54"},{"uid":"b833-55"},{"uid":"b833-48"}],"importedBy":[{"uid":"b833-52"}]},"b833-52":{"id":"/src/index.ts","moduleParts":{"index.js":"b833-53"},"imported":[{"uid":"b833-48"},{"uid":"b833-50"}],"importedBy":[],"isEntry":true},"b833-54":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"b833-50"}],"isExternal":true},"b833-55":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"b833-50"}],"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;
@@ -6,6 +6,7 @@ declare const locale: {
6
6
  cancel: string;
7
7
  clear_query: string;
8
8
  close: string;
9
+ delete: string;
9
10
  contains: string;
10
11
  confirm: string;
11
12
  empty: string;
@@ -47,6 +48,27 @@ declare const locale: {
47
48
  sunday: string;
48
49
  month: string;
49
50
  year: string;
51
+ day_count: string;
52
+ day_count_plural: string;
53
+ hour_count: string;
54
+ hour_count_plural: string;
55
+ minute_count: string;
56
+ minute_count_plural: string;
57
+ month_measure_count: string;
58
+ month_measure_count_plural: string;
59
+ show_unpassed: string;
60
+ copy: string;
61
+ click_to_copy: string;
62
+ copy_done: string;
63
+ has_copied_to_clipboard: string;
64
+ download: string;
65
+ copy_kubeconfig_success: string;
66
+ download_kubeconfig: string;
67
+ download_kubeconfig_tip: string;
68
+ obtain_data_error: string;
69
+ colon_with_space: string;
70
+ semicolon_with_space: string;
71
+ remove: string;
50
72
  };
51
73
  components: {
52
74
  contains: string;
@@ -61,6 +83,7 @@ declare const locale: {
61
83
  pagination_range: string;
62
84
  pagination_total: string;
63
85
  pagination_lots_total: string;
86
+ pagination_lots_total_plural: string;
64
87
  unknow_error: string;
65
88
  to: string;
66
89
  time_zone_select_placeholder: string;
@@ -129,11 +152,55 @@ declare const locale: {
129
152
  select_all: string;
130
153
  unselect_all: string;
131
154
  other: string;
155
+ prev: string;
156
+ next: string;
157
+ clear: string;
158
+ loading: string;
159
+ upgrade_to_version: string;
160
+ update_to_version: string;
161
+ failed_upgrade_to_version: string;
162
+ config_updated: string;
163
+ db_migrated: string;
164
+ empty: string;
165
+ view_detail: string;
166
+ initializing_failed: string;
167
+ recent_search: string;
168
+ select_file: string;
169
+ reselect_file: string;
170
+ exceed_max_count: string;
171
+ exceed_max_count_plural: string;
172
+ upload_file_desc: string;
132
173
  };
133
174
  metric: {
134
175
  current: string;
135
176
  empty: string;
136
177
  max: string;
137
178
  };
179
+ unit: {
180
+ year_abbreviation: string;
181
+ month_abbreviation: string;
182
+ week_abbreviation: string;
183
+ day_abbreviation: string;
184
+ hour_abbreviation: string;
185
+ minute_abbreviation: string;
186
+ second_abbreviation: string;
187
+ millisecond_abbreviation: string;
188
+ year: string;
189
+ year_plural: string;
190
+ month: string;
191
+ month_plural: string;
192
+ week: string;
193
+ week_plural: string;
194
+ day: string;
195
+ day_plural: string;
196
+ hour: string;
197
+ hour_plural: string;
198
+ minute: string;
199
+ minute_plural: string;
200
+ second: string;
201
+ second_plural: string;
202
+ millisecond: string;
203
+ millisecond_plural: string;
204
+ };
138
205
  };
139
206
  export default locale;