@cloudtower/parrot 4100.0.15 → 4100.0.16

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
@@ -1,83 +1,489 @@
1
1
  import i18next from 'i18next';
2
2
  import merge from 'lodash.merge';
3
3
 
4
- var _action_$1 = "Action";
5
- var action$1 = "Action";
6
- var all$1 = "All";
7
- var cancel$1 = "Cancel";
8
- var clear_query$1 = "Clear the filter criteria";
9
- var close$1 = "Close";
10
- var contains$3 = "Contains";
11
- var confirm$3 = "Confirm";
12
- var empty$5 = "No ";
13
- var enable$1 = "Enable";
14
- var enabled$1 = "Enabled";
15
- var disabled$1 = "Disabled";
16
- var disable$1 = "Disable";
17
- var error$1 = "Error";
18
- var next_step$1 = "Next";
19
- var not_contains$3 = "Not Contains";
20
- var not_enable$1 = "Not enabled";
21
- var prev_step$1 = "Previous";
22
- var io$1 = "Total I/O";
23
- var load_failed$1 = "Failed to load";
24
- var param$1 = "Parameter";
25
- var no$1 = "No";
26
- var message$1 = "Message";
27
- var architecture$1 = "CPU Architecture";
28
- var calculation$1 = "Computing";
29
- var on$1 = "On";
30
- var error_message$1 = "Error Message";
31
- var retry$1 = "Retry";
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
- var monday$1 = "Monday";
43
- var tuesday$1 = "Tuesday";
44
- var wednesday$1 = "Wednesday";
45
- var thursday$1 = "Thursday";
46
- var friday$1 = "Friday";
47
- var saturday$1 = "Saturday";
48
- var sunday$1 = "Sunday";
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";
72
- var search_log$1 = "Search logs...";
4
+ var _action_$2 = "Action";
5
+ var action$2 = "Action";
6
+ var all$2 = "All";
7
+ var cancel$2 = "Cancel";
8
+ var clear_query$2 = "Clear the filter criteria";
9
+ var close$2 = "Close";
10
+ var contains$5 = "Contains";
11
+ var confirm$5 = "Confirm";
12
+ var empty$8 = "No ";
13
+ var enable$2 = "Enable";
14
+ var enabled$2 = "Enabled";
15
+ var disabled$2 = "Disabled";
16
+ var disable$2 = "Disable";
17
+ var error$2 = "Error";
18
+ var next_step$2 = "Next";
19
+ var not_contains$5 = "Not Contains";
20
+ var not_enable$2 = "Not enabled";
21
+ var prev_step$2 = "Previous";
22
+ var io$2 = "Total I/O";
23
+ var load_failed$2 = "Failed to load";
24
+ var param$2 = "Parameter";
25
+ var no$2 = "No";
26
+ var message$2 = "Message";
27
+ var architecture$2 = "CPU Architecture";
28
+ var calculation$2 = "Computing";
29
+ var on$2 = "On";
30
+ var error_message$2 = "Error Message";
31
+ var retry$2 = "Retry";
32
+ var week_abbreviation$5 = "week";
33
+ var day_abbreviation$5 = "day";
34
+ var hour_abbreviation$5 = "h";
35
+ var minute_abbreviation$5 = "min";
36
+ var second_abbreviation$5 = "sec";
37
+ var week$5 = "Week";
38
+ var day$5 = "Day";
39
+ var hour$5 = "Hour";
40
+ var minute$5 = "Minute";
41
+ var second$5 = "Second";
42
+ var monday$2 = "Monday";
43
+ var tuesday$2 = "Tuesday";
44
+ var wednesday$2 = "Wednesday";
45
+ var thursday$2 = "Thursday";
46
+ var friday$2 = "Friday";
47
+ var saturday$2 = "Saturday";
48
+ var sunday$2 = "Sunday";
49
+ var month$5 = "Month";
50
+ var year$5 = "Year";
51
+ var day_count$2 = "{count} day";
52
+ var day_count_plural$1 = "{count} days";
53
+ var hour_count$2 = "{count} hour";
54
+ var hour_count_plural$1 = "{count} hours";
55
+ var minute_count$2 = "{count} minute";
56
+ var minute_count_plural$1 = "{count} minutes";
57
+ var month_measure_count$2 = "{count} month";
58
+ var month_measure_count_plural$1 = "{count} months";
59
+ var show_unpassed$2 = "Show Failed only";
60
+ var copy$2 = "Copy";
61
+ var click_to_copy$2 = "Copy";
62
+ var copy_done$2 = "Copy successfully";
63
+ var has_copied_to_clipboard$2 = "Copied to clipboard";
64
+ var download$2 = "Download";
65
+ var copy_kubeconfig_success$2 = "Kubeconfig copied.";
66
+ var download_kubeconfig$2 = "Download Kubeconfig";
67
+ var download_kubeconfig_tip$2 = "You may use the following Kubeconfig file to access this cluster.";
68
+ var obtain_data_error$2 = "Data retrieval error";
69
+ var colon_with_space$2 = ": ";
70
+ var semicolon_with_space$2 = "; ";
71
+ var remove$5 = "Remove";
72
+ var search_log$2 = "Search logs...";
73
73
  var common$2 = {
74
+ _action_: _action_$2,
75
+ action: action$2,
76
+ all: all$2,
77
+ cancel: cancel$2,
78
+ clear_query: clear_query$2,
79
+ close: close$2,
80
+ "delete": "Delete",
81
+ contains: contains$5,
82
+ confirm: confirm$5,
83
+ empty: empty$8,
84
+ enable: enable$2,
85
+ enabled: enabled$2,
86
+ disabled: disabled$2,
87
+ disable: disable$2,
88
+ error: error$2,
89
+ next_step: next_step$2,
90
+ not_contains: not_contains$5,
91
+ not_enable: not_enable$2,
92
+ prev_step: prev_step$2,
93
+ io: io$2,
94
+ load_failed: load_failed$2,
95
+ param: param$2,
96
+ no: no$2,
97
+ message: message$2,
98
+ architecture: architecture$2,
99
+ calculation: calculation$2,
100
+ on: on$2,
101
+ error_message: error_message$2,
102
+ retry: retry$2,
103
+ week_abbreviation: week_abbreviation$5,
104
+ day_abbreviation: day_abbreviation$5,
105
+ hour_abbreviation: hour_abbreviation$5,
106
+ minute_abbreviation: minute_abbreviation$5,
107
+ second_abbreviation: second_abbreviation$5,
108
+ week: week$5,
109
+ day: day$5,
110
+ hour: hour$5,
111
+ minute: minute$5,
112
+ second: second$5,
113
+ monday: monday$2,
114
+ tuesday: tuesday$2,
115
+ wednesday: wednesday$2,
116
+ thursday: thursday$2,
117
+ friday: friday$2,
118
+ saturday: saturday$2,
119
+ sunday: sunday$2,
120
+ month: month$5,
121
+ year: year$5,
122
+ day_count: day_count$2,
123
+ day_count_plural: day_count_plural$1,
124
+ hour_count: hour_count$2,
125
+ hour_count_plural: hour_count_plural$1,
126
+ minute_count: minute_count$2,
127
+ minute_count_plural: minute_count_plural$1,
128
+ month_measure_count: month_measure_count$2,
129
+ month_measure_count_plural: month_measure_count_plural$1,
130
+ show_unpassed: show_unpassed$2,
131
+ copy: copy$2,
132
+ click_to_copy: click_to_copy$2,
133
+ copy_done: copy_done$2,
134
+ has_copied_to_clipboard: has_copied_to_clipboard$2,
135
+ download: download$2,
136
+ copy_kubeconfig_success: copy_kubeconfig_success$2,
137
+ download_kubeconfig: download_kubeconfig$2,
138
+ download_kubeconfig_tip: download_kubeconfig_tip$2,
139
+ obtain_data_error: obtain_data_error$2,
140
+ colon_with_space: colon_with_space$2,
141
+ semicolon_with_space: semicolon_with_space$2,
142
+ remove: remove$5,
143
+ search_log: search_log$2
144
+ };
145
+
146
+ var alert_expand$2 = "Expand";
147
+ var alert_collapse$2 = "Collapse";
148
+ var contains$4 = "Contains";
149
+ var custom_column$2 = "Customize Columns & Order";
150
+ var not$2 = "Not";
151
+ var not_contains$4 = "Not Contains";
152
+ var or$2 = "or";
153
+ var previous_items$2 = "Previous";
154
+ var next_items$2 = "Next";
155
+ var push_to$2 = "Jump to";
156
+ var pagination_range$2 = "Item {range1} – {range2}";
157
+ var pagination_total$2 = "Item {range1} – {range2}, {total} in total";
158
+ var pagination_lots_total$2 = "{count} item in total";
159
+ var pagination_lots_total_plural$1 = "{count} items in total";
160
+ var unknow_error$2 = "Unknown error";
161
+ var to$2 = "to";
162
+ var time_zone_select_placeholder$2 = "Enter city or time zone";
163
+ var browser_time_zone$2 = "Browser Time Zone";
164
+ var coordinated_universal_time$2 = "Coordinated Universal Time";
165
+ var Architecture_AARCH64$2 = "AArch64";
166
+ var Architecture_X86_64$2 = "x86_64";
167
+ var maximum_row_count_desc$2 = "At most {count} items.";
168
+ var remove$4 = "Remove";
169
+ var add$2 = "Add";
170
+ var prefix$2 = "Prefix";
171
+ var suffix$2 = "Suffix";
172
+ var as_day$2 = "By Day";
173
+ var count$2 = "";
174
+ var day_execute_task$2 = "Generate the report at <1></1> every <0></0> day.";
175
+ var day_execute_task_plural$1 = "Generate the report at <1></1> every <0></0> days.";
176
+ var execution_time$2 = "Generation time ";
177
+ var as_week$2 = "By Week";
178
+ var as_month$2 = "By Month";
179
+ var day_date$2 = "day";
180
+ var day_date_plural$1 = "days";
181
+ var week_with_below_date$2 = "Generate every <0></0> week on the following {day}:";
182
+ var week_with_below_date_plural$1 = "Generate every <0></0> weeks on the following {day}:";
183
+ var month_with_below_date$2 = "Generate every <0></0> month on the following {day}:";
184
+ var month_with_below_date_plural$1 = "Generate every <0></0> months on the following {day}:";
185
+ var will_excute_at_last_day_with_date$2 = "For the months that do not have {date} days, the plan will be executed on the last day of the month.";
186
+ var date_mark$2 = " or ";
187
+ var retain_with_count$2 = "Retain {count} reports";
188
+ var start_date$2 = "Start Date";
189
+ var retain_date$2 = "Number";
190
+ var next_generate_with_date$2 = "The next report will be generated at {date}.";
191
+ var will_save_one_to_thirty_report$2 = "You can retain 1 to 30 most recently generated reports.";
192
+ var every_day_with_time$2 = "Every day at {time}";
193
+ var every_day_with_count_and_time$2 = "Every {count} days at {time}";
194
+ var every_week_with_time$2 = "Every week at {time}";
195
+ var every_week_with_day_and_time$2 = "Every week on {day} at {time}";
196
+ var every_weeks_with_count_and_time$2 = "Every {count} weeks at {time}";
197
+ var every_weeks_with_count_and_day_and_time$2 = "Every {count} weeks on {day} at {time}";
198
+ var every_month_with_time$2 = "Every month at {time}";
199
+ var every_month_with_day_and_time$2 = "Every month on the day of {day} at {time}";
200
+ var every_months_with_count_and_time$2 = "Every {count} months at {time}";
201
+ var every_months_with_count_and_day_and_time$2 = "Every {count} months on the day of {day} at {time}";
202
+ var generate_date_preview$2 = "Date Preview";
203
+ var date_with_year_and_month$2 = "{month} {year}";
204
+ var will_generate_one_reporte_with_date_and_time$2 = "One report will be generated at {date} {time}";
205
+ var will_generate_report_will_date_and_count$2 = "{count} reports will be generated at {date}";
206
+ var selected_item_with_count$2 = "{count} items selected";
207
+ var set_start_time_failed$2 = "Start time should be later than { time }";
208
+ var set_end_time_failed$2 = "End time should be earlier than { time }";
209
+ var end_time_cannot_be_less_than_start_time$2 = "End time should be later than start time";
210
+ var end_date$2 = "End Date";
211
+ var confirm$4 = "Confirm";
212
+ var past$2 = "Past";
213
+ var relative_time$2 = "Relative Time";
214
+ var absolute_time$2 = "Absolute Time";
215
+ var empty_search_history$2 = "No search history ";
216
+ var date_range_picker_history_title$2 = "Recent Search";
217
+ var search_relative_time_placeholder$2 = "Search relative time";
218
+ var select_all$2 = "Select All";
219
+ var unselect_all$2 = "Clear";
220
+ var other$2 = "Other";
221
+ var prev$2 = "Previous";
222
+ var next$2 = "Next";
223
+ var clear$2 = "Clear";
224
+ var loading$2 = "Loading...";
225
+ var upgrade_to_version$2 = "<0>{{text}}</0> upgraded to <1>{{version}}</1>";
226
+ var update_to_version$2 = "<0>{{text}}</0> updated to <1>{{version}}</1>";
227
+ var failed_upgrade_to_version$2 = "<0>{{text}}</0> failed to upgrade to <1>{{version}}</1>";
228
+ var config_updated$2 = "<0>{{text}}</0> updated <1>{{version}}</1>";
229
+ var db_migrated$2 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
230
+ var empty$7 = "No history records";
231
+ var view_detail$2 = "View Details";
232
+ var initializing_failed$2 = "Failed to load the page. Please try again.";
233
+ var recent_search$2 = "Recent search";
234
+ var select_file$2 = "Select File";
235
+ var reselect_file$2 = "Re-select";
236
+ var exceed_max_count$2 = "Maximum {count} file allowed";
237
+ var exceed_max_count_plural$1 = "Maximum {count} files allowed";
238
+ var upload_file_desc$2 = "Click or drag file to this area to upload";
239
+ var components$2 = {
240
+ alert_expand: alert_expand$2,
241
+ alert_collapse: alert_collapse$2,
242
+ contains: contains$4,
243
+ custom_column: custom_column$2,
244
+ "in": "belongs to",
245
+ not: not$2,
246
+ not_contains: not_contains$4,
247
+ or: or$2,
248
+ previous_items: previous_items$2,
249
+ next_items: next_items$2,
250
+ push_to: push_to$2,
251
+ pagination_range: pagination_range$2,
252
+ pagination_total: pagination_total$2,
253
+ pagination_lots_total: pagination_lots_total$2,
254
+ pagination_lots_total_plural: pagination_lots_total_plural$1,
255
+ unknow_error: unknow_error$2,
256
+ to: to$2,
257
+ time_zone_select_placeholder: time_zone_select_placeholder$2,
258
+ browser_time_zone: browser_time_zone$2,
259
+ coordinated_universal_time: coordinated_universal_time$2,
260
+ Architecture_AARCH64: Architecture_AARCH64$2,
261
+ Architecture_X86_64: Architecture_X86_64$2,
262
+ maximum_row_count_desc: maximum_row_count_desc$2,
263
+ remove: remove$4,
264
+ add: add$2,
265
+ prefix: prefix$2,
266
+ suffix: suffix$2,
267
+ as_day: as_day$2,
268
+ count: count$2,
269
+ day_execute_task: day_execute_task$2,
270
+ day_execute_task_plural: day_execute_task_plural$1,
271
+ execution_time: execution_time$2,
272
+ as_week: as_week$2,
273
+ as_month: as_month$2,
274
+ day_date: day_date$2,
275
+ day_date_plural: day_date_plural$1,
276
+ week_with_below_date: week_with_below_date$2,
277
+ week_with_below_date_plural: week_with_below_date_plural$1,
278
+ month_with_below_date: month_with_below_date$2,
279
+ month_with_below_date_plural: month_with_below_date_plural$1,
280
+ will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$2,
281
+ date_mark: date_mark$2,
282
+ retain_with_count: retain_with_count$2,
283
+ start_date: start_date$2,
284
+ retain_date: retain_date$2,
285
+ next_generate_with_date: next_generate_with_date$2,
286
+ will_save_one_to_thirty_report: will_save_one_to_thirty_report$2,
287
+ every_day_with_time: every_day_with_time$2,
288
+ every_day_with_count_and_time: every_day_with_count_and_time$2,
289
+ every_week_with_time: every_week_with_time$2,
290
+ every_week_with_day_and_time: every_week_with_day_and_time$2,
291
+ every_weeks_with_count_and_time: every_weeks_with_count_and_time$2,
292
+ every_weeks_with_count_and_day_and_time: every_weeks_with_count_and_day_and_time$2,
293
+ every_month_with_time: every_month_with_time$2,
294
+ every_month_with_day_and_time: every_month_with_day_and_time$2,
295
+ every_months_with_count_and_time: every_months_with_count_and_time$2,
296
+ every_months_with_count_and_day_and_time: every_months_with_count_and_day_and_time$2,
297
+ generate_date_preview: generate_date_preview$2,
298
+ date_with_year_and_month: date_with_year_and_month$2,
299
+ will_generate_one_reporte_with_date_and_time: will_generate_one_reporte_with_date_and_time$2,
300
+ will_generate_report_will_date_and_count: will_generate_report_will_date_and_count$2,
301
+ selected_item_with_count: selected_item_with_count$2,
302
+ set_start_time_failed: set_start_time_failed$2,
303
+ set_end_time_failed: set_end_time_failed$2,
304
+ end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time$2,
305
+ end_date: end_date$2,
306
+ confirm: confirm$4,
307
+ "monday-simple": "Mon",
308
+ "tuesday-simple": "Tue",
309
+ "wednesday-simple": "Wed",
310
+ "thursday-simple": "Thu",
311
+ "friday-simple": "Fri",
312
+ "saturday-simple": "Sat",
313
+ "sunday-simple": "Sun",
314
+ past: past$2,
315
+ relative_time: relative_time$2,
316
+ absolute_time: absolute_time$2,
317
+ empty_search_history: empty_search_history$2,
318
+ date_range_picker_history_title: date_range_picker_history_title$2,
319
+ search_relative_time_placeholder: search_relative_time_placeholder$2,
320
+ select_all: select_all$2,
321
+ unselect_all: unselect_all$2,
322
+ other: other$2,
323
+ prev: prev$2,
324
+ next: next$2,
325
+ clear: clear$2,
326
+ loading: loading$2,
327
+ upgrade_to_version: upgrade_to_version$2,
328
+ update_to_version: update_to_version$2,
329
+ failed_upgrade_to_version: failed_upgrade_to_version$2,
330
+ config_updated: config_updated$2,
331
+ db_migrated: db_migrated$2,
332
+ empty: empty$7,
333
+ view_detail: view_detail$2,
334
+ initializing_failed: initializing_failed$2,
335
+ recent_search: recent_search$2,
336
+ select_file: select_file$2,
337
+ reselect_file: reselect_file$2,
338
+ exceed_max_count: exceed_max_count$2,
339
+ exceed_max_count_plural: exceed_max_count_plural$1,
340
+ upload_file_desc: upload_file_desc$2
341
+ };
342
+
343
+ var current$2 = "Current value";
344
+ var empty$6 = "No data in this time range";
345
+ var max$2 = "Max";
346
+ var metric$2 = {
347
+ current: current$2,
348
+ empty: empty$6,
349
+ max: max$2
350
+ };
351
+
352
+ var year_abbreviation$2 = "<0>{count}</0> <1>y</1>";
353
+ var month_abbreviation$2 = "<0>{count}</0> <1>m</1>";
354
+ var week_abbreviation$4 = "<0>{count}</0> <1>w</1>";
355
+ var day_abbreviation$4 = "<0>{count}</0> <1>d</1>";
356
+ var hour_abbreviation$4 = "<0>{count}</0> <1>h</1>";
357
+ var minute_abbreviation$4 = "<0>{count}</0> <1>min</1>";
358
+ var second_abbreviation$4 = "<0>{count}</0> <1>s</1>";
359
+ var millisecond_abbreviation$2 = "<0>{count}</0> <1>ms</1>";
360
+ var year$4 = "<0>{count}</0> <1>year</1>";
361
+ var year_plural$1 = "<0>{count}</0> <1>years</1>";
362
+ var month$4 = "<0>{count}</0> <1>month</1>";
363
+ var month_plural$1 = "<0>{count}</0> <1>months</1>";
364
+ var week$4 = "<0>{count}</0> <1>week</1>";
365
+ var week_plural$1 = "<0>{count}</0> <1>weeks</1>";
366
+ var day$4 = "<0>{count}</0> <1>day</1>";
367
+ var day_plural$1 = "<0>{count}</0> <1>days</1>";
368
+ var hour$4 = "<0>{count}</0> <1>hour</1>";
369
+ var hour_plural$1 = "<0>{count}</0> <1>hours</1>";
370
+ var minute$4 = "<0>{count}</0> <1>minute</1>";
371
+ var minute_plural$1 = "<0>{count}</0> <1>minutes</1>";
372
+ var second$4 = "<0>{count}</0> <1>second</1>";
373
+ var second_plural$1 = "<0>{count}</0> <1>seconds</1>";
374
+ var millisecond$2 = "<0>{count}</0> <1>millisecond</1>";
375
+ var millisecond_plural$1 = "<0>{count}</0> <1>milliseconds</1>";
376
+ var unit$2 = {
377
+ year_abbreviation: year_abbreviation$2,
378
+ month_abbreviation: month_abbreviation$2,
379
+ week_abbreviation: week_abbreviation$4,
380
+ day_abbreviation: day_abbreviation$4,
381
+ hour_abbreviation: hour_abbreviation$4,
382
+ minute_abbreviation: minute_abbreviation$4,
383
+ second_abbreviation: second_abbreviation$4,
384
+ millisecond_abbreviation: millisecond_abbreviation$2,
385
+ year: year$4,
386
+ year_plural: year_plural$1,
387
+ month: month$4,
388
+ month_plural: month_plural$1,
389
+ week: week$4,
390
+ week_plural: week_plural$1,
391
+ day: day$4,
392
+ day_plural: day_plural$1,
393
+ hour: hour$4,
394
+ hour_plural: hour_plural$1,
395
+ minute: minute$4,
396
+ minute_plural: minute_plural$1,
397
+ second: second$4,
398
+ second_plural: second_plural$1,
399
+ millisecond: millisecond$2,
400
+ millisecond_plural: millisecond_plural$1
401
+ };
402
+
403
+ const locale$2 = {
404
+ common: common$2,
405
+ components: components$2,
406
+ metric: metric$2,
407
+ unit: unit$2
408
+ };
409
+
410
+ var _action_$1 = "操作";
411
+ var action$1 = "操作";
412
+ var all$1 = "すべて";
413
+ var cancel$1 = "キャンセル";
414
+ var clear_query$1 = "フィルター条件をクリア";
415
+ var close$1 = "閉じる";
416
+ var contains$3 = "含む";
417
+ var confirm$3 = "確認";
418
+ var empty$5 = "なし";
419
+ var enable$1 = "有効化";
420
+ var enabled$1 = "有効";
421
+ var disabled$1 = "無効";
422
+ var disable$1 = "無効化";
423
+ var error$1 = "エラー";
424
+ var next_step$1 = "次へ";
425
+ var not_contains$3 = "含まない";
426
+ var not_enable$1 = "未有効化";
427
+ var prev_step$1 = "戻る";
428
+ var io$1 = "合計 I/O";
429
+ var load_failed$1 = "読み込めませんでした";
430
+ var param$1 = "パラメーター";
431
+ var no$1 = "いいえ";
432
+ var message$1 = "メッセージ";
433
+ var architecture$1 = "CPU アーキテクチャ";
434
+ var calculation$1 = "計算中";
435
+ var on$1 = "オン";
436
+ var error_message$1 = "エラーメッセージ";
437
+ var retry$1 = "再試行";
438
+ var week_abbreviation$3 = "週";
439
+ var day_abbreviation$3 = "日";
440
+ var hour_abbreviation$3 = "時間";
441
+ var minute_abbreviation$3 = "分";
442
+ var second_abbreviation$3 = "秒";
443
+ var week$3 = "週";
444
+ var day$3 = "日";
445
+ var hour$3 = "時間";
446
+ var minute$3 = "分";
447
+ var second$3 = "秒";
448
+ var monday$1 = "月曜日";
449
+ var tuesday$1 = "火曜日";
450
+ var wednesday$1 = "水曜日";
451
+ var thursday$1 = "木曜日";
452
+ var friday$1 = "金曜日";
453
+ var saturday$1 = "土曜日";
454
+ var sunday$1 = "日曜日";
455
+ var month$3 = "月";
456
+ var year$3 = "年";
457
+ var day_count$1 = "{count}日";
458
+ var day_count_plural = "{count}日";
459
+ var hour_count$1 = "{count}時間";
460
+ var hour_count_plural = "{count}時間";
461
+ var minute_count$1 = "{count}分";
462
+ var minute_count_plural = "{count}分";
463
+ var month_measure_count$1 = "{count}か月";
464
+ var month_measure_count_plural = "{count}か月";
465
+ var show_unpassed$1 = "失敗のみ表示";
466
+ var copy$1 = "コピー";
467
+ var click_to_copy$1 = "コピー";
468
+ var copy_done$1 = "コピーしました";
469
+ var has_copied_to_clipboard$1 = "クリップボードにコピーしました";
470
+ var download$1 = "ダウンロード";
471
+ var copy_kubeconfig_success$1 = "Kubeconfig をコピーしました。";
472
+ var download_kubeconfig$1 = "Kubeconfig をダウンロード";
473
+ var download_kubeconfig_tip$1 = "次の Kubeconfig ファイルを使用してこのクラスターにアクセスできます。";
474
+ var obtain_data_error$1 = "データの取得中にエラーが発生しました";
475
+ var colon_with_space$1 = ":";
476
+ var semicolon_with_space$1 = ";";
477
+ var remove$3 = "削除";
478
+ var search_log$1 = "ログを検索…";
479
+ var common$1 = {
74
480
  _action_: _action_$1,
75
481
  action: action$1,
76
482
  all: all$1,
77
483
  cancel: cancel$1,
78
484
  clear_query: clear_query$1,
79
485
  close: close$1,
80
- "delete": "Delete",
486
+ "delete": "削除",
81
487
  contains: contains$3,
82
488
  confirm: confirm$3,
83
489
  empty: empty$5,
@@ -143,105 +549,105 @@ var common$2 = {
143
549
  search_log: search_log$1
144
550
  };
145
551
 
146
- var alert_expand$1 = "Expand";
147
- var alert_collapse$1 = "Collapse";
148
- var contains$2 = "Contains";
149
- var custom_column$1 = "Customize Columns & Order";
150
- var not$1 = "Not";
151
- var not_contains$2 = "Not Contains";
152
- var or$1 = "or";
153
- var previous_items$1 = "Previous";
154
- var next_items$1 = "Next";
155
- var push_to$1 = "Jump to";
156
- var pagination_range$1 = "Item {range1}{range2}";
157
- var pagination_total$1 = "Item {range1}{range2}, {total} in total";
158
- var pagination_lots_total$1 = "{count} item in total";
159
- var pagination_lots_total_plural = "{count} items in total";
160
- var unknow_error$1 = "Unknown error";
161
- var to$1 = "to";
162
- var time_zone_select_placeholder$1 = "Enter city or time zone";
163
- var browser_time_zone$1 = "Browser Time Zone";
164
- var coordinated_universal_time$1 = "Coordinated Universal Time";
552
+ var alert_expand$1 = "展開";
553
+ var alert_collapse$1 = "折りたたむ";
554
+ var contains$2 = "含む";
555
+ var custom_column$1 = "列と並べ替えを設定";
556
+ var not$1 = "ではない";
557
+ var not_contains$2 = "含まない";
558
+ var or$1 = "または";
559
+ var previous_items$1 = "戻る";
560
+ var next_items$1 = "次へ";
561
+ var push_to$1 = "移動";
562
+ var pagination_range$1 = "{range1}{range2} 件目";
563
+ var pagination_total$1 = "{range1}{range2} 件目、合計 {total} ";
564
+ var pagination_lots_total$1 = "合計 {count} ";
565
+ var pagination_lots_total_plural = "合計 {count} ";
566
+ var unknow_error$1 = "不明なエラー";
567
+ var to$1 = "";
568
+ var time_zone_select_placeholder$1 = "都市/タイムゾーンを入力";
569
+ var browser_time_zone$1 = "ブラウザーのタイムゾーン";
570
+ var coordinated_universal_time$1 = "協定世界時(UTC)";
165
571
  var Architecture_AARCH64$1 = "AArch64";
166
572
  var Architecture_X86_64$1 = "x86_64";
167
- var maximum_row_count_desc$1 = "At most {count} items.";
168
- var remove$2 = "Remove";
169
- var add$1 = "Add";
170
- var prefix$1 = "Prefix";
171
- var suffix$1 = "Suffix";
172
- var as_day$1 = "By Day";
173
- var count$1 = "";
174
- var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
175
- var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
176
- var execution_time$1 = "Generation time ";
177
- var as_week$1 = "By Week";
178
- var as_month$1 = "By Month";
179
- var day_date$1 = "day";
180
- var day_date_plural = "days";
181
- var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
182
- var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
183
- var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
184
- var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
185
- 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.";
186
- var date_mark$1 = " or ";
187
- var retain_with_count$1 = "Retain {count} reports";
188
- var start_date$1 = "Start Date";
189
- var retain_date$1 = "Number";
190
- var next_generate_with_date$1 = "The next report will be generated at {date}.";
191
- var will_save_one_to_thirty_report$1 = "You can retain 1 to 30 most recently generated reports.";
192
- var every_day_with_time$1 = "Every day at {time}";
193
- var every_day_with_count_and_time$1 = "Every {count} days at {time}";
194
- var every_week_with_time$1 = "Every week at {time}";
195
- var every_week_with_day_and_time$1 = "Every week on {day} at {time}";
196
- var every_weeks_with_count_and_time$1 = "Every {count} weeks at {time}";
197
- var every_weeks_with_count_and_day_and_time$1 = "Every {count} weeks on {day} at {time}";
198
- var every_month_with_time$1 = "Every month at {time}";
199
- var every_month_with_day_and_time$1 = "Every month on the day of {day} at {time}";
200
- var every_months_with_count_and_time$1 = "Every {count} months at {time}";
201
- var every_months_with_count_and_day_and_time$1 = "Every {count} months on the day of {day} at {time}";
202
- var generate_date_preview$1 = "Date Preview";
203
- var date_with_year_and_month$1 = "{month} {year}";
204
- var will_generate_one_reporte_with_date_and_time$1 = "One report will be generated at {date} {time}";
205
- var will_generate_report_will_date_and_count$1 = "{count} reports will be generated at {date}";
206
- var selected_item_with_count$1 = "{count} items selected";
207
- var set_start_time_failed$1 = "Start time should be later than { time }";
208
- var set_end_time_failed$1 = "End time should be earlier than { time }";
209
- var end_time_cannot_be_less_than_start_time$1 = "End time should be later than start time";
210
- var end_date$1 = "End Date";
211
- var confirm$2 = "Confirm";
212
- var past$1 = "Past";
213
- var relative_time$1 = "Relative Time";
214
- var absolute_time$1 = "Absolute Time";
215
- var empty_search_history$1 = "No search history ";
216
- var date_range_picker_history_title$1 = "Recent Search";
217
- var search_relative_time_placeholder$1 = "Search relative time";
218
- var select_all$1 = "Select All";
219
- var unselect_all$1 = "Clear";
220
- var other$1 = "Other";
221
- var prev$1 = "Previous";
222
- var next$1 = "Next";
223
- var clear$1 = "Clear";
224
- var loading$1 = "Loading...";
225
- var upgrade_to_version$1 = "<0>{{text}}</0> upgraded to <1>{{version}}</1>";
226
- var update_to_version$1 = "<0>{{text}}</0> updated to <1>{{version}}</1>";
227
- var failed_upgrade_to_version$1 = "<0>{{text}}</0> failed to upgrade to <1>{{version}}</1>";
228
- var config_updated$1 = "<0>{{text}}</0> updated <1>{{version}}</1>";
229
- var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
230
- var empty$4 = "No history records";
231
- var view_detail$1 = "View Details";
232
- var initializing_failed$1 = "Failed to load the page. Please try again.";
233
- var recent_search$1 = "Recent search";
234
- var select_file$1 = "Select File";
235
- var reselect_file$1 = "Re-select";
236
- var exceed_max_count$1 = "Maximum {count} file allowed";
237
- var exceed_max_count_plural = "Maximum {count} files allowed";
238
- var upload_file_desc$1 = "Click or drag file to this area to upload";
239
- var components$2 = {
573
+ var maximum_row_count_desc$1 = "最大 {count} 件です。";
574
+ var remove$2 = "削除";
575
+ var add$1 = "追加";
576
+ var prefix$1 = "プレフィックス";
577
+ var suffix$1 = "サフィックス";
578
+ var as_day$1 = "日単位";
579
+ var count$1 = "";
580
+ var day_execute_task$1 = "<0></0> 日ごとの <1></1> にレポートを生成します。";
581
+ var day_execute_task_plural = "<0></0> 日ごとの <1></1> にレポートを生成します。";
582
+ var execution_time$1 = "生成時刻";
583
+ var as_week$1 = "週単位";
584
+ var as_month$1 = "月単位";
585
+ var day_date$1 = "";
586
+ var day_date_plural = "";
587
+ var week_with_below_date$1 = "<0></0> 週ごとに、次の{day}に生成:";
588
+ var week_with_below_date_plural = "<0></0> 週ごとに、次の{day}に生成:";
589
+ var month_with_below_date$1 = "<0></0> か月ごとに、次の{day}に生成:";
590
+ var month_with_below_date_plural = "<0></0> か月ごとに、次の{day}に生成:";
591
+ var will_excute_at_last_day_with_date$1 = "{date} 日が存在しない場合、その月の最終日にプランを実行します。";
592
+ var date_mark$1 = " または ";
593
+ var retain_with_count$1 = "{count} 件のレポートを保持";
594
+ var start_date$1 = "開始日";
595
+ var retain_date$1 = "件数";
596
+ var next_generate_with_date$1 = "次回は {date} にレポートを生成します。";
597
+ var will_save_one_to_thirty_report$1 = "直近 130 件のレポートを保持できます。";
598
+ var every_day_with_time$1 = "毎日 {time}";
599
+ var every_day_with_count_and_time$1 = "{count} 日ごと {time}";
600
+ var every_week_with_time$1 = "毎週 {time}";
601
+ var every_week_with_day_and_time$1 = "毎週 {day} {time}";
602
+ var every_weeks_with_count_and_time$1 = "{count} 週ごと {time}";
603
+ var every_weeks_with_count_and_day_and_time$1 = "{count} 週ごと、{day} {time}";
604
+ var every_month_with_time$1 = "毎月 {time}";
605
+ var every_month_with_day_and_time$1 = "毎月 {day} {time}";
606
+ var every_months_with_count_and_time$1 = "{count} か月ごと {time}";
607
+ var every_months_with_count_and_day_and_time$1 = "{count} か月ごと {day} {time}";
608
+ var generate_date_preview$1 = "日付プレビュー";
609
+ var date_with_year_and_month$1 = "{year}{month}";
610
+ var will_generate_one_reporte_with_date_and_time$1 = "{date} {time} に 1 件のレポートを生成します";
611
+ var will_generate_report_will_date_and_count$1 = "{date} {count} 件のレポートを生成します";
612
+ var selected_item_with_count$1 = "{count} 件選択済み";
613
+ var set_start_time_failed$1 = "開始時刻は { time } より後にしてください";
614
+ var set_end_time_failed$1 = "終了時刻は { time } より前にしてください";
615
+ var end_time_cannot_be_less_than_start_time$1 = "終了時刻は開始時刻より後にしてください";
616
+ var end_date$1 = "終了日";
617
+ var confirm$2 = "確認";
618
+ var past$1 = "過去";
619
+ var relative_time$1 = "相対時間";
620
+ var absolute_time$1 = "絶対時間";
621
+ var empty_search_history$1 = "検索履歴がありません";
622
+ var date_range_picker_history_title$1 = "最近の検索";
623
+ var search_relative_time_placeholder$1 = "相対時間を検索";
624
+ var select_all$1 = "すべて選択";
625
+ var unselect_all$1 = "クリア";
626
+ var other$1 = "その他";
627
+ var prev$1 = "戻る";
628
+ var next$1 = "次へ";
629
+ var clear$1 = "クリア";
630
+ var loading$1 = "読み込み中…";
631
+ var upgrade_to_version$1 = "<0>{{text}}</0> <1>{{version}}</1> にアップグレードしました";
632
+ var update_to_version$1 = "<0>{{text}}</0> <1>{{version}}</1> に更新しました";
633
+ var failed_upgrade_to_version$1 = "<0>{{text}}</0> <1>{{version}}</1> にアップグレードできませんでした";
634
+ var config_updated$1 = "<0>{{text}}</0> <1>{{version}}</1> に更新しました";
635
+ var db_migrated$1 = "<0>{{text}}</0> <1>{{version}}</1> に移行しました";
636
+ var empty$4 = "履歴がありません";
637
+ var view_detail$1 = "詳細を表示";
638
+ var initializing_failed$1 = "ページを読み込めませんでした。もう一度お試しください。";
639
+ var recent_search$1 = "最近の検索";
640
+ var select_file$1 = "ファイルを選択";
641
+ var reselect_file$1 = "再選択";
642
+ var exceed_max_count$1 = "選択できるファイルは最大 {count} 個です";
643
+ var exceed_max_count_plural = "選択できるファイルは最大 {count} 個です";
644
+ var upload_file_desc$1 = "ファイルをクリックするか、このエリアにドラッグ&ドロップしてアップロードします";
645
+ var components$1 = {
240
646
  alert_expand: alert_expand$1,
241
647
  alert_collapse: alert_collapse$1,
242
648
  contains: contains$2,
243
649
  custom_column: custom_column$1,
244
- "in": "belongs to",
650
+ "in": "属する",
245
651
  not: not$1,
246
652
  not_contains: not_contains$2,
247
653
  or: or$1,
@@ -304,13 +710,13 @@ var components$2 = {
304
710
  end_time_cannot_be_less_than_start_time: end_time_cannot_be_less_than_start_time$1,
305
711
  end_date: end_date$1,
306
712
  confirm: confirm$2,
307
- "monday-simple": "Mon",
308
- "tuesday-simple": "Tue",
309
- "wednesday-simple": "Wed",
310
- "thursday-simple": "Thu",
311
- "friday-simple": "Fri",
312
- "saturday-simple": "Sat",
313
- "sunday-simple": "Sun",
713
+ "monday-simple": "",
714
+ "tuesday-simple": "",
715
+ "wednesday-simple": "",
716
+ "thursday-simple": "",
717
+ "friday-simple": "",
718
+ "saturday-simple": "",
719
+ "sunday-simple": "",
314
720
  past: past$1,
315
721
  relative_time: relative_time$1,
316
722
  absolute_time: absolute_time$1,
@@ -340,40 +746,40 @@ var components$2 = {
340
746
  upload_file_desc: upload_file_desc$1
341
747
  };
342
748
 
343
- var current$1 = "Current value";
344
- var empty$3 = "No data in this time range";
345
- var max$1 = "Max";
346
- var metric$2 = {
749
+ var current$1 = "現在値";
750
+ var empty$3 = "この期間にはデータがありません";
751
+ var max$1 = "最大値";
752
+ var metric$1 = {
347
753
  current: current$1,
348
754
  empty: empty$3,
349
755
  max: max$1
350
756
  };
351
757
 
352
- var year_abbreviation$1 = "<0>{count}</0> <1>y</1>";
353
- var month_abbreviation$1 = "<0>{count}</0> <1>m</1>";
354
- var week_abbreviation$2 = "<0>{count}</0> <1>w</1>";
355
- var day_abbreviation$2 = "<0>{count}</0> <1>d</1>";
356
- var hour_abbreviation$2 = "<0>{count}</0> <1>h</1>";
357
- var minute_abbreviation$2 = "<0>{count}</0> <1>min</1>";
358
- var second_abbreviation$2 = "<0>{count}</0> <1>s</1>";
359
- var millisecond_abbreviation$1 = "<0>{count}</0> <1>ms</1>";
360
- var year$2 = "<0>{count}</0> <1>year</1>";
361
- var year_plural = "<0>{count}</0> <1>years</1>";
362
- var month$2 = "<0>{count}</0> <1>month</1>";
363
- var month_plural = "<0>{count}</0> <1>months</1>";
364
- var week$2 = "<0>{count}</0> <1>week</1>";
365
- var week_plural = "<0>{count}</0> <1>weeks</1>";
366
- var day$2 = "<0>{count}</0> <1>day</1>";
367
- var day_plural = "<0>{count}</0> <1>days</1>";
368
- var hour$2 = "<0>{count}</0> <1>hour</1>";
369
- var hour_plural = "<0>{count}</0> <1>hours</1>";
370
- var minute$2 = "<0>{count}</0> <1>minute</1>";
371
- var minute_plural = "<0>{count}</0> <1>minutes</1>";
372
- var second$2 = "<0>{count}</0> <1>second</1>";
373
- var second_plural = "<0>{count}</0> <1>seconds</1>";
374
- var millisecond$1 = "<0>{count}</0> <1>millisecond</1>";
375
- var millisecond_plural = "<0>{count}</0> <1>milliseconds</1>";
376
- var unit$2 = {
758
+ var year_abbreviation$1 = "<0>{count}</0><1>年</1>";
759
+ var month_abbreviation$1 = "<0>{count}</0><1>か月</1>";
760
+ var week_abbreviation$2 = "<0>{count}</0><1>週</1>";
761
+ var day_abbreviation$2 = "<0>{count}</0><1>日</1>";
762
+ var hour_abbreviation$2 = "<0>{count}</0><1>時間</1>";
763
+ var minute_abbreviation$2 = "<0>{count}</0><1>分</1>";
764
+ var second_abbreviation$2 = "<0>{count}</0><1>秒</1>";
765
+ var millisecond_abbreviation$1 = "<0>{count}</0><1>ミリ秒</1>";
766
+ var year$2 = "<0>{count}</0><1>年</1>";
767
+ var year_plural = "<0>{count}</0><1>年</1>";
768
+ var month$2 = "<0>{count}</0><1>か月</1>";
769
+ var month_plural = "<0>{count}</0><1>か月</1>";
770
+ var week$2 = "<0>{count}</0><1>週</1>";
771
+ var week_plural = "<0>{count}</0><1>週</1>";
772
+ var day$2 = "<0>{count}</0><1>日</1>";
773
+ var day_plural = "<0>{count}</0><1>日</1>";
774
+ var hour$2 = "<0>{count}</0><1>時間</1>";
775
+ var hour_plural = "<0>{count}</0><1>時間</1>";
776
+ var minute$2 = "<0>{count}</0><1>分</1>";
777
+ var minute_plural = "<0>{count}</0><1>分</1>";
778
+ var second$2 = "<0>{count}</0><1>秒</1>";
779
+ var second_plural = "<0>{count}</0><1>秒</1>";
780
+ var millisecond$1 = "<0>{count}</0><1>ミリ秒</1>";
781
+ var millisecond_plural = "<0>{count}</0><1>ミリ秒</1>";
782
+ var unit$1 = {
377
783
  year_abbreviation: year_abbreviation$1,
378
784
  month_abbreviation: month_abbreviation$1,
379
785
  week_abbreviation: week_abbreviation$2,
@@ -400,29 +806,6 @@ var unit$2 = {
400
806
  millisecond_plural: millisecond_plural
401
807
  };
402
808
 
403
- const locale$2 = {
404
- common: common$2,
405
- components: components$2,
406
- metric: metric$2,
407
- unit: unit$2
408
- };
409
-
410
- var common$1 = {
411
-
412
- };
413
-
414
- var components$1 = {
415
-
416
- };
417
-
418
- var metric$1 = {
419
-
420
- };
421
-
422
- var unit$1 = {
423
-
424
- };
425
-
426
809
  const locale$1 = {
427
810
  common: common$1,
428
811
  components: components$1,