Files
ayristech-youtube/messages/en.json
T
2026-07-23 16:55:44 +03:00

76 lines
3.2 KiB
JSON

{
"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"
}
}