Files
Homarr/public/locales/tr/modules/dlspeed.json
2023-12-22 21:50:04 +01:00

36 lines
1003 B
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": "İndirme Hızı",
"description": "Desteklenen entegrasyonların İndirme ve Yükleme hızlarını görüntüler."
},
"card": {
"table": {
"header": {
"name": "İsim",
"size": "Boyut",
"download": "İndirme",
"upload": "Yükleme",
"estimatedTimeOfArrival": "ETA (Kalan Süre)",
"progress": "İlerleme"
},
"body": {
"nothingFound": "Torrent bulunamadı"
}
},
"lineChart": {
"title": "Şu anki indirme hızı",
"download": "İndirme: {{download}}",
"upload": "Yükleme: {{upload}}",
"timeSpan": "{{seconds}} saniye önce ",
"totalDownload": "İndirme: {{download}}/s",
"totalUpload": "Yükleme: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Desteklenen indirme istemcisi bulunamadı!",
"text": "Mevcut indirmelerinizi görüntülemek için bir indirme istemcisi ekleyin"
}
}
}
}