diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-12-03 14:00:53 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-04 20:03:23 +0000 |
commit | 8b42a96a0d85de0a88667c0881ba3df7a9dab3c0 (patch) | |
tree | 1500e29891eeb3a6ebd2a2cdbb6038f429a6e9fd /sonar-core | |
parent | 79b3fc224ffa57b1e0be55600713c577d376ba5f (diff) | |
download | sonarqube-8b42a96a0d85de0a88667c0881ba3df7a9dab3c0.tar.gz sonarqube-8b42a96a0d85de0a88667c0881ba3df7a9dab3c0.zip |
SONAR-23666 Improve accessibility by informing the user of link destination
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 8 insertions, 4 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 056494d574f..863dbd92775 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1105,6 +1105,7 @@ issue.clean_code_attribute.TESTED.advice=To be tested, the code needs to have au issue.clean_code_attribute.TRUSTWORTHY=Not trustworthy issue.clean_code_attribute.TRUSTWORTHY.title=This is a responsibility issue, the code is not trustworthy enough. issue.clean_code_attribute.TRUSTWORTHY.advice=To be trustworthy, the code needs to abstain from revealing or hard-coding private information. +clean_code_attribute.learn_more=Lear more about Clean Code issue.issue_status.OPEN=Open issue.issue_status.ACCEPTED=Accepted @@ -1521,7 +1522,9 @@ settings.search.results=Search results list settings.json.format=Format JSON settings.json.format_error=Formatting requires valid JSON. Please fix it and retry. -settings.analysis_scope.wildcards.introduction=You can use the following wildcards. +settings.analysis_scope.introduction=Narrow the focus by configure what will be analyzed and how. Learn more about <link>analysis scope</link>. +settings.analysis_scope.wildcards.introduction=You can set analysis parameters by using the following <link>wild card patterns</link>: +settings.analysis_scope.wildcards.link=wild card patterns settings.analysis_scope.wildcards.zero_more_char=Match zero or more characters settings.analysis_scope.wildcards.zero_more_dir=Match zero or more directories settings.analysis_scope.wildcards.single_char=Match a single character @@ -2389,7 +2392,7 @@ quality_profiles.activate_more.help.built_in=This quality profile is built in, a quality_profiles.activate_more_rules=Activate More Rules quality_profiles.comparison.activate_rule=Activate rule for profile "{profile}" quality_profiles.comparison.deactivate_rule=Dectivate rule for profile "{profile}" -quality_profiles.intro=Quality profiles are collections of rules to apply during an analysis. For each language there is a default profile. All projects not explicitly assigned to some other profile will be analyzed with the default. Ideally, all projects will use the same profile for a language. +quality_profiles.intro=Quality profiles are collections of rules to apply during an analysis. For each language there is a default profile. All projects not explicitly assigned to some other profile will be analyzed with the default. Ideally, all projects will use the same profile for a language. Learn more about <link>Quality Profiles</link>. quality_profiles.list.projects=Projects quality_profiles.list.projects.help=Projects assigned to a profile will always be analyzed with it for that language, regardless of which profile is the default. Quality profile administrators may assign projects to a non-default profile, or always make it follow the system default. Project administrators may choose any profile for each language. quality_profiles.list.rules=Rules @@ -2550,6 +2553,7 @@ quality_gates.built_in.description.2=It will automatically be updated with the l quality_gates.status=Quality Gate status quality_gates.help.title=What is a quality gate? quality_gates.help.desc=It`s a set of measure-based, Boolean conditions. It helps you know immediately whether your projects are production-ready. Ideally, all projects will use the same quality gate. Each project's Quality Gate status is displayed prominently on its homepage. +quality_gates.help.link=Learn more about quality gates quality_gates.permissions=Permissions quality_gates.permissions.help=Users with the global "Administer quality gates" permission and those listed below can manage this quality gate. quality_gates.permissions.grant=Grant permissions to a user or a group @@ -3153,7 +3157,7 @@ severity_impact.LOW.description=Potential for moderate to minor impact. severity_impact.INFO=Info severity_impact.INFO.description=Neither a bug nor a quality flaw. Just a finding. severity_impact.help.description=<p1>Severities are now directly tied to the software quality impacted. This means that one software quality impacted has one severity.</p1><p>They can be changed with sufficient permissions.</p> - +severity_impact.help.link=Learn more about severity and software qualities #------------------------------------------------------------------------------ # # SOFTWARE QUALITIES @@ -4232,7 +4236,7 @@ background_task.type.GITLAB_AUTH_PROVISIONING=GitLab Provisioning background_task.type.GITLAB_PROJECT_PERMISSIONS_PROVISIONING=Gitlab Project Permission Sync background_tasks.page=Background Tasks -background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task. +background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task. Learn more about <link>Background Tasks</link>. background_tasks.currents_filter.ONLY_CURRENTS=Only Latest Analysis |