studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
28 lines (27 loc) • 972 B
JavaScript
const en = {
"core-web-vitals": {
title: "Core Web Vitals"
},
"@page/analytics": {
title: "Analystikk og ytelsesdata",
description: "Se Core Web Vitals og analystikken for din side.",
"page-header": "Analystikk og Web Vital Metrics",
"core-vitals.summary.header": "Core Web Vitals-oppsummering",
"core-vitals.by-route.header": "Core Web Vitals etter rute",
"core-vitals.by-route.table.th1": "Rute",
"core-vitals.by-route.table.th2": "Best\xE5tt?",
"core-vitals.by-route.table.th3": "LCP",
"core-vitals.by-route.table.th4": "INP",
"core-vitals.by-route.table.th5": "CLS",
"analytics.summary.header": "Analystikk",
"analytics.table.th1": "Stien til siden",
"analytics.table.th2": "Visninger (24t)",
"analytics.table.th3": "Visninger (7 dager)",
"analytics.table.th4": "Visninger (30 dager)",
"analytics.table.th5": "Visninger (totalt)"
}
};
var no_default = en;
export {
no_default as default
};