diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-07-13 10:17:22 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-07-18 20:03:22 +0000 |
commit | f4da0f4b511d294b7b2efece2d50fee23e47c162 (patch) | |
tree | 1c43953777fed92eee1ce8b50ef525c7134bddc1 /sonar-core | |
parent | 3c41d8d0f24af35018ce0274b7d51b5c66dd27ee (diff) | |
download | sonarqube-f4da0f4b511d294b7b2efece2d50fee23e47c162.tar.gz sonarqube-f4da0f4b511d294b7b2efece2d50fee23e47c162.zip |
SONAR-18424 RTL migration rules page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 insertions, 1 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 41b5a82ee18..45a4748e51e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2109,6 +2109,7 @@ coding_rules.bulk_change.no_quality_profile=No quality profile. coding_rules.can_not_bulk_change=Bulk change is only available when you have a custom Quality Profile to target. You can create a customizable Quality Profile based on a built-in one by Copying or Extending it in the Quality Profiles list. coding_rules.can_not_deactivate=This rule is inherited and cannot be deactivated. coding_rules.change_details=Change Details of Quality Profile +coding_rules.change_details_x=Change Details of Quality Profile {0} coding_rules.context.others.title=How can I fix it in another component or framework? coding_rules.context.others.description.first=Although the main framework or component you use in your project is not listed above, you may find helpful content in the instructions we provide. coding_rules.context.others.description.second=Caution: The libraries mentioned in these instructions may not be appropriate for your code. @@ -2126,7 +2127,9 @@ coding_rules.custom_rule.activation_notice=Note: parameters of a custom rule are coding_rules.custom_rule.removal=Only custom rules may be deleted. When a custom rule is deleted, it is not removed from the SonarQube instance. Instead its status is set to "REMOVED", allowing relevant issues to continue to be displayed properly. coding_rules.custom_rules=Custom Rules coding_rules.deactivate_in_quality_profile=Deactivate In Quality Profile +coding_rules.deactivate_in_quality_profile_x=Deactivate In Quality Profile {0} coding_rules.delete_rule=Delete Rule +condig_rules.delete_rule_x=Delete Rule {0} coding_rules.delete.custom.confirm=Are you sure you want to delete custom rule "{0}"? coding_rules.extend_description=Extend Description coding_rules.deactivate_in=Deactivate In @@ -2252,7 +2255,7 @@ coding_rules.description_section.title.more_info=More Info coding_rules.description_section.title.activity=Activity coding_rules.description_context.title=Which component or framework contains the issue? -coding_rules.description_context.sub_title=How can I fix it in {0}? +coding_rules.description_context.subtitle=How can I fix it in {0}? coding_rules.description_context.default_information={0} was detected as the most relevant component or framework for this issue. coding_rules.description_context.other=Other |