Combine integrations and applications page into one page. <img width="1182" alt="Screenshot 2024-07-23 at 3 30 51 PM" src="https://github.com/user-attachments/assets/50920a6f-606f-44b3-b1e4-641046a14444"> Major changes: - The app enabled?, active? checks are all moved to backend. - The dashboard_apps integration is also now part of the apps.yml file. - Updated the header design for the new settings pages. - Merged the folders integrationapps and integrations. - Updated the copy to match the size of the card and provide clear instruction. - Only the list page is updated in this PR, rest of the pages are yet to be migrated. | Integration | Verified | | -- | -- | | Dashboard Apps | ✅ | | Dyte | ✅ | | Slack | ✅ | | Webhooks | ✅ | | Dialogflow | ✅ | | Google Translate | ✅ | | OpenAI | ✅ | | Linear | ✅ | --------- Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
61 lines
2.2 KiB
JSON
61 lines
2.2 KiB
JSON
{
|
|
"INTEGRATION_APPS": {
|
|
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
|
|
"STATUS": {
|
|
"ENABLED": "Enabled",
|
|
"DISABLED": "Disabled"
|
|
},
|
|
"CONFIGURE": "Configure",
|
|
"ADD_BUTTON": "Add a new hook",
|
|
"DELETE": {
|
|
"TITLE": {
|
|
"INBOX": "Confirm deletion",
|
|
"ACCOUNT": "Disconnect"
|
|
},
|
|
"MESSAGE": {
|
|
"INBOX": "Are you sure to delete?",
|
|
"ACCOUNT": "Are you sure to disconnect?"
|
|
},
|
|
"CONFIRM_BUTTON_TEXT": {
|
|
"INBOX": "Yes, Delete",
|
|
"ACCOUNT": "Yes, Disconnect"
|
|
},
|
|
"CANCEL_BUTTON_TEXT": "Cancel",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Hook deleted successfully",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
}
|
|
},
|
|
"LIST": {
|
|
"FETCHING": "Fetching integration hooks",
|
|
"INBOX": "Inbox",
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Delete"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"FORM": {
|
|
"INBOX": {
|
|
"LABEL": "Select Inbox",
|
|
"PLACEHOLDER": "Select Inbox"
|
|
},
|
|
"SUBMIT": "Create",
|
|
"CANCEL": "Cancel"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Integration hook added successfully",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
}
|
|
},
|
|
"CONNECT": {
|
|
"BUTTON_TEXT": "Connect"
|
|
},
|
|
"DISCONNECT": {
|
|
"BUTTON_TEXT": "Disconnect"
|
|
},
|
|
"SIDEBAR_DESCRIPTION": {
|
|
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with %{installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
|
|
}
|
|
}
|
|
}
|