Chatwoot/app/javascript/dashboard/i18n/locale/tr/report.json
Sojan Jose b4ef6f64be
chore: Update translations (#1661)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: AlguienSama
Co-authored-by: Scarlett Bidun (scarlettbidun)
Co-authored-by: Sin V (jiiniasu)
Co-authored-by: Diego Vieira (diego-vieira)
Co-authored-by: vfasoulas
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: arturczyzewski
2021-01-18 12:36:26 +05:30

44 lines
1 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"
}
]
}
}