📄 Huge intl feature
Some checks failed
Some checks failed
This commit was merged in pull request #10.
This commit is contained in:
69
messages/en.json
Normal file
69
messages/en.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"Metadata": {
|
||||
"siteTitle": "Personal Blog",
|
||||
"siteDescription": "Thoughts on technology and development"
|
||||
},
|
||||
|
||||
"Navigation": {
|
||||
"home": "Home",
|
||||
"blog": "Blog",
|
||||
"tags": "Tags",
|
||||
"about": "About"
|
||||
},
|
||||
|
||||
"Breadcrumbs": {
|
||||
"home": "Home",
|
||||
"blog": "Blog",
|
||||
"tags": "Tags",
|
||||
"about": "About"
|
||||
},
|
||||
|
||||
"BlogListing": {
|
||||
"title": "Blog",
|
||||
"subtitle": "Latest articles and thoughts",
|
||||
"searchPlaceholder": "Search articles...",
|
||||
"sortBy": "Sort by",
|
||||
"sortNewest": "Newest",
|
||||
"sortOldest": "Oldest",
|
||||
"sortTitle": "Title",
|
||||
"filterByTag": "Filter by tag",
|
||||
"clearFilters": "Clear filters",
|
||||
"foundPosts": "Found {count} posts",
|
||||
"noPosts": "No posts found"
|
||||
},
|
||||
|
||||
"BlogPost": {
|
||||
"readMore": "Read more",
|
||||
"readingTime": "{minutes} min read",
|
||||
"publishedOn": "Published on {date}",
|
||||
"author": "By {author}",
|
||||
"tags": "Tags",
|
||||
"relatedPosts": "Related Posts",
|
||||
"sharePost": "Share this post"
|
||||
},
|
||||
|
||||
"Tags": {
|
||||
"title": "Tags",
|
||||
"subtitle": "Browse by topic",
|
||||
"allTags": "All Tags",
|
||||
"postsWithTag": "{count} posts tagged with {tag}",
|
||||
"relatedTags": "Related tags",
|
||||
"quickNav": "Quick navigation"
|
||||
},
|
||||
|
||||
"About": {
|
||||
"title": "About",
|
||||
"subtitle": "Learn more about me"
|
||||
},
|
||||
|
||||
"NotFound": {
|
||||
"title": "Page Not Found",
|
||||
"description": "The page you're looking for doesn't exist",
|
||||
"goHome": "Go to homepage"
|
||||
},
|
||||
|
||||
"LanguageSwitcher": {
|
||||
"switchLanguage": "Switch language",
|
||||
"currentLanguage": "Current language"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user