diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-11-26 15:06:59 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-28 20:02:58 +0000 |
commit | 94747daf9743ed21903f14b045fb01f2798d4507 (patch) | |
tree | 0d623ed21baccb996441ee8a192b403d15313dd6 /sonar-core/src | |
parent | faa2dd6c0e597a9250b82898870119aafdbe8fc9 (diff) | |
download | sonarqube-94747daf9743ed21903f14b045fb01f2798d4507.tar.gz sonarqube-94747daf9743ed21903f14b045fb01f2798d4507.zip |
SONAR-22310 Fix a11y issue on project information page
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 6 insertions, 3 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 7f7d67ad26d..ba23172b611 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -5,6 +5,7 @@ #------------------------------------------------------------------------------ about=About +about_x=About {x} action=Action actions=Actions active=Active @@ -2295,6 +2296,7 @@ project.info.description=Description project.info.empty_description=No description added for this project. application.info.empty_description=No description added for this application. project.info.quality_gate=Quality Gate used +project.info.quality_gate.link_label={gate} - quality gate used for this project. Click to navigate to the quality gate page. project.info.to_notifications=Set notifications project.info.notifications=Notifications project.info.main_branch=Main branch @@ -4526,23 +4528,24 @@ overview.badges.options.colors.black=Black overview.badges.options.colors.orange=Orange overview.badges.options.formats.md=Markdown overview.badges.options.formats.url=Image URL only -overview.badges.measure.alt=Standard badge +overview.badges.measure.alt=This is an image of a standard badge that displays the current status of {metric} of your project. overview.badges.measure.description.TRK=Displays the current status of one metric of your project. overview.badges.measure.description.VW=Displays the current status of one metric of your portfolio. overview.badges.measure.description.APP=Displays the current status of one metric of your application. overview.badges.quality_gate=Quality Gate -overview.badges.quality_gate.alt=Quality Gate badge +overview.badges.quality_gate.alt=This is an image of a quality gate badge that displays the current quality gate status of your project. overview.badges.quality_gate.description=Displays the current quality gate status of your project. overview.badges.quality_gate.description.APP=Displays the current quality gate status of your application. overview.badges.quality_gate.description.TRK=Displays the current quality gate status of your project. overview.badges.quality_gate.description.VW=Displays the current quality gate status of your portfolio. overview.badges.ai_code_assurance=AI Code Assurance -overview.badges.ai_code_assurance.alt=AI Code Assurance badge +overview.badges.ai_code_assurance.alt=This is an image of an AI Code Assurance badge that displays the current status of Sonar's AI Code Assurance. overview.badges.ai_code_assurance.description=Displays the current status of Sonar's AI Code Assurance. overview.badges.ai_code_assurance.description.TRK=Displays the current status of Sonar's AI Code Assurance of your project. overview.badges.leak_warning=Project badges can expose your security rating and other measures. Only use project badges in trusted environments. overview.badges.renew=Renew Token overview.badges.renew.description=If your project badge security token has leaked to an unsafe environment, you can renew it: +overview.badges.copy_snippet=Copy the snippet for your selected badge overview.quality_profiles_update_after_sq_upgrade.message=Upgrade to {productName} {sqVersion} has updated your Quality Profiles. Issues on your project may have been affected. {link} overview.quality_profiles_update_after_sq_upgrade.link=See more details |