iachat/app/javascript/dashboard/i18n/locale/pt_BR/kanban.json
Gabriel Jablonski 05d47931be
feat: add kanban feature promotion with upgrade banner (#235)
* feat: add kanban feature promotion with upgrade banner

Add a Kanban sidebar item visible to all users that shows a locked
feature promotion page. Super admins see an upgrade button linking to
fazer.ai, while non-admins see a message to contact their administrator.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: allow custom_role users to access kanban promotion page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:31:53 -03:00

12 lines
514 B
JSON

{
"KANBAN": {
"PAYWALL": {
"TITLE": "Faça upgrade para usar o Kanban",
"DESCRIPTION": "O recurso Kanban requer uma assinatura Chatwoot Pro fazer.ai.",
"UPGRADE_PROMPT": "Assine o Chatwoot Pro fazer.ai para acessar funis Kanban, gerenciamento de tarefas e automação de fluxo de trabalho.",
"NON_ADMIN_MESSAGE": "O recurso Kanban não está disponível no seu plano atual. Entre em contato com o administrador para fazer o upgrade.",
"UPGRADE_NOW": "Fazer upgrade"
}
}
}