studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
23 lines (22 loc) • 765 B
TypeScript
declare const en: {
readonly overview: {
readonly title: "Overview";
readonly 'total-pages': "Total Pages";
readonly 'draft-pages': "Draft Pages";
readonly 'total-users': "Total Users";
};
readonly 'recently-updated-pages': {
readonly title: "Recently Updated Pages";
readonly edited: "Edited:";
readonly 'no-pages-found': "No recently updated pages found.";
};
readonly 'recently-created-pages': {
readonly title: "Recently Created Pages";
readonly created: "Created:";
readonly 'no-pages-found': "No recently created pages found.";
};
readonly 'recently-signed-up-users': {
readonly title: "Recently Signed Up Users";
};
};
export default en;