Initial commit: Add logistics and order_detail message types
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
- Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
85
app/javascript/dashboard/i18n/locale/pt_BR/labelsMgmt.json
Normal file
85
app/javascript/dashboard/i18n/locale/pt_BR/labelsMgmt.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Etiquetas",
|
||||
"HEADER_BTN_TXT": "Adicionar etiqueta",
|
||||
"LOADING": "Buscando etiquetas",
|
||||
"DESCRIPTION": "As etiquetas ajudam você a categorizar e priorizar conversas e leads. Você pode atribuir uma etiqueta a uma conversa ou contato usando o painel lateral.",
|
||||
"LEARN_MORE": "Aprenda mais sobre etiquetas",
|
||||
"SEARCH_404": "Não existem itens correspondentes a esta consulta",
|
||||
"LIST": {
|
||||
"404": "Não há etiquetas disponíveis nesta conta.",
|
||||
"TITLE": "Gerenciar etiquetas",
|
||||
"DESC": "Etiquetas permitem agrupar as conversas.",
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"DESCRIPTION": "Descrição",
|
||||
"COLOR": "Cor"
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nome da Etiqueta",
|
||||
"PLACEHOLDER": "Nome da etiqueta",
|
||||
"REQUIRED_ERROR": "O nome da etiqueta é obrigatório",
|
||||
"MINIMUM_LENGTH_ERROR": "Tamanho mínimo 2 é necessário",
|
||||
"VALID_ERROR": "Somente Letras, Números, Hífen e Sublinhado são permitidos"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Descrição",
|
||||
"PLACEHOLDER": "Descrição da etiqueta"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Cor"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Exibir etiqueta na barra lateral"
|
||||
},
|
||||
"EDIT": "Alterar",
|
||||
"CREATE": "Criar",
|
||||
"DELETE": "Excluir",
|
||||
"CANCEL": "Cancelar"
|
||||
},
|
||||
"SUGGESTIONS": {
|
||||
"TOOLTIP": {
|
||||
"SINGLE_SUGGESTION": "Adicionar etiqueta à conversa",
|
||||
"MULTIPLE_SUGGESTION": "Selecione esta etiqueta",
|
||||
"DESELECT": "Desmarcar etiqueta",
|
||||
"DISMISS": "Descartar sugestão"
|
||||
},
|
||||
"POWERED_BY": "Chatwoot AI",
|
||||
"DISMISS": "Recusar",
|
||||
"ADD_SELECTED_LABELS": "Adicionar etiquetas selecionadas",
|
||||
"ADD_SELECTED_LABEL": "Adicionar etiqueta selecionada",
|
||||
"ADD_ALL_LABELS": "Adicionar todas as etiquetas",
|
||||
"SUGGESTED_LABELS": "Etiquetas sugeridos"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Adicionar etiqueta",
|
||||
"DESC": "Etiquetas permitem agrupar as conversas.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Etiqueta adicionada com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Alterar etiqueta",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Etiqueta atualizada com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Excluir",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Etiqueta excluída com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirmar exclusão",
|
||||
"MESSAGE": "Você tem certeza que deseja excluir ",
|
||||
"YES": "Sim, excluir ",
|
||||
"NO": "Não, Mantenha "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user