- Add blog category filter for desktop and mobile views - Implement category-based blog post filtering - Add pagination support for blog and category pages - Update localization messages for blog categories - Reduce posts per page from 9 to 6 - Add loading states for blog pages - Create new content collections for blog categories in Chinese
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"HomePage": {
|
|
"title": "next-intl example"
|
|
},
|
|
"NotFoundPage": {
|
|
"title": "404",
|
|
"message": "Sorry, the page you are looking for does not exist.",
|
|
"backToHome": "Back to home"
|
|
},
|
|
"ErrorPage": {
|
|
"title": "Oops! Something went wrong!",
|
|
"tryAgain": "Try again",
|
|
"backToHome": "Back to home"
|
|
},
|
|
"AuthPage": {
|
|
"login": {
|
|
"title": "Login",
|
|
"welcomeBack": "Welcome back",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"signIn": "Sign In",
|
|
"signUp": "Don't have an account? Sign up",
|
|
"forgotPassword": "Forgot Password?",
|
|
"signInWithGoogle": "Sign In with Google",
|
|
"signInWithGitHub": "Sign In with GitHub",
|
|
"termsOfService": "Terms of Service",
|
|
"privacyPolicy": "Privacy Policy",
|
|
"byClickingContinue": "By clicking continue, you agree to our ",
|
|
"and": " and "
|
|
},
|
|
"register": {
|
|
"title": "Register",
|
|
"createAccount": "Create an account",
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"signUp": "Sign Up",
|
|
"signIn": "Already have an account? Sign in",
|
|
"checkEmail": "Please check your email inbox"
|
|
},
|
|
"forgotPassword": {
|
|
"title": "Forgot Password",
|
|
"email": "Email",
|
|
"send": "Send",
|
|
"backToLogin": "Back to login",
|
|
"checkEmail": "Please check your email inbox"
|
|
},
|
|
"resetPassword": {
|
|
"title": "Reset Password",
|
|
"password": "Password",
|
|
"reset": "Reset",
|
|
"backToLogin": "Back to login"
|
|
},
|
|
"error": {
|
|
"title": "Oops! Something went wrong!",
|
|
"tryAgain": "Please try again.",
|
|
"backToLogin": "Back to login",
|
|
"checkEmail": "Please check your email inbox"
|
|
}
|
|
},
|
|
"BlogPage": {
|
|
"title": "Blog",
|
|
"categories": {
|
|
"all": "All",
|
|
"news": "News",
|
|
"guide": "Guide",
|
|
"company": "Company"
|
|
}
|
|
}
|
|
} |