2021-12-13 14:43:30 +00:00
|
|
|
import { defineMessages } from "react-intl";
|
|
|
|
|
|
|
|
export const messages = defineMessages({
|
|
|
|
events: {
|
2022-05-05 07:54:28 +00:00
|
|
|
id: "GLewww",
|
2021-12-13 14:43:30 +00:00
|
|
|
defaultMessage: "Events",
|
2022-06-21 09:36:55 +00:00
|
|
|
description: "section header",
|
2021-12-13 14:43:30 +00:00
|
|
|
},
|
|
|
|
synchronousEvents: {
|
2022-05-05 07:54:28 +00:00
|
|
|
id: "dQdxLT",
|
2021-12-13 14:43:30 +00:00
|
|
|
defaultMessage: "Synchronous events",
|
2022-06-21 09:36:55 +00:00
|
|
|
description: "section subheader",
|
2021-12-13 14:43:30 +00:00
|
|
|
},
|
|
|
|
asynchronousEvents: {
|
2022-05-05 07:54:28 +00:00
|
|
|
id: "TjbB4Y",
|
2021-12-13 14:43:30 +00:00
|
|
|
defaultMessage: "Asynchronous events",
|
2022-06-21 09:36:55 +00:00
|
|
|
description: "section subheader",
|
2021-12-13 14:43:30 +00:00
|
|
|
},
|
|
|
|
assignPermissionsToSynchronousEvents: {
|
2022-05-05 07:54:28 +00:00
|
|
|
id: "fHopox",
|
2021-12-13 14:43:30 +00:00
|
|
|
defaultMessage:
|
|
|
|
"Assign permissions to register synchronous events for this webhook.",
|
2022-06-21 09:36:55 +00:00
|
|
|
description: "section description",
|
2021-12-13 14:43:30 +00:00
|
|
|
},
|
|
|
|
assignPermissionsToAsynchronousEvents: {
|
2022-05-05 07:54:28 +00:00
|
|
|
id: "QEvH8Q",
|
2021-12-13 14:43:30 +00:00
|
|
|
defaultMessage:
|
|
|
|
"Assign permissions to register asynchronous events for this webhook.",
|
2022-06-21 09:36:55 +00:00
|
|
|
description: "section description",
|
2021-12-13 14:43:30 +00:00
|
|
|
},
|
|
|
|
registeredEvents: {
|
2022-05-05 07:54:28 +00:00
|
|
|
id: "9Yhddc",
|
2021-12-13 14:43:30 +00:00
|
|
|
defaultMessage: "Registered events",
|
2022-06-21 09:36:55 +00:00
|
|
|
description: "input label",
|
|
|
|
},
|
2021-12-13 14:43:30 +00:00
|
|
|
});
|