Files
homarr/public/locales/tr/modules/media-requests-list.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

34 lines
986 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"
},
"openInNewTab": {
"label": "Bağlantıları yeni sekmede aç"
}
}
},
"noRequests": "Hiç talep bulunamadı. Lütfen uygulamalarınızı doğru yapılandırdığınızdan emin olun.",
"state": {
"approved": "Onaylandı",
"pendingApproval": "Onay bekliyor",
"declined": "Reddedildi"
},
"tooltips": {
"approve": "Talebi Onayla",
"decline": "Talebi reddet",
"approving": "Talep Onaylanıyor..."
},
"mutation": {
"approving": "Onaylanan",
"declining": "Reddedilen",
"request": "talep et...",
"approved": "Talep onaylandı!",
"declined": "Talep reddedildi!"
}
}