aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorKevin Silva <kevin.silva@sonarsource.com>2023-08-04 19:11:04 +0200
committersonartech <sonartech@sonarsource.com>2023-08-14 20:02:57 +0000
commit73d607c715fc661bec91bf66b95850f26aafeb64 (patch)
tree7a1142307ac7ecbff99a66b362ae00e2c3401fe6 /sonar-core
parent39648f351b08d8fc9d8620b41008282442df0bf3 (diff)
downloadsonarqube-73d607c715fc661bec91bf66b95850f26aafeb64.tar.gz
sonarqube-73d607c715fc661bec91bf66b95850f26aafeb64.zip
SONAR-20086 - Migrating devops main page
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties26
1 files changed, 18 insertions, 8 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 06e783f3180..df0c2cdfa21 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -198,6 +198,7 @@ selected=Selected
select_tags=Add or remove tags
set=Set
set_up=Set Up
+setup=Setup
settings=Settings
severity=Severity
shared=Shared
@@ -2400,11 +2401,13 @@ 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.azure=Azure DevOps
-my_account.add_project.bitbucket=Bitbucket Server
-my_account.add_project.bitbucketcloud=Bitbucket Cloud
-my_account.add_project.github=GitHub
-my_account.add_project.gitlab=GitLab
+my_account.add_project.azure=From Azure DevOps
+my_account.add_project.bitbucket=from Bitbucket Server
+my_account.add_project.bitbucketcloud=From Bitbucket Cloud
+my_account.add_project.github=From GitHub
+my_account.add_project.gitlab=From GitLab
+my_account.add_project.more_others=Import from other DevOps Platforms
+my_account.add_project.more=Import from DevOps Platforms
my_account.reset_password.page=Update password
my_account.reset_password=Update your password
my_account.reset_password.explain=This account should not use the default password.
@@ -3843,7 +3846,9 @@ onboarding.project_analysis.guide_to_integrate_pipelines=follow the guide to int
onboarding.create_project.setup_manually=Create a 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.devops_platform=Do you want to benefit from all of SonarQube's features (like repository import and Pull Request decoration)? Create your project from your favorite DevOps platform.
+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.azure=From Azure DevOps
@@ -3851,8 +3856,13 @@ 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.alm_not_configured=Contact admin to set up global configuration
-onboarding.create_project.alm_not_configured.admin=Set up global configuration
+onboarding.create_project.import_select_method.manual=Create project manually
+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
+onboarding.create_project.import_select_method.github=Import from GitHub
+onboarding.create_project.import_select_method.gitlab=Import from GitLab
+onboarding.create_project.alm_not_configured=Contact your admin to set up the global configuration allowing you to import project from this DevOps Platform
onboarding.create_project.check_alm_supported=Checking if available
onboarding.create_project.project_key=Project key
onboarding.create_project.project_key.description=The project key is a unique identifier for your project. It may contain up to 400 characters. Allowed characters are alphanumeric, '-' (dash), '_' (underscore), '.' (period) and ':' (colon), with at least one non-digit.