126 lines
4.4 KiB
JSON
126 lines
4.4 KiB
JSON
{
|
|
"TEAMS_SETTINGS": {
|
|
"NEW_TEAM": "Sukurti naują komandą",
|
|
"HEADER": "Komandos",
|
|
"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>",
|
|
"LIST": {
|
|
"404": "There are no teams created on this account.",
|
|
"EDIT_TEAM": "Edit team"
|
|
},
|
|
"CREATE_FLOW": {
|
|
"CREATE": {
|
|
"TITLE": "Sukurti naują komandą",
|
|
"DESC": "Add a title and description to your new team."
|
|
},
|
|
"AGENTS": {
|
|
"BUTTON_TEXT": "Pridėti agentus prie komandos",
|
|
"TITLE": "Pridėti agentus prie komandos - %{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."
|
|
},
|
|
"WIZARD": [
|
|
{
|
|
"title": "Sukurti",
|
|
"route": "settings_teams_new",
|
|
"body": "Create a new team of agents."
|
|
},
|
|
{
|
|
"title": "Add Agents",
|
|
"route": "settings_teams_add_agents",
|
|
"body": "Add agents to the team."
|
|
},
|
|
{
|
|
"title": "Pabaigti",
|
|
"route": "settings_teams_finish",
|
|
"body": "You are all set to go!"
|
|
}
|
|
]
|
|
},
|
|
"EDIT_FLOW": {
|
|
"CREATE": {
|
|
"TITLE": "Edit your team details",
|
|
"DESC": "Edit title and description to your team.",
|
|
"BUTTON_TEXT": "Atnaujinti komandą"
|
|
},
|
|
"AGENTS": {
|
|
"BUTTON_TEXT": "Update agents in team",
|
|
"TITLE": "Pridėti agentus prie komandos - %{teamName}",
|
|
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
|
|
},
|
|
"WIZARD": [
|
|
{
|
|
"title": "Team details",
|
|
"route": "settings_teams_edit",
|
|
"body": "Change name, description and other details."
|
|
},
|
|
{
|
|
"title": "Keisti Agentus",
|
|
"route": "settings_teams_edit_members",
|
|
"body": "Edit agents in your team."
|
|
},
|
|
{
|
|
"title": "Pabaigti",
|
|
"route": "settings_teams_edit_finish",
|
|
"body": "You are all set to go!"
|
|
}
|
|
]
|
|
},
|
|
"TEAM_FORM": {
|
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
|
},
|
|
"AGENTS": {
|
|
"AGENT": "Agentas",
|
|
"EMAIL": "El. paštas",
|
|
"BUTTON_TEXT": "Pridėti agentus",
|
|
"ADD_AGENTS": "Adding Agents to your Team...",
|
|
"SELECT": "pasirinkti",
|
|
"SELECT_ALL": "pasirinkti visus agentus",
|
|
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Pridėti agentus prie komandos - %{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": "pasirinkti",
|
|
"SELECT_ALL": "pasirinkti visus agentus",
|
|
"SELECTED_COUNT": "%{selected} out of %{total} agents selected.",
|
|
"BUTTON_TEXT": "Pridėti agentus",
|
|
"AGENT_VALIDATION_ERROR": "Select at least one agent."
|
|
},
|
|
"FINISH": {
|
|
"TITLE": "Jūsų komanda yra pasiruošusi!",
|
|
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
|
|
"BUTTON_TEXT": "Pabaigti"
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Ištrinti",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Komanda ištrinta sėkmingai.",
|
|
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
|
|
},
|
|
"CONFIRM": {
|
|
"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.",
|
|
"YES": "Ištrinti ",
|
|
"NO": "Atšaukti"
|
|
}
|
|
},
|
|
"SETTINGS": "Nustatymai",
|
|
"FORM": {
|
|
"UPDATE": "Atnaujinti komandą",
|
|
"CREATE": "Sukurti komandą",
|
|
"NAME": {
|
|
"LABEL": "Komandos pavadinimas",
|
|
"PLACEHOLDER": "Example: Sales, Customer Support"
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "Komandos Aprašymas",
|
|
"PLACEHOLDER": "Short description about this team."
|
|
},
|
|
"AUTO_ASSIGN": {
|
|
"LABEL": "Allow auto assign for this team."
|
|
},
|
|
"SUBMIT_CREATE": "Sukurti komandą"
|
|
}
|
|
}
|
|
}
|