first commit

This commit is contained in:
AyrisAI
2026-07-23 16:55:44 +03:00
commit bd543c3bda
61 changed files with 17313 additions and 0 deletions
+75
View File
@@ -0,0 +1,75 @@
{
"nav": {
"home": "Startseite",
"lessons": "YouTube Kurse",
"cheatsheets": "Cheatsheets",
"contact": "Kontakt",
"admin": "Dashboard",
"subscribe": "YouTube Abonnieren"
},
"hero": {
"badge": "YouTube Bildungs- und Ressourcenportal",
"title": "Schluss mit Google Docs Chaos: Alle Codes & Ressourcen hier!",
"subtitle": "Zugriff auf Quellcodes, Tabbed-Codeblöcke, Lektionsnotizen und Projekt-Downloads für meine YouTube-Tutorials an einem sauberen Ort.",
"searchPlaceholder": "Suchen Sie nach Kurstitel, Code-Snippet oder Technologie (z. B. Next.js, Python, Docker)...",
"statVideos": "YouTube Tutorials",
"statDownloads": "Downloads",
"statSubscribers": "Abonnenten",
"statSatisfaction": "Zufriedenheit"
},
"sections": {
"featured": "Neuestes YouTube Tutorial & Quellcode",
"allLessons": "Alle Video-Tutorials & Codedateien",
"whyUsTitle": "Warum diese Website statt Google Docs?",
"whyUsSubtitle": "Google Docs-Links zerstören die Codeformatierung. Hier sind die Vorteile unseres neuen Portals:",
"cheatsheetsTitle": "Beliebte Cheatsheets",
"relatedTitle": "Ähnliche Kurse"
},
"features": {
"codeTabsTitle": "Tabbed-Code-Viewer",
"codeTabsDesc": "Untersuchen Sie mehrere Projektdateien mit sauberer Syntaxhervorhebung.",
"chaptersTitle": "Zeitgestempelter YouTube-Player",
"chaptersDesc": "Springen Sie direkt zum gewünschten Thema im Video.",
"zipDownloadTitle": "Ein-Klick-Projekt-Download",
"zipDownloadDesc": "Laden Sie Starter-Templates ohne Google Drive-Berechtigungen herunter.",
"noDocsTitle": "Saubere Notizen statt unübersichtlicher Docs",
"noDocsDesc": "Strukturierte Aufzählungspunkte und hervorgehobene Zusammenfassungen."
},
"lessonDetail": {
"watchOnYoutube": "Auf YouTube ansehen",
"tabNotes": "Lektionsnotizen & Zusammenfassung",
"tabCode": "Code-Blöcke & Dateien",
"tabDownloads": "Downloads & Links",
"tabChapters": "Video-Kapitel",
"copyCode": "Code kopieren",
"codeCopied": "Kopiert!",
"downloadFile": "Datei herunterladen",
"downloadZip": "Gesamtes Projekt herunterladen (.zip)",
"githubRepo": "GitHub Repository",
"slidesPdf": "Präsentation / PDF herunterladen"
},
"contact": {
"title": "Kontakt & Themenwünsche",
"subtitle": "Kontaktieren Sie mich für Fragen zu Videos, Themenwünsche oder Sponsoring.",
"name": "Ihr Name",
"email": "Ihre E-Mail-Adresse",
"subject": "Betreff",
"message": "Ihre Nachricht oder Ihr Themenwunsch",
"send": "Nachricht senden",
"success": "Ihre Nachricht wurde erfolgreich gesendet!"
},
"admin": {
"title": "Creator Dashboard",
"subtitle": "Fügen Sie neue YouTube-Lektionen und Code-Snippets hinzu.",
"addVideo": "Neues Tutorial erstellen",
"videoTitle": "Videotitel",
"youtubeUrl": "YouTube URL",
"category": "Kategorie",
"codeSnippets": "Codeblöcke",
"save": "Speichern & Veröffentlichen"
},
"footer": {
"rights": "Alle Rechte vorbehalten.",
"createdWith": "Created by ayris.tech"
}
}
+75
View File
@@ -0,0 +1,75 @@
{
"nav": {
"home": "Home",
"lessons": "YouTube Lessons",
"cheatsheets": "Cheatsheets",
"contact": "Contact",
"admin": "Creator Dashboard",
"subscribe": "Subscribe on YouTube"
},
"hero": {
"badge": "ayris.tech YouTube Channel Portal",
"title": "Official Code & Resource Portal for ayris.tech YouTube Channel",
"subtitle": "Access code snippets, tabbed project files, lesson notes, and starter downloads for all my YouTube video tutorials in one clean location.",
"searchPlaceholder": "Search lesson title, code snippet, or technology (e.g. Next.js, Python, Docker)...",
"statVideos": "YouTube Tutorials",
"statDownloads": "Resource Downloads",
"statSubscribers": "Channel Subscribers",
"statSatisfaction": "Viewer Rating"
},
"sections": {
"featured": "Latest YouTube Tutorial & Source Code",
"allLessons": "All Video Tutorials & Code Files",
"whyUsTitle": "Everything You Need for ayris.tech Tutorials",
"whyUsSubtitle": "Built specifically for ayris.tech YouTube channel viewers to make learning and copying tutorial code effortless:",
"cheatsheetsTitle": "Featured Cheatsheets & Quick Reference",
"relatedTitle": "Related YouTube Lessons"
},
"features": {
"codeTabsTitle": "Tabbed Code Viewer",
"codeTabsDesc": "Inspect multiple project files (page.tsx, actions.ts, etc.) with clean syntax highlighting and copy support.",
"chaptersTitle": "Timestamped YouTube Player",
"chaptersDesc": "Jump directly to the specific topic inside the video with a single click.",
"zipDownloadTitle": "One-Click Project Download",
"zipDownloadDesc": "Download complete starter templates and project files directly without broken links.",
"noDocsTitle": "Structured Lesson Notes",
"noDocsDesc": "Structured bullet points, callout warnings, and formatted lesson summaries for every tutorial."
},
"lessonDetail": {
"watchOnYoutube": "Watch on YouTube",
"tabNotes": "Lesson Notes & Summary",
"tabCode": "Code Blocks & Files",
"tabDownloads": "Downloads & Links",
"tabChapters": "Video Chapters",
"copyCode": "Copy Code",
"codeCopied": "Copied!",
"downloadFile": "Download File",
"downloadZip": "Download Full Project (.zip)",
"githubRepo": "GitHub Repository",
"slidesPdf": "Download Presentation / PDF"
},
"contact": {
"title": "Contact & Video Topic Suggestions",
"subtitle": "Reach out for video questions, future tutorial requests, or business/sponsorship inquiries.",
"name": "Your Full Name",
"email": "Your Email Address",
"subject": "Subject",
"message": "Your Message or Requested Tutorial Topic",
"send": "Send Message",
"success": "Your message has been sent successfully! I will reply as soon as possible."
},
"admin": {
"title": "Creator Dashboard - Add New Lesson & Resources",
"subtitle": "Attach code blocks, snippets, and download links for your latest YouTube videos.",
"addVideo": "Create New YouTube Tutorial",
"videoTitle": "Video Title",
"youtubeUrl": "YouTube URL or Video ID",
"category": "Category",
"codeSnippets": "Code Blocks",
"save": "Save & Publish"
},
"footer": {
"rights": "All rights reserved.",
"createdWith": "Created by ayris.tech"
}
}
+75
View File
@@ -0,0 +1,75 @@
{
"nav": {
"home": "Ana Sayfa",
"lessons": "YouTube Dersleri",
"cheatsheets": "Rehberler",
"contact": "İletişim",
"admin": "Yayıncı Paneli",
"subscribe": "YouTube'da Abone Ol"
},
"hero": {
"badge": "ayris.tech YouTube Kanal Portalı",
"title": "ayris.tech YouTube Kanalı Resmi Kod ve Kaynak Portalı",
"subtitle": "YouTube eğitim videolarımızdaki kaynak kodlara, sekmeli dosyalara, ders notlarına ve proje indirmelerine tek adresten ulaşın.",
"searchPlaceholder": "Ders başlığı, kod parçacığı veya teknoloji ara (ör. Next.js, Python, Docker)...",
"statVideos": "YouTube Videosu",
"statDownloads": "Proje İndirmesi",
"statSubscribers": "Kanal Abonesi",
"statSatisfaction": "İzleyici Memnuniyeti"
},
"sections": {
"featured": "Son YouTube Dersi ve Kaynak Kodları",
"allLessons": "Tüm Video Dersler ve Kod Dosyaları",
"whyUsTitle": "ayris.tech YouTube Eğitimleri İçin Her Şey",
"whyUsSubtitle": "ayris.tech YouTube kanalı izleyicilerinin kodları kolayca incelemesi ve indirmesi için tasarlandı:",
"cheatsheetsTitle": "Öne Çıkan Rehberler ve Hızlı Komutlar",
"relatedTitle": "İlgili YouTube Dersleri"
},
"features": {
"codeTabsTitle": "Sekmeli Kod İnceleyici",
"codeTabsDesc": "Projenin tüm dosyalarını (page.tsx, actions.ts vb.) renkli sözdizimi ve tek tıkla kopyalama ile inceleyin.",
"chaptersTitle": "Zaman Damgalı YouTube Oynatıcı",
"chaptersDesc": "Tek tıkla videodaki ilgili konunun başladığı saniyeye doğrudan atlayın.",
"zipDownloadTitle": "Tek Tıkla Proje İndirme",
"zipDownloadDesc": "Tamamlanmış başlangıç şablonlarını ve proje dosyalarını kırık link olmadan indirin.",
"noDocsTitle": "Düzenli Ders Notları",
"noDocsDesc": "Her video eğitimi için özel hazırlanmış özet maddeler ve önemli ipuçları."
},
"lessonDetail": {
"watchOnYoutube": "YouTube'da İzle",
"tabNotes": "Ders Notları ve Özet",
"tabCode": "Kod Blokları ve Dosyalar",
"tabDownloads": "İndirmeler ve Linkler",
"tabChapters": "Video Bölümleri",
"copyCode": "Kodu Kopyala",
"codeCopied": "Kopyalandı!",
"downloadFile": "Dosyayı İndir",
"downloadZip": "Tüm Projeyi İndir (.zip)",
"githubRepo": "GitHub Reposu",
"slidesPdf": "Sunumu / PDF İndir"
},
"contact": {
"title": "İletişim ve Video Konusu İstekleri",
"subtitle": "Video sorularınız, gelecek eğitim istekleriniz veya sponsorluk görüşmeleri için bana ulaşın.",
"name": "Adınız Soyadınız",
"email": "E-posta Adresiniz",
"subject": "Konu",
"message": "Mesajınız veya İstediğiniz Eğitim Konusu",
"send": "Mesajı Gönder",
"success": "Mesajınız başarıyla gönderildi! En kısa sürede yanıtlayacağım."
},
"admin": {
"title": "Yayıncı Paneli - Yeni Ders & Kaynak Ekle",
"subtitle": "Son YouTube videolarınız için kod blokları ve indirme linkleri ekleyin.",
"addVideo": "Yeni YouTube Dersi Oluştur",
"videoTitle": "Video Başlığı",
"youtubeUrl": "YouTube Linki veya Video ID",
"category": "Kategori",
"codeSnippets": "Kod Blokları",
"save": "Kaydet & Yayınla"
},
"footer": {
"rights": "Tüm hakları saklıdır.",
"createdWith": "Created by ayris.tech"
}
}