diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-29 14:21:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 14:21:28 +0100 |
commit | cebce15815204aa189f63f9e1b86143b258898d2 (patch) | |
tree | 5a3a773405e86a42e29c12c3e447951052bec6e9 /sonar-core | |
parent | ad504279d97bd55d8c191b1ffb793c6f005ffa5a (diff) | |
download | sonarqube-cebce15815204aa189f63f9e1b86143b258898d2.tar.gz sonarqube-cebce15815204aa189f63f9e1b86143b258898d2.zip |
rewrite rules app with react (#2982)
Diffstat (limited to 'sonar-core')
-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 a02889ca614..5a2a3cf8981 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1196,6 +1196,7 @@ coding_rules.active_in_all_profiles=The rule is already activated on all availab coding_rules.activate=Activate coding_rules.activate_in=Activate In coding_rules.activate_in_quality_profile=Activate In Quality Profile +coding_rules.activation_severity=Activation Severity coding_rules.available_since=Available Since coding_rules.bulk_change=Bulk Change coding_rules.bulk_change.success={2} rule(s) changed in profile {0} - {1} @@ -1232,11 +1233,13 @@ coding_rules.quality_profile=Quality Profile coding_rules.reactivate=Reactivate coding_rules.reactivate.help=A rule with the same key has been previously deleted. Please reactivate the existing rule or modify the key to create a new rule. coding_rules.return_to_list=Return to List +coding_rules.remove_extended_description=Remove Extended Description coding_rules.remove_extended_description.confirm=Are you sure you want to remove the extended description? +coding_rules.repository_language=Rule repository (language) coding_rules.revert_to_parent_definition=Revert to Parent Definition coding_rules.revert_to_parent_definition.confirm=This rule will be reverted to the parameters defined in profile {0}. Are you sure? coding_rules.rule_template=Rule Template -coding_rules.rule_template.title=This rule can be used as a template to create custom rules,\nit cannot be activated on a profile +coding_rules.rule_template.title=This rule can be used as a template to create custom rules, it cannot be activated on a profile coding_rules._rules=rules coding_rules.show_template=Show Template coding_rules.to_select_rules=to select rules @@ -1281,8 +1284,8 @@ coding_rules.facet.severities=Default Severity coding_rules.facet.statuses=Status coding_rules.facet.available_since=Available Since coding_rules.facet.inheritance=Inheritance -coding_rules.facet.active_severities=Activation Severity -coding_rules.facet.is_template=Template +coding_rules.facet.activationSeverities=Activation Severity +coding_rules.facet.template=Template coding_rules.facet.rule_key=Rule coding_rules.facet.types=Type |