Hacked By AnonymousFox
{
"Enable": "Enable",
"Do not enable": "Do not enable",
"Collected requests": "Collected requests",
"Period": "Period",
"# of requests": "# of requests",
"Duration": "Duration",
"Average duration": "Average duration",
"Total": "Total",
"Pending": "Pending",
"Throttled": "Throttled",
"Slow": "Slow",
"Normal": "Normal",
"Search for URL": "Search for URL",
"Requests": "Requests",
"Request": "Request",
"issue": "issue",
"issues": "issues",
"completed": "completed",
"running": "running",
"hold": "hold",
"stopped": "stopped",
"expired": "expired",
"More details": "More details",
"System administrator": "System administrator",
"Automatically": "Automatically",
"Recorded sessions": "Recorded sessions",
"URL": "URL",
"Refresh": "Refresh",
"Client IP": "Client IP",
"Expires in": "Expires in",
"Start time": "Start time",
"All": "All",
"Manually": "Manually",
"Auto refresh": "Auto refresh",
"Show all requests": "Show all requests",
"External requests": "External requests",
"Software type": "Software type",
"Software module": "Software module",
"Other system functions": "Other system functions",
"Search for domain": "Search for domain",
"Query": "Query",
"File": "File",
"Calls": "Calls",
"Error": "Error",
"Top": "Top",
"Domain": "Domain",
"Status": "Status",
"Created": "Created",
"Created by": "Created by",
"Create continuous tracing": "Create continuous tracing",
"Tracing tasks": "Tracing tasks",
"Autotracing tasks": "Autotracing tasks",
"Continuous tracing": "Continuous tracing",
"Settings": "Settings",
"Start tracing": "Start tracing",
"Email for reports": "Email for reports",
"Actions": "Actions",
"Function": "Function",
"Issue name": "Issue name",
"Client's IP": "Client's IP",
"Type": "Type",
"Q-ty": "Q-ty",
"Days": "Days",
"Hours": "Hours",
"Minutes": "Minutes",
"Tasks type": "Tasks type",
"Record for": "Record for",
"Time period": "Time period",
"Specify mask": "Specify mask",
"Cancel": "Cancel",
"Run": "Run",
"Download as PDF": "Download as PDF",
"Formatting Help": "Formatting Help",
"Tracing status": "Tracing status",
"Autotracing disabled": "Autotracing disabled",
"NO TASKS FOUND": "NO TASKS FOUND",
"Choose domain": "Choose domain",
"Advanced settings": "Advanced settings",
"how_to_use_special_characters": "How to use special characters?",
"enter_valid_url": "Please enter a valid URL.",
"enter_the_valid_ip": "Please enter a valid IP address.",
"enter_the_valid_domain": "Please enter a valid domain.",
"enter_the_valid_email": "Please enter a valid email.",
"select_user_domain": "Please select user domain.",
"specify_the_url_mask": "Please specify mask.",
"requests_quantity_value_range": "Quantity value range should be 1-100.",
"the_days_value_range": "The Days value should not be more than 2.",
"the_hours_value_range": "The Hours value range should be 0-23.",
"the_minutes_value_range": "The Minutes value range should be 0-59.",
"invalid_time_period_range": "Time period should be at least 1 minute, the maximum should not be more than 2 days.",
"highlighted_due_total_duration": "Highlighted because the total duration is >= 1sec.",
"no_slow_requests": "There are no slow requests detected!",
"requests_processed_see_them": "There were processed {totalRequests} requests, which are not shown here. To see them you can click the button below.",
"no_collected_requests": "NO COLLECTED REQUESTS FOUND",
"no_collected_requests_for_period": "NO COLLECTED REQUESTS FOUND FOR SELECTED PERIOD",
"if_cannot_see_data_message_while_making_requests": "If you are making requests and can't see anything here, please make sure you have disabled caching plugins for the website.",
"highlighted_reason_external_request_duration": "Highlighted because the external request duration >=10% of total duration for external requests.",
"highlighted_reason_module_duration": "Highlighted because the module duration >=20% of total duration for modules.",
"highlighted_reason_sql_query_duration": "Highlighted because the SQL query duration is >= 0.3sec.",
"highlighted_reason_system_function_duration": "Highlighted because the system function duration >=10% of total duration for system functions.",
"top_soft_by_execution_time": "Top software modules/plugins by execution time",
"top_soft_by_database_time": "Top database queries by execution time",
"continuous_tracing_info": "Continuous tracing - the recurring job which will create tracing tasks daily for the selected domain and send the report at the end of the day to the specified email.",
"task_kept_time": "The task is kept on the server within 30 days from the creation date and will be deleted after that time. Your task is available before the expiration time specified here. Note that task doesn't consume resources unless it's 'Running'.",
"autotracing_feature_info": "A mechanism that automatically creates PHP X-Ray tracing tasks per day for slow URLs that were found during a day by PHP Site Analyzer. It provides a more detailed report of existing issues on the site.",
"continuous_tracing_feature_info": "Continuous tracing - the recurring job which will create tracing tasks daily for the selected domain and send the report at the end of the day to the specified email.",
"ADVANCED_METRICS_SETUP_PAGE": {
"pageTitle": "We highly recommend enabling advanced performance analytics",
"settingsTitle": "Advanced performance analytics",
"pageDescription": {
"part1": "Enables highly detailed insights into each WordPress website’s performance (greatly enhancing the quality and accuracy of SmartAdvice).",
"part2": "X-Ray will add JavaScript profiling code to each WordPress site during the tracing process.",
"part3": "The performance metrics collected include TTFB (Time To First Byte), Total Blocking Time, and First Contentful Paint. The profiling code does not collect any user or visitor data nor sensitive data of any kind.",
"part4": "The sole purpose of this profiling code is to gather performance-related metrics to better optimize the website."
}
},
"FORM_HELPER": {
"single_character_match": "? – matches a single character",
"single_character_match_description": "matches anything that begins with https://cloudlinux.com/file, ends with .php and has two characters in between (https://cloudlinux.com/file00.php, https://cloudlinux.com/fileAB.php, but not https://cloudlinux.com/fileABC.php)",
"any_character_match": "* – matches any character or set of characters, including no character.",
"any_character_match_description": "matches anything that begins with https://cloudlinux.com/file and ends with .php (https://cloudlinux.com/file-abcde123.php). The number of characters is not important.",
"character_enclosed_in_square_brackets": "[ ] – match characters enclosed in square brackets.",
"character_enclosed_in_square_brackets_description": "matches only https://cloudlinux.com/file1.php and https://cloudlinux.com/file2.php You can also specify a range of values: https://cloudlinux.com/file[0-9].php matches https://cloudlinux.com/file1.php, https://cloudlinux.com/file2.php, https://cloudlinux.com/file3.php, ... ,https://cloudlinux.com/file9.php",
"ip_address_match": "xxx.xxx.xxx.xxx – IP address.",
"ip_address_match_description": "An IP address is a set of numbers that identify your computer on a network. IPV4, the traditional numbering scheme, uses four integers ranging from zero to 255 and set apart by periods.",
"ip_all_match": "* – all IP addresses",
"ip_all_match_description": "An asterisk is a default value. It means to trace all IP addresses."
}
}
Hacked By AnonymousFox1.0, Coded By AnonymousFox