feat(agenda): add weekly agenda experience
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"Nav": {
|
||||
"about": "About",
|
||||
"blog": "Blog",
|
||||
"agenda": "Weekly Agenda",
|
||||
"content": "Content",
|
||||
"projects": "Projects",
|
||||
"gallery": "Gallery",
|
||||
@@ -87,6 +88,14 @@
|
||||
"diagramLoading": "Diagram rendering...",
|
||||
"diagramError": "Could not render Mermaid diagram."
|
||||
},
|
||||
"Agenda": {
|
||||
"title": "Weekly Agenda",
|
||||
"description": "Weekly developments and commentary from software, technology, design, and artificial intelligence.",
|
||||
"searchPlaceholder": "Search the weekly agenda...",
|
||||
"empty": "No agenda posts yet.",
|
||||
"noSearch": "No agenda posts found for \"{search}\".",
|
||||
"backToAgenda": "<- Back to Weekly Agenda"
|
||||
},
|
||||
"AnimationSources": {
|
||||
"title": "Animation Sources",
|
||||
"description": "Production notes, prompts, and reusable code from animations I create for web and mobile products.",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"Nav": {
|
||||
"about": "Hakkımda",
|
||||
"blog": "Blog",
|
||||
"agenda": "Haftalık Gündem",
|
||||
"content": "İçerikler",
|
||||
"projects": "Projeler",
|
||||
"gallery": "Galeri",
|
||||
@@ -87,6 +88,14 @@
|
||||
"diagramLoading": "Diyagram hazırlanıyor...",
|
||||
"diagramError": "Mermaid diyagramı oluşturulamadı."
|
||||
},
|
||||
"Agenda": {
|
||||
"title": "Haftalık Gündem",
|
||||
"description": "Yazılım, teknoloji, tasarım ve yapay zeka dünyasından haftalık gelişmeler ve yorumlar.",
|
||||
"searchPlaceholder": "Haftalık gündemde ara...",
|
||||
"empty": "Henüz gündem yazısı bulunmuyor.",
|
||||
"noSearch": "\"{search}\" aramasına uygun gündem yazısı bulunamadı.",
|
||||
"backToAgenda": "<- Haftalık Gündem'e dön"
|
||||
},
|
||||
"AnimationSources": {
|
||||
"title": "Animasyon Kaynakları",
|
||||
"description": "Web ve mobil ürünler için hazırladığım animasyonların üretim süreçleri, promptları ve uygulanabilir kodları.",
|
||||
|
||||
Reference in New Issue
Block a user