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",
|
||||
|
||||
+16
-1
@@ -72,9 +72,24 @@
|
||||
"theme": "تم"
|
||||
},
|
||||
"blog": {
|
||||
"title": "وبلاگ",
|
||||
"explore": "داستانها و یادداشتها",
|
||||
"empty": "فعلاً نوشتهای وجود ندارد.",
|
||||
"readMore": "مطالعه"
|
||||
"readMore": "مطالعه",
|
||||
"readingTime": "{minutes} دقیقه مطالعه",
|
||||
"publishedOn": "منتشر شده در",
|
||||
"updatedOn": "بهروزرسانی شده در",
|
||||
"backToBlog": "بازگشت به وبلاگ",
|
||||
"previousPost": "قبلی",
|
||||
"nextPost": "بعدی",
|
||||
"tableOfContents": "فهرست مطالب",
|
||||
"searchPlaceholder": "جستجوی مقالات...",
|
||||
"filterByTag": "فیلتر بر اساس برچسب",
|
||||
"allPosts": "همه مقالات",
|
||||
"noResults": "نتیجهای یافت نشد",
|
||||
"copyCode": "کپی کد",
|
||||
"codeCopied": "کپی شد!",
|
||||
"subscribe": "اشتراک از طریق RSS"
|
||||
},
|
||||
"common": {
|
||||
"present": "اکنون",
|
||||
|
||||
Reference in New Issue
Block a user