Files
homarr/public/locales/tr/modules/media-requests-list.json
2023-05-20 19:19:46 +02:00

25 lines
836 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.
{
"descriptor": {
"name": "Medya talepleri",
"description": "Overseerr veya Jellyseerr uygulamanızdan gelen tüm medya taleplerinin bir listesini görün",
"settings": {
"title": "Medya talep listesi",
"replaceLinksWithExternalHost": {
"label": "Bağlantıları harici ana bilgisayar ile değiştirin"
}
}
},
"noRequests": "Hiç talep bulunamadı. Lütfen uygulamalarınızı doğru yapılandırdığınızdan emin olun.",
"pending": "Onay bekleyen {{countPendingApproval}} talepleri bulunmaktadır.",
"nonePending": "Şu anda bekleyen onay bulunmamaktadır. Gitmeye hazırsın!",
"state": {
"approved": "Onaylandı",
"pendingApproval": "Onay bekliyor",
"declined": "Reddedildi"
},
"tooltips": {
"approve": "Talebi Onayla",
"decline": "Talebi reddet"
}
}