Chatwoot/app/javascript/dashboard/i18n/locale/tr/report.json
Sojan Jose a5ceddc454
chore: Enable Czech(cs), Turkish(tr), update translations (#1466)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
Co-authored-by: Алексей Чертановский
Co-authored-by: canbaran011
Co-authored-by: Jonáš Loskot (Fjuro)
Co-authored-by: wanhai huang
Co-authored-by: Matt (duartemvix)
Co-authored-by: chinyaev
Co-authored-by: Karl Marx (taylanguney)
2020-12-01 13:15:17 +05:30

43 lines
996 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.

{
"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.",
"METRICS": {
"CONVERSATIONS": {
"NAME": "Konuşmalar",
"DESC": "( Toplam )\n"
},
"INCOMING_MESSAGES": {
"NAME": "Gelen Mesajlar",
"DESC": "( Toplam )\n"
},
"OUTGOING_MESSAGES": {
"NAME": "Giden Mesajlar",
"DESC": "( Toplam )\n"
},
"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 )\n"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "Son 7 gün"
},
{
"id": 1,
"name": "Son 30 gün"
}
]
}
}