aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>2023-10-04 10:02:37 +0200
committersonartech <sonartech@sonarsource.com>2023-10-04 20:03:19 +0000
commite19d3eab5f22bfde0e886a662f1da461ea8d993d (patch)
tree559f996f5b2f9f55f2dae084531d158ab2bbe7fa /sonar-core/src
parent6fca0b30c06a8f58cc0c1f880afb00c52a2dbb97 (diff)
downloadsonarqube-e19d3eab5f22bfde0e886a662f1da461ea8d993d.tar.gz
sonarqube-e19d3eab5f22bfde0e886a662f1da461ea8d993d.zip
SONAR-20635 Use Local Project wording instead of Manual Project
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties14
1 files changed, 7 insertions, 7 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 168e14a5dbd..c76c2d6bb7d 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2568,7 +2568,7 @@ my_account.set_notifications_for=Search a project by name
my_account.set_notifications_for.title=Add a project
my_account.create_new.TRK=Add a project
my_account.add_project=Add Project
-my_account.add_project.manual=Manually
+my_account.add_project.manual=Local project
my_account.add_project.azure=From Azure DevOps
my_account.add_project.bitbucket=From Bitbucket Server
my_account.add_project.bitbucketcloud=From Bitbucket Cloud
@@ -4016,20 +4016,20 @@ onboarding.project_analysis.header=Analyze your project
onboarding.project_analysis.description=We initialized your project on SonarQube, now it's up to you to launch analyses!
onboarding.project_analysis.guide_to_integrate_pipelines=follow the guide to integrating with Pipelines
-onboarding.create_project.manual.title=Create a project
+onboarding.create_project.manual.title=Create a local project
onboarding.create_project.select_method=How do you want to create your project?
-onboarding.create_project.select_method.manually=Are you just testing or have an advanced use-case? Create a project manually.
+onboarding.create_project.select_method.manually=Are you just testing or have an advanced use-case? Create a local project.
onboarding.create_project.select_method.devops_platform=Do you want to benefit from all of SonarQube's features (like repository import and Pull Request decoration)?
onboarding.create_project.select_method.devops_platform_second=Create your project from your favorite DevOps platform.
onboarding.create_project.select_method.no_alm_yet.admin=First, you need to set up a DevOps platform configuration.
-onboarding.create_project.select_method.manual=Manually
+onboarding.create_project.select_method.manual=Local project
onboarding.create_project.select_method.azure=From Azure DevOps
onboarding.create_project.select_method.bitbucket=From Bitbucket Server
onboarding.create_project.select_method.bitbucketcloud=From Bitbucket Cloud
onboarding.create_project.select_method.github=From GitHub
onboarding.create_project.select_method.gitlab=From GitLab
-onboarding.create_project.import_select_method.manual=Create project manually
+onboarding.create_project.import_select_method.manual=Create a local project
onboarding.create_project.import_select_method.azure=Import from Azure DevOps
onboarding.create_project.import_select_method.bitbucket=Import from Bitbucket Server
onboarding.create_project.import_select_method.bitbucketcloud=Import from Bitbucket Cloud
@@ -4049,7 +4049,7 @@ onboarding.create_project.display_name.description=Up to 255 characters. Some sc
onboarding.create_project.main_branch_name=Main branch name
onboarding.create_project.main_branch_name.description=The name of your project’s default branch { learn_more }
-onboarding.create_project.pr_decoration.information=Manually created projects won’t benefit from the features associated with DevOps Platforms integration unless you configure them in the project settings.
+onboarding.create_project.pr_decoration.information=Local projects won’t benefit from the features associated with DevOps Platforms integration unless you configure them in the project settings.
onboarding.create_project.repository_imported=Already imported
onboarding.create_project.import=Import
onboarding.create_project.see_project=See the project
@@ -4066,7 +4066,7 @@ onboarding.create_project.pat_form.help.bitbucket=SonarQube needs a personal acc
onboarding.create_project.pat_form.help.bitbucket_cloud=SonarQube needs an app password to access and list your repositories from Bitbucket Cloud.
onboarding.create_project.pat_form.help.gitlab=SonarQube needs a personal access token to access and list your projects from GitLab.
onboarding.create_project.pat_form.pat_required=Please enter a personal access token
-onboarding.create_project.wrong_binding_count=You must have at least 1 {alm} instance configured in order to use this method, but none were found. Either create the project manually, or contact your system administrator.
+onboarding.create_project.wrong_binding_count=You must have at least 1 {alm} instance configured in order to use this method, but none were found. Either create a local project, or contact your system administrator.
onboarding.create_project.wrong_binding_count.admin=You must have at least 1 {alm} instance configured in order to use this method. You can configure instances under {url}.
onboarding.create_project.azure.no_url.admin=Your Azure DevOps instance configuration is missing a URL. We cannot import projects in the current state. You can configure instances under {url}.
onboarding.create_project.azure.no_url=Your Azure DevOps instance configuration is missing a URL. We cannot import projects in the current state. Please contact your system administrator.