mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
add blog to project
This commit is contained in:
+16
-1
@@ -102,9 +102,24 @@
|
||||
"theme": "Theme"
|
||||
},
|
||||
"blog": {
|
||||
"title": "Blog",
|
||||
"explore": "Stories & notes",
|
||||
"empty": "No posts yet. Check back soon!",
|
||||
"readMore": "Read article"
|
||||
"readMore": "Read article",
|
||||
"readingTime": "{minutes} min read",
|
||||
"publishedOn": "Published on",
|
||||
"updatedOn": "Updated on",
|
||||
"backToBlog": "Back to Blog",
|
||||
"previousPost": "Previous",
|
||||
"nextPost": "Next",
|
||||
"tableOfContents": "Table of Contents",
|
||||
"searchPlaceholder": "Search posts...",
|
||||
"filterByTag": "Filter by tag",
|
||||
"allPosts": "All posts",
|
||||
"noResults": "No posts found matching your search",
|
||||
"copyCode": "Copy code",
|
||||
"codeCopied": "Copied!",
|
||||
"subscribe": "Subscribe via RSS"
|
||||
},
|
||||
"common": {
|
||||
"present": "Present",
|
||||
|
||||
Reference in New Issue
Block a user