aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorVincenzo Pellegrini <vincenzo.pellegrini@sonarsource.com>2024-06-17 12:17:41 +0200
committersonartech <sonartech@sonarsource.com>2024-06-17 20:02:36 +0000
commit5f8b5e97529ffdb3aaccf6ee54cc530a9b2ef0b1 (patch)
tree06201170f21c0a1deac7228c2d23928effcf0869 /sonar-core
parentbf7c885eeff7c46a1a444038380fa33d0c686df4 (diff)
downloadsonarqube-5f8b5e97529ffdb3aaccf6ee54cc530a9b2ef0b1.tar.gz
sonarqube-5f8b5e97529ffdb3aaccf6ee54cc530a9b2ef0b1.zip
SONAR-22358 Update CFamily project onboarding example to run on both x64 and Linux ARM64 (#11243)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 insertions, 0 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 345ead34233..8bb6653c613 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -4563,6 +4563,10 @@ onboarding.build.other.os.linux=Linux
onboarding.build.other.os.win=Windows
onboarding.build.other.os.mac=macOS
+onboarding.build.other.architecture=What is your architecture?
+onboarding.build.other.architecture.x86_64=x86_64
+onboarding.build.other.architecture.arm64=ARM64
+
onboarding.build.cpp.autoconfig=Do you want to use automatic configuration or manual configuration?
onboarding.build.cpp.autoconfig.automatic=Automatic
onboarding.build.cpp.autoconfig.automatic.description=Automatic Configuration allows the onboarding of most projects. Getting started does not require any specific knowledge about the project or the language.
@@ -4966,6 +4970,7 @@ onboarding.tutorial.with.jenkins.jenkinsfile.cfamilly.agent_setup=We assume the
onboarding.tutorial.with.azure_pipelines.os=What is your agent host?
+onboarding.tutorial.with.azure_pipelines.architecture=What is your agent architecture?
onboarding.tutorial.with.azure_pipelines.title=Analyze your project with Azure DevOps Pipelines
onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.title=Install SonarQube extension for Azure DevOps
onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence=From your Azure DevOps instance, navigate to the Visual Studio Marketplace and install the {link} by clicking the {button} button.