aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2020-10-12 09:04:02 +0200
committersonartech <sonartech@sonarsource.com>2020-10-23 20:08:29 +0000
commit51488b107ed2589f5c1c216b821c2ea993d68ad2 (patch)
tree4694ffd2d3d39f981d35813324bf4bb862357164 /sonar-core
parentcf232a9efc17061bdd34b4d9b9f8b65a5f32ad5e (diff)
downloadsonarqube-51488b107ed2589f5c1c216b821c2ea993d68ad2.tar.gz
sonarqube-51488b107ed2589f5c1c216b821c2ea993d68ad2.zip
SONAR-13950 Move Application UI logic to DE
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties24
1 files changed, 23 insertions, 1 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 26c7b1861aa..e4d3e0bccda 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -525,12 +525,32 @@ visibility.private.description.long=Only members of the organization will be abl
#
#------------------------------------------------------------------------------
+application_console.branches=Application Branches
+application_console.branches.cancel=Cancel
+application_console.branches.configuration=Branch configuration
+application_console.branches.create=Create branch
+application_console.branches.create.verb=Create
+application_console.branches.create.help=For each project of your Application, choose a project branch that will be displayed inside the Application’s branch.
+application_console.branches.delete=Delete branch
+application_console.branches.delete.warning_x=Are you sure you want to delete "{0}" ?
+application_console.branches.help=Track branches other than the main branch of this application's projects.
+application_console.branches.main_branch=Main Branch
+application_console.branches.update=Update branch
+application_console.branches.update.verb=Update
+application_console.branches.no_branches=No branches yet. You can create branches once projects are selected for this Application.
+application_console.page=Edit Definition
+application_console.open_dashbard=Open Dashboard
+application_console.delete_application=Delete Application
+application_console.recompute=Recompute
+application_console.refresh_started=Your application will be recomputed soon
+application_console.do_you_want_to_delete=Are you sure that you want to delete "{0}"?
coding_rules.page=Rules
global_permissions.page=Global Permissions
global_permissions.page.description=Grant and revoke permissions to make changes at the global level. These permissions include editing Quality Profiles, executing analysis, and performing global system administration.
roles.page=Project Permissions
roles.page.description2=Grant and revoke project-level permissions. Permissions can be granted to groups or individual users.
roles.page.description_portfolio=Grant and revoke portfolio-level permissions. Permissions can be granted to groups or individual users.
+roles.page.description_application=Grant and revoke application-level permissions. Permissions can be granted to groups or individual users.
project_settings.page=General Settings
project_settings.page.description=Edit project settings.
project_links.page=Links
@@ -2724,7 +2744,7 @@ background_task.type.REPORT=Project Analysis
background_task.type.DEV_REFRESH=Developer Analysis
background_task.type.DEV_PURGE=Developer Cleaning
background_task.type.ISSUE_SYNC=Project Data Reload
-background_task.type.VIEW_REFRESH=Portfolio Calculation
+background_task.type.APP_REFRESH=Recomputation
background_task.type.PROJECT_EXPORT=Project Export
background_task.type.PROJECT_IMPORT=Project Import
@@ -3216,6 +3236,8 @@ onboarding.create_project.select_repositories=Select repositories
onboarding.create_project.select_all_repositories=Select all available repositories
onboarding.create_project.from_bbs=Create a project from Bitbucket Server
+onboarding.create_application.key.description=If specified, this value is used as the key instead of generating it from the name of the Application. Only letters, digits, dashes and underscores can be used.
+
onboarding.create_project.pat_form.title.bitbucket=Grant access to your repositories
onboarding.create_project.pat_form.title.gitlab=Grant access to your projects
onboarding.create_project.pat_form.help.bitbucket=SonarQube needs a personal access token to access and list your repositories from Bitbucket Server.