overview.activity.variations.new_analysis=New analysis:
overview.activity.variations.first_analysis=First analysis:
-overview.promoted_section.title=Struggling with too many issues? Discover ‘Clean as You Code’!
+overview.promoted_section.title=Don’t let issues accumulate. Discover ‘Clean as You Code’!
overview.promoted_section.content=Learn how to improve your code base by cleaning only new code.
overview.promoted_section.button_primary=Take the Tour
overview.promoted_section.button_secondary=Not now
overview.promoted_section.button_tooltip=Learn how to improve your code base by cleaning only new code.
guiding.cayc_promotion.1.title=The power of new code
-guiding.cayc_promotion.1.content.1=Cleaning only new code is easy and guarantees no debt will be added. As you change old code, it also gets cleaner over time. We call this ‘Clean as You Code’.
+guiding.cayc_promotion.1.content.1=Cleaning only new code is easier and guarantees no debt will be added. As you change old code, it also gets cleaner over time. We call this ‘Clean as You Code’.
guiding.cayc_promotion.2.title=Define your new code
-guiding.cayc_promotion.2.content.1=Your team decides when a new code period for your project should start, for example, each time a project is released.
+guiding.cayc_promotion.2.content.1=Your team or organization decides when a new code period for your project should start, for example, each time a project is released.
guiding.cayc_promotion.3.title=Green is clean
-guiding.cayc_promotion.3.content.1=Quality Gate Status tells you if your new code is clean or not. Keep it green as often as possible, and your project will always be production-ready.
+guiding.cayc_promotion.3.content.1=Quality Gate Status tells you if your new code is clean or not. Keep it green as often as possible, and your project will be production-ready.
guiding.cayc_promotion.4.title=Clean at all levels
guiding.cayc_promotion.4.content.1=With SonarLint, clean code as you write it in your {value}.
guiding.cayc_promotion.4.content.2=When a feature is ready, analyze your {value} (commercial edition only) and make sure no issue is missed.