Chatwoot/app/javascript/dashboard/i18n/locale/tr/report.json
Sojan Jose cf09c2af4d
chore: Update language translations (#2280)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-05-17 23:53:19 +05:30

56 lines
1.2 KiB
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.

{
"REPORT": {
"HEADER": "Raporlar",
"LOADING_CHART": "Grafik verileri yükleniyor...",
"NO_ENOUGH_DATA": "Rapor oluşturmak için yeterli veri yok, Lütfen daha sonra tekrar deneyin.",
"DOWNLOAD_AGENT_REPORTS": "Etken raporları indir",
"METRICS": {
"CONVERSATIONS": {
"NAME": "Konuşmalar",
"DESC": "( Toplam )"
},
"INCOMING_MESSAGES": {
"NAME": "Gelen Mesajlar",
"DESC": "( Toplam )"
},
"OUTGOING_MESSAGES": {
"NAME": "Giden Mesajlar",
"DESC": "( Toplam )"
},
"FIRST_RESPONSE_TIME": {
"NAME": "İlk yanıt süresi",
"DESC": "(Ort.)"
},
"RESOLUTION_TIME": {
"NAME": "Çözüm Süresi",
"DESC": "(Ort.)"
},
"RESOLUTION_COUNT": {
"NAME": "Çözünürlük Sayısı",
"DESC": "( Toplam )"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "Son 7 gün"
},
{
"id": 1,
"name": "Son 30 gün"
},
{
"id": 2,
"name": "Last 3 months"
},
{
"id": 3,
"name": "Last 6 months"
},
{
"id": 4,
"name": "Last year"
}
]
}
}