@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 +300 -62
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +67 -0
- package/dist/locales/index.d.ts +120 -0
- package/dist/locales/zh-CN/index.d.ts +53 -0
- package/dist/umd/index.js +300 -62
- package/dist/umd/stats1.html +1 -1
- package/package.json +4 -4
package/dist/locales/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ declare const locales: {
|
|
|
7
7
|
cancel: string;
|
|
8
8
|
clear_query: string;
|
|
9
9
|
close: string;
|
|
10
|
+
delete: string;
|
|
10
11
|
contains: string;
|
|
11
12
|
confirm: string;
|
|
12
13
|
empty: string;
|
|
@@ -48,6 +49,27 @@ declare const locales: {
|
|
|
48
49
|
sunday: string;
|
|
49
50
|
month: string;
|
|
50
51
|
year: string;
|
|
52
|
+
day_count: string;
|
|
53
|
+
day_count_plural: string;
|
|
54
|
+
hour_count: string;
|
|
55
|
+
hour_count_plural: string;
|
|
56
|
+
minute_count: string;
|
|
57
|
+
minute_count_plural: string;
|
|
58
|
+
month_measure_count: string;
|
|
59
|
+
month_measure_count_plural: string;
|
|
60
|
+
show_unpassed: string;
|
|
61
|
+
copy: string;
|
|
62
|
+
click_to_copy: string;
|
|
63
|
+
copy_done: string;
|
|
64
|
+
has_copied_to_clipboard: string;
|
|
65
|
+
download: string;
|
|
66
|
+
copy_kubeconfig_success: string;
|
|
67
|
+
download_kubeconfig: string;
|
|
68
|
+
download_kubeconfig_tip: string;
|
|
69
|
+
obtain_data_error: string;
|
|
70
|
+
colon_with_space: string;
|
|
71
|
+
semicolon_with_space: string;
|
|
72
|
+
remove: string;
|
|
51
73
|
};
|
|
52
74
|
components: {
|
|
53
75
|
contains: string;
|
|
@@ -62,6 +84,7 @@ declare const locales: {
|
|
|
62
84
|
pagination_range: string;
|
|
63
85
|
pagination_total: string;
|
|
64
86
|
pagination_lots_total: string;
|
|
87
|
+
pagination_lots_total_plural: string;
|
|
65
88
|
unknow_error: string;
|
|
66
89
|
to: string;
|
|
67
90
|
time_zone_select_placeholder: string;
|
|
@@ -130,12 +153,56 @@ declare const locales: {
|
|
|
130
153
|
select_all: string;
|
|
131
154
|
unselect_all: string;
|
|
132
155
|
other: string;
|
|
156
|
+
prev: string;
|
|
157
|
+
next: string;
|
|
158
|
+
clear: string;
|
|
159
|
+
loading: string;
|
|
160
|
+
upgrade_to_version: string;
|
|
161
|
+
update_to_version: string;
|
|
162
|
+
failed_upgrade_to_version: string;
|
|
163
|
+
config_updated: string;
|
|
164
|
+
db_migrated: string;
|
|
165
|
+
empty: string;
|
|
166
|
+
view_detail: string;
|
|
167
|
+
initializing_failed: string;
|
|
168
|
+
recent_search: string;
|
|
169
|
+
select_file: string;
|
|
170
|
+
reselect_file: string;
|
|
171
|
+
exceed_max_count: string;
|
|
172
|
+
exceed_max_count_plural: string;
|
|
173
|
+
upload_file_desc: string;
|
|
133
174
|
};
|
|
134
175
|
metric: {
|
|
135
176
|
current: string;
|
|
136
177
|
empty: string;
|
|
137
178
|
max: string;
|
|
138
179
|
};
|
|
180
|
+
unit: {
|
|
181
|
+
year_abbreviation: string;
|
|
182
|
+
month_abbreviation: string;
|
|
183
|
+
week_abbreviation: string;
|
|
184
|
+
day_abbreviation: string;
|
|
185
|
+
hour_abbreviation: string;
|
|
186
|
+
minute_abbreviation: string;
|
|
187
|
+
second_abbreviation: string;
|
|
188
|
+
millisecond_abbreviation: string;
|
|
189
|
+
year: string;
|
|
190
|
+
year_plural: string;
|
|
191
|
+
month: string;
|
|
192
|
+
month_plural: string;
|
|
193
|
+
week: string;
|
|
194
|
+
week_plural: string;
|
|
195
|
+
day: string;
|
|
196
|
+
day_plural: string;
|
|
197
|
+
hour: string;
|
|
198
|
+
hour_plural: string;
|
|
199
|
+
minute: string;
|
|
200
|
+
minute_plural: string;
|
|
201
|
+
second: string;
|
|
202
|
+
second_plural: string;
|
|
203
|
+
millisecond: string;
|
|
204
|
+
millisecond_plural: string;
|
|
205
|
+
};
|
|
139
206
|
};
|
|
140
207
|
"zh-CN": {
|
|
141
208
|
common: {
|
|
@@ -145,6 +212,7 @@ declare const locales: {
|
|
|
145
212
|
cancel: string;
|
|
146
213
|
clear_query: string;
|
|
147
214
|
close: string;
|
|
215
|
+
delete: string;
|
|
148
216
|
contains: string;
|
|
149
217
|
confirm: string;
|
|
150
218
|
empty: string;
|
|
@@ -186,6 +254,23 @@ declare const locales: {
|
|
|
186
254
|
sunday: string;
|
|
187
255
|
month: string;
|
|
188
256
|
year: string;
|
|
257
|
+
day_count: string;
|
|
258
|
+
hour_count: string;
|
|
259
|
+
minute_count: string;
|
|
260
|
+
month_measure_count: string;
|
|
261
|
+
show_unpassed: string;
|
|
262
|
+
copy: string;
|
|
263
|
+
click_to_copy: string;
|
|
264
|
+
copy_done: string;
|
|
265
|
+
has_copied_to_clipboard: string;
|
|
266
|
+
download: string;
|
|
267
|
+
copy_kubeconfig_success: string;
|
|
268
|
+
download_kubeconfig: string;
|
|
269
|
+
download_kubeconfig_tip: string;
|
|
270
|
+
obtain_data_error: string;
|
|
271
|
+
colon_with_space: string;
|
|
272
|
+
semicolon_with_space: string;
|
|
273
|
+
remove: string;
|
|
189
274
|
};
|
|
190
275
|
components: {
|
|
191
276
|
contains: string;
|
|
@@ -264,12 +349,47 @@ declare const locales: {
|
|
|
264
349
|
select_all: string;
|
|
265
350
|
unselect_all: string;
|
|
266
351
|
other: string;
|
|
352
|
+
prev: string;
|
|
353
|
+
next: string;
|
|
354
|
+
clear: string;
|
|
355
|
+
loading: string;
|
|
356
|
+
upgrade_to_version: string;
|
|
357
|
+
update_to_version: string;
|
|
358
|
+
failed_upgrade_to_version: string;
|
|
359
|
+
config_updated: string;
|
|
360
|
+
db_migrated: string;
|
|
361
|
+
empty: string;
|
|
362
|
+
view_detail: string;
|
|
363
|
+
initializing_failed: string;
|
|
364
|
+
recent_search: string;
|
|
365
|
+
select_file: string;
|
|
366
|
+
reselect_file: string;
|
|
367
|
+
exceed_max_count: string;
|
|
368
|
+
upload_file_desc: string;
|
|
267
369
|
};
|
|
268
370
|
metric: {
|
|
269
371
|
current: string;
|
|
270
372
|
empty: string;
|
|
271
373
|
max: string;
|
|
272
374
|
};
|
|
375
|
+
unit: {
|
|
376
|
+
year_abbreviation: string;
|
|
377
|
+
month_abbreviation: string;
|
|
378
|
+
week_abbreviation: string;
|
|
379
|
+
day_abbreviation: string;
|
|
380
|
+
hour_abbreviation: string;
|
|
381
|
+
minute_abbreviation: string;
|
|
382
|
+
second_abbreviation: string;
|
|
383
|
+
millisecond_abbreviation: string;
|
|
384
|
+
year: string;
|
|
385
|
+
month: string;
|
|
386
|
+
week: string;
|
|
387
|
+
day: string;
|
|
388
|
+
hour: string;
|
|
389
|
+
minute: string;
|
|
390
|
+
second: string;
|
|
391
|
+
millisecond: string;
|
|
392
|
+
};
|
|
273
393
|
};
|
|
274
394
|
};
|
|
275
395
|
export default locales;
|
|
@@ -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,23 @@ declare const locale: {
|
|
|
47
48
|
sunday: string;
|
|
48
49
|
month: string;
|
|
49
50
|
year: string;
|
|
51
|
+
day_count: string;
|
|
52
|
+
hour_count: string;
|
|
53
|
+
minute_count: string;
|
|
54
|
+
month_measure_count: string;
|
|
55
|
+
show_unpassed: string;
|
|
56
|
+
copy: string;
|
|
57
|
+
click_to_copy: string;
|
|
58
|
+
copy_done: string;
|
|
59
|
+
has_copied_to_clipboard: string;
|
|
60
|
+
download: string;
|
|
61
|
+
copy_kubeconfig_success: string;
|
|
62
|
+
download_kubeconfig: string;
|
|
63
|
+
download_kubeconfig_tip: string;
|
|
64
|
+
obtain_data_error: string;
|
|
65
|
+
colon_with_space: string;
|
|
66
|
+
semicolon_with_space: string;
|
|
67
|
+
remove: string;
|
|
50
68
|
};
|
|
51
69
|
components: {
|
|
52
70
|
contains: string;
|
|
@@ -125,11 +143,46 @@ declare const locale: {
|
|
|
125
143
|
select_all: string;
|
|
126
144
|
unselect_all: string;
|
|
127
145
|
other: string;
|
|
146
|
+
prev: string;
|
|
147
|
+
next: string;
|
|
148
|
+
clear: string;
|
|
149
|
+
loading: string;
|
|
150
|
+
upgrade_to_version: string;
|
|
151
|
+
update_to_version: string;
|
|
152
|
+
failed_upgrade_to_version: string;
|
|
153
|
+
config_updated: string;
|
|
154
|
+
db_migrated: string;
|
|
155
|
+
empty: string;
|
|
156
|
+
view_detail: string;
|
|
157
|
+
initializing_failed: string;
|
|
158
|
+
recent_search: string;
|
|
159
|
+
select_file: string;
|
|
160
|
+
reselect_file: string;
|
|
161
|
+
exceed_max_count: string;
|
|
162
|
+
upload_file_desc: string;
|
|
128
163
|
};
|
|
129
164
|
metric: {
|
|
130
165
|
current: string;
|
|
131
166
|
empty: string;
|
|
132
167
|
max: string;
|
|
133
168
|
};
|
|
169
|
+
unit: {
|
|
170
|
+
year_abbreviation: string;
|
|
171
|
+
month_abbreviation: string;
|
|
172
|
+
week_abbreviation: string;
|
|
173
|
+
day_abbreviation: string;
|
|
174
|
+
hour_abbreviation: string;
|
|
175
|
+
minute_abbreviation: string;
|
|
176
|
+
second_abbreviation: string;
|
|
177
|
+
millisecond_abbreviation: string;
|
|
178
|
+
year: string;
|
|
179
|
+
month: string;
|
|
180
|
+
week: string;
|
|
181
|
+
day: string;
|
|
182
|
+
hour: string;
|
|
183
|
+
minute: string;
|
|
184
|
+
second: string;
|
|
185
|
+
millisecond: string;
|
|
186
|
+
};
|
|
134
187
|
};
|
|
135
188
|
export default locale;
|