chore: Update translations (#9236)

- update translations 

------------------
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2024-04-16 07:19:04 +05:30
committed by GitHub
parent db87cde09e
commit f71f43e54a
525 changed files with 9325 additions and 1625 deletions

View File

@@ -35,6 +35,14 @@
"NAME": "ספירת רזולוציות",
"DESC": "( Total )"
},
"BOT_RESOLUTION_COUNT": {
"NAME": "ספירת רזולוציות",
"DESC": "( Total )"
},
"BOT_HANDOFF_COUNT": {
"NAME": "Handoff Count",
"DESC": "( Total )"
},
"REPLY_TIME": {
"NAME": "Customer waiting time",
"TOOLTIP_TEXT": "Waiting time is %{metricValue} (based on %{conversationCount} replies)"
@@ -130,7 +138,11 @@
"groupBy": "חודש"
}
],
"BUSINESS_HOURS": "שעות פעילות"
"BUSINESS_HOURS": "שעות פעילות",
"FILTER_ACTIONS": {
"CLEAR_FILTER": "Clear filter",
"EMPTY_LIST": "לא נמצאו תוצאות"
}
},
"AGENT_REPORTS": {
"HEADER": "סקירה כללית של סוכנים",
@@ -433,6 +445,27 @@
}
}
},
"BOT_REPORTS": {
"HEADER": "Bot Reports",
"METRIC": {
"TOTAL_CONVERSATIONS": {
"LABEL": "No. of Conversations",
"TOOLTIP": "Total number of conversations handled by the bot"
},
"TOTAL_RESPONSES": {
"LABEL": "Total Responses",
"TOOLTIP": "Total number of responses sent by the bot"
},
"RESOLUTION_RATE": {
"LABEL": "Resolution Rate",
"TOOLTIP": "Total number of conversations resolved by the bot / Total number of conversations handled by the bot * 100"
},
"HANDOFF_RATE": {
"LABEL": "Handoff Rate",
"TOOLTIP": "Total number of conversations handed off to agents / Total number of conversations handled by the bot * 100"
}
}
},
"OVERVIEW_REPORTS": {
"HEADER": "סקירה כללית",
"LIVE": "לחיות",
@@ -476,5 +509,54 @@
"THURSDAY": "יום חמישי",
"FRIDAY": "שישי",
"SATURDAY": "יום שבת"
},
"SLA_REPORTS": {
"HEADER": "SLA Reports",
"NO_RECORDS": "SLA applied conversations are not available.",
"LOADING": "Loading SLA data...",
"DOWNLOAD_SLA_REPORTS": "Download SLA reports",
"DOWNLOAD_FAILED": "Failed to download SLA Reports",
"DROPDOWN": {
"ADD_FIlTER": "Add filter",
"CLEAR_ALL": "Clear all",
"CLEAR_FILTER": "Clear filter",
"EMPTY_LIST": "לא נמצאו תוצאות",
"NO_FILTER": "No filters available",
"SEARCH": "Search filter",
"INPUT_PLACEHOLDER": {
"SLA": "SLA name",
"AGENTS": "Agent name",
"INBOXES": "Inbox name",
"LABELS": "שם התווית",
"TEAMS": "שם קבוצה"
},
"SLA": "SLA Policy",
"INBOXES": "תיבת הדואר הנכנס",
"AGENTS": "סוכן",
"LABELS": "תווית",
"TEAMS": "צוות"
},
"METRICS": {
"HIT_RATE": {
"LABEL": "Hit Rate",
"TOOLTIP": "Percentage of SLAs created were completed successfully"
},
"NO_OF_MISSES": {
"LABEL": "Number of Misses",
"TOOLTIP": "Total SLA misses in a certain period"
},
"NO_OF_CONVERSATIONS": {
"LABEL": "Number of Conversations",
"TOOLTIP": "Total number of conversations with SLA"
}
},
"TABLE": {
"HEADER": {
"POLICY": "Policy",
"CONVERSATION": "שיחה",
"AGENT": "סוכן"
},
"VIEW_DETAILS": "View Details"
}
}
}