Files
indiekit-endpoint-youtube/locales/sr.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
983 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"youtube": {
"title": "YouTube",
"videos": "Најновији видео снимци",
"channel": "Канал",
"live": "Уживо сада",
"upcoming": "Ускоро",
"offline": "Офлајн",
"subscribers": "претплатника",
"views": "прегледа",
"watchNow": "Гледај сада",
"viewChannel": "Погледај канал",
"viewAll": "Погледај све видео снимке",
"noVideos": "Нису пронађени видео снимци",
"refreshed": "Освежено",
"error": {
"noApiKey": "YouTube API кључ није конфигурисан",
"noChannel": "YouTube канал није наведен",
"connection": "Није могуће повезати се са YouTube API"
},
"widget": {
"description": "Погледајте комплетан канал на YouTube",
"view": "Отвори YouTube канал"
}
}
}