init
This commit is contained in:
139
i18n/messages/en.json
Normal file
139
i18n/messages/en.json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"LanguageDetection": {
|
||||
"title": "Language Suggestion",
|
||||
"description": "We noticed your browser language differs from the current site language. You can switch languages anytime.",
|
||||
"countdown": "Closing in {countdown} seconds",
|
||||
"switchTo": "Switch to"
|
||||
},
|
||||
"Header": {
|
||||
"links": [
|
||||
{
|
||||
"name": "Blog",
|
||||
"href": "/blog"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"name": "Source Code",
|
||||
"href": "https://github.com/weijunext/nextjs-starter",
|
||||
"target": "_blank",
|
||||
"rel": "noopener noreferrer nofollow"
|
||||
},
|
||||
{
|
||||
"name": "Pro Version",
|
||||
"href": "https://nexty.dev",
|
||||
"target": "_blank",
|
||||
"rel": "noopener noreferrer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Footer": {
|
||||
"Copyright": "Copyright © {year} {name} All rights reserved.",
|
||||
"PrivacyPolicy": "Privacy Policy",
|
||||
"TermsOfService": "Terms of Service",
|
||||
"Links": {
|
||||
"groups": [
|
||||
{
|
||||
"title": "Languages",
|
||||
"links": [
|
||||
{
|
||||
"href": "/en",
|
||||
"name": "English",
|
||||
"useA": true
|
||||
},
|
||||
{
|
||||
"href": "/zh",
|
||||
"name": "中文",
|
||||
"useA": true
|
||||
},
|
||||
{
|
||||
"href": "/ja",
|
||||
"name": "日本語",
|
||||
"useA": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Open Source",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://github.com/weijunext/nextjs-starter",
|
||||
"name": "Next Forge",
|
||||
"rel": "noopener noreferrer nofollow",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"href": "https://github.com/weijunext/landing-page-boilerplate",
|
||||
"name": "Landing Page Boilerplate",
|
||||
"rel": "noopener noreferrer nofollow",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"href": "https://github.com/weijunext/weekly-boilerplate",
|
||||
"name": "Blog Boilerplate",
|
||||
"rel": "noopener noreferrer nofollow",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Other Products",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://nexty.dev/",
|
||||
"name": "Nexty - SaaS Template",
|
||||
"rel": "noopener noreferrer",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"href": "https://ogimage.click/",
|
||||
"name": "OG Image Generator",
|
||||
"rel": "noopener noreferrer",
|
||||
"target": "_blank"
|
||||
},
|
||||
{
|
||||
"href": "https://dofollow.tools/",
|
||||
"name": "Dofollow.Tools",
|
||||
"rel": "noopener noreferrer",
|
||||
"target": "_blank"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"Newsletter": {
|
||||
"title": "Subscribe to our newsletter",
|
||||
"description": "Get the latest news and updates from Next Forge",
|
||||
"defaultErrorMessage": "Please enter a valid email address",
|
||||
"successMessage": "Subscription successful",
|
||||
"errorMessage": "Subscription failed",
|
||||
"errorMessage2": "Subscription failed. Please try again later.",
|
||||
"subscribe": "Subscribe",
|
||||
"subscribing": "Subscribing...",
|
||||
"subscribed": "Subscription successful! Thank you for your attention."
|
||||
}
|
||||
},
|
||||
"Home": {
|
||||
"title": "Next Forge",
|
||||
"tagLine": "Multilingual Next.js 16 Starter",
|
||||
"description": "A multilingual Next.js 16 starter with built-in i18n support. Launch your global-ready web application with a clean, efficient, and SEO-friendly foundation."
|
||||
},
|
||||
"Blog": {
|
||||
"title": "Blog Posts",
|
||||
"description": "A list of blog posts"
|
||||
},
|
||||
"About": {
|
||||
"title": "About",
|
||||
"description": "About the site"
|
||||
},
|
||||
"TermsOfService": {
|
||||
"title": "Terms of Service",
|
||||
"description": "Terms of Service"
|
||||
},
|
||||
"PrivacyPolicy": {
|
||||
"title": "Privacy Policy",
|
||||
"description": "Privacy Policy"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user