Chatwoot/app/javascript/dashboard/i18n/locale/ko/report.json
Sojan Jose 677f56f802
chore: Update translations (#1536)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: AlguienSama
Co-authored-by: Yovan Lutfi Arya (Regerta)
Co-authored-by: Frederik
Co-authored-by: Ambler (ambler)
Co-authored-by: Hossein Sadeghi (ssageghi)
Co-authored-by: korho
Co-authored-by: vfasoulas
Co-authored-by: Thiago Ramos (thiago)
Co-authored-by: Ehab hakawati (ehab.hakawati)
Co-authored-by: Karl Marx (taylanguney)
Co-authored-by: Fernando Sousa (Fernando)
Co-authored-by: Matt (duartemvix)
2020-12-22 18:01:10 +05:30

44 lines
1.1 KiB
JSON

{
"REPORT": {
"HEADER": "보고서",
"LOADING_CHART": "차트 데이터 불러오는 중...",
"NO_ENOUGH_DATA": "보고서를 생성할 수 있는 데이터 포인트가 부족합니다. 나중에 다시 시도하십시오.",
"DOWNLOAD_AGENT_REPORTS": "다운로드 에이전트 보고서",
"METRICS": {
"CONVERSATIONS": {
"NAME": "대화",
"DESC": "( 총 )"
},
"INCOMING_MESSAGES": {
"NAME": "수신 메시지",
"DESC": "( 총 )"
},
"OUTGOING_MESSAGES": {
"NAME": "발신 메시지",
"DESC": "( 총 )"
},
"FIRST_RESPONSE_TIME": {
"NAME": "첫 번째 응답 시간",
"DESC": "( 평균 )"
},
"RESOLUTION_TIME": {
"NAME": "해결 시간",
"DESC": "( 평균 )"
},
"RESOLUTION_COUNT": {
"NAME": "해결 수",
"DESC": "( 총 )"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "지난 7일"
},
{
"id": 1,
"name": "지난 30일"
}
]
}
}