UNPKG

@ovh-ux/manager-log-to-customer

Version:

Module to handle logs to customer

15 lines (12 loc) 2.37 kB
function ___$insertStyle(css) { if (!css || typeof window === 'undefined') { return; } const style = document.createElement('style'); style.setAttribute('type', 'text/css'); style.innerHTML = css; document.head.appendChild(style); return css; } var Messages_en_GB = {log_tile_section_title:"How to use your logs",log_tile_subscriptions_title:"Use your logs",log_tile_title:"Streams",log_tile_desc_create_account:"To activate the transfer, start by creating an account on Logs Data Platform and setting up a data stream.",log_tile_desc_create_stream:"To activate this transfer, start by creating a data stream in your Logs Data Platform account.",log_title_subscriptions_title:"These logs have been transferred to the Logs Data Platform",log_title_subscriptions_user:"User",log_title_subscriptions_stream:"Data stream",log_title_subscriptions_button_watch:"Watch on Graylog",log_title_subscriptions_unsubscribe:"Unsubscribe",log_tile_subscriptions_subscribe:"Subscribe to another data stream",log_data_platform_guide_link:"Find out more about Logs Data Platform",log_button_create_account:"Create an account",log_button_create_stream:"Create a data stream",log_button_transfer_stream:"Subscribe",logs_info_link:"Find out more",logs_list_add_data_stream_button:"Add data stream",logs_list_subscription_success:"Your subscription is now active",logs_list_unsubscription_success:"Your subscription has been successfully cancelled.",list_column_account:"LDP account",list_column_stream_name:"Data stream",list_column_stream_description:"Description",list_column_stream_indexation:"Indexation",list_column_stream_retention:"Retention",list_column_stream_subscription:"Subscriptions",list_empty:"No matching data streams",list_indexation_status_true:"Active",list_indexation_status_false:"Paused",list_button_subscribe:"Subscribe",list_button_unsubscribe:"Unsubscribe",streams_45_days:"45 days",streams_disk_full:"Insufficient disk space",error_message:"An error has occurred: {{message}}",log_tile_empty_state_description:"Subscribing to this stream allows you to upload your logs directly to OVHcloud’s Logs Data Platform, which allows you to perform advanced searches, create alerts and visualisations, or simply archive them.",logs_list_title:"Data stream",logs_select_kind:"Select a log type"}; export { Messages_en_GB as default };