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

{
"youtube": {
"title": "YouTube",
"videos": "Video recenti",
"channel": "Canale",
"live": "In diretta ora",
"upcoming": "In arrivo",
"offline": "Offline",
"subscribers": "iscritti",
"views": "visualizzazioni",
"watchNow": "Guarda ora",
"viewChannel": "Visualizza canale",
"viewAll": "Visualizza tutti i video",
"noVideos": "Nessun video trovato",
"refreshed": "Aggiornato",
"error": {
"noApiKey": "Chiave API YouTube non configurata",
"noChannel": "Canale YouTube non specificato",
"connection": "Impossibile connettersi all'API di YouTube"
},
"widget": {
"description": "Visualizza il canale completo su YouTube",
"view": "Apri canale YouTube"
}
}
}