📝 update breadcrumbs , nav for mobile and homepage translations
All checks were successful
PR Checks / lint-and-build (pull_request) Successful in 21s
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 16s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 1m4s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 55s

This commit was merged in pull request #17.
This commit is contained in:
RJ
2025-12-05 16:25:56 +02:00
parent bba507a7e8
commit 6adb3a6979
14 changed files with 411 additions and 57 deletions

View File

@@ -3,21 +3,21 @@
"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"
"about": "About",
"tech": "Technology",
"design": "Design",
"tutorial": "Tutorials"
},
"Home": {
"terminalVersion": "TERMINAL:// V2.0",
"documentLevel": "DOCUMENT LEVEL-1 //",
@@ -32,7 +32,6 @@
"seePostsButton": "[SEE POSTS] >>",
"seeAllTagsButton": "[SEE ALL TAGS] >>"
},
"BlogListing": {
"title": "Blog",
"subtitle": "Latest articles and thoughts",
@@ -48,7 +47,6 @@
"prev": "< PREV",
"next": "NEXT >"
},
"BlogPost": {
"readMore": "Read more",
"readingTime": "{minutes} min read",
@@ -58,7 +56,6 @@
"relatedPosts": "Related Posts",
"sharePost": "Share this post"
},
"Tags": {
"title": "Tags",
"subtitle": "Browse by topic",
@@ -67,7 +64,6 @@
"relatedTags": "Related tags",
"quickNav": "Quick navigation"
},
"About": {
"title": "About",
"subtitle": "Learn more about me",
@@ -119,13 +115,11 @@
"techStackSelfHostingText": "Home lab, privacy-focused services, full control, Git server",
"contactTitle": "> CONTACT"
},
"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"

View File

@@ -13,15 +13,18 @@
"home": "Acasă",
"blog": "Blog",
"tags": "Etichete",
"about": "Despre"
"about": "Despre",
"tech": "Tehnologie",
"design": "Design",
"tutorial": "Tutoriale"
},
"Home": {
"terminalVersion": "TERMINAL:// V2.0",
"documentLevel": "DOCUMENT LEVEL-1 //",
"heroTitle": "BUILD. WRITE. SHARE.",
"heroSubtitle": "> Explore ideas",
"checkPostsButton": "[CHECK POSTS]",
"aboutMeButton": "[ABOUT ME]",
"checkPostsButton": "[POSTĂRI]",
"aboutMeButton": "[DESPRE]",
"recentEntriesLabel": "ARCHIVE ACCESS // RECENT ENTRIES",
"recentEntriesTitle": "> RECENT ENTRIES",
"fileLabel": "FILE#{number} // {category}",