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
754 B
JSON
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"
|
|
}
|
|
}
|
|
}
|