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
760 B
JSON
27 lines
760 B
JSON
{
|
|
"youtube": {
|
|
"title": "YouTube",
|
|
"videos": "Vídeos mais recentes",
|
|
"channel": "Canal",
|
|
"live": "Ao vivo agora",
|
|
"upcoming": "Em breve",
|
|
"offline": "Offline",
|
|
"subscribers": "inscritos",
|
|
"views": "visualizações",
|
|
"watchNow": "Assistir agora",
|
|
"viewChannel": "Ver canal",
|
|
"viewAll": "Ver todos os vídeos",
|
|
"noVideos": "Nenhum vídeo encontrado",
|
|
"refreshed": "Atualizado",
|
|
"error": {
|
|
"noApiKey": "Chave API do YouTube não configurada",
|
|
"noChannel": "Canal do YouTube não especificado",
|
|
"connection": "Não foi possível conectar à API do YouTube"
|
|
},
|
|
"widget": {
|
|
"description": "Ver o canal completo no YouTube",
|
|
"view": "Abrir canal do YouTube"
|
|
}
|
|
}
|
|
}
|