Files
indiekit-endpoint-youtube/locales/pt.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
755 B
JSON

{
"youtube": {
"title": "YouTube",
"videos": "Vídeos mais recentes",
"channel": "Canal",
"live": "Ao vivo agora",
"upcoming": "Em breve",
"offline": "Offline",
"subscribers": "subscritores",
"views": "visualizações",
"watchNow": "Ver 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 ligar à API do YouTube"
},
"widget": {
"description": "Ver o canal completo no YouTube",
"view": "Abrir canal do YouTube"
}
}
}