From 06feeac0dccc9491021fee7f57385b1ac8012a91 Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Mon, 19 Feb 2018 15:30:33 +0100 Subject: SONAR-10346 Add a shortcut to display the latest delivery of a webhook --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sonar-core') diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 282bd2bf3cc..28e78bea51d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2819,13 +2819,15 @@ webhooks.delete=Delete Webhook webhooks.delete.confirm=Are you sure you want to delete the webhook "{0}"? webhooks.description=Webhooks are used to notify external services when a project analysis is done. An HTTP POST request including a JSON payload is sent to each of the provided URLs. Learn more in the {url}. webhooks.deliveries.show=Show recent deliveries -webhooks.deliveries_for_x=Recent deliveries for {0} +webhooks.deliveries_for_x=Recent deliveries of {0} webhooks.delivery.duration_x=Duration: {0} webhooks.delivery.payload=Payload: webhooks.delivery.response_x=Response: {0} +webhooks.delivery.server_unreachable=Server Unreachable webhooks.documentation_link=Webhooks documentation webhooks.last_execution=Last delivery webhooks.last_execution.none=Never +webhooks.latest_delivery_for_x=Last delivery of {0} webhooks.maximum_reached=You reached your maximum number of {0} webhooks. You can still update or delete an existing one. webhooks.name=Name webhooks.name.required=Name is required. -- cgit v1.2.3