9c31d7c672
* feat: Add vue-router to widget Co-authored-by: Pranav <pranav@chatwoot.com> * Move to dynamic imports * Move to routerMixin * Fix popup button display * Remove unnecessary import * router -> route * Fix open state * Fix issues * Remove used CSS * Fix specs * Fix specs * Fix widgetColor specs * Fix mutation specs * Fixes broken lint errors * Fixes issues with widget flow Co-authored-by: Nithin <nithin@chatwoot.com> Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"COMPONENTS": {
|
|
"FILE_BUBBLE": {
|
|
"DOWNLOAD": "Download",
|
|
"UPLOADING": "Uploading..."
|
|
},
|
|
"FORM_BUBBLE": {
|
|
"SUBMIT": "Submit"
|
|
},
|
|
"MESSAGE_BUBBLE": {
|
|
"RETRY": "Send message again",
|
|
"ERROR_MESSAGE": "Couldn't send, try again"
|
|
}
|
|
},
|
|
"TEAM_AVAILABILITY": {
|
|
"ONLINE": "We are online",
|
|
"OFFLINE": "We are away at the moment"
|
|
},
|
|
"REPLY_TIME": {
|
|
"IN_A_FEW_MINUTES": "Typically replies in a few minutes",
|
|
"IN_A_FEW_HOURS": "Typically replies in a few hours",
|
|
"IN_A_DAY": "Typically replies in a day"
|
|
},
|
|
"START_CONVERSATION": "Start Conversation",
|
|
"CONTINUE_CONVERSATION": "Continue conversation",
|
|
"START_NEW_CONVERSATION": "Start a new conversation",
|
|
"UNREAD_VIEW": {
|
|
"VIEW_MESSAGES_BUTTON": "See new messages",
|
|
"CLOSE_MESSAGES_BUTTON": "Close",
|
|
"COMPANY_FROM": "from",
|
|
"BOT": "Bot"
|
|
},
|
|
"BUBBLE": {
|
|
"LABEL": "Chat with us"
|
|
},
|
|
"POWERED_BY": "Powered by Chatwoot",
|
|
"EMAIL_PLACEHOLDER": "Please enter your email",
|
|
"CHAT_PLACEHOLDER": "Type your message",
|
|
"TODAY": "Today",
|
|
"YESTERDAY": "Yesterday",
|
|
"PRE_CHAT_FORM": {
|
|
"FIELDS": {
|
|
"FULL_NAME": {
|
|
"LABEL": "Full Name",
|
|
"PLACEHOLDER": "Please enter your full name",
|
|
"ERROR": "Full Name is required"
|
|
},
|
|
"EMAIL_ADDRESS": {
|
|
"LABEL": "Email Address",
|
|
"PLACEHOLDER": "Please enter your email address",
|
|
"ERROR": "Invalid email address"
|
|
},
|
|
"MESSAGE": {
|
|
"LABEL": "Message",
|
|
"PLACEHOLDER": "Please enter your message",
|
|
"ERROR": "Message too short"
|
|
}
|
|
},
|
|
"CAMPAIGN_HEADER": "Please provide your name and email before starting the conversation"
|
|
},
|
|
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit",
|
|
"CHAT_FORM": {
|
|
"INVALID": {
|
|
"FIELD": "Invalid field"
|
|
}
|
|
},
|
|
"CSAT": {
|
|
"TITLE": "Rate your conversation",
|
|
"SUBMITTED_TITLE": "Thank you for submitting the rating",
|
|
"PLACEHOLDER": "Tell us more..."
|
|
},
|
|
"EMAIL_TRANSCRIPT": {
|
|
"BUTTON_TEXT": "Request a conversation transcript",
|
|
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
|
|
"SEND_EMAIL_ERROR": "There was an error, please try again"
|
|
}
|
|
}
|