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
753 B
JSON
27 lines
753 B
JSON
{
|
|
"youtube": {
|
|
"title": "YouTube",
|
|
"videos": "Videos más recientes",
|
|
"channel": "Canal",
|
|
"live": "En vivo ahora",
|
|
"upcoming": "Próximamente",
|
|
"offline": "Desconectado",
|
|
"subscribers": "suscriptores",
|
|
"views": "vistas",
|
|
"watchNow": "Ver ahora",
|
|
"viewChannel": "Ver canal",
|
|
"viewAll": "Ver todos los videos",
|
|
"noVideos": "No se encontraron videos",
|
|
"refreshed": "Actualizado",
|
|
"error": {
|
|
"noApiKey": "Clave API de YouTube no configurada",
|
|
"noChannel": "Canal de YouTube no especificado",
|
|
"connection": "No se pudo conectar con la API de YouTube"
|
|
},
|
|
"widget": {
|
|
"description": "Ver el canal completo en YouTube",
|
|
"view": "Abrir canal de YouTube"
|
|
}
|
|
}
|
|
}
|