chore: Translation updates (#2639)

This commit is contained in:
Sojan Jose
2021-07-16 00:04:09 +05:30
committed by GitHub
parent eda52930be
commit 3941c6f32b
175 changed files with 2415 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
{
"REPORT": {
"HEADER": "Raportit",
"HEADER": "Overview",
"LOADING_CHART": "Ladataan kaaviotietoja...",
"NO_ENOUGH_DATA": "Emme ole saaneet tarpeeksi dataa raportin luomiseen, yritä myöhemmin uudelleen.",
"DOWNLOAD_AGENT_REPORTS": "Lataa edustajaraportit",
@@ -50,7 +50,41 @@
{
"id": 4,
"name": "Last year"
},
{
"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"
}
}
}
}