043919b3e5
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
124 lines
4.2 KiB
JSON
124 lines
4.2 KiB
JSON
{
|
|
"TEAMS_SETTINGS": {
|
|
"NEW_TEAM": "Utwórz nowy zespół",
|
|
"HEADER": "Zespoły",
|
|
"SIDEBAR_TXT": "<p><b>Zespoły</b></p> <p>pozwalają Ci zorganizować swoich agentów w grupy w oparciu o ich obowiązki. <br /> Użytkownik może być częścią wielu zespołów. Możesz przypisać rozmowy do zespołu, gdy pracujesz wspólnie. </p>",
|
|
"LIST": {
|
|
"404": "Na tym koncie nie ma żadnych zespołów.",
|
|
"EDIT_TEAM": "Edytuj zespół"
|
|
},
|
|
"CREATE_FLOW": {
|
|
"CREATE": {
|
|
"TITLE": "Utwórz nowy zespół",
|
|
"DESC": "Dodaj tytuł i opis do swojego nowego zespołu."
|
|
},
|
|
"AGENTS": {
|
|
"BUTTON_TEXT": "Dodaj agentów do zespołu",
|
|
"TITLE": "Dodaj agentów do zespołu - %{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": "Create",
|
|
"route": "settings_teams_new",
|
|
"body": "Create a new team of agents."
|
|
},
|
|
{
|
|
"title": "Dodaj agentów",
|
|
"route": "settings_teams_add_agents",
|
|
"body": "Add agents to the team."
|
|
},
|
|
{
|
|
"title": "Finish",
|
|
"route": "settings_teams_finish",
|
|
"body": "Wszystko jest gotowe!"
|
|
}
|
|
]
|
|
},
|
|
"EDIT_FLOW": {
|
|
"CREATE": {
|
|
"TITLE": "Edit your team details",
|
|
"DESC": "Edit title and description to your team.",
|
|
"BUTTON_TEXT": "Update team"
|
|
},
|
|
"AGENTS": {
|
|
"BUTTON_TEXT": "Update agents in team",
|
|
"TITLE": "Dodaj agentów do zespołu - %{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": "Edit Agents",
|
|
"route": "settings_teams_edit_members",
|
|
"body": "Edit agents in your team."
|
|
},
|
|
{
|
|
"title": "Finish",
|
|
"route": "settings_teams_edit_finish",
|
|
"body": "Wszystko jest gotowe!"
|
|
}
|
|
]
|
|
},
|
|
"TEAM_FORM": {
|
|
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
|
|
},
|
|
"AGENTS": {
|
|
"AGENT": "AGENT",
|
|
"EMAIL": "EMAIL",
|
|
"BUTTON_TEXT": "Dodaj agentów",
|
|
"ADD_AGENTS": "Adding Agents to your Team...",
|
|
"SELECT": "select",
|
|
"SELECT_ALL": "select all agents",
|
|
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Dodaj agentów do zespołu - %{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.",
|
|
"BUTTON_TEXT": "Dodaj agentów",
|
|
"AGENT_VALIDATION_ERROR": "Select atleaset one agent."
|
|
},
|
|
"FINISH": {
|
|
"TITLE": "Your team is ready!",
|
|
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
|
|
"BUTTON_TEXT": "Finish"
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Usuń",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Team deleted successfully.",
|
|
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Are you sure want to delete - %{teamName}",
|
|
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
|
|
"YES": "Usuń ",
|
|
"NO": "Anuluj"
|
|
}
|
|
},
|
|
"SETTINGS": "Ustawienia",
|
|
"FORM": {
|
|
"UPDATE": "Update team",
|
|
"CREATE": "Utwórz zespół",
|
|
"NAME": {
|
|
"LABEL": "Team name",
|
|
"PLACEHOLDER": "Example: Sales, Customer Support"
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "Team Description",
|
|
"PLACEHOLDER": "Short description about this team."
|
|
},
|
|
"AUTO_ASSIGN": {
|
|
"LABEL": "Allow auto assign for this team."
|
|
},
|
|
"SUBMIT_CREATE": "Utwórz zespół"
|
|
}
|
|
}
|
|
}
|