diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-19 15:30:33 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-01 15:21:05 +0100 |
commit | 06feeac0dccc9491021fee7f57385b1ac8012a91 (patch) | |
tree | 437f9733327c6126b8b0edaa668682abc1a47983 /sonar-core | |
parent | 6b3f8890aceafc0cc5e307e859170c3914bf2094 (diff) | |
download | sonarqube-06feeac0dccc9491021fee7f57385b1ac8012a91.tar.gz sonarqube-06feeac0dccc9491021fee7f57385b1ac8012a91.zip |
SONAR-10346 Add a shortcut to display the latest delivery of a webhook
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 insertions, 1 deletions
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. |