diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-24 15:08:35 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-25 16:01:06 +0200 |
commit | 6103fc329f77399dab5fffc8c9688d6285cf67d3 (patch) | |
tree | 2dd1c06ce22406178344337be4fa109a6f137758 /sonar-core | |
parent | 4f49fdb5b4596540bd15e4a3cebe533911e0e6db (diff) | |
download | sonarqube-6103fc329f77399dab5fffc8c9688d6285cf67d3.tar.gz sonarqube-6103fc329f77399dab5fffc8c9688d6285cf67d3.zip |
SONAR-9521 Add sparator between ws descriptions (hum and rewrite to ts)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 11 insertions, 0 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 b494866ac8d..d5cc057a13a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2875,6 +2875,17 @@ api_documentation.internal_tooltip=Use at your own risk; internal services are s api_documentation.page=Web API api_documentation.show_deprecated=Show Deprecated API api_documentation.show_internal=Show Internal API +api_documentation.possible_values=Possible values +api_documentation.default_values=Default value +api_documentation.example_values=Example value +api_documentation.max_values=Maximum allowed values +api_documentation.internal=internal +api_documentation.deprecated=deprecated +api_documentation.depracated_since_x=deprecated since {0} +api_documentation.parameters=Parameters +api_documentation.response_example=Response Example +api_documentation.changelog=Changelog + #------------------------------------------------------------------------------ # |