Files
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
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"
}
}
}