Files
myeasycms-v2/apps/web/public/locales/en/marketing.json
giancarlo 7e3843adbe Update Next.js version and remove GridList component
The Next.js version was updated in the 'pnpm-lock.yaml' file which resulted in changes to multiple dependencies. Also, the '_components/grid-list.tsx' file was deleted as it was deemed no longer necessary. Additional small changes were made to the blog page and 'marketing.json' file.
2024-04-10 16:51:20 +08:00

21 lines
677 B
JSON

{
"blog": "Blog",
"blogSubtitle": "News and updates about the platform",
"documentation": "Documentation",
"documentationSubtitle": "Tutorials and guide to get started with the platform",
"faq": "FAQ",
"faqSubtitle": "Frequently asked questions about the platform",
"pricing": "Pricing",
"pricingSubtitle": "Pricing plans and payment options",
"backToBlog": "Back to blog",
"noPosts": "No posts found",
"contactFaq": "If you have any questions, please contact us",
"contact": "Contact",
"about": "About",
"product": "Product",
"legal": "Legal",
"tos": "Terms of Service",
"cookiePolicy": "Cookie Policy",
"privacyPolicy": "Privacy Policy"
}