76 lines
3.0 KiB
JSON
76 lines
3.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|