90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"REPORT": {
|
|
"HEADER": "Overview",
|
|
"LOADING_CHART": "Memuat data grafik...",
|
|
"NO_ENOUGH_DATA": "Kami belum menerima cukup data untuk membuat laporan, Silakan coba lagi nanti.",
|
|
"DOWNLOAD_AGENT_REPORTS": "Unduh laporan agen",
|
|
"METRICS": {
|
|
"CONVERSATIONS": {
|
|
"NAME": "Percakapan",
|
|
"DESC": "( Total )"
|
|
},
|
|
"INCOMING_MESSAGES": {
|
|
"NAME": "Pesan Masuk",
|
|
"DESC": "( Total )"
|
|
},
|
|
"OUTGOING_MESSAGES": {
|
|
"NAME": "Pesan Keluar",
|
|
"DESC": "( Total )"
|
|
},
|
|
"FIRST_RESPONSE_TIME": {
|
|
"NAME": "Waktu respons pertama",
|
|
"DESC": "( Rata-Rata )"
|
|
},
|
|
"RESOLUTION_TIME": {
|
|
"NAME": "Waktu Penyelesaian",
|
|
"DESC": "( Rata-Rata )"
|
|
},
|
|
"RESOLUTION_COUNT": {
|
|
"NAME": "Jumlah Terselesaikan",
|
|
"DESC": "( Total )"
|
|
}
|
|
},
|
|
"DATE_RANGE": [
|
|
{
|
|
"id": 0,
|
|
"name": "7 hari terakhir"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "30 hari terakhir"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "3 bulan terakhir"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "6 bulan terakhir"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Tahun terakhir"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Custom date range"
|
|
}
|
|
],
|
|
"CUSTOM_DATE_RANGE": {
|
|
"CONFIRM": "Apply",
|
|
"PLACEHOLDER": "Select date range"
|
|
}
|
|
},
|
|
"CSAT_REPORTS": {
|
|
"HEADER": "CSAT Reports",
|
|
"NO_RECORDS": "There are no CSAT survey responses available.",
|
|
"TABLE": {
|
|
"HEADER": {
|
|
"CONTACT_NAME": "Contact",
|
|
"AGENT_NAME": "Assigned agent",
|
|
"RATING": "Rating",
|
|
"FEEDBACK_TEXT": "Feedback comment"
|
|
}
|
|
},
|
|
"METRIC": {
|
|
"TOTAL_RESPONSES": {
|
|
"LABEL": "Total responses",
|
|
"TOOLTIP": "Total number of responses collected"
|
|
},
|
|
"SATISFACTION_SCORE": {
|
|
"LABEL": "Satisfaction score",
|
|
"TOOLTIP": "Total number of positive responses / Total number of responses * 100"
|
|
},
|
|
"RESPONSE_RATE": {
|
|
"LABEL": "Response rate",
|
|
"TOOLTIP": "Total number of responses / Total number of CSAT survey messages sent * 100"
|
|
}
|
|
}
|
|
}
|
|
}
|