From 3c5c062c8bf27f5ed93c72871d9d9ddcf4c0c548 Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Wed, 31 Jan 2018 11:23:12 +0100 Subject: SONAR-10344 Create the webhooks console page * SONAR-10348 Create the webhooks console page * SONAR-10349 Add webhook console at global admin scope * SONAR-10349 Add webhook console at project scope * SONAR-10349 Add webhook console at organization scope --- .../src/main/resources/org/sonar/l10n/core.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) (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 96ad44def59..93542c18764 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2805,3 +2805,16 @@ favorite.current.APP=This application is marked as favorite. favorite.current.FIL=This file is marked as favorite. favorite.current.CLA=This file is marked as favorite. favorite.current.UTS=This test file is marked as favorite. + + + +#------------------------------------------------------------------------------ +# +# WEBHOOKS +# +#------------------------------------------------------------------------------ +webhooks.page=Webhooks +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.documentation_link=Webhooks documentation +webhooks.no_result=No webhook defined. +webhooks.url=URL -- cgit v1.2.3