2021-03-15 18:30:53 +00:00
{
"TEAMS_SETTINGS" : {
2021-09-03 10:18:24 +00:00
"NEW_TEAM" : "Create new team" ,
"HEADER" : "Teams" ,
2022-02-07 11:49:34 +00:00
"SIDEBAR_TXT" : "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>" ,
2021-03-15 18:30:53 +00:00
"LIST" : {
2021-09-03 10:18:24 +00:00
"404" : "There are no teams created on this account." ,
"EDIT_TEAM" : "Edit team"
2021-03-15 18:30:53 +00:00
} ,
"CREATE_FLOW" : {
"CREATE" : {
2021-09-03 10:18:24 +00:00
"TITLE" : "Create a new team" ,
"DESC" : "Add a title and description to your new team."
2021-03-15 18:30:53 +00:00
} ,
"AGENTS" : {
2021-09-03 10:18:24 +00:00
"BUTTON_TEXT" : "Add agents to team" ,
"TITLE" : "Add agents to team - %{teamName}" ,
"DESC" : "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation."
2021-03-15 18:30:53 +00:00
} ,
"WIZARD" : [
{
"title" : "Luo" ,
2021-09-03 10:18:24 +00:00
"route" : "settings_teams_new" ,
"body" : "Create a new team of agents."
2021-03-15 18:30:53 +00:00
} ,
{
"title" : "Lisää edustaja" ,
2021-09-03 10:18:24 +00:00
"route" : "settings_teams_add_agents" ,
"body" : "Add agents to the team."
2021-03-15 18:30:53 +00:00
} ,
{
2021-09-03 10:18:24 +00:00
"title" : "Finish" ,
"route" : "settings_teams_finish" ,
2021-03-15 18:30:53 +00:00
"body" : "Kaikki valmiina!"
}
]
} ,
"EDIT_FLOW" : {
"CREATE" : {
2021-09-03 10:18:24 +00:00
"TITLE" : "Edit your team details" ,
"DESC" : "Edit title and description to your team." ,
"BUTTON_TEXT" : "Update team"
2021-03-15 18:30:53 +00:00
} ,
"AGENTS" : {
2021-09-03 10:18:24 +00:00
"BUTTON_TEXT" : "Update agents in team" ,
"TITLE" : "Add agents to team - %{teamName}" ,
"DESC" : "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
2021-03-15 18:30:53 +00:00
} ,
"WIZARD" : [
{
2021-09-03 10:18:24 +00:00
"title" : "Team details" ,
"route" : "settings_teams_edit" ,
"body" : "Change name, description and other details."
2021-03-15 18:30:53 +00:00
} ,
{
2021-09-03 10:18:24 +00:00
"title" : "Edit Agents" ,
"route" : "settings_teams_edit_members" ,
"body" : "Edit agents in your team."
2021-03-15 18:30:53 +00:00
} ,
{
2021-09-03 10:18:24 +00:00
"title" : "Finish" ,
"route" : "settings_teams_edit_finish" ,
2021-03-15 18:30:53 +00:00
"body" : "Kaikki valmiina!"
}
]
} ,
"TEAM_FORM" : {
2021-09-03 10:18:24 +00:00
"ERROR_MESSAGE" : "Couldn't save the team details. Try again."
2021-03-15 18:30:53 +00:00
} ,
"AGENTS" : {
"AGENT" : "AGENT" ,
"EMAIL" : "Sähköposti" ,
"BUTTON_TEXT" : "Lisää edustaja" ,
2021-09-03 10:18:24 +00:00
"ADD_AGENTS" : "Adding Agents to your Team..." ,
"SELECT" : "select" ,
"SELECT_ALL" : "select all agents" ,
"SELECTED_COUNT" : "%{selected} out of %{total} agents selected."
2021-03-15 18:30:53 +00:00
} ,
"ADD" : {
2021-09-03 10:18:24 +00:00
"TITLE" : "Add agents to team - %{teamName}" ,
"DESC" : "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation." ,
"SELECT" : "select" ,
"SELECT_ALL" : "select all agents" ,
"SELECTED_COUNT" : "%{selected} out of %{total} agents selected." ,
2021-03-15 18:30:53 +00:00
"BUTTON_TEXT" : "Lisää edustaja" ,
2021-09-03 10:18:24 +00:00
"AGENT_VALIDATION_ERROR" : "Select atleaset one agent."
2021-03-15 18:30:53 +00:00
} ,
"FINISH" : {
2021-09-03 10:18:24 +00:00
"TITLE" : "Your team is ready!" ,
"MESSAGE" : "You can now collaborate as a team on conversations. Happy supporting " ,
"BUTTON_TEXT" : "Finish"
2021-03-15 18:30:53 +00:00
} ,
"DELETE" : {
"BUTTON_TEXT" : "Poista" ,
"API" : {
2021-09-03 10:18:24 +00:00
"SUCCESS_MESSAGE" : "Team deleted successfully." ,
"ERROR_MESSAGE" : "Couldn't delete the team. Try again."
2021-03-15 18:30:53 +00:00
} ,
"CONFIRM" : {
2021-09-03 10:18:24 +00:00
"TITLE" : "Are you sure want to delete - %{teamName}" ,
"PLACE_HOLDER" : "Please type {teamName} to confirm" ,
"MESSAGE" : "Deleting the team will remove the team assignment from the conversations assigned to this team." ,
2021-03-15 18:30:53 +00:00
"YES" : "Poista " ,
"NO" : "Peruuta"
}
} ,
"SETTINGS" : "Asetukset" ,
"FORM" : {
2021-09-03 10:18:24 +00:00
"UPDATE" : "Update team" ,
"CREATE" : "Create team" ,
2021-03-15 18:30:53 +00:00
"NAME" : {
2021-09-03 10:18:24 +00:00
"LABEL" : "Team name" ,
"PLACEHOLDER" : "Example: Sales, Customer Support"
2021-03-15 18:30:53 +00:00
} ,
"DESCRIPTION" : {
2021-09-03 10:18:24 +00:00
"LABEL" : "Team Description" ,
"PLACEHOLDER" : "Short description about this team."
2021-03-15 18:30:53 +00:00
} ,
"AUTO_ASSIGN" : {
2021-09-03 10:18:24 +00:00
"LABEL" : "Allow auto assign for this team."
2021-03-15 18:30:53 +00:00
} ,
2021-09-03 10:18:24 +00:00
"SUBMIT_CREATE" : "Create team"
2021-03-15 18:30:53 +00:00
}
}
}