create-next-pro-cli
Version:
Advanced Next.js project scaffolder with i18n, Tailwind, App Router and more.
35 lines (34 loc) • 787 B
JSON
{
"public_nav": {
"links": {
"home": "Home",
"login": "Login",
"register": "Register",
"about": "About Us",
"contact": "Contact Us",
"privacy_policy": "Privacy Policy",
"terms_of_service": "Terms of Service",
"help": "Help",
"faq": "FAQ",
"blog": "Blog",
"careers": "Careers",
"support": "Support",
"language": "Language",
"dark_mode": "Dark Mode",
"light_mode": "Light Mode",
"search": "Search"
}
},
"user_nav": {
"links": {
"home": "Home",
"dashboard": "Dashboard",
"settings": "Settings",
"user_info": "User Information"
}
},
"Loading": {
"title": "Loading",
"description": "Please wait while we prepare your experience..."
}
}