diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-09-27 16:19:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-29 20:02:47 +0000 |
commit | ff7c5fd8418e47d82310972731527807c2b6899c (patch) | |
tree | 24efdfd6e97d58f165128ce969acd60212c6d070 /sonar-core | |
parent | 837129dc06f1d186bc9b369d34857659a54d4102 (diff) | |
download | sonarqube-ff7c5fd8418e47d82310972731527807c2b6899c.tar.gz sonarqube-ff7c5fd8418e47d82310972731527807c2b6899c.zip |
SONAR-20366 Migrate profile compare page
Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 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 8c409b5a0da..47fddcc4e35 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1994,8 +1994,8 @@ quality_profiles.warning.is_default_no_rules=The current profile is the default quality_profiles.x_sonarway_missing_rules={linkCount} Sonar way {count, plural, one {rule} other {rules}} not included quality_profiles.parent=Parent: quality_profiles.parameter_set_to=Parameter {0} set to {1} -quality_profiles.x_rules_only_in={0} rules only in -quality_profiles.x_rules_have_different_configuration={0} rules have a different configuration +quality_profiles.x_rules_only_in={count} rules only in {profile} +quality_profiles.x_rules_have_different_configuration={count} rules have a different configuration quality_profiles.copy_x_title=Copy Profile "{0}" - {1} quality_profiles.extend_x_title=Extend Profile "{0}" - {1} quality_profiles.rename_x_title=Rename Profile {0} - {1} @@ -2021,7 +2021,7 @@ quality_profile.empty_comparison=The quality profiles are equal. quality_profiles.activate_more=Activate More quality_profiles.activate_more.help.built_in=This quality profile is built in, and cannot be updated manually. If you want to activate more rules, create a new profile that inherits from this one and add rules there. quality_profiles.activate_more_rules=Activate More Rules -quality_profiles.comparison.activate_rule=Activate rule for profile "{0}" +quality_profiles.comparison.activate_rule=Activate rule for profile "{profile}" quality_profiles.intro1=Quality profiles are collections of rules to apply during an analysis. quality_profiles.intro2=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.list.projects=Projects |