Chatwoot/app/javascript/dashboard/i18n/locale/ml/report.json

91 lines
2.7 KiB
JSON
Raw Normal View History

{
"REPORT": {
2021-07-15 18:34:09 +00:00
"HEADER": "Overview",
"LOADING_CHART": "ചാർട്ട് ഡാറ്റ ലോഡു ചെയ്യുകയാണ്...",
"NO_ENOUGH_DATA": "റിപ്പോർട്ട് സൃഷ്ടിക്കുന്നതിന് ആവശ്യമായ ഡാറ്റ ഞങ്ങൾക്ക് ലഭിച്ചിട്ടില്ല, ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക.",
2020-12-15 19:05:40 +00:00
"DOWNLOAD_AGENT_REPORTS": "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 ദിവസം"
},
{
"id": 2,
"name": "Last 3 months"
},
{
"id": 3,
"name": "Last 6 months"
},
{
"id": 4,
"name": "Last year"
2021-07-15 18:34:09 +00:00
},
{
"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"
}
2021-07-15 18:34:09 +00:00
}
}
}