@alauda-fe/common 1.1.1 → 1.2.0

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.
Files changed (98) hide show
  1. package/a-chart/base-chart.d.ts +4 -3
  2. package/a-chart/types.d.ts +5 -0
  3. package/a-chart/utils.d.ts +1 -1
  4. package/a-metric-chart/a-metric-chart.component.d.ts +5 -1
  5. package/a-metric-chart/stat-chart/stat-chart.component.d.ts +5 -1
  6. package/a-metric-chart/types.d.ts +15 -0
  7. package/a-metric-chart/utils/util.d.ts +6 -1
  8. package/array-form-table/string-array-form/component.d.ts +2 -1
  9. package/core/constants/tokens.d.ts +1 -1
  10. package/core/pipes/cron-human-readable.pipe.d.ts +1 -6
  11. package/core/pipes/k8s-util.pipe.d.ts +1 -9
  12. package/core/pipes/k8s-util.pipe.module.d.ts +3 -3
  13. package/core/pipes/parse-json-translate.pipe.d.ts +4 -4
  14. package/core/services/aui-paginator-intl.service.d.ts +1 -1
  15. package/core/services/k8s-util.service.d.ts +3 -1
  16. package/core/types/k8s/crd.d.ts +1 -4
  17. package/esm2022/a-chart/base-chart.mjs +47 -33
  18. package/esm2022/a-chart/chart.component.mjs +9 -5
  19. package/esm2022/a-chart/types.mjs +1 -1
  20. package/esm2022/a-chart/utils.mjs +3 -3
  21. package/esm2022/a-metric-chart/a-metric-chart.component.mjs +53 -19
  22. package/esm2022/a-metric-chart/a-metric-chart.module.mjs +1 -1
  23. package/esm2022/a-metric-chart/stat-chart/stat-chart.component.mjs +63 -25
  24. package/esm2022/a-metric-chart/table-chart/table-chart.component.mjs +2 -2
  25. package/esm2022/a-metric-chart/types.mjs +9 -1
  26. package/esm2022/a-metric-chart/utils/util.mjs +20 -2
  27. package/esm2022/array-form-table/string-array-form/component.mjs +32 -22
  28. package/esm2022/business/resource-select/internals/data-grid/component.mjs +2 -2
  29. package/esm2022/business/resource-select/internals/namespace-list/component.mjs +5 -5
  30. package/esm2022/core/constants/tokens.mjs +15 -16
  31. package/esm2022/core/pipes/cron-human-readable.pipe.mjs +3 -6
  32. package/esm2022/core/pipes/k8s-util.pipe.mjs +2 -24
  33. package/esm2022/core/pipes/k8s-util.pipe.module.mjs +2 -5
  34. package/esm2022/core/pipes/parse-json-translate.pipe.mjs +1 -1
  35. package/esm2022/core/services/k8s-util.service.mjs +4 -5
  36. package/esm2022/core/services/time.service.mjs +3 -5
  37. package/esm2022/core/types/k8s/crd.mjs +1 -1
  38. package/esm2022/core/utils/common.mjs +7 -1
  39. package/esm2022/metric-chart/types.mjs +1 -1
  40. package/esm2022/notification/notification-util.service.mjs +2 -3
  41. package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.component.mjs +2 -2
  42. package/esm2022/page-scaffold/page-header/account-menu/component/component.mjs +78 -81
  43. package/esm2022/page-scaffold/page-header/account-menu/module.mjs +1 -1
  44. package/esm2022/page-scaffold/page-header/common-layout/namespace-select/component.mjs +2 -2
  45. package/esm2022/table/component.mjs +12 -5
  46. package/esm2022/translate/constants.mjs +2 -6
  47. package/esm2022/translate/helpers.mjs +4 -18
  48. package/esm2022/translate/i18n-assets-loader.mjs +58 -0
  49. package/esm2022/translate/i18n-config.mjs +25 -0
  50. package/esm2022/translate/public-api.mjs +3 -1
  51. package/esm2022/translate/tokens.mjs +3 -8
  52. package/esm2022/translate/translate.module.mjs +1 -52
  53. package/esm2022/translate/translate.pipe.mjs +4 -6
  54. package/esm2022/translate/translate.service.mjs +44 -76
  55. package/esm2022/translate/types.mjs +1 -1
  56. package/esm2022/view-zchart/units.mjs +3 -3
  57. package/esm2022/widget/date-range-picker/component.mjs +14 -23
  58. package/esm2022/widget/foldable-item-in-table/component.mjs +3 -3
  59. package/esm2022/widget/password-input/component.mjs +5 -3
  60. package/esm2022/widget/search-panel/component.mjs +2 -2
  61. package/esm2022/widget/tags-label/component.mjs +8 -6
  62. package/esm2022/xterm/xterm.component.mjs +2 -2
  63. package/metric-chart/types.d.ts +1 -1
  64. package/package.json +2 -1
  65. package/page-scaffold/page-header/account-menu/component/component.d.ts +6 -2
  66. package/page-scaffold/page-header/component.d.ts +1 -1
  67. package/styles/global.scss +3 -3
  68. package/styles/mixins.scss +13 -3
  69. package/styles/tailwind-preset.scss +1 -1
  70. package/table/component.d.ts +3 -1
  71. package/translate/constants.d.ts +1 -7
  72. package/translate/helpers.d.ts +1 -10
  73. package/translate/i18n-assets-loader.d.ts +19 -0
  74. package/translate/i18n-config.d.ts +12 -0
  75. package/translate/public-api.d.ts +2 -0
  76. package/translate/tokens.d.ts +3 -7
  77. package/translate/translate.module.d.ts +0 -1214
  78. package/translate/translate.pipe.d.ts +4 -4
  79. package/translate/translate.service.d.ts +15 -21
  80. package/translate/types.d.ts +8 -8
  81. package/widget/date-range-picker/component.d.ts +3 -7
  82. package/widget/foldable-item-in-table/component.d.ts +1 -2
  83. package/widget/tags-label/component.d.ts +6 -1
  84. package/assets/icons/bicolor-icons.js +0 -1
  85. package/assets/icons/navigation-icons.js +0 -1
  86. package/assets/icons/prod-icons.js +0 -1
  87. package/esm2022/graphql/graphql.module.mjs +0 -62
  88. package/esm2022/graphql/graphql.service.mjs +0 -45
  89. package/esm2022/graphql/public-api.mjs +0 -4
  90. package/esm2022/graphql/queries.mjs +0 -29
  91. package/esm2022/graphql/types.mjs +0 -6
  92. package/esm2022/translate/en.json +0 -602
  93. package/esm2022/translate/zh.json +0 -600
  94. package/graphql/graphql.module.d.ts +0 -12
  95. package/graphql/graphql.service.d.ts +0 -14
  96. package/graphql/public-api.d.ts +0 -3
  97. package/graphql/queries.d.ts +0 -5
  98. package/graphql/types.d.ts +0 -46
@@ -1,1227 +1,13 @@
1
- /**
2
- * @packageDocumentation
3
- * @module translate
4
- */
5
- import { ModuleWithProviders } from '@angular/core';
6
1
  import { TranslateDirective, TranslateMatchDirective, TranslateTextDirective } from './translate.directive';
7
2
  import { TranslatePipe } from './translate.pipe';
8
- import { TranslateOptions } from './types';
9
3
  import * as i0 from "@angular/core";
10
4
  import * as i1 from "./translate.pipe";
11
5
  import * as i2 from "./translate.directive";
12
- export declare const DEFAULT_LOCALES: ("zh" | "en")[];
13
- export declare const DEFAULT_LOCALE: string;
14
- export declare const FALLBACK_LOCALE: string;
15
- export declare const CORE_TRANSLATIONS: Readonly<{
16
- zh: {
17
- cluster: string;
18
- clusters: string;
19
- cloud_credential: string;
20
- create_cloud_credential: string;
21
- update_cloud_credential: string;
22
- no_cloud_credentials: string;
23
- credential_type: string;
24
- region: string;
25
- node: string;
26
- nodes: string;
27
- project: string;
28
- projects: string;
29
- namespace: string;
30
- namespaces: string;
31
- not_deployed: string;
32
- image: string;
33
- images: string;
34
- container: string;
35
- containers: string;
36
- pod: string;
37
- pods: string;
38
- application: string;
39
- applications: string;
40
- workload: string;
41
- workloads: string;
42
- replication_controller: string;
43
- replica_set: string;
44
- replica_sets: string;
45
- deployment: string;
46
- deployments: string;
47
- statefulset: string;
48
- stateful_set: string;
49
- stateful_sets: string;
50
- daemon_set: string;
51
- daemon_sets: string;
52
- cron_job: string;
53
- cron_jobs: string;
54
- job: string;
55
- jobs: string;
56
- tencent_app: string;
57
- tencent_apps: string;
58
- configmap: string;
59
- configmaps: string;
60
- secret: string;
61
- secrets: string;
62
- service: string;
63
- services: string;
64
- ingress: string;
65
- ingresses: string;
66
- egress: string;
67
- network_policy: string;
68
- network_policies: string;
69
- alauda_load_balancer: string;
70
- pvc: string;
71
- pvcs: string;
72
- pvc_abbr: string;
73
- pvc_short: string;
74
- pv: string;
75
- pvs: string;
76
- pv_abbr: string;
77
- storageclass: string;
78
- storageclasses: string;
79
- cr: string;
80
- crs: string;
81
- cr_abbr: string;
82
- crd: string;
83
- crds: string;
84
- crd_abbr: string;
85
- domain: string;
86
- domains: string;
87
- subnet: string;
88
- subnets: string;
89
- ldap: string;
90
- oidc: string;
91
- tiao: string;
92
- role: string;
93
- roles: string;
94
- event: string;
95
- events: string;
96
- audit: string;
97
- log: string;
98
- logs: string;
99
- logging: string;
100
- token: string;
101
- tokens: string;
102
- helm_chart: string;
103
- helm_release: string;
104
- operator: string;
105
- operators: string;
106
- installed_operators: string;
107
- credential: string;
108
- credentials: string;
109
- microservice: string;
110
- frontend: string;
111
- management_client: string;
112
- management_clients: string;
113
- dashboard: string;
114
- persistentvolumeclaim: string;
115
- horizontalpodautoscaler: string;
116
- servicemonitor: string;
117
- running: string;
118
- succeeded: string;
119
- failed: string;
120
- unknown: string;
121
- pending: string;
122
- stopped: string;
123
- creating: string;
124
- stopping: string;
125
- deleting: string;
126
- created_successfully: string;
127
- created_failed: string;
128
- installed_successfully: string;
129
- installed_failed: string;
130
- terminating: string;
131
- create_xxx: string;
132
- update_xxx: string;
133
- delete_xxx: string;
134
- add_xxx: string;
135
- edit_xxx: string;
136
- no_available_xxx: string;
137
- create: string;
138
- bulk_create: string;
139
- delete: string;
140
- add: string;
141
- edit: string;
142
- remove: string;
143
- update: string;
144
- upgrade: string;
145
- start: string;
146
- stop: string;
147
- search: string;
148
- filter: string;
149
- cancel: string;
150
- deploy: string;
151
- install: string;
152
- quick_install: string;
153
- select_all: string;
154
- more: string;
155
- collapse: string;
156
- not_selected: string;
157
- name: string;
158
- display_name: string;
159
- config: string;
160
- config_lc: string;
161
- basic_info: string;
162
- overview: string;
163
- details: string;
164
- env: string;
165
- status: string;
166
- source: string;
167
- triggered_time: string;
168
- end_time: string;
169
- label: string;
170
- annotation: string;
171
- key: string;
172
- key_pair: string;
173
- value: string;
174
- reference_value: string;
175
- type: string;
176
- creator: string;
177
- created_by: string;
178
- resource_quota: string;
179
- resource_quotas: string;
180
- resource_limit: string;
181
- resource_limits: string;
182
- requests: string;
183
- limits: string;
184
- max: string;
185
- min: string;
186
- default: string;
187
- default_value: string;
188
- business_view: string;
189
- management_view: string;
190
- chart_repository: string;
191
- application_catalog: string;
192
- operator_hub: string;
193
- host_ip: string;
194
- operation: string;
195
- parameters: string;
196
- any: string;
197
- partial: string;
198
- auto: string;
199
- manual: string;
200
- view: string;
201
- copy: string;
202
- clear: string;
203
- save: string;
204
- form: string;
205
- off: string;
206
- on: string;
207
- yes: string;
208
- no: string;
209
- true: string;
210
- false: string;
211
- turned_on: string;
212
- turned_off: string;
213
- unopened: string;
214
- from: string;
215
- to: string;
216
- appearance: string;
217
- follow_the_system: string;
218
- light_theme: string;
219
- dark_theme: string;
220
- platform_management: string;
221
- project_management: string;
222
- my_profile: string;
223
- next_locale: string;
224
- logout: string;
225
- all: string;
226
- search_by_name_placeholder: string;
227
- search_by_username_placeholder: string;
228
- search_by_display_name_placeholder: string;
229
- username: string;
230
- password: string;
231
- description: string;
232
- email: string;
233
- resource_name: string;
234
- member: string;
235
- no_data: string;
236
- retry: string;
237
- reload: string;
238
- reset: string;
239
- total: string;
240
- cpu: string;
241
- memory: string;
242
- action: string;
243
- action_single: string;
244
- confirm: string;
245
- update_failed: string;
246
- create_succeeded: string;
247
- update_succeeded: string;
248
- delete_succeeded: string;
249
- network: string;
250
- import: string;
251
- regexp_tip_k8s_resource_name_base: string;
252
- k8s_resource_name_base_placeholder_with_length: string;
253
- regexp_tip_positive_integer_pattern: string;
254
- regexp_tip_ip_address: string;
255
- regexp_tip_resource_label_key_prefix: string;
256
- regexp_tip_positive_integer_pattern_zero: string;
257
- regexp_tip_k8s_resource_name_start_with_chars_only: string;
258
- regexp_tip_ip_address_with_subnet: string;
259
- regexp_tip_ip_address_or_hostname: string;
260
- regexp_tip_ipv6_address_or_hostname: string;
261
- regexp_tip_ipv4_ipv6_address_or_hostname: string;
262
- http_address_format_limit: string;
263
- domain_ip_placeholder: string;
264
- domain_regexp_tip: string;
265
- invalid_email: string;
266
- invalid_port: string;
267
- invalid_ip: string;
268
- created_at: string;
269
- updated_at: string;
270
- started_at: string;
271
- error: string;
272
- no_named_data_hint: string;
273
- name_in_sentence_format: string;
274
- error_loading_data: string;
275
- loading_error: string;
276
- please: string;
277
- refresh: string;
278
- or: string;
279
- loading: string;
280
- load_more: string;
281
- continue_load: string;
282
- list_data_has_expired: string;
283
- resource_not_exist: string;
284
- no_view_permission: string;
285
- no_permission_please_contact_administrator: string;
286
- return_resource_list: string;
287
- delete_resource_raw: string;
288
- delete_resource: string;
289
- confirm_delete_resource: string;
290
- delete_not_recoverable: string;
291
- product: string;
292
- no_product: string;
293
- filter_by_name: string;
294
- no_project: string;
295
- no_namespace: string;
296
- view_detail: string;
297
- view_yaml: string;
298
- no_view_permissions: string;
299
- expired_license: string;
300
- license_error_hint: string;
301
- runtime_edition: string;
302
- license_unauthorized_hint: string;
303
- show_license: string;
304
- import_now: string;
305
- no_permission_license: string;
306
- no_permission_license_hint: string;
307
- resource_version_conflict: string;
308
- confirm_retry_with_latest_version: string;
309
- platform_center: string;
310
- maintenance_center: string;
311
- not_support: string;
312
- not_support_description: string;
313
- no_permission_description: string;
314
- inaccessible: string;
315
- not_deployed_description: string;
316
- help_doc: string;
317
- about_platform: string;
318
- close: string;
319
- platform_version: string;
320
- platform_related_open_source_component_info: string;
321
- just_now: string;
322
- zero_state_hint: string;
323
- data: string;
324
- message: string;
325
- notify_push: string;
326
- abnormal_message: string;
327
- system_message: string;
328
- product_message: string;
329
- platform_announcement: string;
330
- disable_push_tip: string;
331
- no_message: string;
332
- all_registries: string;
333
- last_login_time: string;
334
- hello: string;
335
- project_number: string;
336
- cluster_number: string;
337
- namespace_number: string;
338
- belonged_cluster: string;
339
- administrator: string;
340
- service_mesh: string;
341
- normal: string;
342
- abnormal: string;
343
- enabled: string;
344
- not_enabled: string;
345
- resource_not_found_title: string;
346
- resource_not_found_des_pre: string;
347
- clear_filter: string;
348
- all_clusters: string;
349
- no_project_tip: string;
350
- no_namespace_tip: string;
351
- no_cluster_tip: string;
352
- no_result: string;
353
- node_number: string;
354
- high_availability_cluster: string;
355
- loading_please_wait: string;
356
- no_product_and_contact_admin: string;
357
- manage_platform_description: string;
358
- manage_project_description: string;
359
- maintenance_center_description: string;
360
- no_open_source_components: string;
361
- platform_health_check: string;
362
- system_abnormal_description: string;
363
- legend: string;
364
- product_abnormal_title: string;
365
- no_indicator_selected: string;
366
- usage_rate: string;
367
- request_rate: string;
368
- limit_rate: string;
369
- core: string;
370
- unit_m: string;
371
- unit_core: string;
372
- unit_Mi: string;
373
- unit_Gi: string;
374
- unit_gb: string;
375
- unit_ge: string;
376
- unit_byte: string;
377
- days: string;
378
- lower_day: string;
379
- lower_days: string;
380
- hours: string;
381
- lower_hours: string;
382
- lower_hour: string;
383
- minutes: string;
384
- lower_minutes: string;
385
- lower_minute: string;
386
- seconds: string;
387
- lower_seconds: string;
388
- time_range: string;
389
- nearly_5_minute: string;
390
- nearly_10_minute: string;
391
- nearly_15_minute: string;
392
- nearly_30_minute: string;
393
- nearly_1_hour: string;
394
- nearly_3_hour: string;
395
- nearly_6_hour: string;
396
- nearly_12_hour: string;
397
- nearly_1_day: string;
398
- nearly_2_day: string;
399
- nearly_3_day: string;
400
- nearly_5_day: string;
401
- nearly_7_day: string;
402
- nearly_14_day: string;
403
- nearly_15_day: string;
404
- nearly_30_day: string;
405
- custom_time_range: string;
406
- before_and_after_5_second: string;
407
- before_and_after_10_second: string;
408
- before_and_after_30_second: string;
409
- before_and_after_1_minute: string;
410
- next_trigger_time: string;
411
- next_trigger_time_lower: string;
412
- word_spacing: string;
413
- i_know: string;
414
- session_invalid_hint: string;
415
- belonged_servicemesh: string;
416
- all_meshes: string;
417
- master: string;
418
- unfold: string;
419
- not_found_description: string;
420
- network_abnormal_description: string;
421
- disconnected_description: string;
422
- license_abnormal_description: string;
423
- failed_load_please: string;
424
- click_hide: string;
425
- click_show: string;
426
- emergency: string;
427
- critical_alarm: string;
428
- high_alarm: string;
429
- medium_alarm: string;
430
- low_alarm: string;
431
- suspicious: string;
432
- notice: string;
433
- required: string;
434
- not_found_title: string;
435
- system_abnormal_title: string;
436
- no_auth: string;
437
- no_alarm_title: string;
438
- no_alarm_description: string;
439
- advanced_config: string;
440
- vm_image_source_registry: string;
441
- vm_image_source_http: string;
442
- vm_image_source_s3: string;
443
- cpu_should_not_greater_than: string;
444
- memory_should_not_greater_than: string;
445
- required_item: string;
446
- open_in_doc_center: string;
447
- page_not_accessible: string;
448
- feature_not_enabled: string;
449
- back_to_product: string;
450
- tooltip_copy_click_to_copy: string;
451
- tooltip_copy_succeeded: string;
452
- tooltip_copy_failed: string;
453
- paginator_page_items: string;
454
- pagination_goto: string;
455
- pagination_page: string;
456
- paginator_total_records: string;
457
- field_required: string;
458
- strong_password_hint_title: string;
459
- strong_password_pattern_tip: string;
460
- strong_password_pattern_tip_no_special_chars: string;
461
- strong_password_conditions_length: string;
462
- strong_password_conditions_english_char: string;
463
- strong_password_conditions_number: string;
464
- strong_password_conditions_special_char: string;
465
- create_secret: string;
466
- create_success: string;
467
- invalid_pattern: string;
468
- warning_max: string;
469
- warning_max_length: string;
470
- warning_min: string;
471
- warning_min_length: string;
472
- confirm_password: string;
473
- confirm_password_not_match: string;
474
- the_value_is_invalid: string;
475
- colon: string;
476
- semi: string;
477
- strong_password_placeholder: string;
478
- regexp_tip_strong_password: string;
479
- period_symbol: string;
480
- encoding: string;
481
- decoding: string;
482
- find: string;
483
- find_next: string;
484
- find_previous: string;
485
- font_setting: string;
486
- reconnect: string;
487
- exec_connecting: string;
488
- exec_disconnected_tip: string;
489
- exec_command: string;
490
- dhcp_placeholder: string;
491
- unsupported_exec_command_warning: string;
492
- total_num: string;
493
- resource_usage_top5: string;
494
- got_it: string;
495
- try_now: string;
496
- service_port: string;
497
- container_port: string;
498
- file_transfer: string;
499
- upload_file: string;
500
- download_file: string;
501
- upload_path: string;
502
- download_path: string;
503
- no_remote_terminal_connected: string;
504
- intercept_deactivate_title: string;
505
- intercept_deactivate_content: string;
506
- current_cluster_status_abnormal: string;
507
- no_available_license_title: string;
508
- maintenance_mode: string;
509
- maintenance_mode_top_notice_msg: string;
510
- platform_maintenance_announcement: string;
511
- supper_InService: string;
512
- supper_in_service_tip: string;
513
- supper_OutOfService: string;
514
- supper_Warning: string;
515
- supper_ExpiringSoon_tip: string;
516
- supper_Pending_tip: string;
517
- supper_NotExist_tip: string;
518
- supper_MismatchProductVersion_tip: string;
519
- supper_ExceedResourceLimit_tip: string;
520
- supper_ExceedNodeLimit_tip: string;
521
- supper_MismatchSubProducts_tip: string;
522
- supper_Expired_tip: string;
523
- please_enter: string;
524
- determine_uninstall: string;
525
- determine_delete: string;
526
- determine_quit: string;
527
- determine_unmount: string;
528
- determine_unbind: string;
529
- please_enter_extra: string;
530
- extra_determine_uninstall: string;
531
- extra_determine_delete: string;
532
- extra_determine_quit: string;
533
- extra_determine_unmount: string;
534
- extra_determine_unbind: string;
535
- please_upgrade_current_cluster_component: string;
536
- option_has_expired: string;
537
- k8s_resource_label_key_required: string;
538
- k8s_resource_label_key_duplicated: string;
539
- k8s_resource_label_key_invalid: string;
540
- k8s_resource_label_key_exceeding: string;
541
- k8s_resource_label_value_invalid: string;
542
- k8s_resource_label_value_exceeding: string;
543
- ip_range_validate_hint: string;
544
- learn_more: string;
545
- template_feature_reach_tip: string;
546
- no_taint: string;
547
- no_label: string;
548
- label_key_already_exists: string;
549
- code_editor_preview_label: string;
550
- cluster_need_upgrade_tip: string;
551
- resource_requests: string;
552
- request_cannot_more_than_limit: string;
553
- "(": string;
554
- ")": string;
555
- ".": string;
556
- ",": string;
557
- ":": string;
558
- zoom_out: string;
559
- zoom_in: string;
560
- panoramic_view: string;
561
- isometric_view: string;
562
- auto_update: string;
563
- show_time: string;
564
- find_label: string;
565
- full_screen_label: string;
566
- exit_full_screen_label: string;
567
- all_projects_with_asterisk: string;
568
- all_projects: string;
569
- last_updated_time: string;
570
- in_total: string;
571
- logical_and: string;
572
- logical_or: string;
573
- detail_info: string;
574
- value_duplication: string;
575
- image_tag_input_placeholder: string;
576
- regexp_tip_image_tag: string;
577
- integration_project_name: string;
578
- update_description: string;
579
- regexp_tip_integer_pattern: string;
580
- dot: string;
581
- forbid: string;
582
- enable: string;
583
- everyday: string;
584
- and: string;
585
- code_editor_clear: string;
586
- code_editor_dark_theme: string;
587
- code_editor_exit_fullscreen: string;
588
- code_editor_export: string;
589
- code_editor_find: string;
590
- code_editor_fold: string;
591
- code_editor_format: string;
592
- code_editor_fullscreen: string;
593
- code_editor_import: string;
594
- code_editor_light_theme: string;
595
- code_editor_readonly: string;
596
- code_editor_copied: string;
597
- code_editor_recover: string;
598
- code_editor_show_diff: string;
599
- code_editor_writable: string;
600
- cron_trigger_period: string;
601
- cron_trigger_fast_mode: string;
602
- cron_trigger_custom_mode: string;
603
- cron_trigger_template: string;
604
- cron_trigger_template_1: string;
605
- cron_trigger_template_2: string;
606
- cron_trigger_template_3: string;
607
- cron_trigger_template_4: string;
608
- cron_trigger_template_5: string;
609
- cron_next_trigger_time: string;
610
- cron_next_trigger_time_cur_time: string;
611
- cron_trigger_params_config_hint: string;
612
- cron_trigger_format_error: string;
613
- cron_format_hint_1: string;
614
- cron_format_hint_2: string;
615
- };
616
- en: {
617
- cluster: string;
618
- clusters: string;
619
- cloud_credential: string;
620
- create_cloud_credential: string;
621
- update_cloud_credential: string;
622
- no_cloud_credentials: string;
623
- credential_type: string;
624
- region: string;
625
- node: string;
626
- nodes: string;
627
- project: string;
628
- projects: string;
629
- namespace: string;
630
- namespaces: string;
631
- not_deployed: string;
632
- image: string;
633
- images: string;
634
- container: string;
635
- containers: string;
636
- pod: string;
637
- pods: string;
638
- application: string;
639
- applications: string;
640
- workload: string;
641
- workloads: string;
642
- replication_controller: string;
643
- replica_set: string;
644
- replica_sets: string;
645
- deployment: string;
646
- deployments: string;
647
- statefulset: string;
648
- stateful_set: string;
649
- stateful_sets: string;
650
- daemon_set: string;
651
- daemon_sets: string;
652
- cron_job: string;
653
- cron_jobs: string;
654
- job: string;
655
- jobs: string;
656
- tencent_app: string;
657
- tencent_apps: string;
658
- configmap: string;
659
- configmaps: string;
660
- secret: string;
661
- secrets: string;
662
- service: string;
663
- services: string;
664
- ingress: string;
665
- ingresses: string;
666
- egress: string;
667
- network_policy: string;
668
- network_policies: string;
669
- alauda_load_balancer: string;
670
- pvc: string;
671
- pvcs: string;
672
- pvc_abbr: string;
673
- pvc_short: string;
674
- pv: string;
675
- pvs: string;
676
- pv_abbr: string;
677
- storageclass: string;
678
- storageclasses: string;
679
- cr: string;
680
- crs: string;
681
- cr_abbr: string;
682
- crd: string;
683
- crds: string;
684
- crd_abbr: string;
685
- domain: string;
686
- domains: string;
687
- subnet: string;
688
- subnets: string;
689
- ldap: string;
690
- oidc: string;
691
- role: string;
692
- roles: string;
693
- event: string;
694
- events: string;
695
- audit: string;
696
- log: string;
697
- logs: string;
698
- logging: string;
699
- token: string;
700
- tokens: string;
701
- helm_chart: string;
702
- helm_release: string;
703
- operator: string;
704
- operators: string;
705
- installed_operators: string;
706
- credential: string;
707
- credentials: string;
708
- microservice: string;
709
- frontend: string;
710
- management_client: string;
711
- management_clients: string;
712
- dashboard: string;
713
- persistentvolumeclaim: string;
714
- horizontalpodautoscaler: string;
715
- servicemonitor: string;
716
- running: string;
717
- succeeded: string;
718
- failed: string;
719
- unknown: string;
720
- pending: string;
721
- stopped: string;
722
- creating: string;
723
- stopping: string;
724
- deleting: string;
725
- created_successfully: string;
726
- created_failed: string;
727
- installed_successfully: string;
728
- installed_failed: string;
729
- terminating: string;
730
- create_xxx: string;
731
- update_xxx: string;
732
- delete_xxx: string;
733
- add_xxx: string;
734
- edit_xxx: string;
735
- no_available_xxx: string;
736
- create: string;
737
- bulk_create: string;
738
- delete: string;
739
- add: string;
740
- edit: string;
741
- remove: string;
742
- update: string;
743
- upgrade: string;
744
- start: string;
745
- stop: string;
746
- search: string;
747
- filter: string;
748
- cancel: string;
749
- deploy: string;
750
- install: string;
751
- quick_install: string;
752
- select_all: string;
753
- more: string;
754
- collapse: string;
755
- not_selected: string;
756
- name: string;
757
- display_name: string;
758
- config: string;
759
- config_lc: string;
760
- basic_info: string;
761
- overview: string;
762
- details: string;
763
- env: string;
764
- status: string;
765
- source: string;
766
- triggered_time: string;
767
- end_time: string;
768
- label: string;
769
- annotation: string;
770
- key: string;
771
- key_pair: string;
772
- value: string;
773
- reference_value: string;
774
- type: string;
775
- creator: string;
776
- created_by: string;
777
- resource_quota: string;
778
- resource_quotas: string;
779
- resource_limit: string;
780
- resource_limits: string;
781
- requests: string;
782
- limits: string;
783
- max: string;
784
- min: string;
785
- default: string;
786
- default_value: string;
787
- business_view: string;
788
- management_view: string;
789
- chart_repository: string;
790
- application_catalog: string;
791
- operator_hub: string;
792
- host_ip: string;
793
- operation: string;
794
- parameters: string;
795
- any: string;
796
- partial: string;
797
- auto: string;
798
- manual: string;
799
- view: string;
800
- copy: string;
801
- clear: string;
802
- save: string;
803
- form: string;
804
- off: string;
805
- on: string;
806
- yes: string;
807
- no: string;
808
- true: string;
809
- false: string;
810
- turned_on: string;
811
- turned_off: string;
812
- unopened: string;
813
- from: string;
814
- to: string;
815
- appearance: string;
816
- follow_the_system: string;
817
- light_theme: string;
818
- dark_theme: string;
819
- platform_management: string;
820
- project_management: string;
821
- my_profile: string;
822
- next_locale: string;
823
- logout: string;
824
- all: string;
825
- search_by_name_placeholder: string;
826
- search_by_username_placeholder: string;
827
- search_by_display_name_placeholder: string;
828
- username: string;
829
- password: string;
830
- description: string;
831
- email: string;
832
- resource_name: string;
833
- member: string;
834
- no_data: string;
835
- retry: string;
836
- reload: string;
837
- reset: string;
838
- total: string;
839
- tiao: string;
840
- cpu: string;
841
- memory: string;
842
- action: string;
843
- action_single: string;
844
- confirm: string;
845
- update_failed: string;
846
- create_succeeded: string;
847
- update_succeeded: string;
848
- delete_succeeded: string;
849
- network: string;
850
- import: string;
851
- regexp_tip_k8s_resource_name_base: string;
852
- k8s_resource_name_base_placeholder_with_length: string;
853
- regexp_tip_positive_integer_pattern: string;
854
- regexp_tip_ip_address: string;
855
- regexp_tip_positive_integer_pattern_zero: string;
856
- regexp_tip_resource_label_key_prefix: string;
857
- regexp_tip_k8s_resource_name_start_with_chars_only: string;
858
- regexp_tip_ip_address_with_subnet: string;
859
- regexp_tip_ip_address_or_hostname: string;
860
- regexp_tip_ipv6_address_or_hostname: string;
861
- regexp_tip_ipv4_ipv6_address_or_hostname: string;
862
- http_address_format_limit: string;
863
- domain_ip_placeholder: string;
864
- domain_regexp_tip: string;
865
- invalid_email: string;
866
- invalid_port: string;
867
- invalid_ip: string;
868
- created_at: string;
869
- updated_at: string;
870
- started_at: string;
871
- error: string;
872
- no_named_data_hint: string;
873
- name_in_sentence_format: string;
874
- error_loading_data: string;
875
- loading_error: string;
876
- please: string;
877
- refresh: string;
878
- or: string;
879
- loading: string;
880
- load_more: string;
881
- continue_load: string;
882
- list_data_has_expired: string;
883
- resource_not_exist: string;
884
- no_view_permission: string;
885
- no_permission_please_contact_administrator: string;
886
- return_resource_list: string;
887
- delete_resource_raw: string;
888
- delete_resource: string;
889
- confirm_delete_resource: string;
890
- delete_not_recoverable: string;
891
- product: string;
892
- no_product: string;
893
- filter_by_name: string;
894
- no_project: string;
895
- no_namespace: string;
896
- view_detail: string;
897
- view_yaml: string;
898
- no_view_permissions: string;
899
- expired_license: string;
900
- license_error_hint: string;
901
- runtime_edition: string;
902
- license_unauthorized_hint: string;
903
- show_license: string;
904
- import_now: string;
905
- no_permission_license: string;
906
- no_permission_license_hint: string;
907
- resource_version_conflict: string;
908
- confirm_retry_with_latest_version: string;
909
- platform_center: string;
910
- maintenance_center: string;
911
- not_support: string;
912
- not_support_description: string;
913
- no_permission_description: string;
914
- inaccessible: string;
915
- not_deployed_description: string;
916
- help_doc: string;
917
- about_platform: string;
918
- close: string;
919
- platform_version: string;
920
- platform_related_open_source_component_info: string;
921
- just_now: string;
922
- zero_state_hint: string;
923
- data: string;
924
- message: string;
925
- notify_push: string;
926
- abnormal_message: string;
927
- system_message: string;
928
- product_message: string;
929
- platform_announcement: string;
930
- disable_push_tip: string;
931
- no_message: string;
932
- all_registries: string;
933
- last_login_time: string;
934
- hello: string;
935
- project_number: string;
936
- cluster_number: string;
937
- namespace_number: string;
938
- belonged_cluster: string;
939
- administrator: string;
940
- service_mesh: string;
941
- normal: string;
942
- abnormal: string;
943
- enabled: string;
944
- not_enabled: string;
945
- resource_not_found_title: string;
946
- resource_not_found_des_pre: string;
947
- clear_filter: string;
948
- all_clusters: string;
949
- no_project_tip: string;
950
- no_namespace_tip: string;
951
- no_cluster_tip: string;
952
- no_result: string;
953
- node_number: string;
954
- high_availability_cluster: string;
955
- loading_please_wait: string;
956
- no_product_and_contact_admin: string;
957
- manage_platform_description: string;
958
- manage_project_description: string;
959
- maintenance_center_description: string;
960
- no_open_source_components: string;
961
- platform_health_check: string;
962
- system_abnormal_description: string;
963
- legend: string;
964
- product_abnormal_title: string;
965
- no_indicator_selected: string;
966
- usage_rate: string;
967
- request_rate: string;
968
- limit_rate: string;
969
- core: string;
970
- unit_m: string;
971
- unit_core: string;
972
- unit_Mi: string;
973
- unit_Gi: string;
974
- unit_gb: string;
975
- unit_ge: string;
976
- unit_byte: string;
977
- days: string;
978
- lower_day: string;
979
- lower_days: string;
980
- hours: string;
981
- lower_hours: string;
982
- lower_hour: string;
983
- minutes: string;
984
- lower_minutes: string;
985
- lower_minute: string;
986
- seconds: string;
987
- lower_seconds: string;
988
- time_range: string;
989
- nearly_5_minute: string;
990
- nearly_10_minute: string;
991
- nearly_15_minute: string;
992
- nearly_30_minute: string;
993
- nearly_1_hour: string;
994
- nearly_3_hour: string;
995
- nearly_6_hour: string;
996
- nearly_12_hour: string;
997
- nearly_1_day: string;
998
- nearly_2_day: string;
999
- nearly_3_day: string;
1000
- nearly_5_day: string;
1001
- nearly_7_day: string;
1002
- nearly_14_day: string;
1003
- nearly_15_day: string;
1004
- nearly_30_day: string;
1005
- custom_time_range: string;
1006
- before_and_after_5_second: string;
1007
- before_and_after_10_second: string;
1008
- before_and_after_30_second: string;
1009
- before_and_after_1_minute: string;
1010
- next_trigger_time: string;
1011
- next_trigger_time_lower: string;
1012
- word_spacing: string;
1013
- i_know: string;
1014
- session_invalid_hint: string;
1015
- belonged_servicemesh: string;
1016
- all_meshes: string;
1017
- master: string;
1018
- unfold: string;
1019
- not_found_description: string;
1020
- network_abnormal_description: string;
1021
- disconnected_description: string;
1022
- license_abnormal_description: string;
1023
- failed_load_please: string;
1024
- click_hide: string;
1025
- click_show: string;
1026
- emergency: string;
1027
- critical_alarm: string;
1028
- high_alarm: string;
1029
- medium_alarm: string;
1030
- low_alarm: string;
1031
- suspicious: string;
1032
- notice: string;
1033
- required: string;
1034
- not_found_title: string;
1035
- system_abnormal_title: string;
1036
- no_auth: string;
1037
- no_alarm_title: string;
1038
- no_alarm_description: string;
1039
- advanced_config: string;
1040
- vm_image_source_registry: string;
1041
- vm_image_source_http: string;
1042
- vm_image_source_s3: string;
1043
- cpu_should_not_greater_than: string;
1044
- memory_should_not_greater_than: string;
1045
- required_item: string;
1046
- open_in_doc_center: string;
1047
- page_not_accessible: string;
1048
- feature_not_enabled: string;
1049
- back_to_product: string;
1050
- tooltip_copy_click_to_copy: string;
1051
- tooltip_copy_succeeded: string;
1052
- tooltip_copy_failed: string;
1053
- paginator_page_items: string;
1054
- pagination_goto: string;
1055
- pagination_page: string;
1056
- paginator_total_records: string;
1057
- field_required: string;
1058
- strong_password_hint_title: string;
1059
- strong_password_pattern_tip: string;
1060
- strong_password_pattern_tip_no_special_chars: string;
1061
- strong_password_conditions_length: string;
1062
- strong_password_conditions_english_char: string;
1063
- strong_password_conditions_number: string;
1064
- strong_password_conditions_special_char: string;
1065
- create_secret: string;
1066
- create_success: string;
1067
- invalid_pattern: string;
1068
- warning_max: string;
1069
- warning_max_length: string;
1070
- warning_min: string;
1071
- warning_min_length: string;
1072
- confirm_password: string;
1073
- confirm_password_not_match: string;
1074
- the_value_is_invalid: string;
1075
- colon: string;
1076
- semi: string;
1077
- strong_password_placeholder: string;
1078
- regexp_tip_strong_password: string;
1079
- period_symbol: string;
1080
- encoding: string;
1081
- decoding: string;
1082
- find: string;
1083
- find_next: string;
1084
- find_previous: string;
1085
- font_setting: string;
1086
- reconnect: string;
1087
- exec_connecting: string;
1088
- exec_disconnected_tip: string;
1089
- exec_command: string;
1090
- dhcp_placeholder: string;
1091
- unsupported_exec_command_warning: string;
1092
- total_num: string;
1093
- resource_usage_top5: string;
1094
- got_it: string;
1095
- try_now: string;
1096
- service_port: string;
1097
- container_port: string;
1098
- file_transfer: string;
1099
- upload_file: string;
1100
- download_file: string;
1101
- upload_path: string;
1102
- download_path: string;
1103
- no_remote_terminal_connected: string;
1104
- intercept_deactivate_title: string;
1105
- intercept_deactivate_content: string;
1106
- current_cluster_status_abnormal: string;
1107
- no_available_license_title: string;
1108
- maintenance_mode: string;
1109
- maintenance_mode_top_notice_msg: string;
1110
- platform_maintenance_announcement: string;
1111
- supper_InService: string;
1112
- supper_in_service_tip: string;
1113
- supper_OutOfService: string;
1114
- supper_Warning: string;
1115
- supper_ExpiringSoon_tip: string;
1116
- supper_NotExist_tip: string;
1117
- supper_MismatchProductVersion_tip: string;
1118
- supper_ExceedResourceLimit_tip: string;
1119
- supper_ExceedNodeLimit_tip: string;
1120
- supper_MismatchSubProducts_tip: string;
1121
- supper_Expired_tip: string;
1122
- supper_Pending_tip: string;
1123
- please_enter: string;
1124
- determine_uninstall: string;
1125
- determine_delete: string;
1126
- determine_quit: string;
1127
- determine_unmount: string;
1128
- determine_unbind: string;
1129
- please_enter_extra: string;
1130
- extra_determine_uninstall: string;
1131
- extra_determine_delete: string;
1132
- extra_determine_quit: string;
1133
- extra_determine_unmount: string;
1134
- extra_determine_unbind: string;
1135
- please_upgrade_current_cluster_component: string;
1136
- option_has_expired: string;
1137
- k8s_resource_label_key_required: string;
1138
- k8s_resource_label_key_duplicated: string;
1139
- k8s_resource_label_key_invalid: string;
1140
- k8s_resource_label_key_exceeding: string;
1141
- k8s_resource_label_value_invalid: string;
1142
- k8s_resource_label_value_exceeding: string;
1143
- ip_range_validate_hint: string;
1144
- learn_more: string;
1145
- template_feature_reach_tip: string;
1146
- no_taint: string;
1147
- no_label: string;
1148
- label_key_already_exists: string;
1149
- code_editor_preview_label: string;
1150
- cluster_need_upgrade_tip: string;
1151
- resource_requests: string;
1152
- request_cannot_more_than_limit: string;
1153
- "(": string;
1154
- ")": string;
1155
- ".": string;
1156
- ",": string;
1157
- ":": string;
1158
- zoom_out: string;
1159
- zoom_in: string;
1160
- panoramic_view: string;
1161
- isometric_view: string;
1162
- auto_update: string;
1163
- show_time: string;
1164
- find_label: string;
1165
- full_screen_label: string;
1166
- exit_full_screen_label: string;
1167
- all_projects_with_asterisk: string;
1168
- all_projects: string;
1169
- last_updated_time: string;
1170
- in_total: string;
1171
- logical_and: string;
1172
- logical_or: string;
1173
- detail_info: string;
1174
- value_duplication: string;
1175
- image_tag_input_placeholder: string;
1176
- regexp_tip_image_tag: string;
1177
- forbid_action: string;
1178
- enable_action: string;
1179
- integration_project_name: string;
1180
- update_description: string;
1181
- regexp_tip_integer_pattern: string;
1182
- dot: string;
1183
- forbid: string;
1184
- enable: string;
1185
- everyday: string;
1186
- and: string;
1187
- code_editor_clear: string;
1188
- code_editor_dark_theme: string;
1189
- code_editor_exit_fullscreen: string;
1190
- code_editor_export: string;
1191
- code_editor_find: string;
1192
- code_editor_copied: string;
1193
- code_editor_fold: string;
1194
- code_editor_format: string;
1195
- code_editor_fullscreen: string;
1196
- code_editor_import: string;
1197
- code_editor_light_theme: string;
1198
- code_editor_readonly: string;
1199
- code_editor_recover: string;
1200
- code_editor_show_diff: string;
1201
- code_editor_writable: string;
1202
- cron_trigger_period: string;
1203
- cron_trigger_fast_mode: string;
1204
- cron_trigger_custom_mode: string;
1205
- cron_trigger_template: string;
1206
- cron_trigger_template_1: string;
1207
- cron_trigger_template_2: string;
1208
- cron_trigger_template_3: string;
1209
- cron_trigger_template_4: string;
1210
- cron_trigger_template_5: string;
1211
- cron_next_trigger_time: string;
1212
- cron_next_trigger_time_cur_time: string;
1213
- cron_trigger_params_config_hint: string;
1214
- cron_trigger_format_error: string;
1215
- cron_format_hint_1: string;
1216
- cron_format_hint_2: string;
1217
- };
1218
- }>;
1219
6
  export declare const TRANSLATE_MODULE: readonly [typeof TranslatePipe, typeof TranslateDirective, typeof TranslateMatchDirective, typeof TranslateTextDirective];
1220
7
  /**
1221
8
  * @deprecated use `TranslatePipe` or `TRANSLATE_MODULE` except `.forRoot`
1222
9
  */
1223
10
  export declare class TranslateModule {
1224
- static forRoot<T extends string>(options?: TranslateOptions<T>): ModuleWithProviders<TranslateModule>;
1225
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TranslateModule, never>;
1226
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<TranslateModule, never, [typeof i1.TranslatePipe, typeof i2.TranslateDirective, typeof i2.TranslateMatchDirective, typeof i2.TranslateTextDirective], [typeof i1.TranslatePipe, typeof i2.TranslateDirective, typeof i2.TranslateMatchDirective, typeof i2.TranslateTextDirective]>;
1227
13
  static ɵinj: i0.ɵɵInjectorDeclaration<TranslateModule>;