DocSpace-client/packages/client/public/locales/en/Webhooks.json
2023-05-31 14:51:15 +05:00

61 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Webhook": "Webhook",
"Webhooks": "Webhooks",
"CreateWebhook": "Create webhook",
"WebhooksInfo": "Use webhooks to perform custom actions on the side of any application or website you are using based on various events in ONLYOFFICE Docspace.\r\nHere, you can create and manage all your webhooks, configure them, and browse history of every webhook to audit their performance.",
"WebhooksGuide": "Webhooks Guide",
"WebhookCreationHint": "This webhook will be assigned to all events in DocSpace",
"WebhookName": "Webhook name",
"EnterWebhookName": "Enter webhook name",
"PayloadUrl": "Payload URL",
"EnterUrl": "Enter URL",
"SSLVerification": "SSL verification",
"SSLHint": "By default, we verify SSL certificates when delivering payloads.",
"EnableSSL": "Enable SSL verification",
"DisableSSL": "Disable (not recommended)",
"EnterSecretKey": "Enter secret key",
"SecretKey": "Secret key",
"SecretKeyHint": "Setting a webhook secret allows you to verify requests sent to the payload URL.",
"ReadMore": "Read more",
"SecretKeyWarning": "You cannot retrieve your secret key again once it has been saved. If you've lost or forgotten this secret key, you can reset it, but all integrations using this secret will need to be updated.",
"ResetKey": "Reset key",
"Generate": "Generate",
"DeleteHint": "The webhook will be deleted permanently.\r\nYou will not be able to undo this action.",
"NotSent": "Not sent",
"WebhookEditedSuccessfully": "Webhook configuration edited successfully",
"WebhookRemoved": "Webhook removed",
"WebhookHistory": "Webhook history",
"DeleteWebhook": "Delete webhook",
"SettingsWebhook": "Settings webhook",
"DeleteWebhookForeverQuestion": "Delete Webhook forever?",
"URL": "URL",
"State": "State",
"WebhookRedilivered": "Webhook redelivered",
"WebhookDetails": "Webhook details",
"Request": "Request",
"Response": "Response",
"FailedToConnect": "We couldnt deliver this payload: failed to connect to host",
"RequestPostHeader": "Request post header",
"RequestPostBody": "Request post body",
"RequestHeaderCopied": "Request post header successfully copied to clipboard",
"RequestBodyCopied": "Request post body successfully copied to clipboard",
"ResponsePostHeader": "Response post header",
"ResponsePostBody": "Response post body",
"ResponseHeaderCopied": "Response post header successfully copied to clipboard",
"ResponseBodyCopied": "Response post body successfully copied to clipboard",
"PayloadIsTooLarge": "Payload is too large to display.",
"ViewRawPayload": "View raw payload",
"Retry": "Retry",
"UnselectAll": "Unselect all",
"EventHint": "Deliveries are automatically deleted after 15 days",
"NoResultsMatched": "No results match this filter. Try a different one or clear filter to view all items.",
"SelectDate": "Select date",
"SelectDeliveryTime": "Select Delivery time",
"DeliveryDate": "Delivery date",
"From": "From",
"Before": "Before",
"EventID": "Event ID",
"Delivery": "Delivery",
"Add": "Add"
}