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
741 B
JSON
27 lines
741 B
JSON
{
|
|
"youtube": {
|
|
"title": "YouTube",
|
|
"videos": "Video Terbaru",
|
|
"channel": "Saluran",
|
|
"live": "Live Sekarang",
|
|
"upcoming": "Akan Datang",
|
|
"offline": "Offline",
|
|
"subscribers": "pelanggan",
|
|
"views": "tayangan",
|
|
"watchNow": "Tonton Sekarang",
|
|
"viewChannel": "Lihat Saluran",
|
|
"viewAll": "Lihat Semua Video",
|
|
"noVideos": "Tidak ada video ditemukan",
|
|
"refreshed": "Diperbarui",
|
|
"error": {
|
|
"noApiKey": "Kunci API YouTube tidak dikonfigurasi",
|
|
"noChannel": "Saluran YouTube tidak ditentukan",
|
|
"connection": "Tidak dapat terhubung ke YouTube API"
|
|
},
|
|
"widget": {
|
|
"description": "Lihat saluran lengkap di YouTube",
|
|
"view": "Buka Saluran YouTube"
|
|
}
|
|
}
|
|
}
|