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
757 B
JSON
27 lines
757 B
JSON
{
|
|
"youtube": {
|
|
"title": "YouTube",
|
|
"videos": "Dernières vidéos",
|
|
"channel": "Chaîne",
|
|
"live": "En direct",
|
|
"upcoming": "À venir",
|
|
"offline": "Hors ligne",
|
|
"subscribers": "abonnés",
|
|
"views": "vues",
|
|
"watchNow": "Regarder maintenant",
|
|
"viewChannel": "Voir la chaîne",
|
|
"viewAll": "Voir toutes les vidéos",
|
|
"noVideos": "Aucune vidéo trouvée",
|
|
"refreshed": "Actualisé",
|
|
"error": {
|
|
"noApiKey": "Clé API YouTube non configurée",
|
|
"noChannel": "Chaîne YouTube non spécifiée",
|
|
"connection": "Impossible de se connecter à l'API YouTube"
|
|
},
|
|
"widget": {
|
|
"description": "Voir la chaîne complète sur YouTube",
|
|
"view": "Ouvrir la chaîne YouTube"
|
|
}
|
|
}
|
|
}
|