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

91 lines
2.4 KiB
JSON
Raw Normal View History

{
"REPORT": {
2021-07-15 18:34:09 +00:00
"HEADER": "Overview",
"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 يوماً"
},
{
"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
}
}
}