UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

25 lines (24 loc) 1.16 kB
declare const en: { readonly 'core-web-vitals': { readonly title: "Core Web Vitals"; }; readonly '@page/analytics': { readonly title: "Analytics and Vitals"; readonly description: "View the Core Web Vitals and Analytics of your site."; readonly 'page-header': "Analytics & Web Vital Metrics"; readonly 'core-vitals.summary.header': "Core Web Vitals Summaries"; readonly 'core-vitals.by-route.header': "Core Web Vitals by Route"; readonly 'core-vitals.by-route.table.th1': "Route"; readonly 'core-vitals.by-route.table.th2': "Passing?"; readonly 'core-vitals.by-route.table.th3': "LCP"; readonly 'core-vitals.by-route.table.th4': "INP"; readonly 'core-vitals.by-route.table.th5': "CLS"; readonly 'analytics.summary.header': "Analytics"; readonly 'analytics.table.th1': "Page Path"; readonly 'analytics.table.th2': "Views (24 Hours)"; readonly 'analytics.table.th3': "Views (7 Days)"; readonly 'analytics.table.th4': "Views (30 Days)"; readonly 'analytics.table.th5': "Views (All Time)"; }; }; export default en;