Files
indiekit-endpoint-youtube/locales/en.json
Ricardo 2b8de8027b Initial commit: YouTube channel endpoint for Indiekit
Features:
- Display latest videos from any YouTube channel
- Live streaming status with animated badge
- Upcoming stream detection
- Admin dashboard with video grid
- Public JSON API for Eleventy integration
- Quota-efficient API usage (playlist method)
- Smart caching (5min videos, 1min live status)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 23:02:13 +01:00

27 lines
694 B
JSON

{
"youtube": {
"title": "YouTube",
"videos": "Latest Videos",
"channel": "Channel",
"live": "Live Now",
"upcoming": "Upcoming",
"offline": "Offline",
"subscribers": "subscribers",
"views": "views",
"watchNow": "Watch Now",
"viewChannel": "View Channel",
"viewAll": "View All Videos",
"noVideos": "No videos found",
"refreshed": "Refreshed",
"error": {
"noApiKey": "YouTube API key not configured",
"noChannel": "YouTube channel not specified",
"connection": "Could not connect to YouTube API"
},
"widget": {
"description": "View full channel on YouTube",
"view": "Open YouTube Channel"
}
}
}