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>
64 lines
2.6 KiB
JSON
64 lines
2.6 KiB
JSON
{
|
|
"INTEGRATION_SETTINGS": {
|
|
"HEADER": "Integrations",
|
|
"WEBHOOK": {
|
|
"TITLE": "Webhook",
|
|
"CONFIGURE": "Configure",
|
|
"HEADER": "Webhook settings",
|
|
"HEADER_BTN_TXT": "Add new webhook",
|
|
"INTEGRATION_TXT": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. You can make use of the webhooks to communicate the events to your favourite apps like Slack or Github. Click on Configure to set up your webhooks.",
|
|
"LOADING": "Fetching attached webhooks",
|
|
"SEARCH_404": "There are no items matching this query",
|
|
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation in Chatwoot. You can create more than one webhook for this account. <br /><br /> For creating a <b>webhook</b>, click on the <b>Add new webhook</b> button. You can also remove any existing webhook by clicking on the Delete button.</p>",
|
|
"LIST": {
|
|
"404": "There are no webhooks configured for this account.",
|
|
"TITLE": "Manage webhooks",
|
|
"DESC": "Webhooks are predefined reply templates which can be used to quickly send out replies to tickets.",
|
|
"TABLE_HEADER": [
|
|
"Webhook endpoint",
|
|
"Actions"
|
|
]
|
|
},
|
|
"ADD": {
|
|
"CANCEL": "Cancel",
|
|
"TITLE": "Add new webhook",
|
|
"DESC": "Webhook events provide you the realtime information about what's happening in your Chatwoot account. Please enter a valid URL to configure a callback.",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "Webhook URL",
|
|
"PLACEHOLDER": "Example: https://example/api/webhook",
|
|
"ERROR": "Please enter a valid URL"
|
|
},
|
|
"SUBMIT": "Create webhook"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook added successfully",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Delete",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook deleted successfully",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Confirm Deletion",
|
|
"MESSAGE": "Are you sure to delete ",
|
|
"YES": "Yes, Delete ",
|
|
"NO": "No, Keep it"
|
|
}
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Delete",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
|
}
|
|
},
|
|
"CONNECT": {
|
|
"BUTTON_TEXT": "Connect"
|
|
}
|
|
}
|
|
}
|