studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
28 lines (27 loc) • 944 B
JavaScript
const en = {
"core-web-vitals": {
title: "Core Web Vitals"
},
"@page/analytics": {
title: "Analytics and Vitals",
description: "View the Core Web Vitals and Analytics of your site.",
"page-header": "Analytics & Web Vital Metrics",
"core-vitals.summary.header": "Core Web Vitals Summaries",
"core-vitals.by-route.header": "Core Web Vitals by Route",
"core-vitals.by-route.table.th1": "Route",
"core-vitals.by-route.table.th2": "Passing?",
"core-vitals.by-route.table.th3": "LCP",
"core-vitals.by-route.table.th4": "INP",
"core-vitals.by-route.table.th5": "CLS",
"analytics.summary.header": "Analytics",
"analytics.table.th1": "Page Path",
"analytics.table.th2": "Views (24 Hours)",
"analytics.table.th3": "Views (7 Days)",
"analytics.table.th4": "Views (30 Days)",
"analytics.table.th5": "Views (All Time)"
}
};
var en_default = en;
export {
en_default as default
};