Feature: Send chat transcript via email (#1152)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-08-17 11:25:13 +05:30
committed by GitHub
parent 4b70e4e3d6
commit 22880df429
31 changed files with 559 additions and 59 deletions

View File

@@ -23,7 +23,9 @@
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
},
"MUTE_CONTACT": "Mute Contact",
"MUTE_CONTACT": "Mute Conversation",
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
"SEND_TRANSCRIPT": "Send Transcript",
"EDIT_LABEL": "Edit"
}
}

View File

@@ -36,5 +36,22 @@
"VISIBLE_TO_AGENTS": "Private Note: Only visible to you and your team",
"CHANGE_STATUS": "Conversation status changed",
"CHANGE_AGENT": "Conversation Assignee changed"
},
"EMAIL_TRANSCRIPT": {
"TITLE": "Send conversation transcript",
"DESC": "Send a copy of the conversation transcript to the specified email address",
"SUBMIT": "Submit",
"CANCEL": "Cancel",
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
"SEND_EMAIL_ERROR": "There was an error, please try again",
"FORM": {
"SEND_TO_CONTACT": "Send the transcript to the customer",
"SEND_TO_AGENT": "Send the transcript of the assigned agent",
"SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address",
"EMAIL": {
"PLACEHOLDER": "Enter an email address",
"ERROR": "Please enter a valid email address"
}
}
}
}

View File

@@ -24,6 +24,8 @@
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
},
"MUTE_CONTACT": "Mettre en sourdine le contact",
"MUTED_SUCCESS": "Cette conversation est coupée pendant 6 heures",
"SEND_TRANSCRIPT": "Envoyer la transcription",
"EDIT_LABEL": "Modifier"
}
}

View File

@@ -31,5 +31,22 @@
"VISIBLE_TO_AGENTS": "Note privée : uniquement visible par vous et votre équipe",
"CHANGE_STATUS": "Statut de la conversation modifié",
"CHANGE_AGENT": "Responsable de la conversation modifié"
},
"EMAIL_TRANSCRIPT": {
"TITLE": "Envoyer la transcription de la conversation",
"DESC": "Envoyer une copie de la transcription de la conversation à l'adresse e-mail spécifiée",
"SUBMIT": "Soumettre",
"CANCEL": "Annuler",
"SEND_EMAIL_SUCCESS": "La transcription du chat a été envoyée avec succès",
"SEND_EMAIL_ERROR": "Une erreur s'est produite, veuillez réessayer",
"FORM": {
"SEND_TO_CONTACT": "Envoyez la transcription au client",
"SEND_TO_AGENT": "Envoyer la transcription de l'agent désigné",
"SEND_TO_OTHER_EMAIL_ADDRESS": "Envoyez la transcription à une autre adresse e-mail",
"EMAIL": {
"PLACEHOLDER": "Entrez une adresse email",
"ERROR": "S'il vous plaît, mettez une adresse email valide"
}
}
}
}

View File

@@ -23,7 +23,9 @@
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
},
"MUTE_CONTACT": "Mute Contact",
"MUTE_CONTACT": "Contact muet",
"MUTED_SUCCESS": "Cette conversation est coupée pendant 6 heures",
"SEND_TRANSCRIPT": "Envoyer la transcription",
"EDIT_LABEL": "Bewerken"
}
}

View File

@@ -31,5 +31,22 @@
"VISIBLE_TO_AGENTS": "Privéopmerking: alleen zichtbaar voor jou en je team",
"CHANGE_STATUS": "Gespreksstatus veranderd",
"CHANGE_AGENT": "Toegewezen persoon voor dit gesprek is veranderd"
},
"EMAIL_TRANSCRIPT": {
"TITLE": "Stuur conversatie transcriptie",
"DESC": "Stuur een kopie van het conversatietranscript naar het opgegeven e-mailadres",
"SUBMIT": "Verzenden",
"CANCEL": "Annuleer",
"SEND_EMAIL_SUCCESS": "Het chattranscript is succesvol verzonden",
"SEND_EMAIL_ERROR": "Er is een fout opgetreden, probeer het opnieuw",
"FORM": {
"SEND_TO_CONTACT": "Stuur het transcript naar de klant",
"SEND_TO_AGENT": "Stuur het transcript van de toegewezen agent",
"SEND_TO_OTHER_EMAIL_ADDRESS": "Stuur het transcript naar een ander e-mailadres",
"EMAIL": {
"PLACEHOLDER": "Voer een e-mail adres in",
"ERROR": "Vul een geldig e-mailadres in"
}
}
}
}