Files
assistant-storefront/app/javascript/dashboard/i18n/locale/pt_BR/cannedMgmt.json
Liang XJ 092fb2e083
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
Initial commit: Add logistics and order_detail message types
- 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>
2026-01-26 11:16:56 +08:00

78 lines
3.0 KiB
JSON

{
"CANNED_MGMT": {
"HEADER": "Respostas Prontas",
"LEARN_MORE": "Saiba mais sobre respostas prontas",
"DESCRIPTION": "Respostas prontas são modelos de resposta pré-escritas que te ajudam a responder rapidamente a uma conversa. Os agentes podem digitar o caractere ' /' seguido pelo atalho para inserir uma resposta pronta durante uma conversa. ",
"HEADER_BTN_TXT": "Adicionar resposta pronta",
"LOADING": "Buscando respostas prontas...",
"SEARCH_404": "Não há itens correspondentes a esta consulta.",
"LIST": {
"404": "Não há respostas prontas disponíveis nesta conta.",
"TITLE": "Gerenciar Respostas Prontas",
"DESC": "Respostas Prontas são modelos de resposta predefinidas que podem ser usados para enviar respostas rapidamente durante conversas.",
"TABLE_HEADER": {
"SHORT_CODE": "Atalho",
"CONTENT": "Conteúdo",
"ACTIONS": "Ações"
}
},
"ADD": {
"TITLE": "Adicionar resposta pronta",
"DESC": "Respostas Prontas são modelos de resposta predefinidas que podem ser usados para enviar respostas rapidamente durante conversas.",
"CANCEL_BUTTON_TEXT": "Cancelar",
"FORM": {
"SHORT_CODE": {
"LABEL": "Atalho",
"PLACEHOLDER": "Por favor, insira um atalho.",
"ERROR": "O atalho é obrigatório."
},
"CONTENT": {
"LABEL": "Mensagem",
"PLACEHOLDER": "Por favor, escreva a mensagem que deseja salvar como um modelo para usar posteriormente.",
"ERROR": "A mensagem é obrigatória."
},
"SUBMIT": "Enviar"
},
"API": {
"SUCCESS_MESSAGE": "Resposta pronta adicionada com sucesso.",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente."
}
},
"EDIT": {
"TITLE": "Editar resposta pronta",
"CANCEL_BUTTON_TEXT": "Cancelar",
"FORM": {
"SHORT_CODE": {
"LABEL": "Atalho",
"PLACEHOLDER": "Por favor, insira um atalho.",
"ERROR": "O atalho é obrigatório."
},
"CONTENT": {
"LABEL": "Mensagem",
"PLACEHOLDER": "Por favor, escreva a mensagem que deseja salvar como um modelo para usar posteriormente.",
"ERROR": "A mensagem é obrigatória."
},
"SUBMIT": "Enviar"
},
"BUTTON_TEXT": "Alterar",
"API": {
"SUCCESS_MESSAGE": "Resposta pronta atualizada com sucesso.",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente."
}
},
"DELETE": {
"BUTTON_TEXT": "Excluir",
"API": {
"SUCCESS_MESSAGE": "Resposta pronta excluída com sucesso.",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente."
},
"CONFIRM": {
"TITLE": "Confirmar exclusão",
"MESSAGE": "Você tem certeza que deseja excluir ",
"YES": "Sim, excluir ",
"NO": "Não, manter "
}
}
}
}