@ovh-ux/manager-pci-common 0.11.1
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/CHANGELOG.md +459 -0
- package/README.md +6 -0
- package/dist/index.js +41234 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/api/data/api-schema.d.ts +14 -0
- package/dist/types/api/data/availability.d.ts +27 -0
- package/dist/types/api/data/availability.spec.d.ts +1 -0
- package/dist/types/api/data/catalog.d.ts +154 -0
- package/dist/types/api/data/catalog.spec.d.ts +1 -0
- package/dist/types/api/data/dbaas-logs.d.ts +62 -0
- package/dist/types/api/data/dbaas-logs.spec.d.ts +1 -0
- package/dist/types/api/data/flavors.d.ts +39 -0
- package/dist/types/api/data/flavors.spec.d.ts +1 -0
- package/dist/types/api/data/index.d.ts +9 -0
- package/dist/types/api/data/instance.d.ts +30 -0
- package/dist/types/api/data/instance.spec.d.ts +1 -0
- package/dist/types/api/data/logs.d.ts +43 -0
- package/dist/types/api/data/operation.d.ts +19 -0
- package/dist/types/api/data/project.d.ts +73 -0
- package/dist/types/api/data/project.spec.d.ts +1 -0
- package/dist/types/api/data/regions.d.ts +13 -0
- package/dist/types/api/data/regions.spec.d.ts +1 -0
- package/dist/types/api/hook/index.d.ts +10 -0
- package/dist/types/api/hook/useApiSchema.d.ts +1 -0
- package/dist/types/api/hook/useAvailability.d.ts +6 -0
- package/dist/types/api/hook/useAvailability.spec.d.ts +1 -0
- package/dist/types/api/hook/useCatalog.d.ts +5 -0
- package/dist/types/api/hook/useCatalog.spec.d.ts +1 -0
- package/dist/types/api/hook/useDbaasLogs.d.ts +177 -0
- package/dist/types/api/hook/useDbaasLogs.spec.d.ts +1 -0
- package/dist/types/api/hook/useFlavors.d.ts +190 -0
- package/dist/types/api/hook/useFlavors.spec.d.ts +1 -0
- package/dist/types/api/hook/useInstance.d.ts +6 -0
- package/dist/types/api/hook/useLogs.d.ts +124 -0
- package/dist/types/api/hook/useOperation.d.ts +5 -0
- package/dist/types/api/hook/useProject.d.ts +29 -0
- package/dist/types/api/hook/useProject.spec.d.ts +1 -0
- package/dist/types/api/hook/useRegions.d.ts +5 -0
- package/dist/types/components/Pricing.d.ts +8 -0
- package/dist/types/components/accordion/Accordion.component.d.ts +8 -0
- package/dist/types/components/banner/announcement-banner/PciAnnouncementBanner.d.ts +5 -0
- package/dist/types/components/banner/announcement-banner/PciAnnouncementBanner.spec.d.ts +1 -0
- package/dist/types/components/banner/announcement-banner/useAnnouncementBanner.hook.d.ts +5 -0
- package/dist/types/components/banner/discovery-banner/PciDiscoveryBanner.d.ts +7 -0
- package/dist/types/components/banner/discovery-banner/PciDiscoveryBanner.spec.d.ts +1 -0
- package/dist/types/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.d.ts +30 -0
- package/dist/types/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.spec.d.ts +0 -0
- package/dist/types/components/banner/index.d.ts +6 -0
- package/dist/types/components/banner/trusted-zone-banner/PciTrustedZoneBanner.d.ts +1 -0
- package/dist/types/components/banner/trusted-zone-banner/useTrustedZoneBanner.hook.d.ts +5 -0
- package/dist/types/components/flavor-selector/FlavorLocalzoneChip.d.ts +4 -0
- package/dist/types/components/flavor-selector/FlavorSelector.component.d.ts +9 -0
- package/dist/types/components/flavor-selector/FlavorTile.component.d.ts +32 -0
- package/dist/types/components/flavor-selector/index.d.ts +1 -0
- package/dist/types/components/logs/BlinkingCursor.component.d.ts +1 -0
- package/dist/types/components/logs/DbaasLogsAccountSelector.component.d.ts +6 -0
- package/dist/types/components/logs/LogHowTo.component.d.ts +4 -0
- package/dist/types/components/logs/LogProvider.component.d.ts +18 -0
- package/dist/types/components/logs/LogTileUnsubscribeAction.component.d.ts +7 -0
- package/dist/types/components/logs/LogTiles.component.d.ts +4 -0
- package/dist/types/components/logs/LogsView.component.d.ts +4 -0
- package/dist/types/components/logs/StreamRetention.component.d.ts +14 -0
- package/dist/types/components/logs/StreamSubscriptions.component.d.ts +7 -0
- package/dist/types/components/logs/StreamsList.component.d.ts +6 -0
- package/dist/types/components/logs/TailLogs.component.d.ts +5 -0
- package/dist/types/components/logs/index.d.ts +6 -0
- package/dist/types/components/logs/useStreamsListColumns.d.ts +10 -0
- package/dist/types/components/modal/PciModal.component.d.ts +14 -0
- package/dist/types/components/modal/PciModal.component.spec.d.ts +1 -0
- package/dist/types/components/modal/deletion-modal/DeletionModal.component.d.ts +6 -0
- package/dist/types/components/modal/deletion-modal/DeletionModal.component.spec.d.ts +1 -0
- package/dist/types/components/modal/index.d.ts +2 -0
- package/dist/types/components/quantity-selector/QuantitySelector.component.d.ts +12 -0
- package/dist/types/components/quantity-selector/QuantitySelector.component.spec.d.ts +1 -0
- package/dist/types/components/quantity-selector/index.d.ts +1 -0
- package/dist/types/components/region-selector/RegionGlobalzoneChip.component.d.ts +1 -0
- package/dist/types/components/region-selector/RegionGlobalzoneChip.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionList.component.d.ts +8 -0
- package/dist/types/components/region-selector/RegionList.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionLocalzoneChip.component.d.ts +1 -0
- package/dist/types/components/region-selector/RegionLocalzoneChip.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionSelector.component.d.ts +8 -0
- package/dist/types/components/region-selector/RegionSummary.component.d.ts +5 -0
- package/dist/types/components/region-selector/RegionSummary.component.spec.d.ts +1 -0
- package/dist/types/components/region-selector/RegionTile.d.ts +7 -0
- package/dist/types/components/region-selector/constants.d.ts +6 -0
- package/dist/types/components/region-selector/style.constants.d.ts +3 -0
- package/dist/types/components/region-selector/useRegionSelector.d.ts +178 -0
- package/dist/types/components/region-selector/useRegions.d.ts +20 -0
- package/dist/types/components/shape-input/ShapeInput.component.d.ts +69 -0
- package/dist/types/components/shape-input/constants.d.ts +1 -0
- package/dist/types/components/shape-input/default-components/default-shape.d.ts +7 -0
- package/dist/types/components/shape-input/default-components/group-label.d.ts +6 -0
- package/dist/types/components/shape-input/default-components/item-label.d.ts +5 -0
- package/dist/types/components/shape-input/default-components/stack-label.d.ts +6 -0
- package/dist/types/components/shape-input/default-components/stack-title.d.ts +3 -0
- package/dist/types/constants/index.d.ts +1 -0
- package/dist/types/constants/urls.d.ts +2 -0
- package/dist/types/hooks/bytes/useBytes.d.ts +3 -0
- package/dist/types/hooks/bytes/useBytes.spec.d.ts +1 -0
- package/dist/types/hooks/index.d.ts +3 -0
- package/dist/types/hooks/url/usePciUrl.d.ts +1 -0
- package/dist/types/hooks/usePricing.d.ts +25 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/translations/announcement-banner/Messages_de_DE.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_en_GB.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_es_ES.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_fr_CA.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_fr_FR.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_it_IT.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_pl_PL.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/Messages_pt_PT.json.d.ts +7 -0
- package/dist/types/translations/announcement-banner/index.d.ts +1 -0
- package/dist/types/translations/bytes/Messages_de_DE.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_en_GB.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_es_ES.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_fr_CA.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_fr_FR.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_it_IT.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_pl_PL.json.d.ts +22 -0
- package/dist/types/translations/bytes/Messages_pt_PT.json.d.ts +22 -0
- package/dist/types/translations/bytes/index.d.ts +1 -0
- package/dist/types/translations/catalog-price/Messages_de_DE.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_en_GB.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_es_ES.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_fr_CA.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_fr_FR.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_it_IT.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_pl_PL.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/Messages_pt_PT.json.d.ts +17 -0
- package/dist/types/translations/catalog-price/index.d.ts +1 -0
- package/dist/types/translations/common/Messages_de_DE.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_en_GB.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_es_ES.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_fr_CA.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_fr_FR.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_it_IT.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_pl_PL.json.d.ts +97 -0
- package/dist/types/translations/common/Messages_pt_PT.json.d.ts +97 -0
- package/dist/types/translations/common/index.d.ts +1 -0
- package/dist/types/translations/discovery-banner/Messages_de_DE.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_en_GB.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_es_ES.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_fr_CA.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_fr_FR.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_it_IT.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_pl_PL.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/Messages_pt_PT.json.d.ts +7 -0
- package/dist/types/translations/discovery-banner/index.d.ts +1 -0
- package/dist/types/translations/flavor-selector/Messages_de_DE.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_en_GB.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_es_ES.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_fr_CA.json.d.ts +36 -0
- package/dist/types/translations/flavor-selector/Messages_fr_FR.json.d.ts +36 -0
- package/dist/types/translations/flavor-selector/Messages_it_IT.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_pl_PL.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/Messages_pt_PT.json.d.ts +34 -0
- package/dist/types/translations/flavor-selector/index.d.ts +1 -0
- package/dist/types/translations/free-local-zones-banner/Messages_de_DE.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_en_GB.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_es_ES.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_fr_CA.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_fr_FR.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_it_IT.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_pl_PL.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/Messages_pt_PT.json.d.ts +8 -0
- package/dist/types/translations/free-local-zones-banner/index.d.ts +1 -0
- package/dist/types/translations/logs/Messages_de_DE.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_en_GB.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_es_ES.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_fr_CA.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_fr_FR.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_it_IT.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_pl_PL.json.d.ts +45 -0
- package/dist/types/translations/logs/Messages_pt_PT.json.d.ts +45 -0
- package/dist/types/translations/logs/index.d.ts +1 -0
- package/dist/types/translations/quantity-selector/Messages_de_DE.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_en_GB.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_es_ES.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_fr_CA.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_fr_FR.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_it_IT.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_pl_PL.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/Messages_pt_PT.json.d.ts +8 -0
- package/dist/types/translations/quantity-selector/index.d.ts +1 -0
- package/dist/types/translations/region-selector/Messages_de_DE.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_en_GB.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_es_ES.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_fr_CA.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_fr_FR.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_it_IT.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_pl_PL.json.d.ts +16 -0
- package/dist/types/translations/region-selector/Messages_pt_PT.json.d.ts +16 -0
- package/dist/types/translations/region-selector/index.d.ts +1 -0
- package/dist/types/translations/trusted-zone-banner/Messages_de_DE.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_en_GB.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_es_ES.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_fr_CA.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_fr_FR.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_it_IT.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_pl_PL.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/Messages_pt_PT.json.d.ts +6 -0
- package/dist/types/translations/trusted-zone-banner/index.d.ts +1 -0
- package/dist/types/wrapperRenders.d.ts +15 -0
- package/package.json +92 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"see_more_label": "En savoir plus",
|
|
3
|
+
"log_tile_section_title": "Comment utiliser vos logs",
|
|
4
|
+
"log_tile_subscriptions_title": "Utiliser vos logs",
|
|
5
|
+
"log_tile_title": "Flux",
|
|
6
|
+
"log_tile_empty_state_description": "En vous abonnant à ce flux, vous pouvez transférer vos logs directement dans Logs Data Platform d'OVHcloud qui vous permet de faire des recherches plus avancées, créer des alertes et des visualisations ou bien tout simplement les archiver.",
|
|
7
|
+
"log_tile_desc_create_account": "Pour activer ce transfert vous devez d’abord créer un compte Logs Data Platform et un premier flux de données.",
|
|
8
|
+
"log_tile_desc_create_stream": "Pour activer ce transfert vous devez d’abord créer un premier flux de données dans votre compte Logs Data Platform.",
|
|
9
|
+
"log_title_subscriptions_title": "Ces logs sont transférés dans Logs Data Platform",
|
|
10
|
+
"log_title_subscriptions_user": "Utilisateur",
|
|
11
|
+
"log_title_subscriptions_stream": "Flux de données",
|
|
12
|
+
"log_title_subscriptions_button_watch": "Observer sur Graylog",
|
|
13
|
+
"log_title_subscriptions_unsubscribe": "Se désabonner",
|
|
14
|
+
"log_tile_subscriptions_subscribe": "S'abonner sur un autre flux de données",
|
|
15
|
+
"log_data_platform_guide_link": "En savoir plus sur Logs Data Platform",
|
|
16
|
+
"log_button_create_account": "Créer un compte",
|
|
17
|
+
"log_button_create_stream": "Créer un flux de données",
|
|
18
|
+
"log_button_transfer_stream": "S'abonner",
|
|
19
|
+
"logs_info_link": "En savoir plus",
|
|
20
|
+
"logs_list_title": "Flux de données",
|
|
21
|
+
"logs_list_add_data_stream_button": "Ajouter un flux de données",
|
|
22
|
+
"logs_list_subscription_success": "Votre abonnement a été crée avec succès",
|
|
23
|
+
"logs_list_unsubscription_success": "Votre désabonnement a été supprimé avec succès",
|
|
24
|
+
"list_column_account": "Compte LDP",
|
|
25
|
+
"list_column_stream_name": "Flux de données",
|
|
26
|
+
"list_column_stream_description": "Description",
|
|
27
|
+
"list_column_stream_indexation": "Indexation",
|
|
28
|
+
"list_column_stream_retention": "Rétention",
|
|
29
|
+
"list_column_stream_subscription": "Abonnements",
|
|
30
|
+
"list_empty": "Aucun flux de données correspondant",
|
|
31
|
+
"list_indexation_status_true": "Actif",
|
|
32
|
+
"list_indexation_status_false": "En pause",
|
|
33
|
+
"list_button_subscribe": "S'abonner",
|
|
34
|
+
"list_button_unsubscribe": "Se désabonner",
|
|
35
|
+
"streams_45_days": "45 jours",
|
|
36
|
+
"streams_disk_full": "Espace disque insuffisant",
|
|
37
|
+
"error_message": "Une erreur est survenue : {{message}}",
|
|
38
|
+
"clear_session": "Effacer la session",
|
|
39
|
+
"search_placeholder": "Mettre en valeur un élément",
|
|
40
|
+
"list_no_logs": "En attente de logs...",
|
|
41
|
+
"error_get_url": "Une erreur est survenue lors de la récupération des logs"
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"see_more_label": "En savoir plus",
|
|
3
|
+
"log_tile_section_title": "Comment utiliser vos logs",
|
|
4
|
+
"log_tile_subscriptions_title": "Utiliser vos logs",
|
|
5
|
+
"log_tile_title": "Flux",
|
|
6
|
+
"log_tile_empty_state_description": "En vous abonnant à ce flux, vous pouvez transférer vos logs directement dans Logs Data Platform d'OVHcloud qui vous permet de faire des recherches plus avancées, créer des alertes et des visualisations ou bien tout simplement les archiver.",
|
|
7
|
+
"log_tile_desc_create_account": "Pour activer ce transfert vous devez d’abord créer un compte Logs Data Platform et un premier flux de données.",
|
|
8
|
+
"log_tile_desc_create_stream": "Pour activer ce transfert vous devez d’abord créer un premier flux de données dans votre compte Logs Data Platform.",
|
|
9
|
+
"log_title_subscriptions_title": "Ces logs sont transférés dans Logs Data Platform",
|
|
10
|
+
"log_title_subscriptions_user": "Utilisateur",
|
|
11
|
+
"log_title_subscriptions_stream": "Flux de données",
|
|
12
|
+
"log_title_subscriptions_button_watch": "Observer sur Graylog",
|
|
13
|
+
"log_title_subscriptions_unsubscribe": "Se désabonner",
|
|
14
|
+
"log_tile_subscriptions_subscribe": "S'abonner sur un autre flux de données",
|
|
15
|
+
"log_data_platform_guide_link": "En savoir plus sur Logs Data Platform",
|
|
16
|
+
"log_button_create_account": "Créer un compte",
|
|
17
|
+
"log_button_create_stream": "Créer un flux de données",
|
|
18
|
+
"log_button_transfer_stream": "S'abonner",
|
|
19
|
+
"logs_info_link": "En savoir plus",
|
|
20
|
+
"logs_list_title": "Flux de données",
|
|
21
|
+
"logs_list_add_data_stream_button": "Ajouter un flux de données",
|
|
22
|
+
"logs_list_subscription_success": "Votre abonnement a été crée avec succès",
|
|
23
|
+
"logs_list_unsubscription_success": "Votre désabonnement a été supprimé avec succès",
|
|
24
|
+
"list_column_account": "Compte LDP",
|
|
25
|
+
"list_column_stream_name": "Flux de données",
|
|
26
|
+
"list_column_stream_description": "Description",
|
|
27
|
+
"list_column_stream_indexation": "Indexation",
|
|
28
|
+
"list_column_stream_retention": "Rétention",
|
|
29
|
+
"list_column_stream_subscription": "Abonnements",
|
|
30
|
+
"list_empty": "Aucun flux de données correspondant",
|
|
31
|
+
"list_indexation_status_true": "Actif",
|
|
32
|
+
"list_indexation_status_false": "En pause",
|
|
33
|
+
"list_button_subscribe": "S'abonner",
|
|
34
|
+
"list_button_unsubscribe": "Se désabonner",
|
|
35
|
+
"streams_45_days": "45 jours",
|
|
36
|
+
"streams_disk_full": "Espace disque insuffisant",
|
|
37
|
+
"error_message": "Une erreur est survenue : {{message}}",
|
|
38
|
+
"clear_session": "Effacer la session",
|
|
39
|
+
"search_placeholder": "Mettre en valeur un élément",
|
|
40
|
+
"list_no_logs": "En attente de logs...",
|
|
41
|
+
"error_get_url": "Une erreur est survenue lors de la récupération des logs"
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"see_more_label": "Scopri di più",
|
|
3
|
+
"log_tile_section_title": "Come utilizzare i log",
|
|
4
|
+
"log_tile_subscriptions_title": "Utilizzare i log",
|
|
5
|
+
"log_tile_title": "Flusso",
|
|
6
|
+
"log_tile_desc_create_account": "Per attivare questo trasferimento è prima necessario creare un account Logs Data Platform e un primo flusso di dati.",
|
|
7
|
+
"log_tile_desc_create_stream": "Per attivare questo trasferimento è prima necessario creare un primo flusso di dati nel tuo account Logs Data Platform.",
|
|
8
|
+
"log_title_subscriptions_title": "Questi log sono trasferiti in Logs Data Platform",
|
|
9
|
+
"log_title_subscriptions_user": "Utente",
|
|
10
|
+
"log_title_subscriptions_stream": "Flussi di dati",
|
|
11
|
+
"log_title_subscriptions_button_watch": "Osservare su Graylog",
|
|
12
|
+
"log_title_subscriptions_unsubscribe": "Disattivare l'abbonamento",
|
|
13
|
+
"log_tile_subscriptions_subscribe": "Abbonati a un altro flusso di dati",
|
|
14
|
+
"log_data_platform_guide_link": "Saperne di più su Logs Data Platform",
|
|
15
|
+
"log_button_create_account": "Crea un account",
|
|
16
|
+
"log_button_create_stream": "Creare un flusso di dati",
|
|
17
|
+
"log_button_transfer_stream": "Abbonati",
|
|
18
|
+
"logs_info_link": "Scopri di più",
|
|
19
|
+
"logs_list_add_data_stream_button": "Aggiungere un flusso di dati",
|
|
20
|
+
"logs_list_subscription_success": "Il tuo abbonamento è stato creato correttamente",
|
|
21
|
+
"logs_list_unsubscription_success": "Il tuo abbonamento è stato cancellato correttamente",
|
|
22
|
+
"list_column_account": "Account LDP",
|
|
23
|
+
"list_column_stream_name": "Flussi di dati",
|
|
24
|
+
"list_column_stream_description": "Descrizione",
|
|
25
|
+
"list_column_stream_indexation": "Indicizzazione",
|
|
26
|
+
"list_column_stream_retention": "Retention",
|
|
27
|
+
"list_column_stream_subscription": "Abbonamenti",
|
|
28
|
+
"list_empty": "Nessun flusso di dati corrispondente",
|
|
29
|
+
"list_indexation_status_true": "Attivo",
|
|
30
|
+
"list_indexation_status_false": "In pausa",
|
|
31
|
+
"list_button_subscribe": "Abbonati",
|
|
32
|
+
"list_button_unsubscribe": "Disattivare l'abbonamento",
|
|
33
|
+
"streams_45_days": "45 giorni",
|
|
34
|
+
"streams_disk_full": "Spazio disco insufficiente",
|
|
35
|
+
"error_message": "Si è verificato un errore: {{message}}",
|
|
36
|
+
"log_tile_empty_state_description": "Abbonandoti a questo flusso, puoi trasferire i tuoi log direttamente nel servizio Logs Data Platform di OVHcloud, che permette di effettuare ricerche più avanzate, creare alert e grafici, oppure semplicemente archiviarli.",
|
|
37
|
+
"logs_list_title": "Flussi di dati",
|
|
38
|
+
"clear_session": "Cancellare la sessione",
|
|
39
|
+
"search_placeholder": "Evidenziare un elemento",
|
|
40
|
+
"list_no_logs": "In attesa dei log...",
|
|
41
|
+
"error_get_url": "Si è verificato un errore durante il recupero dei log"
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"see_more_label": "Dowiedz się więcej",
|
|
3
|
+
"log_tile_section_title": "Jak korzystać z logów",
|
|
4
|
+
"log_tile_subscriptions_title": "Korzystaj z logów",
|
|
5
|
+
"log_tile_title": "Strumień",
|
|
6
|
+
"log_tile_desc_create_account": "Aby włączyć ten transfer, najpierw utwórz konto Logs Data Platform i pierwszy strumień danych.",
|
|
7
|
+
"log_tile_desc_create_stream": "Aby włączyć ten transfer, najpierw utwórz pierwszy strumień danych na koncie Logs Data Platform.",
|
|
8
|
+
"log_title_subscriptions_title": "Logi te są przesyłane do Logs Data Platform",
|
|
9
|
+
"log_title_subscriptions_user": "Użytkownik",
|
|
10
|
+
"log_title_subscriptions_stream": "Strumień danych",
|
|
11
|
+
"log_title_subscriptions_button_watch": "Obserwuj w Graylog",
|
|
12
|
+
"log_title_subscriptions_unsubscribe": "Rezygnacja z subskrypcji",
|
|
13
|
+
"log_tile_subscriptions_subscribe": "Subskrybuj inny strumień danych",
|
|
14
|
+
"log_data_platform_guide_link": "Więcej informacji o Logs Data Platform",
|
|
15
|
+
"log_button_create_account": "Załóż konto",
|
|
16
|
+
"log_button_create_stream": "Utwórz strumień danych",
|
|
17
|
+
"log_button_transfer_stream": "Subskrybuj",
|
|
18
|
+
"logs_info_link": "Dowiedz się więcej",
|
|
19
|
+
"logs_list_add_data_stream_button": "Dodaj strumień danych",
|
|
20
|
+
"logs_list_subscription_success": "Subskrypcja została utworzona",
|
|
21
|
+
"logs_list_unsubscription_success": "Rezygnacja została usunięta",
|
|
22
|
+
"list_column_account": "Konto LDP",
|
|
23
|
+
"list_column_stream_name": "Strumień danych",
|
|
24
|
+
"list_column_stream_description": "Opis",
|
|
25
|
+
"list_column_stream_indexation": "Indeksacja",
|
|
26
|
+
"list_column_stream_retention": "Retencja",
|
|
27
|
+
"list_column_stream_subscription": "Subskrypcje",
|
|
28
|
+
"list_empty": "Brak pasujących strumieni danych",
|
|
29
|
+
"list_indexation_status_true": "Aktywny",
|
|
30
|
+
"list_indexation_status_false": "Zatrzymana",
|
|
31
|
+
"list_button_subscribe": "Subskrybuj",
|
|
32
|
+
"list_button_unsubscribe": "Rezygnacja z subskrypcji",
|
|
33
|
+
"streams_45_days": "45 dni",
|
|
34
|
+
"streams_disk_full": "Niewystarczająca przestrzeń dyskowa",
|
|
35
|
+
"error_message": "Wystąpił błąd: {{message}}",
|
|
36
|
+
"log_tile_empty_state_description": "Subskrybując ten strumień, możesz przenieść logi bezpośrednio do Logs Data Platform, co pozwoli na bardziej zaawansowane wyszukiwanie, tworzenie alertów i wizualizacji lub po prostu ich archiwizację.",
|
|
37
|
+
"logs_list_title": "Strumień danych",
|
|
38
|
+
"clear_session": "Wyczyść sesję",
|
|
39
|
+
"search_placeholder": "Wyróżnij element",
|
|
40
|
+
"list_no_logs": "Oczekiwanie na logi...",
|
|
41
|
+
"error_get_url": "Wystąpił błąd podczas pobierania logów"
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"see_more_label": "Saber mais",
|
|
3
|
+
"log_tile_section_title": "Como utilizar os seus logs",
|
|
4
|
+
"log_tile_subscriptions_title": "Utilizar os seus logs",
|
|
5
|
+
"log_tile_title": "Fluxo",
|
|
6
|
+
"log_tile_desc_create_account": "Para ativar esta transferência, deve começar por criar uma conta Logs Data Platform e um primeiro fluxo de dados.",
|
|
7
|
+
"log_tile_desc_create_stream": "Para ativar esta transferência, deve começar por criar um primeiro fluxo de dados na sua conta Logs Data Platform.",
|
|
8
|
+
"log_title_subscriptions_title": "Estes logs são transferidos para o Logs Data Platform",
|
|
9
|
+
"log_title_subscriptions_user": "Utilizador",
|
|
10
|
+
"log_title_subscriptions_stream": "Fluxo de dados",
|
|
11
|
+
"log_title_subscriptions_button_watch": "Observar no Graylog",
|
|
12
|
+
"log_title_subscriptions_unsubscribe": "Cancelar a subscrição",
|
|
13
|
+
"log_tile_subscriptions_subscribe": "Subscrever com outro fluxo de dados",
|
|
14
|
+
"log_data_platform_guide_link": "Saber mais sobre o Logs Data Platform",
|
|
15
|
+
"log_button_create_account": "Criar uma conta",
|
|
16
|
+
"log_button_create_stream": "Criar um fluxo de dados",
|
|
17
|
+
"log_button_transfer_stream": "Subscrever",
|
|
18
|
+
"logs_info_link": "Saber mais",
|
|
19
|
+
"logs_list_add_data_stream_button": "Adicionar um fluxo de dados",
|
|
20
|
+
"logs_list_subscription_success": "A sua subscrição foi criada com sucesso",
|
|
21
|
+
"logs_list_unsubscription_success": "A sua anulação da subscrição foi eliminada com sucesso",
|
|
22
|
+
"list_column_account": "Conta LDP",
|
|
23
|
+
"list_column_stream_name": "Fluxo de dados",
|
|
24
|
+
"list_column_stream_description": "Descrição",
|
|
25
|
+
"list_column_stream_indexation": "Indexação",
|
|
26
|
+
"list_column_stream_retention": "Retenção",
|
|
27
|
+
"list_column_stream_subscription": "Assinaturas",
|
|
28
|
+
"list_empty": "Nenhum fluxo de dados correspondente",
|
|
29
|
+
"list_indexation_status_true": "Ativo",
|
|
30
|
+
"list_indexation_status_false": "Em pausa",
|
|
31
|
+
"list_button_subscribe": "Subscrever",
|
|
32
|
+
"list_button_unsubscribe": "Cancelar a subscrição",
|
|
33
|
+
"streams_45_days": "45 dias",
|
|
34
|
+
"streams_disk_full": "Espaço em disco insuficiente",
|
|
35
|
+
"error_message": "Ocorreu um erro: {{ message }}",
|
|
36
|
+
"log_tile_empty_state_description": "Ao subscrever este fluxo, pode transferir os seus logs diretamente para o Logs Data Platform da OVHcloud, o que lhe permite realizar pesquisas mais avançadas, criar alertas e visualizações ou simplesmente arquivá-los.",
|
|
37
|
+
"logs_list_title": "Fluxo de dados",
|
|
38
|
+
"clear_session": "Apagar sessão",
|
|
39
|
+
"search_placeholder": "Salientar um elemento",
|
|
40
|
+
"list_no_logs": "A aguardar logs...",
|
|
41
|
+
"error_get_url": "Ocorreu um erro ao recuperar os logs"
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Bitte geben Sie einen gültigen numerischen Wert ein.",
|
|
3
|
+
"common_field_error_min": "Bitte geben Sie einen Wert größer oder gleich {{min}} ein.",
|
|
4
|
+
"common_field_error_max": "Bitte geben Sie einen Wert kleiner oder gleich {{max}} ein."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Please enter a valid numerical value.",
|
|
3
|
+
"common_field_error_min": "Please enter a value greater than or equal to {{min}}.",
|
|
4
|
+
"common_field_error_max": "Please enter a value less than or equal to {{max}}."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Introduzca un valor numérico válido.",
|
|
3
|
+
"common_field_error_min": "Introduzca un valor superior o igual a {{min}}.",
|
|
4
|
+
"common_field_error_max": "Introduzca un valor inferior o igual a {{max}}."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Veuillez saisir une valeur numérique valide.",
|
|
3
|
+
"common_field_error_min": "Veuillez saisir une valeur plus grande ou égale à {{min}}.",
|
|
4
|
+
"common_field_error_max": "Veuillez saisir une valeur plus petite ou égale à {{max}}."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Veuillez saisir une valeur numérique valide.",
|
|
3
|
+
"common_field_error_min": "Veuillez saisir une valeur plus grande ou égale à {{min}}.",
|
|
4
|
+
"common_field_error_max": "Veuillez saisir une valeur plus petite ou égale à {{max}}."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Inserisci un valore numerico valido",
|
|
3
|
+
"common_field_error_min": "Inserisci un valore maggiore o uguale a {{min}}",
|
|
4
|
+
"common_field_error_max": "Inserisci un valore inferiore o uguale a {{max}}"
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Wprowadź poprawną wartość liczbową.",
|
|
3
|
+
"common_field_error_min": "Wprowadź wartość większą lub równą {{min}}.",
|
|
4
|
+
"common_field_error_max": "Wprowadź wartość mniejszą lub równą {{max}}."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common_field_error_number": "Introduza um valor numérico válido.",
|
|
3
|
+
"common_field_error_min": "Introduza um valor superior ou igual a {{min}}.",
|
|
4
|
+
"common_field_error_max": "Introduza um valor inferior ou igual a {{max}}."
|
|
5
|
+
}
|
|
6
|
+
;
|
|
7
|
+
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Alle Standorte",
|
|
3
|
+
"pci_project_regions_list_empty": "Kein Standort verfügbar",
|
|
4
|
+
"pci_project_regions_list_add": "Bitte aktivieren Sie die letzten Standorte jeder Zone im Bereich <a href=\"{{url}}\" class=\"oui-link\">Standorte</a>.",
|
|
5
|
+
"pci_project_regions_list_region": "Standort",
|
|
6
|
+
"pci_project_regions_list_quota": "Mein Quota erhöhen",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Kompatibel mit",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Regionen",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Local Zones sind eine neue Art der Lokalisierung, die einen Teil unseres Public-Cloud-Produktportfolios unterstützt. In den nächsten Jahren werden wir die Gesamtzahl der Local Zones weltweit schrittweise erhöhen.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Die Regionen stützen sich auf ein oder mehrere Rechenzentren, die von OVHcloud verwaltet werden. Jede Region bietet eine oder mehrere Availability Zones mit dem vollständigen OVHcloud Dienstportfolio.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "Mehr erfahren"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "All locations",
|
|
3
|
+
"pci_project_regions_list_empty": "No locations are available",
|
|
4
|
+
"pci_project_regions_list_add": "Please activate the latest locations in each zone in the <a href=\"{{url}}\" class=\"oui-link\">Locations</a> section",
|
|
5
|
+
"pci_project_regions_list_region": "Location",
|
|
6
|
+
"pci_project_regions_list_quota": "Increase your quota",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Compatible with",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Regions",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Local Zones are a new type of location, which support part of our Public Cloud product portfolio. We will gradually deploy more Local Zones around the world over the next few years.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Regions are supported by one or more datacentres managed by OVHcloud. There are one or more Availability Zones in each Region, with a comprehensive portfolio of OVHcloud services.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "Find out more"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Todas las localizaciones",
|
|
3
|
+
"pci_project_regions_list_empty": "No hay localizaciones disponibles.",
|
|
4
|
+
"pci_project_regions_list_add": "Por favor, active las últimas localizaciones de cada zona en la sección <a href=\"{{url}}\" class=\"oui-link\">Localizaciones</a>.",
|
|
5
|
+
"pci_project_regions_list_region": "Localización",
|
|
6
|
+
"pci_project_regions_list_quota": "Aumentar los límites de mi cuota",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Compatible con",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Regiones",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Las Local Zones (zonas locales) son un nuevo tipo de localización en la que OVHcloud ofrece determinados servicios de su catálogo de productos Public Cloud. OVHcloud tiene previsto ampliar progresivamente el número de Local Zones disponibles en todo el mundo en los próximos años.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Las regiones incluyen uno o varios datacenters gestionados por OVHcloud. Cada región ofrece una o varias Availability Zones (zonas de disponibilidad) con todo el catálogo de servicios de OVHcloud.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "Más información"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Toutes les localisations",
|
|
3
|
+
"pci_project_regions_list_empty": "Aucune localisation n'est disponible",
|
|
4
|
+
"pci_project_regions_list_add": "Nous vous invitons à activer les dernières localisations de chaque zone dans la partie <a href=\"{{url}}\" class=\"oui-link\">Localisations</a>",
|
|
5
|
+
"pci_project_regions_list_region": "Localisation",
|
|
6
|
+
"pci_project_regions_list_quota": "Augmenter mon quota",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Compatible avec",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Régions",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Les Local Zones sont un nouveau type de localisation, qui prennent en charge une partie de notre portefeuille de produits Public Cloud. Nous allons progressivement augmenter le nombre total de Local Zones dans le monde au cours des prochaines années.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Les Régions sont supportées par un ou plusieurs datacenters gérés par OVHCloud. Chaque région fournit une ou plusieurs Availability Zone avec le portefeuille complet de services OVHCloud.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "En savoir plus"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Toutes les localisations",
|
|
3
|
+
"pci_project_regions_list_empty": "Aucune localisation n'est disponible",
|
|
4
|
+
"pci_project_regions_list_add": "Nous vous invitons à activer les dernières localisations de chaque zone dans la partie <a href=\"{{url}}\" class=\"oui-link\">Localisations</a>",
|
|
5
|
+
"pci_project_regions_list_region": "Localisation",
|
|
6
|
+
"pci_project_regions_list_quota": "Augmenter mon quota",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Compatible avec",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Régions",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Les Local Zones sont un nouveau type de localisation, qui prennent en charge une partie de notre portefeuille de produits Public Cloud. Nous allons progressivement augmenter le nombre total de Local Zones dans le monde au cours des prochaines années.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Les Régions sont supportées par un ou plusieurs datacenters gérés par OVHCloud. Chaque région fournit une ou plusieurs Availability Zone avec le portefeuille complet de services OVHCloud.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "En savoir plus"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Tutte le Region",
|
|
3
|
+
"pci_project_regions_list_empty": "Nessuna Region disponibile",
|
|
4
|
+
"pci_project_regions_list_add": "Per attivare le ultime localizzazioni disponibili in ogni zona, accedi alla sezione <a href=\"{{url}}\" class=\"oui-link\">Localizzazioni</a>",
|
|
5
|
+
"pci_project_regions_list_region": "Localizzazione",
|
|
6
|
+
"pci_project_regions_list_quota": "Aumenta la tua quota",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Compatibile con",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zone",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Region",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Le Local Zone sono un nuovo tipo di localizzazione che supporta una parte del nostro catalogo di prodotti Public Cloud. Prevediamo di aumentare gradualmente il numero di Local Zone disponibili nel mondo nei prossimi anni.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Le Region sono supportate da uno o più datacenter gestiti da OVHcloud. Ogni Region fornisce una o più Availability Zone con il catalogo completo di servizi OVHcloud.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "Scopri di più"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Wszystkie lokalizacje",
|
|
3
|
+
"pci_project_regions_list_empty": "Żadna z lokalizacji nie jest dostępna",
|
|
4
|
+
"pci_project_regions_list_add": "Włącz najnowsze lokalizacje każdej strefy w sekcji <a href=\"{{url}}\" class=\"oui-link\">Lokalizacje</a>",
|
|
5
|
+
"pci_project_regions_list_region": "Lokalizacja",
|
|
6
|
+
"pci_project_regions_list_quota": "Zwiększ limit",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Kompatybilny z",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Regiony",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "Local Zones to nowy rodzaj lokalizacji, obsługujących część naszego portfolio produktów Public Cloud. W ciągu najbliższych kilku lat będziemy stopniowo zwiększać liczbę Local Zones na świecie.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "Regiony są obsługiwane przez jedno lub kilka centrów danych zarządzanych przez OVHCloud. Każdy region obejmuje jedną lub kilka Availability Zones, wraz z pełnym portfolio usług OVHCloud.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "Dowiedz się więcej"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"pci_project_regions_list_continent_all": "Todas as localizações",
|
|
3
|
+
"pci_project_regions_list_empty": "Nenhuma localização disponível",
|
|
4
|
+
"pci_project_regions_list_add": "Pode ativar as últimas localizações de cada zona na secção <a href=\"{{url}}\" class=\"oui-link\">Localizações</a>",
|
|
5
|
+
"pci_project_regions_list_region": "Localização",
|
|
6
|
+
"pci_project_regions_list_quota": "Aumentar o meu limite",
|
|
7
|
+
"pci_project_flavors_zone_compatible": "Compatível com",
|
|
8
|
+
"pci_project_flavors_zone_localzone": "Local Zones",
|
|
9
|
+
"pci_project_flavors_zone_global_region": "Regiões",
|
|
10
|
+
"pci_project_flavors_zone_localzone_tooltip": "As Local Zones (zonas locais) são um novo tipo de localização, que suporta parte da nossa carteira de produtos Public Cloud. A OVHcloud prevê aumentar gradualmente o número total de Local Zones em todo o mundo nos próximos anos.",
|
|
11
|
+
"pci_project_flavors_zone_globalregions_tooltip": "As Regiões são suportadas por um ou vários datacenters geridos pela OVHcloud. Cada região fornece uma ou várias Availability Zones com o portefólio completo de serviços da OVHcloud.",
|
|
12
|
+
"pci_project_flavors_zone_tooltip_link": "Saber mais"
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const shellContext: {
|
|
2
|
+
environment: {
|
|
3
|
+
getUser: () => {
|
|
4
|
+
ovhSubsidiary: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
shell: {
|
|
8
|
+
navigation: {
|
|
9
|
+
getURL: import("vitest").Mock<(...args: any[]) => any>;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export declare const wrapper: ({ children }: {
|
|
14
|
+
children: any;
|
|
15
|
+
}) => import("react/jsx-runtime").JSX.Element;
|