Files
chatwoot/app/javascript/dashboard/i18n/locale/pt/bulkActions.json
2026-05-18 17:31:05 +05:30

53 lines
2.9 KiB
JSON

{
"BULK_ACTION": {
"CONVERSATIONS_SELECTED": "{conversationCount} conversas selecionadas",
"AGENT_SELECT_LABEL": "Escolher agente",
"ASSIGN_CONFIRMATION_LABEL": "Tem a certeza que pretende atribuir {conversationCount} {conversationLabel} a",
"UNASSIGN_CONFIRMATION_LABEL": "Tem a certeza que pretende remover a atribuição de {conversationCount} {conversationLabel}?",
"GO_BACK_LABEL": "Voltar",
"ASSIGN_LABEL": "Atribuir",
"NONE": "Nenhuma",
"CLEAR_SELECTION": "Limpar",
"ASSIGN_AGENT_CONFIRMATION_LABEL": "Are you sure you want to assign {n} conversation to {agentName}? | Are you sure you want to assign {n} conversations to {agentName}?",
"UNASSIGN_AGENT_CONFIRMATION_LABEL": "Are you sure you want to unassign {n} conversation? | Are you sure you want to unassign {n} conversations?",
"YES": "Sim",
"CANCEL": "Cancelar",
"SEARCH_INPUT_PLACEHOLDER": "Procurar",
"ASSIGN_AGENT_TOOLTIP": "Atribuir agente",
"ASSIGN_TEAM_TOOLTIP": "Atribuir equipa",
"ASSIGN_SUCCESFUL": "Conversas atribuídas com sucesso.",
"ASSIGN_FAILED": "Falha ao atribuir conversas. Por favor, tente novamente.",
"RESOLVE_SUCCESFUL": "Conversas resolvidas com sucesso.",
"RESOLVE_FAILED": "Falha ao resolver conversas. Por favor, tente novamente.",
"ALL_CONVERSATIONS_SELECTED_ALERT": "As conversas visíveis nesta página estão apenas selecionadas.",
"AGENT_LIST_LOADING": "A carregar agentes",
"UPDATE": {
"CHANGE_STATUS": "Alterar estado",
"SNOOZE_UNTIL": "Adiar",
"UPDATE_SUCCESFUL": "Estado da conversa atualizado com sucesso.",
"UPDATE_FAILED": "Falha ao atualizar conversas. Por favor, tente novamente."
},
"RESOLVE": {
"ALL_MISSING_ATTRIBUTES": "Cannot resolve conversations due to missing required attributes",
"PARTIAL_SUCCESS": "Some conversations need required attributes before resolving and were skipped"
},
"LABELS": {
"ASSIGN_LABELS": "Atribuir etiquetas",
"NO_LABELS_FOUND": "Nenhuma etiqueta encontrada",
"ASSIGN_SELECTED_LABELS": "Atribuir etiquetas selecionadas",
"ASSIGN_SUCCESFUL": "Etiquetas atribuídas com sucesso.",
"ASSIGN_FAILED": "Falha ao atribuir etiquetas. Por favor, tente novamente."
},
"TEAMS": {
"TEAM_SELECT_LABEL": "Escolher equipa",
"NONE": "Nenhuma",
"NO_TEAMS_AVAILABLE": "Não há equipas nesta conta.",
"ASSIGN_SELECTED_TEAMS": "Atribuir equipa selecionada.",
"ASSIGN_TEAM_CONFIRMATION_LABEL": "Are you sure you want to assign {n} conversation to {teamName}? | Are you sure you want to assign {n} conversations to {teamName}?",
"UNASSIGN_TEAM_CONFIRMATION_LABEL": "Are you sure you want to unassign {n} conversation? | Are you sure you want to unassign {n} conversations?",
"ASSIGN_SUCCESFUL": "Equipas atribuídas.",
"ASSIGN_FAILED": "Falha ao atribuir equipa. Tente novamente."
}
}
}