46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"Home": {
|
|
"badge": "Web App",
|
|
"title": "Your Next.js CMS Frontend",
|
|
"description": "This page reads posts through the shared database package.",
|
|
"latestPosts": "Latest posts",
|
|
"explore": "Explore",
|
|
"noExcerpt": "No excerpt"
|
|
},
|
|
"LanguageSwitcher": {
|
|
"label": "Language",
|
|
"localeNames": {
|
|
"de": "German",
|
|
"en": "English",
|
|
"es": "Spanish",
|
|
"fr": "French"
|
|
}
|
|
},
|
|
"Layout": {
|
|
"brand": "CMS Web",
|
|
"nav": {
|
|
"home": "Home",
|
|
"about": "About",
|
|
"contact": "Contact"
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} CMS Web",
|
|
"tagline": "Powered by Next.js, Bun, Prisma, and TanStack."
|
|
}
|
|
},
|
|
"Seo": {
|
|
"title": "CMS Web",
|
|
"description": "Public frontend for the CMS monorepo."
|
|
},
|
|
"About": {
|
|
"badge": "About",
|
|
"title": "About this project",
|
|
"description": "This public app is the frontend surface for CMS-driven content and upcoming dynamic pages."
|
|
},
|
|
"Contact": {
|
|
"badge": "Contact",
|
|
"title": "Contact",
|
|
"description": "Contact and commission flows will be introduced in upcoming MVP steps."
|
|
}
|
|
}
|