diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-01-02 14:11:30 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-04 20:02:47 +0000 |
commit | 413d83d819d583309e6185605f8222d64e29d2f0 (patch) | |
tree | 677b597b29e4bf19e0ab3638b5cd96f64e9185e2 /sonar-core | |
parent | b6f0a55c06cabbf1e9f0a1ac6d9dc5840a670ad9 (diff) | |
download | sonarqube-413d83d819d583309e6185605f8222d64e29d2f0.tar.gz sonarqube-413d83d819d583309e6185605f8222d64e29d2f0.zip |
SONAR-21057 Support internal parameters
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 f2f4cbb63d0..5864c0816f1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4018,10 +4018,12 @@ overview.activity.variations.first_analysis=First analysis: #------------------------------------------------------------------------------ api_documentation.deprecation_tooltip=An API deprecated in version X.Y will be dropped in version (X+1).0. Example: an API deprecated in 4.1 is supported in 4.X (4.2, 4.3, etc.) and will be dropped in version 5.0. api_documentation.internal_tooltip=Use at your own risk; internal services are subject to change or removal without notice. +api_documentation.internal_tooltip_v2=Use at your own risk. Shows/hides the internal endpoints, parameters, and other details used for internal services. These are subject to change or removal without notice. api_documentation.page=Web API api_documentation.page.v2=Web API v2 api_documentation.show_deprecated=Show Deprecated API api_documentation.show_internal=Show Internal API +api_documentation.show_internal_v2=Show Internal api_documentation.possible_values=Possible values api_documentation.default_values=Default value api_documentation.example_values=Example value |