2019-08-14 09:48:44 +00:00
{
"AGENT_MGMT" : {
"HEADER" : "Agents" ,
"HEADER_BTN_TXT" : "Add Agent" ,
"LOADING" : "Fetching Agent List" ,
2020-06-07 15:01:48 +00:00
"SIDEBAR_TXT" : "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>" ,
2020-09-20 16:49:34 +00:00
"AGENT_TYPES" : {
"ADMINISTRATOR" : "Administrator" ,
"AGENT" : "Agent"
} ,
2019-08-14 09:48:44 +00:00
"LIST" : {
"404" : "There are no agents associated to this account" ,
"TITLE" : "Manage agents in your team" ,
"DESC" : "You can add/remove agents to/in your team." ,
"NAME" : "Name" ,
"EMAIL" : "EMAIL" ,
"STATUS" : "Status" ,
"ACTIONS" : "Actions" ,
"VERIFIED" : "Verified" ,
"VERIFICATION_PENDING" : "Verification Pending"
} ,
"ADD" : {
"TITLE" : "Add agent to your team" ,
"DESC" : "You can add people who will be able to handle support for your inboxes." ,
2020-05-17 15:37:45 +00:00
"CANCEL_BUTTON_TEXT" : "Cancel" ,
2019-08-14 09:48:44 +00:00
"FORM" : {
2020-05-17 15:37:45 +00:00
"NAME" : {
2019-08-14 09:48:44 +00:00
"LABEL" : "Agent Name" ,
"PLACEHOLDER" : "Please enter a name of the agent"
} ,
2020-05-17 15:37:45 +00:00
"AGENT_TYPE" : {
2020-09-20 16:49:34 +00:00
"LABEL" : "Role" ,
"PLACEHOLDER" : "Please select a role" ,
"ERROR" : "Role is required"
2019-08-14 09:48:44 +00:00
} ,
2020-05-17 15:37:45 +00:00
"EMAIL" : {
2019-08-14 09:48:44 +00:00
"LABEL" : "Email Address" ,
"PLACEHOLDER" : "Please enter an email address of the agent"
} ,
"SUBMIT" : "Add Agent"
} ,
"API" : {
"SUCCESS_MESSAGE" : "Agent added successfully" ,
2020-02-22 13:36:16 +00:00
"EXIST_MESSAGE" : "Agent email already in use, Please try another email address" ,
2019-08-14 09:48:44 +00:00
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
}
} ,
"DELETE" : {
"BUTTON_TEXT" : "Delete" ,
"API" : {
"SUCCESS_MESSAGE" : "Agent deleted successfully" ,
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
} ,
"CONFIRM" : {
"TITLE" : "Confirm Deletion" ,
"MESSAGE" : "Are you sure to delete " ,
"YES" : "Yes, Delete " ,
2020-05-17 15:37:45 +00:00
"NO" : "No, Keep "
2019-08-14 09:48:44 +00:00
}
} ,
"EDIT" : {
"TITLE" : "Edit agent" ,
"FORM" : {
2020-05-17 15:37:45 +00:00
"NAME" : {
2019-08-14 09:48:44 +00:00
"LABEL" : "Agent Name" ,
"PLACEHOLDER" : "Please enter a name of the agent"
} ,
2020-05-17 15:37:45 +00:00
"AGENT_TYPE" : {
2020-09-20 16:49:34 +00:00
"LABEL" : "Role" ,
"PLACEHOLDER" : "Please select a role" ,
"ERROR" : "Role is required"
2019-08-14 09:48:44 +00:00
} ,
2020-05-17 15:37:45 +00:00
"EMAIL" : {
2019-08-14 09:48:44 +00:00
"LABEL" : "Email Address" ,
"PLACEHOLDER" : "Please enter an email address of the agent"
} ,
"SUBMIT" : "Edit Agent"
} ,
"BUTTON_TEXT" : "Edit" ,
2019-12-13 07:34:49 +00:00
"CANCEL_BUTTON_TEXT" : "Cancel" ,
2019-08-14 09:48:44 +00:00
"API" : {
"SUCCESS_MESSAGE" : "Agent updated successfully" ,
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
2019-12-13 07:34:49 +00:00
} ,
"PASSWORD_RESET" : {
"ADMIN_RESET_BUTTON" : "Reset Password" ,
"ADMIN_SUCCESS_MESSAGE" : "An email with reset password instructions has been sent to the agent" ,
"SUCCESS_MESSAGE" : "Agent password reset successfully" ,
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
2019-08-14 09:48:44 +00:00
}
2019-11-10 17:28:55 +00:00
} ,
"SEARCH" : {
"NO_RESULTS" : "No agents found."
2019-08-14 09:48:44 +00:00
}
}
}