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
715 B
JSON
27 lines
715 B
JSON
{
|
|
"youtube": {
|
|
"title": "YouTube",
|
|
"videos": "Senaste videor",
|
|
"channel": "Kanal",
|
|
"live": "Live nu",
|
|
"upcoming": "Kommande",
|
|
"offline": "Offline",
|
|
"subscribers": "prenumeranter",
|
|
"views": "visningar",
|
|
"watchNow": "Titta nu",
|
|
"viewChannel": "Visa kanal",
|
|
"viewAll": "Visa alla videor",
|
|
"noVideos": "Inga videor hittades",
|
|
"refreshed": "Uppdaterad",
|
|
"error": {
|
|
"noApiKey": "YouTube API-nyckel inte konfigurerad",
|
|
"noChannel": "YouTube-kanal inte angiven",
|
|
"connection": "Kunde inte ansluta till YouTube API"
|
|
},
|
|
"widget": {
|
|
"description": "Visa fullständig kanal på YouTube",
|
|
"view": "Öppna YouTube-kanal"
|
|
}
|
|
}
|
|
}
|