Files
indiekit-endpoint-youtube/locales/zh-Hans-CN.json
Ricardo f14453368c feat: add i18n support for 14 languages
Add translations for de, es, es-419, fr, hi, id, it, nl, pl, pt, pt-BR, sr, sv, zh-Hans-CN
to match upstream Indiekit's supported locales.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 22:33:41 +01:00

27 lines
701 B
JSON

{
"youtube": {
"title": "YouTube",
"videos": "最新视频",
"channel": "频道",
"live": "正在直播",
"upcoming": "即将开始",
"offline": "离线",
"subscribers": "订阅者",
"views": "次观看",
"watchNow": "立即观看",
"viewChannel": "查看频道",
"viewAll": "查看所有视频",
"noVideos": "未找到视频",
"refreshed": "已刷新",
"error": {
"noApiKey": "未配置 YouTube API 密钥",
"noChannel": "未指定 YouTube 频道",
"connection": "无法连接到 YouTube API"
},
"widget": {
"description": "在 YouTube 上查看完整频道",
"view": "打开 YouTube 频道"
}
}
}