studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
25 lines (24 loc) • 1.19 kB
TypeScript
declare const en: {
readonly 'core-web-vitals': {
readonly title: "Core Web Vitals";
};
readonly '@page/analytics': {
readonly title: "Analystikk og ytelsesdata";
readonly description: "Se Core Web Vitals og analystikken for din side.";
readonly 'page-header': "Analystikk og Web Vital Metrics";
readonly 'core-vitals.summary.header': "Core Web Vitals-oppsummering";
readonly 'core-vitals.by-route.header': "Core Web Vitals etter rute";
readonly 'core-vitals.by-route.table.th1': "Rute";
readonly 'core-vitals.by-route.table.th2': "Bestått?";
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': "Analystikk";
readonly 'analytics.table.th1': "Stien til siden";
readonly 'analytics.table.th2': "Visninger (24t)";
readonly 'analytics.table.th3': "Visninger (7 dager)";
readonly 'analytics.table.th4': "Visninger (30 dager)";
readonly 'analytics.table.th5': "Visninger (totalt)";
};
};
export default en;