70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|