mirror of
https://github.com/svemagie/indiekit-endpoint-youtube.git
synced 2026-04-02 15:54:59 +02:00
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>
27 lines
701 B
JSON
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 频道"
|
|
}
|
|
}
|
|
}
|