Files
Homarr/public/locales/tr/modules/media-transcoding.json
2025-08-02 18:04:19 +02:00

97 lines
2.5 KiB
JSON
Raw Permalink 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 Kod Dönüştürme",
"description": "Medya kod dönüştürmeyle ilgili bilgileri görüntüler",
"settings": {
"title": "Medya Kod Dönüştürme Ayarları",
"appId": {
"label": "Bir uygulama seçin"
},
"defaultView": {
"label": "Öntanımlı görünüm",
"data": {
"workers": "İşçiler",
"queue": "Kuyruk",
"statistics": "İstatistik"
}
},
"showHealthCheck": {
"label": "Durum Kontrolü göstergesini göster"
},
"showHealthChecksInQueue": {
"label": "Durum Denetimlerini kuyrukta göster"
},
"queuePageSize": {
"label": "Kuyruk: Sayfa başına öğe sayısı"
},
"showAppIcon": {
"label": "Uygulama simgesini sağ alt köşede göster"
}
}
},
"noAppSelected": "Lütfen widget ayarlarından bir uygulama seçin",
"views": {
"workers": {
"table": {
"header": {
"name": "Dosya",
"eta": "ETA (Kalan Süre)",
"progress": "İlerleme"
},
"empty": "Boş",
"tooltip": {
"transcode": "Kod dönüştürme",
"healthCheck": "Sağlık kontrolü"
}
}
},
"queue": {
"table": {
"header": {
"name": "Dosya",
"size": "Boyut"
},
"footer": {
"currentIndex": "{{start}} - {{end}} üzerinden {{total}}"
},
"empty": "Boş",
"tooltip": {
"transcode": "Kod dönüştürme",
"healthCheck": "Sağlık kontrolü"
}
}
},
"statistics": {
"empty": "Boş",
"box": {
"transcodes": "Kod dönüştürmeler: {{value}}",
"healthChecks": "Sağlık Kontrolleri: {{value}}",
"files": "Dosyalar: {{value}}",
"spaceSaved": "Kaydedildi: {{value}}"
},
"pies": {
"transcodes": "Kod dönüştürmeler",
"healthChecks": "Sağlık kontrolleri",
"videoCodecs": "Kodek'ler",
"videoContainers": "Konteyner",
"videoResolutions": "Çözünürlükler"
}
}
},
"error": {
"title": "Hata",
"message": "Tdarr'dan veri alınırken bir hata oluştu."
},
"tabs": {
"workers": "İşçiler",
"queue": "Kuyruk",
"statistics": "İstatistik"
},
"healthCheckStatus": {
"title": "Sağlık kontrolü",
"queued": "Sıraya alındı",
"healthy": "Sağlıklı",
"unhealthy": "Sağlıksız"
}
}