studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
26 lines (25 loc) • 596 B
JavaScript
const en = {
overview: {
title: "Overview",
"total-pages": "Total Pages",
"draft-pages": "Draft Pages",
"total-users": "Total Users"
},
"recently-updated-pages": {
title: "Recently Updated Pages",
edited: "Edited:",
"no-pages-found": "No recently updated pages found."
},
"recently-created-pages": {
title: "Recently Created Pages",
created: "Created:",
"no-pages-found": "No recently created pages found."
},
"recently-signed-up-users": {
title: "Recently Signed Up Users"
}
};
var en_default = en;
export {
en_default as default
};